# 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" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/artwiz" FontPath "/usr/share/fonts/cyrillic" 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" ModulePath "/usr/lib/xorg/modules/extensions" ModulePath "/usr/lib/xorg/modules" 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 "Primary" "on" EndSection Section "Screen" Identifier "default" Device "radeon" Monitor "Builtin" # 32 is an illegal value DefaultDepth 24 SubSection "Display" Depth 24 EndSubSection EndSection # for the Xorg radeon driver Section "Device" Identifier "radeon" VendorName "ATI" BoardName "ATI Technologies Inc RV710/730" Driver "radeon" EndSection Section "ServerLayout" Identifier "Standalone" Option "Clone" "off" Screen 0 "default" EndSection Section "DRI" # Group "video" Mode 0666 EndSection Section "Extensions" # Option "Composite" "Enable" EndSection