Section "Files" FontPath "/usr/local/share/fonts/75dpi/" FontPath "/usr/local/share/fonts/100dpi/" FontPath "/usr/local/share/fonts/dejavu/" ModulePath "/usr/local/lib/xorg/modules" FontPath "/usr/local/share/fonts/misc/" FontPath "/usr/local/share/fonts/TTF/" FontPath "/usr/local/share/fonts/OTF/" FontPath "/usr/local/share/fonts/Type1/" FontPath "/usr/local/share/fonts/Droid/" FontPath "/usr/local/share/fonts/Lohit/" EndSection Section "Module" Load "dbe" Disable "dri" Disable "dri2" Disable "glx" Load "freetype" SubSection "extmod" Option "omit xfree86-dga" EndSubSection EndSection Section "ServerFlags" Option "AIGLX" "false" Option "NoAccel" "True" Option "NoDRI" "True" Option "DRI" "False" Option "DRI2" "False" Option "DontZap" "false" Option "BlankTime" "1" EndSection # AutoAddDevices is set to false, so # correctly configure the section below Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "XkbLayout" "us" Option "ZAxisMapping" "4 5" Option "XkbVariant" "nodeadkeys" Option "XkbModel" "pc105" Option "XkbRules" "xorg" # Option "XkbCompat" "" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" EndSection Section "Monitor" Identifier "Monitor" Option "DPMS" "true" EndSection Section "Device" Identifier "Generic FB" Driver "scfb" Option "NoAccel" "True" # Option "ShadowFB" "False" # EndSection Section "Screen" Identifier "Screen" Device "Generic FB" Monitor "Monitor" SubSection "Display" Depth 16 EndSubsection EndSection Section "ServerLayout" Identifier "layout" Screen 0 "Screen" 0 0 InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" Option "AutoAddDevices" "false" EndSection