Section "ServerLayout" # The Identifier line must be present # Each Screen line specifies a Screen section name, and optionally # the relative position of other screens. The four names after # primary screen name are the screens to the top, bottom, left and right # of the primary screen. In this example, screen 2 is located to the # right of screen 1. # Each InputDevice line specifies an InputDevice section name and # optionally some options to specify the way the device is to be # used. Those options include "CorePointer", "CoreKeyboard" and # "SendCoreEvents". In this example, "Mouse1" is the core pointer, # and "Mouse2" is an extended input device that also generates core # pointer events (i.e., both mice will move the standard pointer). Identifier "Main Layout" Screen 0 "aticonfig Screen 0" 0 0 InputDevice "Mouse1" "CorePointer" # InputDevice "Mouse2" "SendCoreEvents" InputDevice "Keyboard1" "CoreKeyboard" EndSection Section "Files" # The location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. # Multiple FontPath entries are allowed (which are concatenated together), # as well as specifying multiple comma-separated entries in one FontPath # command (or a combination of both methods) # For XFS, uncomment this and comment the others # FontPath "unix/:-1" # The default path is shown here. FontPath "/usr/share/fonts/local/" 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/CID/" FontPath "/usr/share/fonts/Speedo/" FontPath "/usr/share/fonts/75dpi/" FontPath "/usr/share/fonts/100dpi/" EndSection Section "Module" # This loads the DBE extension module. # initialisation of the XFree86-DGA extension within that module. # This loads the Type1 and FreeType font modules Load "dbe" # This loads the miscellaneous extensions module, and disables SubSection "extmod" Option "omit xfree86-dga" EndSubSection # Load "extmod" Load "type1" Load "freetype" Load "dri" Load "glx" EndSection Section "Monitor" Identifier "aticonfig Monitor 0" EndSection Section "Device" Identifier "R300" BusID "PCI:5:0:0" Driver "radeon" #Option "VideoOverlay" "on" #Option "MergedFB" "false" #Option "EnablePageFlip" "off" # If I turn this on strange fullscreen effect #Option "DynamicClocks" "on" #Option "ColorTiling" "on" EndSection Section "Device" Identifier "ATI Graphics Adapter 0" Driver "fglrx" BusID "PCI:5:0:0" EndSection Section "Screen" Identifier "aticonfig Screen 0" Device "R300" #Device "FGLRX" Monitor "aticonfig Monitor 0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 24 EndSubSection EndSection Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbModel" "pc105" Option "XkbLayout" "no" EndSection Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Device" "/dev/input/mouse0" EndSection Section "dri" Group 27 # video Mode 0660 EndSection