# ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection # ********************************************************************** # Files section. # ********************************************************************** Section "Files" FontPath "/usr/share/fonts/local/" FontPath "/usr/share/fonts/java/" FontPath "/usr/share/fonts/misc/:unscaled" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/Type1/" FontPath "/usr/share/fonts/corefonts/" FontPath "/usr/share/fonts/vista/" FontPath "/usr/share/fonts/ttf-bitstream-vera/" FontPath "/usr/share/fonts/misc/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" EndSection # ********************************************************************** # Module section # ********************************************************************** Section "Module" Load "glx" Load "extmod" Load "dri" Load "record" Load "dbe" Load "GLcore" Load "xtrap" Load "type1" Load "freetype" EndSection Section "DRI" Mode 0666 EndSection # ********************************************************************** # Extensions section # ********************************************************************** Section "Extensions" Option "Composite" "Enable" EndSection # ********************************************************************** # Keyboard section # ********************************************************************** Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "AutoRepeat" "250 40" Option "XkbModel" "pc104" Option "XkbLayout" "ch" Option "XkbVariant" "de_nodeadkeys" EndSection # ********************************************************************** # Mouse section # ********************************************************************** Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "CorePointer" Option "Protocol" "auto" Option "Device" "/dev/input/mice" EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "Monitor0" VendorName "Samsung" ModelName "SyncMaster 214T" EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "Card0" Driver "intel" VendorName "Intel" BoardName "82Q963/Q965 Integrated Graphics Controller" #Option "NoAccel" "true" EndSection # ********************************************************************** # Screen sections # ********************************************************************** Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 1 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 4 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 8 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 15 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 16 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "1600x1200" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection