# /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 "unix/:-1" FontPath "/usr/share/fonts/75dpi" FontPath "/usr/share/fonts/100dpi" FontPath "/usr/share/fonts/CID" FontPath "/usr/share/fonts/TTF" FontPath "/usr/share/fonts/Type1" FontPath "/usr/share/fonts/arphicfonts" FontPath "/usr/share/fonts/artwiz" FontPath "/usr/share/fonts/baekmuk-fonts" FontPath "/usr/share/fonts/corefonts" FontPath "/usr/share/fonts/default/ghostscript" FontPath "/usr/share/fonts/kochi-substitute" FontPath "/usr/share/fonts/freefont" FontPath "/usr/share/fonts/kochi-substitute" FontPath "/usr/share/fonts/local" FontPath "/usr/share/fonts/misc" FontPath "/usr/share/fonts/sazanami" FontPath "/usr/share/fonts/sharefonts" FontPath "/usr/share/fonts/ttf-bitstream-vera" 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 "fbdevhw" # functions for talking to framebuffer device Load "dri" # direct rendering infrastructure Load "glx" # OpenGL X protocol interface Load "v4l" # video4linux Load "record" # Xevent recorder # 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" # the microsoftinet model has support for the # forward/backward buttons Option "XkbModel" "microsoftinet" # allow switching between nodeadkeys/deadkeys keymaps Option "XkbLayout" "dk,dk" Option "XkbVariant" "nodeadkeys," Option "XkbOptions" "grp:caps_toggle,grp_led:num" EndSection Section "InputDevice" Identifier "Mice" Driver "mouse" Option "Device" "/dev/input/mice" Option "Protocol" "Auto" Option "Emulate3Buttons" "off" 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 "DynamicClocks" "on" Option "BIOSHotkeys" "on" # enable radeon specific xinerama # Option "MergedFB" "on" Option "MergedFB" "off" # external monitor timings Option "CRT2HSync" "30.0-68.0" Option "CRT2VRefresh" "50.0-110.0" Option "MonitorLayout" "LVDS, TMDS" # Option "MetaModes" "1024x768-1280x1024" 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 # Virtual 1024 1536 EndSubsection EndSection Section "ServerLayout" Identifier "ServerLayout" Screen "Screen" InputDevice "Mice" "CorePointer" InputDevice "Keyboard" "CoreKeyboard" EndSection Section "DRI" Mode 0666 EndSection