# ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** 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" 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/" # The default path is shown here. EndSection # ********************************************************************** # Module section -- this is an optional section which is used to specify # which run-time loadable modules to load when the X server starts up. # ********************************************************************** Section "Module" Load "bitmap" Load "dbe" Load "ddc" Load "dri" # libdri.a Load "extmod" Load "freetype" Load "glx" # libglx.a Load "i2c" Load "int10" Load "type1" Load "vbe" EndSection # ********************************************************************** # Server flags section. This contains various server-wide Options. # ********************************************************************** Section "ServerFlags" # Uncomment this to disable the / mode switching # sequences. This allows clients to receive these key events. Option "DontZoom" #Option "blank time" "10" # 10 minutes Option "standby time" "20" Option "suspend time" "30" Option "off time" "60" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "M68xx keyboard" Driver "kbd" Option "AutoRepeat" "300 50" Option "XkbModel" "pc104" Option "XkbLayout" "us" #Option "XkbVariant" "" #Option "XkbOptions" "" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Logitech MX500" Driver "evdev" Option "Device" "/dev/input/mx500" EndSection Section "InputDevice" Identifier "Core mice" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "ImPS/2" Option "Buttons" "10" Option "Emulate3Buttons" "true" Option "ZAxisMapping" "4 5" EndSection Section "InputDevice" Identifier "Synaptics touchpad" Driver "synaptics" Option "Device" "/dev/psaux" Option "Protocol" "Auto" Option "Buttons" "7" Option "Emulate3Buttons" Option "Emulate3Timeout" "50" Option "MaxTapTime" "0" Option "ZAxisMapping" "4 5 6 7" EndSection # ********************************************************************** # Monitor section # ********************************************************************** Section "Monitor" Identifier "M68xx LCD" Option "DPMS" HorizSync 28-64 VertRefresh 43-60 EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "Radeon Mobility 9600" Driver "ati" Option "CenterMode" "on" Option "XAANoOffScreenPixmaps" "true" Option "DRI" "true" # XAA seems 5-10% faster than EXA for 3D, but # contrary to the manpage XAA seems less stable on my system # so try EXA when you experience hardlocks Option "AccelMethod" "XAA" # 1-8 Does not affect PCIE models. Option "AGPMode" "8" # 1/0 Does not affect PCIE models. Option "AGPFastWrite" "1" # 1/0 Increases 3D performance substantially # seemingly in XAA mode only Option "EnablePageFlip" "1" # 1/0 Increases 3D performance substantially # affected stability only positively on my system Option "ColorTiling" "1" # Set AGP Aperture size Option "GARTSize" "64" EndSection # ********************************************************************** # Screen sections. # ********************************************************************** Section "Screen" Identifier "Main Screen" Device "Radeon Mobility 9600" Monitor "M68xx LCD" DefaultDepth 24 SubSection "Display" Depth 1 Modes "1280x800" EndSubSection SubSection "Display" Depth 4 Modes "1280x800" EndSubSection SubSection "Display" Depth 8 Modes "1280x800" EndSubSection SubSection "Display" Depth 15 Modes "1280x800" EndSubSection SubSection "Display" Depth 16 Modes "1280x800" EndSubSection SubSection "Display" Depth 24 Modes "1280x800" EndSubSection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" Identifier "Main Layout" Screen "Main Screen" #InputDevice "Logitech MX500" "SendCoreEvents" InputDevice "Core mice" "CorePointer" InputDevice "Synaptics touchpad" "SendCoreEvents" InputDevice "M68xx keyboard" "CoreKeyboard" Option "AIGLX" "true" EndSection Section "Extensions" Option "Composite" "Enable" EndSection # ********************************************************************** # DRI Section # ********************************************************************** Section "dri" # Access to OpenGL ICD is allowed for all users: Group 0 Mode 0666 EndSection