Difference between revisions of "Additional options for the radeon driver"
Line 1: | Line 1: | ||
− | |||
− | |||
==AGP speed== | ==AGP speed== |
Revision as of 12:45, 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
Dynamic Clock scaling
Please see:
- How to make use of Graphics Chips Power Management features (save even more battery power)