# /etc/X11/xorg.conf (xorg X Window System server configuration file) # Section "ServerLayout" Identifier "Default Layout" Screen 0 "Screen_Left" 0 0 InputDevice "Generic Keyboard" InputDevice "Configured Mouse" EndSection Section "Files" FontPath "/usr/share/fonts/X11/misc" FontPath "/usr/share/fonts/X11/cyrillic" FontPath "/usr/share/fonts/X11/100dpi/:unscaled" FontPath "/usr/share/fonts/X11/75dpi/:unscaled" FontPath "/usr/share/fonts/X11/Type1" FontPath "/usr/share/fonts/X11/100dpi" FontPath "/usr/share/fonts/X11/75dpi" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" EndSection Section "Module" Load "bitmap" Load "ddc" Load "extmod" Load "freetype" # Load "glx" Load "int10" Load "record" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "fr" Option "XkbVariant" "latin9" EndSection Section "InputDevice" Identifier "Configured Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" EndSection Section "Monitor" Identifier "SyncMaster" Option "DPMS" EndSection Section "Device" Identifier "Nvidia Geforce 7600 GT PNY" Driver "nvidia" Screen 0 EndSection Section "Screen" Identifier "Screen_Left" Device "Nvidia Geforce 7600 GT PNY" Monitor "SyncMaster" DefaultDepth 24 Option "RenderAccel" Option "HWcursor" Option "TwinView" "True" Option "TwinViewOrientation" "RightOf" Option "UseEdidFreqs" "True" Option "MetaModes" "1280x1024, 1280x1024" SubSection "Display" Depth 24 Modes "1280x1024" "1024x768" EndSubSection EndSection