59 lines
1.3 KiB
Plaintext
59 lines
1.3 KiB
Plaintext
|
|
README for ati 8.34.8
|
|
|
|
|
|
*** NOTE for kernel ***
|
|
|
|
Check you have the next config:
|
|
|
|
Loadable Module Support --->
|
|
[*] Enable loadable module support
|
|
[*] Module unloading
|
|
|
|
Processor type and features --->
|
|
[*] MTRR (Memory Type Range Register) support
|
|
|
|
Device Drivers --->
|
|
Character Devices --->
|
|
<M> /dev/agpgart (AGP Support)
|
|
<M> Your_AGP_Chipset_Here
|
|
< > Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)
|
|
Graphics support --->
|
|
< > Support for framebuffer devices
|
|
|
|
Kernel Hacking --->
|
|
[ ] Kernel debugging
|
|
|
|
|
|
*** 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:
|
|
|
|
# gl-select ati
|
|
|
|
Also to configure your X server you can execute ati configurator like this:
|
|
|
|
# aticonfig --initial --input=/etc/X11/xorg.conf
|
|
|
|
|
|
POST-REMOVE
|
|
|
|
Use opt/gl-select from ports to revert to the xorg gl/glx libraries
|
|
and extensions like so:
|
|
|
|
# gl-select 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
|
|
# gl-select xorg; gl-select ati
|