Section "Files" #FontPath "unix/:7100" # local font server # if the local font server has problems, we can fall back on these FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/CID" FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType" FontPath "/usr/lib/X11/fonts/misc" FontPath "/usr/lib/X11/fonts/cyrillic" FontPath "/usr/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/lib/X11/fonts/Type1" FontPath "/usr/lib/X11/fonts/Speedo" FontPath "/usr/lib/X11/fonts/100dpi" FontPath "/usr/lib/X11/fonts/75dpi" EndSection Section "Module" Load "GLcore" # Load "bitmap" Load "dbe" Load "ddc" Load "dri" # Load "fb" Load "freetype" Load "glx" # Load "int10" # Load "record" # Load "speedo" Load "type1" # Load "vbe" SubSection "extmod" Option "omit xfree86-dga" EndSubSection EndSection Section "InputDevice" Identifier "Generic Keyboard" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc105" Option "XkbLayout" "dk" EndSection Section "InputDevice" Identifier "Logitech MouseMan" Driver "mouse" Option "CorePointer" Option "Device" "/dev/input/mice" Option "Protocol" "ExplorerPS/2" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "RadeonM300" Driver "fglrx" BusID "PCI:1:0:0" Option "MonitorLayout" "AUTO, AUTO" # for a useful single-head configuration # simply remove the rest of the Option lines in this Section Option "KernelModuleParm" "agplock=0" Option "DesktopSetup" "Horizontal" Option "UseInternalAGPGART" "off" Option "EnablePrivateBackZ" "yes" Option "Mode2" "1600x1200" Option "HSync2" "30-81" Option "VRefresh2" "56-76" EndSection Section "Monitor" Identifier "BuiltIn" HorizSync 55-65 VertRefresh 55-65 Option "dpms" Mode "1400x1050" # vfreq 60.020Hz, hfreq 63.981kHz DotClock 108.000000 HTimings 1400 1448 1560 1688 VTimings 1050 1051 1055 1066 Flags "-HSync" "-VSync" EndMode EndSection Section "Screen" Identifier "BigDesktop" Device "RadeonM300" Monitor "BuiltIn" DefaultDepth 24 SubSection "Display" Virtual 1600 1200 # this is the magic that makes Big Desktop work! Depth 24 Modes "1600x1200" "1400x1050" EndSubSection EndSection Section "ServerLayout" Identifier "BigDesktop" Screen "BigDesktop" InputDevice "Generic Keyboard" InputDevice "Logitech MouseMan" EndSection Section "ServerFlags" Option "DefaultServerLayout" "BigDesktop" Option "Composite" "Off" EndSection Section "DRI" Mode 0666 EndSection