# ********************************************************************** # Refer to the XF86Config man page for details about the format of # this file. # ********************************************************************** Section "ServerLayout" Identifier "layout1" Screen "screen1" 0 0 InputDevice "Touchpad" InputDevice "Keyboard1" "CoreKeyboard" Option "AIGLX" "false" EndSection Section "Files" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/cyrillic" FontPath "/usr/share/fonts/local" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/75dpi/:unscaled" FontPath "/usr/share/fonts/100dpi/:unscaled" FontPath "/usr/share/fonts/CID" FontPath "/usr/share/fonts/Speedo" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/100dpi" EndSection Section "Module" SubSection "extmod" Option "omit xfree86-dga" # initialise the DGA extension EndSubSection Load "ddc" # ddc probing of monitor Load "dbe" Load "dri" Load "glx" Load "bitmap" # bitmap-fonts Load "type1" Load "freetype" Load "record" EndSection Section "ServerFlags" # allows the server to start up even if the mouse doesn't work #DontZoom # disable / (resolution switching) #DontZap # disable (server abort) Option "allowmouseopenfail" Option "PM" "off" Option "AIGLX" "false" EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "XkbModel" "hpxe3gc" Option "XkbLayout" "us,ru(winkeys),by(winkeys)" Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll" EndSection Section "InputDevice" Identifier "TouchPad" Driver "synaptics" Option "SendCoreEvents" "true" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "LeftEdge" "1700" Option "RightEdge" "5300" Option "TopEdge" "1700" Option "BottomEdge" "4200" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.09" Option "MaxSpeed" "0.18" Option "AccelFactor" "0.0015" Option "SHMConfig" "on" EndSection Section "Modes" # 1280x800 @ 60.00 Hz (GTF) hsync: 49.68 kHz; pclk: 83.46 MHz Identifier "16:10" ModeLine "1280x800" 83.5 1280 1344 1480 1680 800 801 804 828 -hsync -vsync # 1152x720 @ 60.00 Hz (GTF) hsync: 44.76 kHz; pclk: 67.32 MHz ModeLine "1152x720" 67.3 1152 1208 1328 1504 720 721 724 746 -hsync -vsync # 1024x640 @ 60.00 Hz (GTF) hsync: 39.78 kHz; pclk: 52.83 MHz ModeLine "1024x640" 52.8 1024 1072 1176 1328 640 641 644 663 -hsync -vsync # 800x500 @ 60.00 Hz (GTF) hsync: 31.08 kHz; pclk: 31.33 MHz ModeLine "800x500" 31.3 800 824 904 1008 500 501 504 518 -hsync -vsync EndSection Section "Monitor" #UseModes "16:10" Identifier "monitor1" VendorName "Plug'n Play" DisplaySize 333 209 Option "DPMS" EndSection Section "Device" Identifier "device1" BoardName "ATI Radeon Xpress 200M" Driver "radeon" Option "AccelMethod" "EXA" Option "RenderAccel" "1" Option "AccelDFS" "1" #Option "GARTSize" "128" Option "EnablePageFlip" "1" Option "ColorTiling" "1" Option "mtrr" "on" Option "XAANoOffscreenPixmaps" "true" #Option "MigrationHeuristic" "smart" Option "IgnoreEDID" "on" #Option "BusType" "PCIE" EndSection Section "Screen" Identifier "screen1" Device "device1" Monitor "monitor1" DefaultDepth 24 SubSection "Display" Depth 4 Modes "1280x800" "1152x720" "1024x640 800x500 1024x768 800x600 640x480" EndSubSection SubSection "Display" Depth 8 Modes "1280x800" "1152x720" "1024x640 800x500 1024x768 800x600 640x480" EndSubSection SubSection "Display" Depth 15 Modes "1280x800" "1152x720" "1024x640 800x500 1024x768 800x600 640x480" EndSubSection SubSection "Display" Depth 16 Modes "1280x800" "1152x720" "1024x640 800x500 1024x768 800x600 640x480" EndSubSection SubSection "Display" Depth 24 Modes "1280x800" "1152x720" "1024x640 800x500 1024x768 800x600 640x480" EndSubSection EndSection Section "DRI" Mode 0666 EndSection Section "Extensions" Option "RENDER" "Enable" Option "DAMAGE" "Disable" Option "Composite" "Disable" Option "XVideo" "Enable" EndSection