Intel drivers 2.8.1 and 2.9.0 now on the repository.

Discussions about Linux installation and configuration on Samsung laptops
User avatar
voria
Administrator
Administrator
Posts: 1383
Joined: 12 Feb 2009, 18:08
Location: Italy
Contact:

Intel drivers 2.8.1 and 2.9.0 now on the repository.

Post by voria »

There are two new 'xserver-xorg-video-intel' packages available on the repository, based on official release 2.8.1 and 2.9.0. Most of you know that these drivers completely drop support for the EXA acceleration in favour of UXA, and this brings both advantages and disavantages.

After some tests these new drivers seem to be more stable than the version installed automatically (2.7.1), also they fix some annoying bugs (the most important, the one causing the image to freeze on an external monitor after some time).

To install the 2.8.1 version, use this command:

Code: Select all

sudo apt-get install xserver-xorg-video-intel-2.8
For version 2.9.0, use this one:

Code: Select all

sudo apt-get install xserver-xorg-video-intel-2.9
If for any reason you need to restore the previous version (2.7.1), you can use this command:

Code: Select all

sudo apt-get install xserver-xorg-video-all
If you have any thought or problem with these new drivers, feel free to post it here. :)
Last edited by voria on 29 Jul 2009, 18:30, edited 1 time in total.
Image
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
xxbasstixx
Newbie
Newbie
Posts: 9
Joined: 26 Jul 2009, 15:01

RE: Intel driver 2.8.0 stable

Post by xxbasstixx »

Its running fine here. Just compiz is not workin, but didn't check if it worked with the older driver.
Last edited by xxbasstixx on 29 Jul 2009, 18:35, edited 1 time in total.
User avatar
voria
Administrator
Administrator
Posts: 1383
Joined: 12 Feb 2009, 18:08
Location: Italy
Contact:

RE: Intel driver 2.8.0 stable

Post by voria »

Compiz works good for me with driver 2.8.0 as well as with the 2.7.1 version.
Are you using a custom xorg.conf? If so, try removing it.
Image
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
xxbasstixx
Newbie
Newbie
Posts: 9
Joined: 26 Jul 2009, 15:01

RE: Intel driver 2.8.0 stable

Post by xxbasstixx »

here it goes

Code: Select all

Section "Monitor"
	Identifier	"Configured Monitor"
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Monitor		"Configured Monitor"
	Device		"Card0"
	SubSection "Display"
		Virtual	2160 768
	EndSubSection
EndSection

Section "Device"
	Identifier "Card0"
	Driver "intel"
	VendorName "Intel Corporation"
	BoardName "Mobile 945GME Express Integrated Graphics Controller"
	BusID "PCI:0:2:0"
EndSection
So nothin special
Last edited by xxbasstixx on 29 Jul 2009, 18:44, edited 1 time in total.
User avatar
voria
Administrator
Administrator
Posts: 1383
Joined: 12 Feb 2009, 18:08
Location: Italy
Contact:

RE: Intel driver 2.8.0 stable

Post by voria »

The problem is with

Code: Select all

SubSection "Display"
    Virtual    2160 768
EndSubSection
At the moment the max virtual resolution which works without problems is 2048x2048, but yours is greater.
Removing that lines from your xorg.conf will default to 2048x2048, and you should have the DRI support back.
Image
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
xxbasstixx
Newbie
Newbie
Posts: 9
Joined: 26 Jul 2009, 15:01

RE: Intel driver 2.8.0 stable

Post by xxbasstixx »

Nope doesn't work for me. Here is my console output from 'compiz'

Code: Select all

Checking for Xgl: not present. 
xset q doesn't reveal the location of the log file. Using fallback /var/log/Xorg.0.log 
Detected PCI ID for VGA: 
Checking for texture_from_pixmap: not present. 
Trying again with indirect rendering:
Checking for texture_from_pixmap: present. 
Checking for non power of two support: present. 
Checking for Composite extension: present. 
Checking screen 1Comparing resolution (1024x600) to maximum 3D texture size (2048): Passed.
Checking for Software Rasterizer: present. 
Software rasterizer detected, abortingaborting and using fallback: /usr/bin/metacity 
User avatar
voria
Administrator
Administrator
Posts: 1383
Joined: 12 Feb 2009, 18:08
Location: Italy
Contact:

RE: Intel driver 2.8.0 stable

Post by voria »

Did you restart the xserver with the new conf file? :P
Image
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
xxbasstixx
Newbie
Newbie
Posts: 9
Joined: 26 Jul 2009, 15:01

RE: Intel driver 2.8.0 stable

Post by xxbasstixx »

'voRia' pid='1681' dateline='1248891199' wrote: Did you restart the xserver with the new conf file? :P
lol, sometimes its the right guess, but this time i turned my head on :P
Of course i did a restart^^

Maybe some other outputs are helpful to find the problem?

btw: It's a N110, not NC10 is it makes a difference.
Last edited by xxbasstixx on 29 Jul 2009, 21:03, edited 1 time in total.
User avatar
voria
Administrator
Administrator
Posts: 1383
Joined: 12 Feb 2009, 18:08
Location: Italy
Contact:

RE: Intel driver 2.8.0 stable

Post by voria »

I don't know where is the problem then, the fact it's a N110 shouldn't make any difference.
Please retry removing your xorg.conf completely (backup it, just in case).

So, anyone else has tried the new driver? Please share your thoughts.
Image
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
hsasshofer
Supporter
Supporter
Posts: 10
Joined: 09 Jun 2009, 09:40

RE: Intel driver 2.8.0 stable

Post by hsasshofer »

I installed the driver yesterday, and as I'm on holiday I just used it for receiving and sending a few mails and browsing the net (with a little Flash content). So far it is stable and did not show any instabilities.

UNR does "feel" a bit slower than 2.7.1 with EXA (I'm not using compiz on the netbook), but so did 2.7.1 when configured for UXA. I'm using an "empty" xorg.conf (well, not completely, a "skeleton version" as created by "sudo dpkg-reconfigure -phigh xserver-xorg"). But then, at some stage, we all will have to make the switch.

Should anything bad happen, I will post...
User avatar
voria
Administrator
Administrator
Posts: 1383
Joined: 12 Feb 2009, 18:08
Location: Italy
Contact:

RE: Intel driver 2.8.0 stable

Post by voria »

Thanks :)
Just a note: are you using kernel 2.6.28 or 2.6.31?
I've just noticed that using this new driver with kernel 2.6.28 results in bad performances, but it works great with kernel 2.6.31.
Image
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
hsasshofer
Supporter
Supporter
Posts: 10
Joined: 09 Jun 2009, 09:40

RE: Intel driver 2.8.0 stable

Post by hsasshofer »

'voRia' pid='1697' dateline='1249321403' wrote: Thanks :)
Just a note: are you using kernel 2.6.28 or 2.6.31?
I've just noticed that using this new driver with kernel 2.6.28 results in bad performances, but it works great with kernel 2.6.31.
The kernel is fully updated to 2.6.31-5. Basically I'm using your PPA and just added your Intel 2.8.0 DEB. It's not that it is "slow", it just seems to be a little bit off the 2.7.1's performance - but it may be just my impression, I should check with GtkPerf or whatever. But then, holidays are for the family rather than for the netbook ;-)
xxbasstixx
Newbie
Newbie
Posts: 9
Joined: 26 Jul 2009, 15:01

RE: Intel driver 2.8.0 stable

Post by xxbasstixx »

Got it workin now perfectly.

1. Reverted to Intel Driver v2.4 - Compiz works
2. changed window decorator in Compiz Configuration Manager to gtk-window-decorator
3. Installed v2.8 from your ppa - Compiz finally workin.

:)
User avatar
voria
Administrator
Administrator
Posts: 1383
Joined: 12 Feb 2009, 18:08
Location: Italy
Contact:

RE: Intel driver 2.8.0 stable

Post by voria »

'hsasshofer' pid='1700' dateline='1249367164' wrote: It's not that it is "slow", it just seems to be a little bit off the 2.7.1's performance - but it may be just my impression, I should check with GtkPerf or whatever.
I have had exactly the same impressions, but IMO the performances are now more or less comparable with the 2.7.1 driver, and they can only get better. However this is true only when the new driver is used with a recent kernel; with official kernels from jaunty (2.6.28), the performances are terrible... and this is stopping me from adding the new driver on the NC10 repository.

Anyway, as you said
'hsasshofer' pid='1700' dateline='1249367164' wrote: holidays are for the family rather than for the netbook ;-)
so the solution to this "problem" can wait. :P
Last edited by voria on 11 Aug 2009, 21:02, edited 1 time in total.
Image
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
hsasshofer
Supporter
Supporter
Posts: 10
Joined: 09 Jun 2009, 09:40

Performance Values

Post by hsasshofer »

Hmm, I checked the differences in performance between 2.7.1 (EXA) and 2.8.0 (UXA) with GtkPerf (500 runs) on kernel 2.6.31-5. They are some kind of a mixed blessing :s

Image

Overall the perfomance ist about the same (differences up to 10% are neglicible, and will also occur on multiple test runs) but there are dramatic changes in drawing shapes (loss of performance) and drawing(!) text (gain). So depending on the GTK operation concerned, the driver can appear faster or slower.
Post Reply