contrib/ati
2008-10-01 11:09:55 +02:00
..
.footprint ati: Reverted last changeset. 2008-10-01 11:09:55 +02:00
.md5sum ati: Reverted last changeset. 2008-10-01 11:09:55 +02:00
atieventsd ati: Updated 8.35.5 -> 8.37.6 (thanks to tilman) 2007-06-07 16:00:49 +02:00
Pkgfile ati: Reverted last changeset. 2008-10-01 11:09:55 +02:00
README ati: Updated 8-7 -> 8-8. Modified README. 2008-09-10 02:37:56 +02:00

README for ati


*** NOTE for kernel 2.6 ***

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 --->
  <*> 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:

        # gl-select ati

Also to configure your X server you can execute ati configurator like so:

	# aticonfig --initial --input=/etc/X11/xorg.conf

And if you want, you can start the ati external events daemon at
/etc/rc.d/atieventsd, like so:

  # service atieventsd start

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