Results 1 to 2 of 2
I've been trying to configure my xorg.conf for use with the nvidia driver's "TwinView"-option using my PAL-B TV as second display, but with no success . If somebody could post ...
- 05-22-2005 #1Just Joined!
- Join Date
- Feb 2005
- Posts
- 14
Xorg with Nvidia TwinView TV?
I've been trying to configure my xorg.conf for use with the nvidia driver's "TwinView"-option using my PAL-B TV as second display, but with no success
. If somebody could post an exemple of a working xorg.conf configured for this use, I'd be really thankful. Elseways I guess I'll have to go back to using Windows to watch DVDs
PS. I read the documentation from Nvidia, but I didn't understand enough to be able to configure the config file correctly, obviously...
Thanks
//Talyz Prower
EDIT:
Here's my xorg.conf:
What's wrong?Code:# File generated by XFdrake. # ********************************************************************** # Refer to the XF86Config man page for details about the format of # this file. # ********************************************************************** Section "Files" # Multiple FontPath entries are allowed (they are concatenated together) # By default, Mandrake 6.0 and later now use a font server independent of # the X server to render fonts. FontPath "unix/:-1" EndSection Section "ServerFlags" #DontZap # disable <Crtl><Alt><BS> (server abort) AllowMouseOpenFail # allows the server to start up even if the mouse does not work #DontZoom # disable <Crtl><Alt><KP_+>/<KP_-> (resolution switching) EndSection Section "Module" Load "dbe" # Double-Buffering Extension Load "v4l" # Video for Linux Load "extmod" Load "type1" Load "freetype" Load "glx" # 3D layer EndSection Section "InputDevice" Identifier "Keyboard1" Driver "keyboard" Option "XkbModel" "pc105" Option "XkbLayout" "se" Option "XkbOptions" "compose:rwin" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/mouse" Option "ZAxisMapping" "6 7" EndSection Section "Monitor" Identifier "monitor1" VendorName "Plug'n Play" ModelName "CM630" HorizSync 31-86 VertRefresh 47-130 EndSection Section "Device" Identifier "device1" VendorName "NVIDIA Corp." BoardName "NVIDIA GeForce FX (generic)" Driver "nvidia" Option "DPMS" Option "TwinView" Option "ConnectedMonitor" "CRT-0, TV-1" Option "SecondMonitorHorizSync" "30-50" Option "SecondMonitorVertRefresh" "60" Option "MetaModes" "CRT-0: 1280x960, TV-1: 640x480" EndSection Section "Screen" Identifier "screen1" Device "device1" Monitor "monitor1" DefaultColorDepth 24 Subsection "Display" Depth 8 Virtual 1280 960 EndSubsection Subsection "Display" Depth 15 Virtual 1280 960 EndSubsection Subsection "Display" Depth 16 Virtual 1280 960 EndSubsection Subsection "Display" Depth 24 Virtual 1280 960 EndSubsection Option "TVStandard" "PAL-G" EndSection Section "ServerLayout" Identifier "layout1" InputDevice "Keyboard1" "CoreKeyboard" InputDevice "Mouse1" "CorePointer" Screen "screen1" EndSection
- 05-23-2005 #2Just Joined!
- Join Date
- Feb 2005
- Posts
- 14
Does anybody at least know where to get help about this?


Reply With Quote
