Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Trackpoint"
# InputDevice "External Mouse"
InputDevice "Synaptics Touchpad"
EndSection
Section "Files"
# path to defoma fonts
FontPath "/usr/share/fonts/X11/misc"
FontPath "/usr/X11R6/lib/X11/fonts/misc"
FontPath "/usr/share/fonts/truetype/win32fonts/"
FontPath "/usr/share/fonts/truetype/ttf-inconsolata/"
## FontPath "/usr/share/fonts/X11/cyrillic"
## FontPath "/usr/X11R6/lib/X11/fonts/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
## FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
## FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/X11R6/lib/X11/fonts/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/X11R6/lib/X11/fonts/100dpi"
## FontPath "/usr/share/fonts/X11/75dpi"
## FontPath "/usr/X11R6/lib/X11/fonts/75dpi"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "bitmap"
Load "dbe"
Load "ddc"
Load "dri"
Load "extmod"
Load "freetype"
Load "glx"
Load "int10"
Load "vbe"
EndSection
Section "ServerFlags"
Option "StandbyTime" "1"
Option "SuspendTime" "1"
Option "Offtime" "1"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Trackpoint"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
# Option "Emulate3Buttons" "on"
Option "EmulateWheel" "on"
Option "EmulateWheelButton" "2"
Option "EmulateWheelTimeOut" "200"
Option "YAxisMapping" "4 5"
Option "XAxisMapping" "8 9"
Option "ZAxisMapping" "4 5"
EndSection
#Section "InputDevice"
# Identifier "External Mouse"
# Driver "mouse"
# Option "SendCoreEvents" "true"
# Option "Device" "/dev/input/mouse0"
# Option "Protocol" "ExplorerPS/2"
# Option "YAxisMapping" "4 5"
# Option "XAxisMapping" "6 7"
# Option "ZAxisMapping" "4 5"
#EndSection
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "VertScrollDelta" "80"
Option "HorizScrollDelta" "80"
Option "SHMConfig" "on"
Option "VertEdgeScroll" "1"
Option "HorizEdgeScroll" "1"
Option "VertTwoFingerScroll" "0" #"1"
Option "HorizTwoFingerScroll" "0" #"1"
EndSection
Section "Monitor"
Identifier "THINKPAD LCD"
HorizSync 28.0 - 70.0
VertRefresh 43.0 - 60.0
# DisplaySize 304.8 228.6
# DisplaySize 305 229
DisplaySize 303.931624 229.913793
Option "NoDDC" "1"
Option "DPMS" "1"
EndSection
Section "Device"
Identifier "ATI RADEON x300"
Driver "fglrx"
Option "EnablePageFlip" "true"
Option "DRI" "true"
Option "ColorTiling" "on"
Option "RenderAccel" "true"
Option "BufferTiling" "on"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
Option "Centermode" "on"
Option "NoTV" "on"
Option "AccelMethod" "EXA"
Option "PanelSize" "1400x1050"
Option "UseFastTLS" "1" # "2" #for wine
EndSection
Section "Screen"
Identifier "Default Screen"
Device "ATI RADEON x300"
Monitor "THINKPAD LCD"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1400x1050" "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Section "DRI"
Mode 0666
EndSection
Section "Extensions"
Option "Composite" "Enable"
Option "XAANoOffscreenPixmaps" "true"
EndSection