|
|
#1 | |
|
Registered User
Join Date: Mar 2005
Posts: 5
|
Hi
xorg is driving me crazy..I´m trying now since days to get the following config running. -HDTV DLP TV on DVI with 1280x720p at 60Hz -TFT on VGA with 1280x1024 with 60Hz with the following xorg.conf I get the HDTV DLP with 1280*720, but the TFT is blank. The Output on the HDTV DLP looks kind a stretched, but at least its something. Code:
# ************************************************** ********************
# Monitor section
# ************************************************** ********************
Section "Monitor"
Identifier "HDTV"
HorizSync 30-46
VertRefresh 48-65
ModeLine "720p" 74.160 1280 1352 1392 1648 720 725 730 750 -hsync -vsync
Option "DPMS"
EndSection
Section "Monitor"
Identifier "NEC1800"
HorizSync 24-82.5
VertRefresh 30-105
ModeLine "1280x1024" 135.0 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync
Option "DPMS"
EndSection
# ************************************************** ********************
# Graphics device section
# ************************************************** ********************
Section "Device"
Identifier "Nvidia[0]"
Driver "nvidia"
Option "sw cursor"
BoardName "NVidia Geforce 6800GT"
VendorName "NVIDIA"
Option "NoLogo" "1"
Option "ConnectedMonitor" "DFP"
Option "NVAGP" "3"
Option "RenderAccel" "true"
BusID "PCI:1:0:0"
Screen 0
EndSection
Section "Device"
Identifier "Nvidia[1]"
Driver "nvidia"
Option "sw cursor"
BoardName "NVidia Geforce 6800GT"
VendorName "NVIDIA"
Option "ConnectedMonitor" "CRT"
Option "NvAGP" "3"
BusID "PCI:1:0:0"
Screen 1
EndSection
# ************************************************** ********************
# Screen sections.
# ************************************************** ********************
Section "Screen"
Identifier "Screen[1]"
Device "Nvidia[1]"
Monitor "NEC1800"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x1024"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen[0]"
Device "Nvidia[0]"
Monitor "HDTV"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "720p"
EndSubSection
EndSection
# ************************************************** ********************
# ServerLayout sections.
# ************************************************** ********************
Section "ServerLayout"
Identifier "Main Layout"
Screen 0 "Screen[0]"
Screen 1 "Screen[1]" RightOf "Screen[0]"
InputDevice "Mouse1" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
Option "Xinerama" "true"
EndSection
(EE) NVIDIA(1): The requested configuration of display devices is not (EE) NVIDIA(1): supported in the hardware. (II) UnloadModule: "nvidia" Error code from xorg.log (II) NVIDIA(1): Using ConnectedMonitor string "CRT-0" (EE) NVIDIA(1): The requested configuration of display devices is not (EE) NVIDIA(1): supported in the hardware. (II) UnloadModule: "nvidia" Anyone an idea how to get this to work? thanks mic |
|
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Blu-ray 3D Movie Playback With PC on a 3D HDTV Using HDMI 1.4 | News | Latest Tech And Game Headlines | 0 | 05-16-12 03:30 AM |
| HDTV support - computer to HDTV set | porksoda | NVIDIA GeForce 7, 8, And 9 Series | 10 | 10-27-05 06:30 PM |