Salve.
Ho installato ieri archlinux, volevo provarla.
Tutto è andato bene, ho installato i driver intel, dato che ho una intel gma 950.
Il driver è caricato, ma ho un comportamento strano.
Se eseguo il login da terminale (non ho ancora abilitato l'avvio con X) e faccio partire X con "startx", parte xterm e se eseguo "glxgears" ho i valori "normali": circa 800.000fps.
Se entro in gnome, invece, e apro un terminale, ho valori diversi a seconda dell'utente che esegue glxgears:
codice:
[root@myhost sergej]# glxgears 
3119 frames in 5.0 seconds = 623.648 FPS
2975 frames in 5.0 seconds = 594.800 FPS
3288 frames in 5.0 seconds = 657.560 FPS
3258 frames in 5.0 seconds = 651.447 FPS
^C
[root@myhost sergej]# exit
exit
[sergej@myhost ~]$ glxgears 
538 frames in 5.0 seconds = 107.433 FPS
543 frames in 5.0 seconds = 108.598 FPS
554 frames in 5.0 seconds = 110.619 FPS
^C
[sergej@myhost ~]$
Ci saranno problemi di permessi?
Non so dove mettere le mani...

Sergej