Normalno da ga ne kuži kad su u konfiguraciji nvidia driveri. Ja sam zaboravio kako se zove Ati driver od X-a ... pa ako tko zna neka napiše.
Postupak za instalaciju ATI fglrx drivera:
Citiraj:
Download the proper drivers for your X-Free version off of ATI.com
Then login as root
su
Then cd into the directory containing the drivers and run the following:
rpm2tgz filename.rpm
installpkg filename.tgz
cd /lib/modules/fglrx/build_mod
sh make.sh
cd ..
sh make_install.sh
Make sure in your Kernel that you have the DO NOT have DRI compiled or Moduled in and that for agpgart you have it Moduled in with your correct AGP Chipset compiled in. From there type in the ATI X config command that is giving at the last command to go through there auto XF86Config maker. Then load the modules for your AGP Chipset and fglrx like so
modprobe agp-gart
modprobe intel-agp
modprobe fglrx
Then run ATI's xf-config utility
fglrxconfig
|