I driver ATI


La procedura e` stata verificata su un kernel 2.6.8 gentoo r8, con una scheda grafica Ati Mobility Radeon 9000 su una scheda mardre Via Apollo 400a. (Notebook Fujitsu-Siemens Amilo A 7600)

Driver ATI

La procedura e` descritta molto bene in questo articolo. Riassumendo, ecco quello che va fatto.
1. Configurare il kernel come segue (make xconfig), quindi compilarlo e installare i moduli (make && make modules_install). Controllare inoltre che /usr/src/linux sia un link simbolico alla cartella contenete questo kernel:

Loadable module support
[*] Enable loadable module support
[*]   Module unloading
[*]   Automatic kernel module loading
Processor type and features
[*] MTRR (Memory Type Range Register) support
Character devices
<*> /dev/agpgart (AGP Support)
<*>   VIA chipset support
[ ] Direct Rendering Manager (XFree86 4.1.0 and higher DRI support)

2. Eseguire emerge ati-drivers che compilera` e installera` il modulo fglrx. Anche se il pacchetto ati-drivers fosse gia` presente sul sistema, e` necessario riemergerlo di nuovo, ogni volta che si ricompila il kernel!
3. Fare il backup del file xorg.conf e XF86Config-4 in /etc/X11 (supponendo di usare XOrg al posto di XFree) quindi eseguire fglrxconfig che generera` un file XF86Config-4 che poi dovremo rinominare in xorg.conf. Quando il configuratore chiede “Do you want to use the external AGP GART module (y/n)? [n]” rispondere no.
4. Ora far capire a OpenGL che abbiamo cambiato driver eseguendo opengl-update ati
5. Fare il reboot con il nuovo kernel, e, quando avete avviato X, in una console srivere glxinfo | grep direct. Se dice yes, allora l’accelerazione grafica funziona. Provate subito gli screensaver OpenGL di KDE ;-)

Information and Links

Join the fray by commenting, tracking what others have to say, or linking to it from your blog.


Other Posts

Write a Comment

Take a moment to comment and tell us what you think. Some basic HTML is allowed for formatting.

Reader Comments

Be the first to leave a comment!