|
|
Linux Technical issues under Linux platform |
|
Thread Tools | Display Modes |
03-18-2008, 07:37 AM | #21 |
Baron
Join Date: Apr 2007
Location: Svea Rike
Posts: 814
|
Fast writes and SBA can actually be detrimental, and can cause freezes and lockups of the entire system, I don't remember the details if it only works reliably on some chipsets or what, but it should be explained in the gargantuan nvidia readme ( /usr/share/doc/NVIDIA*/README.txt ).
Specifically what I was curious about was if agp was shown as disabled, because that can cause choppiness and/or freezing. Do you use the kernel's or nvidia's agp driver (agpgart and nvagp)? Check if there's an nvagp option under the appropriate device section in the X config, there are 3 values, prefer agpgart, prefer nvagp, prefer one but fall back on the other if it doesn't work, don't remember which value corresponds to which method, but it should also be in the readme; You could try using whichever one you're not using currently and see if you experience a difference.
__________________
Eagles may soar, but weasels don't get sucked into jet engines...
|
03-18-2008, 10:40 PM | #22 | |
Pledge
Join Date: Sep 2007
Location: Arizona
Posts: 38
|
Quote:
info on the card: cat /proc/driver/nvidia/cards/0 Model: GeForce 6200 TurboCache(TM) IRQ: 18 Video BIOS: 05.44.02.52.00 Card Type: PCI-E DMA Size: 39 bits DMA Mask: 0x7fffffffff Bus Location: 05.00.0 since I do not have agp here, that would be displayed here is the dir info for proc/driver/nvidia: ls /proc/driver/nvidia/ <cards> registry version <warnings> |
|
03-19-2008, 05:43 AM | #23 |
Baron
Join Date: Apr 2007
Location: Svea Rike
Posts: 814
|
pci-e is out of my depth, I haven't bought a new computer in ages and thus have never personally messed with it; however a quick and dirty google tells me that agpgart is still involved even in pci-e stuff, and alternatively nvagp, can you cat the file called registry in that dir and show me the output?
__________________
Eagles may soar, but weasels don't get sucked into jet engines...
|
03-19-2008, 09:54 PM | #24 |
Pledge
Join Date: Sep 2007
Location: Arizona
Posts: 38
|
here's the registry file:
*********** VideoMemoryTypeOverride: 1 EnableVia4x: 0 EnableALiAGP: 0 NvAGP: 3 ReqAGPRate: 15 EnableAGPSBA: 0 EnableAGPFW: 0 SoftEDIDs: 1 Mobile: 4294967295 ResmanDebugLevel: 4294967295 FlatPanelMode: 0 DevicesConnected: 0 RmLogonRC: 1 VbiosFromROM: 0 ModifyDeviceFiles: 1 DeviceFileUID: 0 DeviceFileGID: 0 DeviceFileMode: 438 RemapLimit: 0 UseCPA: 4294967295 DetectPrimaryVga: 1 EnableBrightnessControl: 0 PanelPWMFrequency: 1018 PanelBrightnessLimits: 65280 UseVBios: 1 RMEdgeIntrCheck: 1 |
|
|