Section "Files" RgbPath "/usr/share/X11/rgb" # 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/" EndSection Section "Module" # This loads the DBE extension module. Load "dbe" # This loads the miscellaneous extensions module, and disables # initialisation of the XFree86-DGA extension within that module. SubSection "extmod" Option "omit xfree86-dga" EndSubSection # This loads the Type1 and FreeType font modules Load "type1" Load "freetype" Load "dri" Load "glx" Load "extmod" EndSection #Section "Extensions" # Option "Composite" "Enable" #EndSection # ********************************************************************** # Server flags section. This contains various server-wide Options. # ********************************************************************** Section "ServerFlags" # Uncomment this to cause a core dump at the spot where a signal is # received. This may leave the console in an unusable state, but may # provide a better stack trace in the core dump to aid in debugging # Option "NoTrapSignals" # Uncomment this to disable the VT switch sequence # (where n is 1 through 12). This allows clients to receive these key # events. # Option "DontVTSwitch" # Uncomment this to disable the server abort sequence # This allows clients to receive this key event. # Option "DontZap" # Uncomment this to disable the / mode switching # sequences. This allows clients to receive these key events. # Option "DontZoom" # Uncomment this to disable tuning with the xvidtune client. With # it the client can still run and fetch card and monitor attributes, # but it will not be allowed to change them. If it tries it will # receive a protocol error. # Option "DisableVidModeExtension" # Uncomment this to enable the use of a non-local xvidtune client. # Option "AllowNonLocalXvidtune" # Uncomment this to disable dynamically modifying the input device # (mouse and keyboard) settings. # Option "DisableModInDev" # Uncomment this to enable the use of a non-local client to # change the keyboard or mouse settings (currently only xset). # Option "AllowNonLocalModInDev" # Set the basic blanking screen saver timeout. Option "blank time" "10" # 10 minutes # Set the DPMS timeouts. These are set here because they are global # rather than screen-specific. These settings alone don't enable DPMS. # It is enabled per-screen (or per-monitor), and even then only when # the driver supports it. Option "standby time" "20" Option "suspend time" "30" Option "off time" "60" # On some platform the server needs to estimate the sizes of PCI # memory and pio ranges. This is done by assuming that PCI ranges # don't overlap. Some broken BIOSes tend to set ranges of inactive # devices wrong. Here one can adjust how aggressive the assumptions # should be. Default is 0. # Option "EstimateSizesAggresively" "0" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Keyboard1" Driver "kbd" Option "XkbLayout" "no" Option "AutoRepeat" "200 50" Option "XkbModel" "pc105" Option "XkbVariant" "dvorak" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Resolution" "400" Option "Device" "/dev/input/mice" # Option "Protocol" "Auto" Option "Protocol" "IMPS/2" EndSection # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present Section "Device" Identifier "open" Driver "radeon" # VideoRam 131072 # Option "AGPMode" "4" # Option "EnablePageFlip" "on" # Option "DynamicClocks" "on" # Option "DMAForXv" "on" # Option "ColorTiling" "on" # Option "BIOSHotkeys" "on" # Option "XaaNoScanlineImageWriteRect" # Option "XaaNoScanlineCPUToScreenColorExpandFill" # BusID "PCI:1:0:0" EndSection # ********************************************************************** # Screen sections. # ********************************************************************** # Any number of screen sections may be present. Each describes # the configuration of a single screen. A single specific screen section # may be specified from the X server command line with the "-screen" # option. Section "Monitor" Identifier "Monitor LCD" #Option "DPMS" #Modeline "1400x1050" 108.00 1400 1448 1560 1688 1050 1051 1054 1066 #Modeline "1280x960" 108.00 1280 1448 1560 1688 960 1051 1054 1066 EndSection #Section "Monitor" # Identifier "Monitor CRT" # #Modeline "1400x1050" 108.00 1400 1448 1560 1688 1050 1051 1054 1066 # Option "DPMS" # HorizSync 30.0 - 83.0 # VertRefresh 56.0 - 63.0 #EndSection Section "Screen" Identifier "Screen LCD" Device "open" Monitor "Monitor LCD" DefaultDepth 24 EndSection #Section "Screen" # Identifier "Screen CRT" # Device "open" # Monitor "Monitor CRT" # # DefaultDepth 24 #EndSection # section may be specified from the X server command line with the # "-layout" option. In the absence of this, the first section is used. # When now ServerLayout section is present, the first Screen section # is used alone. Section "ServerLayout" Identifier "another layout" Screen 0 "Screen LCD" #Screen 1 "Screen CRT" Above "Screen LCD" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection # ********************************************************************** # Refer to the XF86Config(4/5) man page for details about the format of # this file. # ********************************************************************** # ********************************************************************** # DRI Section # ********************************************************************** Section "dri" # Access to OpenGL ICD is allowed for all users: # Mode 0666 # Access to OpenGL ICD is restricted to a specific user group: Group 27 # video Mode 0660 EndSection