# 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 UseModes "Modes[0]" Gamma 1.25 EndSection Section "Modes" Identifier "Modes[0]" EndSection Section "Screen" Identifier "default" # choose driver: fglrx, radeon, radeonhd Device "radeon" Monitor "Builtin" # 32 is an illegal value DefaultDepth 24 SubSection "Display" Depth 24 Modes "1680x1050" EndSubSection EndSection # for the closed source fglrx driver Section "Device" Identifier "fglrx" VendorName "ATI" BoardName "ATI Radeon Mobility X1600" BusID "PCI:1:0:0" Driver "fglrx" Option "FSAAEnable" "on" Option "FSAAScale" "2" EndSection # for the Xorg radeonhd driver Section "Device" Identifier "radeonhd" VendorName "ATI" BoardName "ATI Radeon Mobility X1600" BusID "PCI:1:0:0" Driver "radeonhd" 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" # save some power Option "DynamicClocks" "on" EndSection Section "ServerLayout" Identifier "Standalone" Option "Clone" "off" Screen 0 "default" EndSection Section "DRI" # Group "video" Mode 0666 EndSection Section "ServerFlags" # fglrx relies on XGL, not the new AIGLX # Option "AIGLX" "off" EndSection Section "Extensions" Option "Composite" "Enable" EndSection