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:

RE: Intel driver 2.8.0 stable

Post by voria »

These results are interesting, thanks for sharing them with us.
I'm wondering if a newer xserver and/or enabling KMS would make any difference... well, you did whet my curiosity, I'll do some tests. :P
Image
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
okon3
Supporter
Supporter
Posts: 190
Joined: 12 May 2009, 15:49

RE: Intel driver 2.8.0 stable

Post by okon3 »

umh, i don't know which driver i have, i think the ones on voria repository, but i have a total time of 34.92
Last edited by okon3 on 15 Aug 2009, 10:02, edited 1 time in total.
** Dio dammi la pazienza, perchè se mi dai la forza, ammazzo tutti. **
hsasshofer
Supporter
Supporter
Posts: 10
Joined: 09 Jun 2009, 09:40

RE: Intel driver 2.8.0 stable

Post by hsasshofer »

'okon3' pid='1747' dateline='1250326795' wrote: umh, i don't know which driver i have, i think the ones on voria repository, but i have a total time of 34.92
Is this for (the default) 100 runs or for 500 (as my timings)? If it's for the latter, I feel v-e-r-y frustrated :-/
okon3
Supporter
Supporter
Posts: 190
Joined: 12 May 2009, 15:49

RE: Intel driver 2.8.0 stable

Post by okon3 »

ahnn, sorry i didn't know what "with GtkPerf (500 runs)", and i did it with the default 100.
Now i try with 500

(same kernel 31-5)

EDIT:

ahah, my overall time is 210

EDIT2:

I just installed Jolicloud on my sammy, the first thing i did is to run gtkperf (500 runs) and my total time is 120
Last edited by okon3 on 16 Aug 2009, 08:17, edited 1 time in total.
** Dio dammi la pazienza, perchè se mi dai la forza, ammazzo tutti. **
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've just added this driver to the NC10 repository, using a different package name ('xserver-xorg-video-intel-2.8'). This way both driver versions (2.8.0 and 2.7.1) can coexist on the same repository.

To install the 2.8.0 version, use this command:

Code: Select all

sudo apt-get install xserver-xorg-video-intel-2.8
The new package will be installed, while the packages 'xserver-xorg-video-intel' (the old 2.7.1 driver) and 'xserver-xorg-video-all' (a dummy package which makes sure all the official video drivers are installed) will be removed.

To restore the old driver version, use this command instead:

Code: Select all

sudo apt-get install xserver-xorg-video-all
which will remove the new driver and it will install back the old one.

PS:
I highly recommend to stick with the 2.7.1 version if you plan to use the official ubuntu kernel (2.6.28).
If you plan to use the new 2.6.31 kernel from my repository instead, then do your choice. At the moment the 2.8.0 version has somewhat less performance than the 2.7.1, but it solves some bugs (the most annoying is the one which causes the image on an external display to freeze after some time) and artifacts when using opengl applications with compiz enabled.
Last edited by voria on 26 Aug 2009, 11:22, edited 1 time in total.
Image
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
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 »

New version 2.8.1 is on repository now.
Image
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
okon3
Supporter
Supporter
Posts: 190
Joined: 12 May 2009, 15:49

RE: Intel driver 2.8.0 stable

Post by okon3 »

hmm i just RE-installed ubuntu netbook remix, updated with ubuntu repos, and then installed nc10-kernel and nc10-script.
With gtkperf (500 runs) i get a total time of 119

Edit:

i've just updated with voira's repo, so i think now i got new intel driver and now with gtkperf (500 runs) i get a total time of 125....
Last edited by okon3 on 27 Aug 2009, 22:32, edited 1 time in total.
** Dio dammi la pazienza, perchè se mi dai la forza, ammazzo tutti. **
okon3
Supporter
Supporter
Posts: 190
Joined: 12 May 2009, 15:49

RE: Intel driver 2.8.0 stable

Post by okon3 »

how could i know which driver i'm using?
** Dio dammi la pazienza, perchè se mi dai la forza, ammazzo tutti. **
hsasshofer
Supporter
Supporter
Posts: 10
Joined: 09 Jun 2009, 09:40

RE: Intel driver 2.8.0 stable

Post by hsasshofer »

The easiest way would be

Code: Select all

grep -A 1 "Module intel:" /var/log/Xorg.0.log
on the command line, this should give something like

Code: Select all

(II) Module intel: vendor="X.Org Foundation"
	compiled for 1.6.0, module version = 2.8.1
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 »

Check if the 'xorg-xserver-video-intel' package is installed. If so, you are using version 2.7.1.
Install the 'xorg-xserver-video-intel-2.8' package to get version 2.8.1 from my repository (well, 2.7.1 is from my repository too, the latest official driver from official ubuntu repositories is 2.6.3).

EDIT: Ops, I didn't notice the post from hsasshofer. :P
Last edited by voria on 28 Aug 2009, 20:05, edited 1 time in total.
Image
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
okon3
Supporter
Supporter
Posts: 190
Joined: 12 May 2009, 15:49

RE: Intel driver 2.8.0 stable

Post by okon3 »

thanks :D
** Dio dammi la pazienza, perchè se mi dai la forza, ammazzo tutti. **
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've added another driver version to the repository: 2.9.0.
You can install it by installing the package 'xserver-xorg-video-intel-2.9'.
By installing it, any other version (2.8.1 or 2.7.1) will be automatically removed.
Image
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
miplou
Newbie
Newbie
Posts: 15
Joined: 05 May 2009, 23:41

Re: Intel drivers 2.8.1 and 2.9.0 now on the repository.

Post by miplou »

Hi

Impossible to use my NC10 with Intel drivers 2.8.1 or 2.9, displaying is too slow (1 refreshing in 5 seconds !). Have you an idea about this problem ?

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

Re: Intel drivers 2.8.1 and 2.9.0 now on the repository.

Post by voria »

Are you using kernel 2.6.28? Newer intel drivers work good only when used with a newer kernel.
If you plan to continue using the kernel 2.6.28, then your only option is to stick with intel driver 2.7.1.

Instead, if you want to give a try to kernel 2.6.31, just follow instructions in this thread.
Image
Please consider a little donation to keep the 'Linux On My Samsung' project up and running. Thank you!
miplou
Newbie
Newbie
Posts: 15
Joined: 05 May 2009, 23:41

Re: Intel drivers 2.8.1 and 2.9.0 now on the repository.

Post by miplou »

Strange, I'm using the last kernel on your repository, and all my system is updated each day...
Post Reply