Configuring: Difference between revisions
From cchtml.com
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
;Force fglrx to use kernel's AGP driver instead of own implementation (only use when internal agpgart doesn't work): | ;Force fglrx to use kernel's AGP driver instead of own implementation (only use when internal agpgart doesn't work): | ||
:<pre>sudo aticonfig --internal-agp=off</pre> | :<pre>sudo aticonfig --internal-agp=off</pre> | ||
*Note: Newer fglrx driver versions do not include an internal AGPGART so the kernel agpgart is used no matter what. | |||
Revision as of 07:11, 7 October 2006
aticonfig
Since version 8.18.6 the fglrx driver includes the aticonfig tool which simplifies xorg.conf editing. Here are some useful commands this tool offers (for a complete list see aticonfig --help).
- Initial setup (creates device section using fglrx)
sudo aticonfig --initial
- Enable Video acceleration (Xv Overlay)
sudo aticonfig --overlay-type=Xv
- Force fglrx to use kernel's AGP driver instead of own implementation (only use when internal agpgart doesn't work)
sudo aticonfig --internal-agp=off
- Note: Newer fglrx driver versions do not include an internal AGPGART so the kernel agpgart is used no matter what.
Still not working? Go to the Troubleshooting page.
Distribution Neutral Steps |