#------------------------------------------------------------#
# Input Devices
#------------------------------------------------------------#
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "microsoftprousb"
Option "XkbLayout" "fr"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "9"
Option "ZAxisMapping" "6 7"
Option "Emulate3Buttons" "false"
EndSection
#------------------------------------------------------------#
# Monitors
#------------------------------------------------------------#
Section "Monitor"
Identifier "Monitor0"
VendorName "Samsung"
ModelName "Syncmaster 940BF"
HorizSync 30.0 - 81.0
VertRefresh 60.0
Option "DPMS"
EndSection
Section "Monitor"
Identifier "TV"
HorizSync 30.0 - 50.0
VertRefresh 60.0
EndSection
#------------------------------------------------------------#
# Devices
#------------------------------------------------------------#
Section "Device"
Identifier "Card0"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NVIDIA Corporation NV43 [GeForce 6600]"
BusID "PCI:1:0:0"
Option "NoLogo"
Screen 0
EndSection
Section "Device"
Identifier "Card1"
Driver "nvidia"
VendorName "nVidia Corporation"
BoardName "NVIDIA Corporation NV43 [GeForce 6600]"
BusID "PCI:1:0:0"
Option "NoLogo"
Option "TVOutFormat" "COMPOSITE"
Screen 1
EndSection
#------------------------------------------------------------#
# Screens
#------------------------------------------------------------#
Section "Screen"
Identifier "Screen0"
Device "Card0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
#Viewport 0 0
Depth 24
Modes "1280x1024" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "Screen"
Identifier "Screen1"
Device "Card1"
Monitor "TV"
DefaultDepth 24
SubSection "Display"
#Viewport 0 0
Depth 24
Modes "800x600" "640x480"
EndSubSection
Option "TVStandard" "PAL-N"
EndSection
#------------------------------------------------------------#
# ServerLayout
#------------------------------------------------------------#
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
Screen 1 "Screen1" RightOf "Screen0"
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection