Section "Files" FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load "GLcore" Load "bitmap" Load "dbe" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "record" Load "type1" Load "vbe" EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbModel" "pc105" Option "XkbLayout" "fr" EndSection Section "InputDevice" Identifier "TouchPadMouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "PS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" Option "Buttons" "5" EndSection Section "InputDevice" Identifier "UsbMouse" Driver "mouse" Option "SendCoreEvents" "true" Option "Device" "/dev/input/mice" Option "Protocol" "imPS/2" Option "ZAxisMapping" "4 5" Option "Buttons" "6" EndSection Section "Device" Identifier "ATI Mobility 320M" Driver "radeon" BoardName "ATI Radeon" VendorName "ATI Technologies Inc" Option "AGPMode" "4" Option "DPMS" Option "AGPFastWrite" "on" Option "EnablePageFlip" "on" # Option "BusType" "PCI" Option "MonitorLayout" "LVDS, CRT" Option "MergedFB" "on" BusID "PCI:1:05:0" Option "DDCMode" "off" # Option "CRT2HSync" "30.0-70.0" # Option "CRT2VRefresh" "30-120" Option "CRT2Position" "RightOf" Option "MetaModes" "1024x768-1024x768" # Option "MergedXineramaCRT2IsScreen0" "true" # Screen 0 EndSection #Section "Device" # Identifier "ATI Mobility 320M Extern" # Driver "radeon" # BoardName "ATI Radeon" # VendorName "ATI Technologies Inc" # BusID "PCI:1:05:0" # Option "MonitorLayout" "LVDS,CRT" # Option "DDCMode" "on" # Screen 1 #EndSection Section "Monitor" Identifier "Generic Monitor" # HorizSync 30-57 # VertRefresh 43-72 Option "DPMS" vendorname "[Generic Monitor]" modelname "[Generic Monitor]" EndSection #Section "Monitor" # Identifier "Extern Monitor" # HorizSync 30-57 # VertRefresh 43-72 # Option "DPMS" # vendorname "[Generic Monitor]" # modelname "[Generic Monitor]" #EndSection Section "Screen" Identifier "Default Screen" Device "ATI Mobility 320M" Monitor "Generic Monitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" Virtual 0 0 EndSubSection EndSection #Section "Screen" # Identifier "Extern Screen" # Device "ATI Mobility 320M Extern" # Monitor "Extern Monitor" # DefaultDepth 24 # SubSection "Display" # Depth 24 # Modes "1024x768" "800x600" "640x480" # Virtual 0 0 # EndSubSection #EndSection Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" # Screen 1 "Extern Screen" RightOf "Default Screen" InputDevice "Generic Keyboard" InputDevice "TouchPadMouse" "CorePointer" #InputDevice "UsbMouse" "CorePointer" InputDevice "UsbMouse" "SendCoreEvent" EndSection Section "DRI" Mode 0666 EndSection ### END DEBCONF SECTION Section "InputDevice" Identifier "Keyboard" Option "XkbModel" "pc105" Option "XkbLayout" "fr" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse" Option "Protocol" "PS/2" Option "Device" "/dev/psaux" Driver "mouse" EndSection Section "ServerFlags" Option "Xinerama" "off" EndSection