# the order is important! Section "Files" # misc contains "fixed" and "cursor" which X NEEDS! # put before others, so they don't overwrite these fonts (artwiz!) FontPath "/usr/share/fonts/misc:unscaled" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/artwiz" FontPath "/usr/share/fonts/cyrillic:unscaled" FontPath "/usr/share/fonts/default" FontPath "/usr/share/fonts/dejavu" FontPath "/usr/share/fonts/freefont" FontPath "/usr/share/fonts/sharefonts" FontPath "/usr/share/fonts/terminus" FontPath "/usr/share/fonts/ttf-bitstream-vera" FontPath "/usr/share/fonts/unifont" FontPath "/usr/share/fonts/xawtv" FontPath "/usr/local/share/fonts" # Bitmap fonts last because we have much better TTF/Type1 versions # many themes expect 75dpi before 100dpi! FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/100dpi:unscaled" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "true" Option "DefaultServerLayout" "Standalone" EndSection Section "Module" Load "evdev" Load "dri" Load "i2c" Load "glx" Load "extmod" Load "synaptics" Load "v4l" EndSection Section "Monitor" Identifier "Builtin" VendorName "Apple" ModelName "BuiltinPanel" Option "CalcAlgorithm" "CheckDesktopGeometry" Option "DPMS" HorizSync 30-90 VertRefresh 57-84 DisplaySize 367 230 UseModes "Modes[0]" Gamma 1.25 EndSection Section "Modes" Identifier "Modes[0]" EndSection Section "Screen" Identifier "default" Device "radeon" Monitor "Builtin" # 32 is an illegal value DefaultDepth 24 SubSection "Display" Depth 24 Modes "1680x1050" EndSubSection EndSection # for the Xorg radeon driver Section "Device" Identifier "radeon" VendorName "ATI" BoardName "ATI Radeon Mobility X1600" BusID "PCI:1:0:0" Driver "radeon" # X1600 only supports EXA, which is the successor of XAA anyway Option "AccelMethod" "EXA" # no tearing (may cost perf, stability) Option "EXAVSync" "off" # ColorTiling is good for perf, but can cause artifacts Option "ColorTiling" "on" # PageFlip is good for perf, but broken sw can cause artifacts Option "EnablePageFlip" "on" EndSection Section "ServerLayout" Identifier "Standalone" # InputDevice "trackpad" "SendCoreEvents" # InputDevice "btmouse" "SendCoreEvents" Option "Clone" "off" Screen 0 "default" EndSection Section "DRI" # Group "video" Mode 0666 EndSection Section "Extensions" Option "Composite" "Enable" EndSection