|
|
#1 | |
|
Registered User
Join Date: Dec 2005
Posts: 4
|
Hello,
I have the following setup: Centos 4.3 2.6.9-42.0.2.EL.smp NVIDIA GPU GeForce PCX 5750 at PCI:3:0:0 VideoRAM: 262144 kBytes VideoBIOS: 04.36.20.38.00 Detected PCI Express Link width: 16X First I have read the Nvidia readme file and I have setup dual headed displays. I have a LCD on one output and a Barco projector on the other output. On our other host the Barco projector works with the following "monitor section" in single head mode # # forces VertRefresh to be 120Hz # Section "Monitor" Identifier "Monitor0" VendorName "Barco" ModelName "Projector" HorizSync 30 - 207 VertRefresh 80 - 125 ModeLine "1024x768" 136.52 1024 1072 1312 1408 768 770 782 808 -VSync -HSync ModeLine "1280x1024" 205.44 1280 1336 1592 1904 1024 1029 1034 1079 -VSync -HSync EndSection Now the question is how do I get this to work in dual head mode with a LCD. So far the only thing that works on projector is 640x480. Any suggestions ? Here is xorg.conf file. Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" FontPath "/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/75dpi/:unscaled,/usr/X11R6/lib/X11/fonts/100dpi/:unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr/share/fonts/default/TrueType,/usr/X11R6/lib/X11/fonts/TTF,/usr/share/fonts/default/Type1,/usr/X11R6/lib/X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/100dpi" EndSection # # Generic setup for all nvidia boards using # NVidia's driver. # Section "Module" Load "dbe" # Double-buffering Load "glx" # OpenGL X protocol interface Load "extmod" # Misc. required extensions Load "v4l" # Video4Linux Load "ddc" Load "freetype" # TrueType font handler Load "type1" # Adobe Type 1 font handler EndSection Section "Device" Identifier "Board0" Driver "nvidia" BoardName "NVIDIA (generic)" Option "IgnoreDisplayDevices" "TV" Option "TwinView" Option "TwinViewOrientation" "Clone" Option "MetaModes" "1600x1200,1024x768; 1280x1024,1024x768; 1024x768,1024x768; 800x600,800x600; 640x480,640x480" Option "ConnectedMonitor" "CRT,CRT" Option "SecondMonitorHorizSync" "30 - 207" Option "SecondMonitorVertRefresh" "80 - 125" EndSection # # Default keyboard config # Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbLayout" "us" EndSection # # Default PS/2 mouse with scroll wheel # - may not work for older PS/2 mice # Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Device" "/dev/mouse" Option "Protocol" "ImPS/2" Option "Emulate3Buttons" "off" Option "ZAxisMapping" "4 5" EndSection # # Generic monitor - should work for all monitors # that properly support DDC # Section "Monitor" Identifier "Monitor0" VendorName "DDCProbed" ModelName "DDCProbed" HorizSync 30 - 107 VertRefresh 50 - 80 Option "dpms" EndSection # # forces VertRefresh to be 120Hz # Section "Monitor" Identifier "Monitor1" VendorName "Barco" ModelName "Projector" HorizSync 30 - 207 VertRefresh 80 - 125 ModeLine "1024x768" 136.52 1024 1072 1312 1408 768 770 782 808 -VSync -HSync ModeLine "1280x1024" 205.44 1280 1336 1592 1904 1024 1029 1034 1079 -VSync -HSync EndSection Section "Screen" Identifier "Screen0" Device "Board0" Monitor "Monitor0" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1600x1200" "1280x1024" "1152x864" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "Screen" Identifier "Screen1" Device "Board0" Monitor "Monitor1" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" EndSubSection EndSection Section "DRI" Mode 0666 EndSection |
|
|
|
|
|
|
#2 | |
|
NVIDIA Corporation
Join Date: Dec 2004
Posts: 8,763
|
It would be more useful for debugging if you gave your custom modelines a unique name, so that they could be differentiated from the standard modes.
Please start X with the following command: startx -- -logverbose 6 and then generate and post an nvidia-bug-report.log. Thanks, Lonni |
|
|
|
|
![]() |
| Thread Tools | |
|
|