Section "ServerLayout" Identifier "DefServerLayout" Screen 0 "HP_SCREEN" 0 0 Option "AllowEmptyInput" "True" Option "BlankTime" "5" Option "StandbyTime" "10" Option "SuspendTime" "15" Option "OffTime" "20" Option "AIGLX" "on" Option "GlxVisuals" "all" InputDevice "HP_KEYBOARD" "CoreKeyboard" InputDevice "HP_TOUCHPAD" "CorePointer" InputDevice "HP_USBMOUSE" "SendCoreEvents" EndSection Section "Module" Load "dri2" Load "record" Load "dri" Load "dbe" Load "glx" Load "extmod" EndSection Section "dri" Mode 0666 EndSection Section "Files" 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/TTF/" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/freefonts" FontPath "/usr/share/fonts/terminus" FontPath "/usr/share/fonts/ttf-bitstream-vera" FontPath "/usr/share/fonts/unifont" FontPath "/usr/share/fonts/cyrillic" EndSection Section "Extensions" Option "Composite" "true" EndSection Section "Monitor" Identifier "HP_LCDMONITOR" DisplaySize 382 214 Option "DPMS" "true" EndSection Section "Device" Identifier "HP_ATI" Driver "radeon" VendorName "ATI Technologies Inc." BoardName "ATI Mobility Radeon HD 4330" Screen 0 Option "DRI" "on" Option "AccelMethod" "exa" Option "DynamicPM" "on" Option "ColorTiling" "on" Option "EnablePageFlip" "true" Option "TripleBuffer" "true" Option "DMAForXv" "true" EndSection Section "Screen" Identifier "HP_SCREEN" Device "HP_ATI" Monitor "HP_LCDMONITOR" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 Modes "1600x900" EndSubSection EndSection # ------------------------------------------ # input settings # ----------------------------------------- # keyboard Section "InputDevice" Identifier "HP_KEYBOARD" Driver "kbd" Option "SendCoreEvents" "on" Option "XkbRules" "xorg" Option "AutoRepeat" "250 5" Option "XkbLayout" "us,ru,by" Option "XkbModel" "pc104" Option "XkbVariant" ",winkeys," Option "XkbOptions" "grp:caps_toggle,grp_led:caps" EndSection # touchpad Section "InputDevice" Identifier "HP_TOUCHPAD" Driver "synaptics" Option "protocol" "auto-dev" Option "SendCoreEvents" "on" Option "SHMConfig" "on" Option "TapButton1" "1" Option "TapButton2" "2" Option "TapButton3" "3" Option "MaxTapMove" "2000" Option "MaxTapTime" "180" Option "VertScrollDelta" "100" Option "MinSpeed" "0.15" Option "MaxSpeed" "0.30" Option "VertEdgeScroll" "true" Option "Emulate3Buttons" "on" EndSection # mouse Section "InputDevice" Identifier "HP_USBMOUSE" Driver "mouse" Option "Protocol" "Auto" Option "Buttons" "5" EndSection