Comment 67 for bug 34043

Revision history for this message
maximi89 (maximi89) wrote :

If this help...
i use Debian testing "Squeeze"

Linux Maximiliano 2.6.26-1-686 #1 SMP Sat Jan 10 18:29:31 UTC 2009 i686 GNU/Linux

maximi89@Maximiliano:~$ lsmod |grep nv
nvidia 7214640 26
agpgart 28776 1 nvidia
i2c_core 19828 2 nvidia,i2c_nforce2
sata_nv 19208 9
libata 140384 2 ata_generic,sata_nv
maximi89@Maximiliano:~$ cat /proc/driver/nvidia/
cards/ registry version warnings/
maximi89@Maximiliano:~$ cat /proc/driver/nvidia/warnings/README
The NVIDIA graphics driver tries to detect potential problems
with the host system and warns about them using the system's
logging mechanisms. Important warning message are also logged
to dedicated text files in this directory.
maximi89@Maximiliano:~$ cat /proc/driver/nvidia/registry
EnableVia4x: 0
EnableALiAGP: 0
NvAGP: 3
ReqAGPRate: 15
EnableAGPSBA: 0
EnableAGPFW: 0
Mobile: 4294967295
ResmanDebugLevel: 4294967295
RmLogonRC: 1
ModifyDeviceFiles: 1
DeviceFileUID: 0
DeviceFileGID: 0
DeviceFileMode: 438
RemapLimit: 0
UpdateMemoryTypes: 4294967295
UseVBios: 1
RMEdgeIntrCheck: 1
UsePageAttributeTable: 4294967295
EnableMSI: 0
MapRegistersEarly: 0
RegistryDwords: ""
maximi89@Maximiliano:~$ cat /proc/driver/nvidia/
cards/ registry version warnings/
maximi89@Maximiliano:~$ cat /proc/driver/nvidia/version
NVRM version: NVIDIA UNIX x86 Kernel Module 180.29 Wed Feb 4 23:44:25 PST 2009
GCC version: gcc version 4.3.3 (Debian 4.3.3-3)
maximi89@Maximiliano:~$ cat /proc/driver/nvidia/cards/0
Model: GeForce 6200 TurboCache(TM)
IRQ: 18
Video BIOS: 05.44.02.45.00
Card Type: PCI-E
DMA Size: 39 bits
DMA Mask: 0x7fffffffff
Bus Location: 03.00.0

cat /etc/X11/xorg.conf some parts...

Section "Module"
    Load "i2c"
    Load "bitmap"
    Load "ddc"
    Load "extmod"
    Load "freetype"
    Load "glx"
    Load "int10"
    Load "vbe"
EndSection

Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "es"
EndSection

Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "Emulate3Buttons" "true"
EndSection

Section "Monitor"
    Identifier "AOC FT7x0g"
    Option "DPMS"
EndSection

Section "Device"
    Identifier "nVidia Corporation NV44 [GeForce 6200 TurboCache(TM)]"
    Driver "nvidia"
EndSection

Section "Screen"
    Identifier "Default Screen"
    Device "nVidia Corporation NV44 [GeForce 6200 TurboCache(TM)]"
    Monitor "AOC FT7x0g"
    DefaultDepth 24
    Option "NvAGP" "1"