# $Id: xorg-7.1-radeonm10-mergedfb.conf 756 2007-05-29 22:32:14Z tas $ Section "Files" # 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. FontPath "unix/:-1" EndSection Section "Module" Load "dbe" SubSection "extmod" Option "omit xfree86-dga" EndSubSection Load "type1" Load "freetype" Load "glx" Load "dri" Load "v4l" 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" Option "MergedFB" "true" Option "MetaModes" "1280x854-1280x854 1280x854 1280x854-1280x1024 1280x854-1024x768 1280x854-800x600" # 1280x1024 1280x854-1600x1200 1280x854-800x600 1280x854-640x480 Option "MergedDPI" "100 100" Option "MergedNonRectangular" "true" Option "MergedXinerama" "true" Option "MergedXineramaCRT2IsScreen0" "true" # Option "CRT2Position" "LeftOf -170" # Option "CRT2Position" "LeftOf" Option "CRT2Position" "RightOf" # Option "MonitorLayout" "LVDS, TMDS" # more device settings Option "AGPMode" "4" # Option "AGPFastWrite" "1" # Causes X to hard lock # Option "GARTSize" "64" # Option "FBTexPercent" "50" Option "DisplayPriority" "HIGH" # Fix flickering Option "ColorTiling" "1" Option "IgnoreEDID" "0" Option "EnablePageFlip" "1" Option "EnableDepthMoves" "1" Option "RenderAccel" "1" # Not yet implemented # Option "AccelMethod" "EXA" # Experimental; lots of artifacts Option "SubPixelOrder" "RGB" # Option "ConstantDPI" "1" Option "DynamicClocks" "1" Option "VGAAccess" "0" # Option "DMAForXv" "0" # Option "DDCMode" "1" 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 Section "Extensions" Option "Composite" "true" EndSection