Algunos usuarios han estado confrontando problemas con el driver actual en (Jaunty),los problemas se describen en X/Troubleshooting/IntelPerformance para algunos ordenadores portátiles con hardware gráfico Intel.
Sìntomas: [Eng]
- With compiz enabled, some animations such as desktop switching or compiz cube view are not smooth and take longer to complete than previously.
- Scrolling in firefox is laggy
- Switching to UXA or XAA makes performance issues go away
- Switching to UXA makes performance issues worse
- Switching compiz off makes performance significantly better
- 3D video game FPS measures are significantly lower than previously
Instalaciòn:
Agregar el repo a /etc/apt/sources.list:
sudo sh -c 'echo "## xserver xorg video intel 2.4
deb http://ppa.launchpad.net/siretart/ppa/ubuntu jaunty main" >> /etc/apt/sources.list'
Importar la GPG key:
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xce90d8983e731f79
Instalar el Driver:
sudo apt-get update && sudo apt-get install xserver-xorg-video-intel-2.4
Reiniciar X:
sudo /etc/init.d/gdm restart
Nota:
Si el controlador no te funciona, o no es mejor, puedes regresar al original,eliminando la(s) líneas de /etc/apt/sources.list y corriendo el comando siguiente:
sudo apt-get install xserver-xorg-video-intel
Si X.org no se inicia,puedes cambiar a un terminal de texto pulsando Ctrl Alt F2 y utilizar “sudo nano o gedit” para editar el archivo / etc/apt/sources.list. Después de instalar xserver-xorg-video-intel, reinicia el equipo con “sudo reboot“.
Para obtener mayor informaciòn ver source [Eng]