SOLVED in Debian!
On the end I changed from Ubuntu to Debian Squeeze, but I had exact the same problem.
Installing these debian wheezy packages on squeeze solved my problem:
Code:
# dpkg -l |grep xserver-xorg-video-intel
ii xserver-xorg-video-intel 2:2.15.0-3 X.Org X server -- Intel i8xx, i9xx display driver
# dpkg -l |grep libdrm-intel1
ii libdrm-intel1 2.4.25-2 Userspace interface to intel-specific kernel DRM services -- runtime
You can try after making an image (backup) of your ubuntu system, to add these wheezy repos
in /etc/apt/sources.list:
Code:
deb http://ftp.ch.debian.org/debian/ wheezy main contrib non-free
deb-src http://ftp.de.debian.org/pub/debian/ wheezy main contrib non-free
and install:
Code:
# apt-get update
# apt-get install xserver-xorg-video-intel libdrm-intel1
BTW pls let know if helps.
Bookmarks