# /etc/X11/xorg.conf # # 2006-02-26 Henrik Brix Andersen # # Notes: # * Config for the X.Org Foundation X11R6.8.2 release # # Hardware: # * IBM Thinkpad X31 Section "Files" # local font server on unix socket FontPath "tcp/localhost:7100" # FontPath "/usr/pkg/lib/X11/fonts/TTF/" # FontPath "/usr/pkg/xorg/lib/X11/fonts/TTF/" # FontPath "/usr/pkg/xorg/lib/X11/fonts/Type1/" # FontPath "/usr/pkg/xorg/lib/X11/fonts/misc/" # FontPath "/usr/pkg/xorg/lib/X11/fonts/75dpi:unscaled/" # FontPath "/usr/pkg/xorg/lib/X11/fonts/100dpi:unscaled/" # FontPath "/usr/pkg/xorg/lib/X11/fonts/75dpi/" # FontPath "/usr/pkg/xorg/lib/X11/fonts/100dpi/" # FontPath "/usr/pkg/xorg/lib/X11/fonts/Speedo/" # FontPath "/usr/pkg/xorg/lib/X11/fonts/CID/" EndSection Section "ServerFlags" # using acpi-enabled kernel - /dev/apm_bios not present # Option "PM" "off" EndSection Section "Module" Load "dbe" # double-buffering extension Load "extmod" # commonly used server extensions Load "dri" # direct rendering infrastructure Load "glx" # OpenGL X protocol interface Load "record" # Xevent recorder Load "xtrap" # following two modules needed if not running xfs Load "freetype" # freetype font rasterer Load "type1" # type 1 font rasterer EndSection Section "Extensions" # Option "Composite" "on" EndSection Section "InputDevice" Identifier "Keyboard" Driver "kbd" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "us" EndSection Section "InputDevice" Identifier "Mice" Driver "mouse" Option "Protocol" "wsmouse" Option "Device" "/dev/wsmouse" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection Section "Device" Identifier "ATI Radeon" Driver "radeon" VendorName "ATI Technologies Inc" BoardName "Radeon Mobility M6 LY" Option "AGPMode" "4" Option "AGPFastWrite" "on" Option "EnablePageFlip" "on" Option "RenderAccel" "on" Option "AccelMethod" "EXA" #Option "DynamicClocks" "on" #Option "ReverseDDC" "on" Option "DDCMode" "on" Option "IgnoreEDID" "on" Option "BIOSHotkeys" "on" # enable radeon specific xinerama # Option "MergedFB" "on" # Option "MergedNonRectangular" "on" Option "MergedFB" "off" # external monitor timings # Option "CRT2HSync" "30.0-81.0" # Option "CRT2VRefresh" "56.0-75.0" # Option "MonitorLayout" "LVDS, TMDS" # Option "MetaModes" "1024x768-1280x1024" # Option "MetaModes" "1024x768-1024x768" # Option "CRT2Position" "Clone" # Option "CRT2Position" "LeftOf" Option "CRT2Position" "RightOf" # Option "CRT2Position" "Above" # Option "CRT2Position" "Below" EndSection Section "Monitor" Identifier "Monitor" VendorName "Unknown" ModelName "Unknown" # comment this out when using MergedFB # DisplaySize 245 185 Option "dpms" EndSection Section "Screen" Identifier "Screen" Device "ATI Radeon" Monitor "Monitor" DefaultDepth 24 Subsection "Display" Depth 24 Modes "1024x768" "800x600" "640x480" # uncomment this for MergedFB # top/bot Virtual 1024 1536 # side/side Virtual 2048 1024 EndSubsection EndSection Section "ServerLayout" Identifier "ServerLayout" Screen "Screen" InputDevice "Mice" "CorePointer" InputDevice "Keyboard" "CoreKeyboard" EndSection Section "DRI" Mode 0666 EndSection