Popular Guides
View more guides at Linux Wiki Guides
Section "Files"
FontPath "/usr/share/fonts/local"
FontPath "/usr/share/fonts/misc"
FontPath "/usr/share/fonts/Type1"
FontPath "/usr/share/fonts/TTF"
FontPath "/usr/share/fonts/75dpi"
FontPath "/usr/share/fonts/100dpi"
FontPath "/usr/share/fonts/terminus"
EndSection
Section "Module"
Load "dbe"
SubSection "extmod"
Option "omit xfree86-dga"
EndSubSection
Load "type1"
Load "freetype"
Load "dri"
Load "glx"
EndSection
Section "ServerFlags"
Option "blank time" "10" # 10 minutes
Option "standby time" "20"
Option "suspend time" "30"
Option "off time" "60"
EndSection
Section "InputDevice"
Identifier "Keyboard1"
Driver "keyboard"
Option "XkbModel" "pc104"
EndSection
Section "InputDevice"
Identifier "Touchpad"
Driver "synaptics"
Option "Protocol" "auto-dev"
Option "Device" "/dev/input/mouse0"
Option "SHMConfig" "on"
Option "MinSpeed" "0.40"
Option "MaxSpeed" "0.40"
Option "TapButton1" "1"
Option "RTCornerButton" "2"
Option "RBCornerButton" "3"
Option "VertEdgeScroll" "1"
Option "HorizEdgeScroll" "1"
EndSection
Section "InputDevice"
Identifier "Pen"
Driver "fpit"
Option "AlwaysCore"
Option "Device" "/dev/ttyS0"
Option "MinimumXPosition" "450" # left
Option "MaximumXPosition" "12520" # right
Option "MinimumYPosition" "450" # bottom
Option "MaximumYPosition" "7620" # top
Option "InvertY"
Option "TrackRandR"
Option "ScreenNumber" "0"
Option "Buttons" "2"
EndSection
Section "Monitor"
Identifier "LCD"
Option "dpms"
EndSection
Section "Device"
Identifier "ATI Radeon Mobility X1400"
Driver "radeon"
Option "EnablePageFlip" "true"
Option "AccelMethod" "EXA"
Option "BackingStore"
EndSection
Section "dri"
Mode 0666
EndSection
Section "Screen"
Identifier "LCD screen"
Device "ATI Radeon Mobility X1400"
Monitor "LCD"
DefaultDepth 24
SubSection "Display"
Depth 24
Modes "1280x768"
EndSubsection
EndSection
Section "ServerLayout"
Identifier "main layout"
Screen "LCD screen"
InputDevice "Touchpad" "CorePointer"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Pen"
EndSection
Discussion