# $Id: xorg-6.9-radeonm10-mergedfb.conf 756 2007-05-29 22:32:14Z tas $ Section "Files" # RgbPath is the location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. # Multiple FontPath entries are allowed (they are concatenated together) # By default, Red Hat 6.0 and later now use a font server independent of # the X server to render fonts. RgbPath "/usr/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "unix/:-1" EndSection Section "Module" Load "GLcore" Load "i2c" Load "bitmap" Load "ddc" Load "dri" Load "extmod" Load "freetype" Load "glx" Load "int10" Load "type1" Load "vbe" # Load "dbe" # Double-Buffering Extension Load "v4l" # Video for Linux EndSection Section "InputDevice" Identifier "Keyboard0" Driver "kbd" Option "Protocol" "Standard" Option "AutoRepeat" "250 30" Option "XkbModel" "macintosh" Option "XkbLayout" "en_US" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "ZAxisMapping" "4 5" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" EndSection Section "Device" Identifier "ATI Radeon 9600 (Primary)" Driver "radeon" BusID "PCI:0:16:0" Option "MergedFB" "true" Option "MetaModes" "1280x854 1280x854-1280x1024 1280x854-1024x768 1280x854-800x600 1280x854-640x480" # 1280x1024 1280x854-1600x1200 Option "MergedDPI" "100 100" Option "MergedNonRectangular" "true" Option "MergedXinerama" "true" Option "MergedXineramaCRT2IsScreen0" "false" # Option "CRT2Position" "LeftOf -170" Option "CRT2Position" "LeftOf" # more device settings Option "AGPMode" "4" Option "AGPFastWrite" "true" Option "NoAccel" "false" Option "EnablePageFlip" "off" Option "NoAccel" "false" Option "SWcursor" "false" Option "RenderAccel" "on" Option "DynamicClocks" "on" # Option "UseFBDev" "true" Option "IgnoreEDID" "off" EndSection Section "Device" Identifier "ATI Radeon 9600 (Secondary)" Driver "radeon" BusID "PCI:0:16:0" Screen 1 EndSection Section "Monitor" Identifier "Laptop LCD" Option "DPMS" # Option "StandbyTime" "12" # Option "SuspendTime" "30" # Option "OffTime" "false" EndSection Section "Screen" Identifier "Internal Screen" Device "ATI Radeon 9600 (Primary)" Monitor "Laptop LCD" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x854" EndSubSection EndSection Section "Monitor" Identifier "External Monitor" Option "DPMS" # Option "StandbyTime" "10" # Option "SuspendTime" "30" # Option "OffTime" "60" EndSection Section "Screen" Identifier "External Screen" Device "ATI Radeon 9600 (Secondary)" Monitor "External Monitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1280x854" "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "DRI" Mode 0666 EndSection Section "ServerFlags" AllowMouseOpenFail EndSection Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Internal Screen" InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection