# vim:nowrap:noet:ft=xf86conf: Section "Files" FontPath "unix/:-1" EndSection Section "Module" Load "dbe" Load "v4l" Load "extmod" Load "freetype" Load "ddc" Load "glx" EndSection ######################################################################## Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "XkbModel" "pc105" Option "XkbLayout" "en_US" Option "XkbOptions" "" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/psaux" Option "ZAxisMapping" "4 5" EndSection ######################################################################## Section "Monitor" Identifier "Monitor CRT" VendorName "Plug'n Play" EndSection Section "Monitor" Identifier "Monitor TV" HorizSync 30-50 VertRefresh 60 EndSection ######################################################################## Section "Device" Identifier "NVIDIA GeForce FX5200 CRT" VendorName "NVIDIA" BoardName "GeForce FX5200" Driver "nvidia" BusID "PCI:1:0:0" Screen 0 Option "ConnectedMonitor" "CRT" Option "RenderAccel" "false" EndSection Section "Device" Identifier "NVIDIA GeForce FX5200 TV" VendorName "NVIDIA" BoardName "GeForce FX5200" Driver "nvidia" BusID "PCI:1:0:0" Screen 1 Option "ConnectedMonitor" "TV" Option "RenderAccel" "false" EndSection ######################################################################## Section "Screen" Identifier "NVIDIA CRT" Device "NVIDIA GeForce FX5200 CRT" Monitor "Monitor CRT" DefaultDepth 24 Subsection "Display" Depth 24 Virtual 1024 768 EndSubsection EndSection Section "Screen" Identifier "NVIDIA TV" Device "NVIDIA GeForce FX5200 TV" Monitor "Monitor TV" DefaultDepth 24 Subsection "Display" Depth 24 ViewPort 0 0 Modes "720x400" "640x480" EndSubsection EndSection ######################################################################## Section "ServerLayout" Identifier "default" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" Screen 0 "NVIDIA CRT" Screen 1 "NVIDIA TV" RightOf "NVIDIA CRT" EndSection