Section "Files" FontPath "/usr/share/fonts/misc/" 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/75dpi/" FontPath "/usr/share/fonts/100dpi/" EndSection Section "Module" # kdm does not start without this, even if empty SubSection "extmod" # recommended in manual page of xorg.conf EndSubSection Load "type1" Load "freetype" # this gives better fonts in openoffice Load "glx" # from http://dri.freedesktop.org/wiki/Building Load "dri" # from http://dri.freedesktop.org/wiki/Building EndSection Section "ServerFlags" Option "off time" "1" EndSection Section "InputDevice" Identifier "Keyboard" Driver "kbd" Option "AutoRepeat" "250 30" Option "XkbModel" "pc105" # default is pc101 (not working) Option "XkbLayout" "se" EndSection Section "InputDevice" Identifier "Mice" Driver "mouse" Option "Device" "/dev/input/mice" Option "Buttons" "10" Option "ZAxisMapping" "9 10" Option "ButtonMapping" "1 2 3 9 10 6 7 8 4 5 11 12 13 14" EndSection Section "Monitor" Identifier "LCD" DisplaySize 330 210 # 330 is changed to 332 (observed in kinfocenter) Option "DPMS" EndSection Section "Device" Identifier "ATI Graphics Adapter" Driver "radeon" EndSection Section "Screen" Identifier "LCDScreen" Device "ATI Graphics Adapter" Monitor "LCD" DefaultDepth 24 # will be 16 if this is omitted (observed in kinfocenter) EndSection Section "ServerLayout" Identifier "MobileLayout" Screen "LCDScreen" InputDevice "Mice" "CorePointer" InputDevice "Keyboard" "CoreKeyboard" EndSection Section "dri" Group "video" Mode 0660 EndSection