|
|
#1 | |
|
Registered User
Join Date: Sep 2009
Posts: 3
|
Hello,
I have a Quadro FX 3450/4000 video card using Nvidia drivers 185.18.36 and kernel 2.6.30 on Debian Lenny. The only nonstandard thing about my setup is that one monitor is landscape (1680x1050) and the other is portrait (1024x1280). The nvidia configuration tool does not allow this setup, so I have had to write the xorg.conf manually. Frequently (i.e. about once per hour, more if I am watching video) the machine will completely lock up. In this state, the mouse will move but it will not traverse the divider between the screens, and the capslock key will not cause the LED to light. After 10-15 seconds, the machine unfreezes and I can continue is normal. NVRM errors appear in dmesg after this event. Attached is an nvidia bug report log generated after the issue has occurred, with the xserver at -logverbose 6. I forced the issue to occur quickly by watching fullscreen Flash video, but that is not the only way to cause it to freeze (often it does it without any particular load). I hope this issue can be fixed! Please let me know if you need any more information. |
|
|
|
|
|
|
#2 | |
|
FreeBSD cheering section
Join Date: Nov 2004
Location: Boston, MA, USA
Posts: 609
|
Is this one of those NForce3 AGP chipsets?
__________________
My Unix benchmark results |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Sep 2009
Posts: 3
|
|
|
|
|
|
|
#4 | |
|
Registered User
Join Date: Sep 2009
Posts: 1
|
Hi -
Could you post a copy of your xorg.conf? I will try and work through this with you. Scott |
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Sep 2009
Posts: 3
|
Hi, Scott,
My xorg.conf, as well as a large amount of logs and other information that may be useful, is already included in nvidia-bug-report.log.gz which is attached to the initial posting. Here it is again for your convenience. Thanks for your help, Arren Code:
Section "ServerLayout"
Identifier "Layout0"
# Screen 0 "BigScreen" 1280 173
# Screen 0 "BigScreen" 1280 0
Screen 0 "BigScreen" Relative "SmallScreen" 1024 173
# Screen 0 "BigScreen" RightOf "SmallScreen"
Screen 1 "SmallScreen" 0 0
# Screen 1 "SmallScreen" LeftOf "BigScreen"
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Module"
Load "dbe"
Load "extmod"
Load "type1"
Load "freetype"
Load "glx"
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Section "ServerFlags"
Option "Xinerama" "true"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "SmallMonitor"
VendorName "Unknown"
ModelName "Iiyama PLB2403WS"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection
Section "Monitor"
# HorizSync source: edid, VertRefresh source: edid
Identifier "BigMonitor"
VendorName "Unknown"
ModelName "Iiyama PLB2403WS"
HorizSync 30.0 - 83.0
VertRefresh 56.0 - 76.0
Option "DPMS"
EndSection
Section "Device"
Identifier "BigCard"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8800 GTS 512"
BusID "PCI:2:0:0"
Screen 0
EndSection
Section "Device"
Identifier "SmallCard"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 8800 GTS 512"
Option "RandRRotation" "on"
BusID "PCI:2:0:0"
Screen 1
EndSection
# "DFP-0: nvidia-auto-select +1280+0, DFP-1: nvidia-auto-select +0+0"
Section "Screen"
Identifier "BigScreen"
Device "BigCard"
Monitor "BigMonitor"
DefaultDepth 24
# Option "metamodes" "DFP-0: 1680x1050 +1280+0"
# Option "metamodes" "DFP-0: 1680x1050 +0+173"
Option "metamodes" "DFP-0: 1680x877 +0+173"
SubSection "Display"
Depth 24
EndSubSection
EndSection
Section "Screen"
Identifier "SmallScreen"
Device "SmallCard"
Monitor "SmallMonitor"
DefaultDepth 24
Option "rotate" "ccw"
Option "TwinView" "0"
Option "metamodes" "DFP-1: 1280x1024 +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
|
|
|
|
![]() |
| Thread Tools | |
|
|