Off the top of my head, I don’t know.
The Intel page is here:
Intel Linux Graphics
and if one reads this link about a package included with the 2.10.0 Intel driver: Intel Linux Graphics: 2009Q4 it states:
This release has been validated on following hardware: G45, GM45, GN40, GM965, 945GME, 915GM, 855GM, GMA 3150, Intel® HD Graphics.
… but how to install it ?
Note SuSE-GmbH will not officially include this updated driver in the xorg-x11-drive-video rpm. So if one wishes to install via rpm, needs to search for a packaged xorg-x11-driver-video rpm with that driver installed already !
I note the xorg-x11-driver-video rpm in the xorg : x11 cutting edge repository has such an rpm with the Intel 2.11.0 included.
However I would be concerned that if one installs xorg-x11-driver-video, it might drag in other dependencies that could break one’s Xorg. I suspect almost for certain that xorg-x11-driver-input from Xorg : x11 will need to be installed in addition to the xorg : x11 xorg-x11-driver-video rpm.
But all this is me speculating based on the little I know about how graphic drivers are packaged for openSUSE, … and that knoweldge of mine is not a heck of a lot.
Still, user aplcom could try adding this repository:
http://download.opensuse.org/repositories/X11:/XOrg/openSUSE_11.2/
and then install rpms:
- xorg-x11-driver-video
- xorg-x11-driver-input
and make a note of ANY other rpm dragged in as a dependency. If the list is short, go for the install.
Remove any custom /etc/X11/xorg.conf. And don’t forget to REMOVE the repository aftward. That is MOST IMPORTANT !
Then reboot and pray
My worry is the xorg-x11-driver-video rpm may insist on a new version of Mesa or a new kernel, and that may mean this will not work. I don’t know.
The alternative, is to just download the 2.11.0 tarball, and custom ./configure, make, makeinstall from tarball. But if that fails, one has the problem of removing the installed files, which can be a pain (which is why rpms are preferable).
Apologies - I wish I knew more, but I don’t.
This raises another question. Its the i915 driver that is being used here (as opposed to an “intel” driver). Does that mean one only need to update the i915 ? If so, what packages might be available for that. I don’t know. I’m no Intel graphic expert. I note in the build services this package: 915resolution
Could it be one only needs to install that 915resolution rpm and reboot ? I don’t know.
Frankly, our openSUSE community wiki are lacking in providing theory on graphic drivers that goes to this sort of practical detail. I tried to address that with the Forum faq “practical theory guide” on graphic drivers, with the realization that sometime in the future I need to approach the community wiki team to try to migrate that theory into a proper wiki. But I also note my knowledge here is pathetic compared to what really needs to be known.
Again, my apologies. My knowledge is too weak.