contrib/ati/README

63 lines
1.5 KiB
Plaintext
Raw Normal View History

2008-02-13 20:39:24 +01:00
README for ati
2009-01-13 10:51:27 +01:00
*** NOTE for kernels 2.6.x ***
2007-12-23 19:03:32 +01:00
Check that you enabled the following config options:
Loadable Module Support --->
[*] Enable loadable module support
[*] Module unloading
Processor type and features --->
[*] MTRR (Memory Type Range Register) support
Device Drivers --->
Character Devices ---> (Graphics support for kernels up to 2.6.24.1)
<M> /dev/agpgart (AGP Support)
<M> Your_AGP_Chipset_Here
< > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
Kernel hacking --->
2009-01-13 10:51:27 +01:00
[*] Magic SysRq key
[*] Enable unused/obsolete exported symbols
*** NOTE for ati with udev ***
If using udev, add your user to the "video" group to be able to use 3D.
POST-INSTALL
Use opt/gl-select from ports to select the correct gl/glx
libraries and extensions like so:
2009-01-13 10:51:27 +01:00
# gl-select use ati
2007-11-06 02:04:16 +01:00
Also to configure your X server you can execute ati configurator like so:
# aticonfig --initial --input=/etc/X11/xorg.conf
2007-11-06 02:04:16 +01:00
And if you want, you can start the ati external events daemon at
/etc/rc.d/atieventsd, like so:
2009-01-13 10:51:27 +01:00
# service atieventsd start
POST-REMOVE
Use opt/gl-select from ports to revert to the xorg gl/glx libraries
and extensions like so:
2009-01-13 10:51:27 +01:00
# gl-select use xorg
When UPGRADING/DOWNGRADING the ati-driver port (where the version changes),
use gl-select to revert to xorg and then re-select ati in order to
refresh the libGLcore and libGL symlinks, like so:
# prt-get update ati
2009-01-13 10:51:27 +01:00
# gl-select use xorg; gl-select use ati