Quote:
Originally Posted by Lx4l720
So are there any drivers out there for this? How should I proceed?
|
You should already have the driver installed. It is called xserver-xorg-video-intel. Open a terminal and run:
Code:
aptitude show xserver-xorg-video-intel
Near the top of the output it will say if it is installed or not.
To see if direct rendering is enabled, run in terminal:
Code:
glxinfo | grep -i direct
If it reports "yes" then direct rendering is enabled. If the desktop effects are working then direct rendering is probably enabled.
There have been big performance regressions with the intel driver in Jaunty. This did not affect Hardy though as far as I remember.