Difference between revisions of "Additional options for the radeon driver"
(→AGP speed) |
|||
Line 20: | Line 20: | ||
+ | With this option enabled (set to 4x speed), the X11 server should print (/var/log/Xorg.0.log): | ||
+ | |||
+ | (**) RADEON(0): Option "AGPMode" "4" | ||
+ | (**) RADEON(0): Using AGP 4x mode | ||
==Dynamic Clock scaling== | ==Dynamic Clock scaling== |
Revision as of 12:49, 2 February 2005
AGP speed
By default, the open source radeon driver forces 1x AGP speed. Quote from the developers:
tuning to the highest speed possible has caused hangs on some boxes, with no discernable pattern, so we default to 'slow but safe' whilst giving the option to go fast if the user wants to try it.
Higher speeds can be enabled by adding Option "AGPMode" "X" (where X is a number) in the Device section in /etc/X11/xorg.conf.
Section "Device" Identifier "Videocard0" Driver "radeon" VendorName "IBM Thinkpad" BoardName "ATI Mobility FireGL 7800" Option "AGPMode" "4" EndSection
With this option enabled (set to 4x speed), the X11 server should print (/var/log/Xorg.0.log):
(**) RADEON(0): Option "AGPMode" "4" (**) RADEON(0): Using AGP 4x mode
Dynamic Clock scaling
Please see:
- How to make use of Graphics Chips Power Management features (save even more battery power)