# # XF86Config example # # The ordering of sections is not important in version 4.0 and later. # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" FontPath "/usr/X11R6/lib/X11/fonts/local/" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection # ********************************************************************** # Server flags section. This contains various server-wide Options. # ********************************************************************** Section "ServerFlags" Option "blank time" "10" # 10 minutes Option "standby time" "20" Option "suspend time" "30" Option "off time" "60" Option "PCI type" "UniNorth" # Option "PCI type" "Bandit" # Option "PCI type" "Grackle" EndSection # ********************************************************************** # Input devices # ********************************************************************** # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Keyboard1" Driver "keyboard" Option "Protocol" "wskbd" Option "Device" "/dev/wskbd0" Option "AutoRepeat" "500 5" Option "XkbRules" "xfree86" Option "XkbModel" "macusb" Option "XkbLayout" "jp" Option "XkbVariant" "altjp" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "wsmouse" # Option "Protocol" "imps/2" Option "Device" "/dev/wsmouse0" Option "ZAxisMapping" "4 5" EndSection # ********************************************************************** # Monitor section # ********************************************************************** # Any number of monitor sections may be present Section "Monitor" Identifier "Generic Monitor" HorizSync 27-100 # multisync VertRefresh 50-75 # multisync Option "dpms" EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" # BoardName "RV280 5964" ChipID 0x5962 BusID "PCI:0:16:0" Driver "radeon" #ChipId 0x514D Identifier "Radeon9200" Screen 0 Option "Rotate" "off" VendorName "ATI Technologies Inc" BoardName "Radeon 9200 Mobility" Option "AGPMode" "4" Option "EnablePageFlip" "On" Option "CloneMode" "1024x768" Option "AGPMode" "2" EndSection ### Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional # ********************************************************************** # Screen sections. # ********************************************************************** Section "Screen" Identifier "Screen1" Device "Radeon9200" Monitor "Generic Monitor" # XXX 24bpp may be broken DefaultDepth 16 # DefaultDepth 24 SubSection "Display" Depth 8 Modes "1280x1024" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" EndSubSection SubSection "Display" Depth 24 Modes "1280x1024" EndSubSection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" Identifier "Main Layout" Screen "Screen1" InputDevice "Mouse1" "CorePointer" InputDevice "Keyboard1" "CoreKeyboard" EndSection ## Section "Module" ## Load "dbe" ## Load "extmod" ## Load "fbdevhw" ## Load "glx" ## Load "record" ## Load "freetype" ## Load "type1" ## Load "dri" ## EndSection ## ## Section "Device" ## #Option "ShadowFB" "true" ## Identifier "Card0" ## Driver "radeon" ## BoardName "ATI Radeon 9200" ## Option "AGPMode" "2" ## BusID "PCI:0:16:0" ## EndSection ## ## Section "DRI" ## Group 0 ## Mode 0666 ## EndSection