# ********************************************************************** # DRI Section # ********************************************************************** Section "dri" Mode 0666 EndSection # ********************************************************************** # Extensions Section # ********************************************************************** Section "Extensions" Option "Composite" "Enable" EndSection # ********************************************************************** # Module section -- this section is used to specify # which dynamically loadable modules to load. # ********************************************************************** Section "Module" Load "dbe" # Double buffer extension SubSection "extmod" Option "omit xfree86-dga" # don't initialise the DGA extension EndSubSection Load "freetype" Load "type1" Load "glx" # libglx.a Load "dri" # libdri.a EndSection # ********************************************************************** # Files section. This allows default font and rgb paths to be set # ********************************************************************** Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" FontPath "/usr/share/fonts/misc:unscaled" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/freefont" FontPath "/usr/share/fonts/sharefonts" FontPath "/usr/share/fonts/terminus" FontPath "/usr/share/fonts/75dpi:unscaled" FontPath "/usr/share/fonts/100dpi:unscaled" FontPath "/usr/share/fonts/artwiz" EndSection # ********************************************************************** # Core keyboard's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "AutoRepeat" "500 30" Option "XkbRules" "xorg" Option "XkbModel" "pc105" Option "XkbLayout" "us,dk" Option "XkbOptions" "grp:alt_shift_toggle,grp_led:scroll" EndSection # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" Option "Device" "/dev/input/mice" EndSection # ********************************************************************** # Graphics device section # ********************************************************************** Section "Device" Identifier "ATI" Driver "radeon" # accelration Option "AGPMode" "4" Option "EnablePageFlip" "true" Option "backingstore" "true" Option "RenderAccel" "on" #Option "AccelMethod" "exa" # enable PowerPlay features Option "DynamicClocks" "on" # use bios hot keys on thinkpad (aka fn+f7) Option "BIOSHotkeys" "on" # enable radeon specific xinerama Option "MergedFB" "true" Option "CRT2Position" "RightOf" Option "CRT2Hsync" "50-75" Option "CRT2VRefresh" "30-82" Option "MetaModes" "1024x768-1280x1024" # we have two different sized desktops, fix window scaling Option "MergedNonRectangular" "true" # make xinerama work on both displays Option "MergedXineramaCRT2IsScreen0" "false" BusID "PCI:1:0:0" Screen 0 EndSection # ********************************************************************** # Screen/Monitor sections # ********************************************************************** Section "Monitor" Identifier "InternalLCD" Option "DPMS" EndSection Section "Screen" Identifier "Default Screen" Device "ATI" Monitor "InternalLCD" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768" ViewPort 0 0 EndSubSection EndSection # ********************************************************************** # ServerLayout sections. # ********************************************************************** Section "ServerLayout" Identifier "Default Layout" Screen "Default Screen" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection ### EOF ###