|
|
#1 | |
|
Interweb Lover
|
I've been using dualscreens with my GeForce FX5600 XT for a year now, and have never had a problem. Upon upgrading to the 8174 drivers, I get an error about resolution and frequencies, etc.
I've attached my nvidia-bug-report.log and Xorg.0.log files. Below is the contents of my xorg.conf file... Code:
#My very own xorg.conf file :)
#setup for dual LCDs with an nVIDIA GeForce
Section "Module"
Load "dbe"
# SubSection "extmod"
# Option "omit xfree86-dga"
# EndSubSection
Load "type1"
Load "freetype"
#Load "speedo"
Load "glx"
Load "extmod"
Load "v4l"
EndSection
Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
FontPath "/usr/X11R6/lib/X11/fonts/local"
FontPath "/usr/X11R6/lib/X11/fonts/TTF"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/X11R6/lib/X11/fonts/75dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/CID"
FontPath "/usr/X11R6/lib/X11/fonts/util"
FontPath "/usr/X11R6/lib/X11/fonts/Speedo"
FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
# FontPath "/usr/local/share/fonts"
# FontPath "/usr/share/fonts"
# FontPath "/usr/X11R6/lib/X11/fonts"
# FontPath "/usr/share/fonts/default"
# FontPath "/usr/local/share/fonts/TTF"
# FontPath "/usr/share/fonts/default/Type1"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "kbd"
Option "AutoRepeat" "500 30"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Device" "/dev/psaux"
EndSection
Section "ServerFlags"
Option "DefaultServerLayout" "duals"
EndSection
Section "Monitor"
Identifier "LCD"
HorizSync 31.5-64.3
VertRefresh 50-70
#DisplaySize 337.5 270.0
EndSection
Section "Device"
Identifier "GeForceFX5600XT"
BusID "agp:01:00"
Driver "nvidia"
Option "NoLogo" "true"
Option "TwinView" "true"
Option "ConnectedMonitor" "DFP, DFP"
Option "TwinViewOrientation" "RightOf"
Option "MetaModes" "1280x1024,1280x1024; 1280x1024,1280x1024"
Option "SecondMonitorHorizSync" "31.5-64.3"
Option "SecondMonitorVertRefresh" "50.70"
Option "RenderAccel" "1"
Option "NvAGP" "1"
Screen 0
EndSection
Section "Screen"
Identifier "DualLCD"
Device "GeForceFX5600XT"
Monitor "LCD"
DefaultDepth 24
Subsection "Display"
Depth 24
Modes "1280x1024"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "duals"
Screen 0 "DualLCD"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
EndSection
|
|
|
|
|
|
|
#2 | |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
This looks to be a problem:
(II) NVIDIA(0): Using ConnectedMonitor string "DFP-0, DFP-1" (WW) NVIDIA(0): Inappropriate ConnectedMonitor string. (II) NVIDIA(0): Connected display device(s): CRT-0, CRT-1 Why are you using the ConnectedMonitor option? Can you generate a bug report from 1.0-7676 where this is working? Thanks, Lonni |
|
|
|
|
|
|
#3 |
|
Interweb Lover
|
I tried commenting out the ConnectedMonitor line and was still given the same error.
Here is my nvidia-bug-report.log file from my current, working 7676 system. |
|
|
|
|
|
#4 | |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
Can you please post a bug report against 1.0-8174 when ConnectedMonitor is not in use?
And again, I'm asking, why are you using that option at all? Thanks, Lonni |
|
|
|
|
|
|
#5 |
|
Interweb Lover
|
Like I said, I commented out the ConnctedMonitor line and got the same error.
Either way, here is another bug report with the 8174 drivers, this time with the line commcted out. |
|
|
|
|
|
#6 | |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
Thanks. Please start X with the following command:
startx -- -logverbose 6 and post one more bug report. I suspect I know what might be going wrong, but need to see the EDID to verify. Thanks, Lonni |
|
|
|
|
|
|
#7 |
|
Interweb Lover
|
I'm glad you're making headway!
I REALLY appreciate all of the help you've given and time you've taken up to this point. Hopefully we'll get this issue resolved. Here's the new report with increased log verbosity. |
|
|
|
|
|
#8 |
|
Interweb Lover
|
I figured it out!
After thinking about your mentioning of the EDID, I decided to take a look in the bug report myself. It seems that the monitor sync and refresh rates I was using weren't exactly accurate. So... after some reading on the X.Org site, I changed my config file to the following: Code:
HorizSync 30-80 VertRefresh 60-75 DisplaySize 677 271 Code:
HorizSync 31.5-64.3 VertRefresh 50-70 Code:
Option "SecondMonitorHorizSync" "30-80" Option "SecondMonitorVertRefresh" "60-75" Code:
Option "SecondMonitorHorizSync" "31.5-64.3" Option "SecondMonitorVertRefresh" "50.70" Thanks nVIDIA team, and thanks netllama for all of your help! I assumed the problem resided in my sync and refresh rates, and now everything is working smoothly. |
|
|
|
![]() |
| Thread Tools | |
|
|