Re: [Intel-gfx] Intel 2009Q2 release

2009-07-27 Thread Greg KH
On Wed, Jul 22, 2009 at 08:52:19PM -0700, Eric Anholt wrote:
> On Wed, 2009-07-22 at 09:41 -0700, Greg KH wrote:
> > On Wed, Jul 22, 2009 at 10:50:41AM +0800, Jin, Gordon wrote:
> > > Hi,
> > > 
> > > We'd like to recommend 2009Q2 package 
> > > (http://intellinuxgraphics.org/2009Q2.html), which consists of:
> > > - xf86-video-intel 2.8.0 release
> > > - mesa 7.5 release
> > > - libdrm 2.4.12 release
> > > The newer kernel (2.6.31) contains more kernel fixes, so generally
> > > better than older kernel. If you want to stick to 2.6.30, you might
> > > need the additional patches linked in the above webpage.
> > 
> > That might be very tough, as 2.6.31 is not released yet :)
> >
> > So, 2.6.30 isn't good enough today to run this?  If so, what specific
> > parts of .31-rc should be backported to .30?
> 
> We're working on sorting that part out.  Previously, as a workaround for
> "all our patches are in master and not stable", I was having to publish
> a branch containing more or less all changes we thought people might
> want.  This looked a lot like master, and had all the graphics
> instability that you got with master, combined with nobody actually
> running it because it wasn't in the stable kernel release.  We're
> changing things up now so that individual developers judge their patches
> based on stable_kernel_rules.txt and Cc them, or forward them on to
> stable@ later.  So expect more updates from us, and please be gentle as
> we practice doing it right :)
> 
> For now, the queue we talked about elsewhere is what we tested against,
> and what I want in from drm/i915.  Apologies for not getting that in
> earlier the right way, but apparently my git-send-email's hosed since I
> switched ISPs and I didn't notice.
> 
> I think the 3 patches culminating in
> fccdaba4317604602e5802c3afc4021f2fb8132e might be ready now -- I was
> worried we might see regressions, but things have been quiet.  Only:
>  3 files changed, 128 insertions(+), 100 deletions
> 
> 2a34f5e6b61c7e8f3b6f25847bcda88511b0ead4 has finally been tested on an
> affected machine, and gave the desired results -- whining and fallback
> instead of mysterious failure.  I'll queue it up soon.
> 
> I'd love to get the GEM on PAE series in, as that's the cause of failure
> for people who have distros that want PAE for NX, but the key commit is:
>  21 files changed, 152 insertions(+), 146 deletions(-)
> (series:
> 07613ba2f464f59949266f4337b75b91eb610795, 
> 0b7af262aba912f52bc6ef76f1bc0960b01b8502
> 95934f939c46ea2b37f3c91a4f8c82e003727761)
> 
> We should get the HDMI detection stuff merged back once the current
> commits land in master, as they're definitely fixing machines and the
> diffs are small.

Hm.

Can you send me and sta...@kernel.org a list of the exact git commit ids
in 2.6.31 that you want to see in 2.6.30 so that we can figure out what
should be added?  Your wording above makes me feel that you aren't quite
sure what is needed just yet.

thanks,

greg k-h
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


RE: Intel 2009Q2 release

2009-07-22 Thread Jin, Gordon
tsuraan wrote on Thursday, July 23, 2009 12:47 AM:
>> We'd like to recommend 2009Q2 package
>> (http://intellinuxgraphics.org/2009Q2.html), which consists of:
>> - xf86-video-intel 2.8.0 release
>> - mesa 7.5 release
>> - libdrm 2.4.12 release
>> The newer kernel (2.6.31) contains more kernel fixes, so generally
>> better than older kernel. If you want to stick to 2.6.30, you might
>> need the additional patches linked in the above webpage.
> 
> Awesome!  This is exactly the list of software versions I've been
> looking for.  Could this be put on the front page of the
> intellinuxgraphics.org page, or somewhere equally obvious?

Thanks for the reminder. Just added to the front page.

Gordon
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Intel 2009Q2 release

2009-07-22 Thread Colin Guthrie
'Twas brillig, and Mateusz Kaduk at 22/07/09 10:34 did gyre and gimble:
> 2009/7/22 Colin Guthrie :
>> In the webpage it mentiones 2.6.30.1 + 8 patches. 2.6.30.2 is now out,
>> can you comment on whether or not those 8 patches have been rolled into
>> 2.6.30.2?
> 
> Also making official bundle with those patches would be nice or like
> Colin wrote pulling them in 2.6.30.3 if they're not in 2.6.30.2
> 
> I tried 2.6.31-rc3-git3 but there are bugs that I cant work with ie.
> not working UVC driver, not compiling Vbox2 modules... and it seems
> pretty unstable.

Judging by posts on the intel-gfx list, this is being proposed :) Sadly 
I didn't keep both lists in the reply as my subscriptions are for 
different email addresses (beginning to rethink that idea :p)

Col

-- 

Colin Guthrie
gmane(at)colin.guthr.ie
http://colin.guthr.ie/

Day Job:
   Tribalogic Limited [http://www.tribalogic.net/]
Open Source:
   Mandriva Linux Contributor [http://www.mandriva.com/]
   PulseAudio Hacker [http://www.pulseaudio.org/]
   Trac Hacker [http://trac.edgewall.org/]

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: [Intel-gfx] Intel 2009Q2 release

2009-07-22 Thread Greg KH
On Wed, Jul 22, 2009 at 10:50:41AM +0800, Jin, Gordon wrote:
> Hi,
> 
> We'd like to recommend 2009Q2 package 
> (http://intellinuxgraphics.org/2009Q2.html), which consists of:
> - xf86-video-intel 2.8.0 release
> - mesa 7.5 release
> - libdrm 2.4.12 release
> The newer kernel (2.6.31) contains more kernel fixes, so generally
> better than older kernel. If you want to stick to 2.6.30, you might
> need the additional patches linked in the above webpage.

That might be very tough, as 2.6.31 is not released yet :)

So, 2.6.30 isn't good enough today to run this?  If so, what specific
parts of .31-rc should be backported to .30?

thanks,

greg k-h
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Intel 2009Q2 release

2009-07-22 Thread tsuraan
> We'd like to recommend 2009Q2 package
> (http://intellinuxgraphics.org/2009Q2.html), which consists of:
> - xf86-video-intel 2.8.0 release
> - mesa 7.5 release
> - libdrm 2.4.12 release
> The newer kernel (2.6.31) contains more kernel fixes, so generally better
> than older kernel. If you want to stick to 2.6.30, you might need the
> additional patches linked in the above webpage.

Awesome!  This is exactly the list of software versions I've been
looking for.  Could this be put on the front page of the
intellinuxgraphics.org page, or somewhere equally obvious?

Also, at least as of xf86-video-intel-2.7.1 and pretty recent mesa and
libdrm devel checkouts, my laptop performs much better under KDE4 than
my nVidia-based desktop.  Looking forward to getting a discrete Intel
card for my desktop, once that's a possibility :)
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Intel 2009Q2 release

2009-07-22 Thread Mateusz Kaduk
2009/7/22 Colin Guthrie :
> In the webpage it mentiones 2.6.30.1 + 8 patches. 2.6.30.2 is now out,
> can you comment on whether or not those 8 patches have been rolled into
> 2.6.30.2?

Also making official bundle with those patches would be nice or like
Colin wrote pulling them in 2.6.30.3 if they're not in 2.6.30.2

I tried 2.6.31-rc3-git3 but there are bugs that I cant work with ie.
not working UVC driver, not compiling Vbox2 modules... and it seems
pretty unstable.
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Re: Intel 2009Q2 release

2009-07-22 Thread Colin Guthrie
'Twas brillig, and Jin, Gordon at 22/07/09 03:50 did gyre and gimble:
If you want to stick to 2.6.30, you might need the additional patches 
linked in the above webpage.

As 2.6.31 is not yet final, I'll probably be shipping some kind of 
unofficial update using the 2.6.30 series.

In the webpage it mentiones 2.6.30.1 + 8 patches. 2.6.30.2 is now out, 
can you comment on whether or not those 8 patches have been rolled into 
2.6.30.2?

Col

-- 

Colin Guthrie
gmane(at)colin.guthr.ie
http://colin.guthr.ie/

Day Job:
   Tribalogic Limited [http://www.tribalogic.net/]
Open Source:
   Mandriva Linux Contributor [http://www.mandriva.com/]
   PulseAudio Hacker [http://www.pulseaudio.org/]
   Trac Hacker [http://trac.edgewall.org/]

___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg


Intel 2009Q2 release

2009-07-21 Thread Jin, Gordon
Hi,

We'd like to recommend 2009Q2 package 
(http://intellinuxgraphics.org/2009Q2.html), which consists of:
- xf86-video-intel 2.8.0 release
- mesa 7.5 release
- libdrm 2.4.12 release
The newer kernel (2.6.31) contains more kernel fixes, so generally better than 
older kernel. If you want to stick to 2.6.30, you might need the additional 
patches linked in the above webpage.

See the detailed major fixes and known issues in the above webpage.

The biggest change compared with 2009Q1 package (xf86-video-intel 2.7 based) is 
UXA becomes the default (and only) acceleration method, while EXA (the previous 
default) and XAA has been removed. So if you see regression, please firstly try 
2.7 wih UXA to figure out if it's caused by EXA->UXA transition or a true 
regression in 2.7->2.8.

KMS (Kernel Mode Setting) is preferred to use in this release.

It'll be appreciated to file bugs referring to 
http://intellinuxgraphics.org/how_to_report_bug.html, if you see any unknown 
issues.

Thanks
Gordon
___
xorg mailing list
xorg@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/xorg