From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org)
	by finch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-96969-garchives=archives.gentoo.org@lists.gentoo.org>)
	id 1MHgBm-0003Xm-IB
	for garchives@archives.gentoo.org; Fri, 19 Jun 2009 15:39:38 +0000
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 7385CE02FD;
	Fri, 19 Jun 2009 15:39:36 +0000 (UTC)
Received: from mail-fx0-f209.google.com (mail-fx0-f209.google.com [209.85.220.209])
	by pigeon.gentoo.org (Postfix) with ESMTP id 1D28AE02FD
	for <gentoo-user@lists.gentoo.org>; Fri, 19 Jun 2009 15:39:36 +0000 (UTC)
Received: by fxm5 with SMTP id 5so1670459fxm.34
        for <gentoo-user@lists.gentoo.org>; Fri, 19 Jun 2009 08:39:35 -0700 (PDT)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
        d=gmail.com; s=gamma;
        h=domainkey-signature:mime-version:received:in-reply-to:references
         :from:date:message-id:subject:to:content-type;
        bh=h7hOAQeRnx1SVNF3bWEkQ+GnzpcMK++1l+IO3pCDgNg=;
        b=CBLOntd53kC+HRKNxbAtVpCZuDy7DcOoyj0dCGVMCZetpgrUMcjnaGfQNRuQZHDn0p
         84MimWL54LI9Y9tX06SkncXOM9afCBYBiB0ZmHJDx3QFvHpXLXzmv+ZscHRXS1qEC3u5
         W/GNLqJ8wdfZQky9p5jfCByFVkAU0srgQEqHQ=
DomainKey-Signature: a=rsa-sha1; c=nofws;
        d=gmail.com; s=gamma;
        h=mime-version:in-reply-to:references:from:date:message-id:subject:to
         :content-type;
        b=Y3OjFkLLuKp2ZCN4xA1Md/zJaWpFj5UHEnkVkOcgtNIkg8dq8W95Lctf/sIWHecX5V
         Tw+nWJyxnOH3A4sY0rrdB1fk6WuUte39nlSROigAQiUDZN+ons9ggOCYsHdzdWH52o7O
         GC6WN48DORFLTTnnV8HwX/8SOXccz5/tIbalE=
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@lists.gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Received: by 10.223.117.194 with SMTP id s2mr2508747faq.83.1245425975460; Fri, 
	19 Jun 2009 08:39:35 -0700 (PDT)
In-Reply-To: <5602B0BD6D59AE4791BE83104940118DC2B04F17@excprdmbxw002.optus.com.au>
References: <445a8b100906190657k3857fea5ua056202e9cc801d1@mail.gmail.com> 
	<5602B0BD6D59AE4791BE83104940118DC2B04F17@excprdmbxw002.optus.com.au>
From: Massimiliano Ziccardi <massimiliano.ziccardi@gmail.com>
Date: Fri, 19 Jun 2009 17:39:15 +0200
Message-ID: <445a8b100906190839t691689aes25e99cbbc5f5e6af@mail.gmail.com>
Subject: Re: [gentoo-user] Problem with the graphic card
To: gentoo-user@lists.gentoo.org
Content-Type: multipart/alternative; boundary=001636c5b47edc89d3046cb554d1
X-Archives-Salt: 0ac3f4f5-9396-4eb2-ad71-48c8b39392bd
X-Archives-Hash: c0c2a41cd9690e7a6c6dd604c2d3cd1a

--001636c5b47edc89d3046cb554d1
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

Hi Adam.

Thanks for your help.

I read that document a while ago.
It says I need :
1) gentoo-sources 2.6.29 + : I'm ok, my version is 2.6.29-r5
2) xorg-server 1.6+ : here I'm too old. I have 1.5.3-r6. however, emerge
says that 1.5.3-r6 is the latest available....
3) xf86-video-intel 2.6.1+: I have 2.6.3-r1.

Do you think it wold be a good idea to upgrade xorg, even if emerge says
I've the latest available version?

Thank you,
Massimiliano

On Fri, Jun 19, 2009 at 5:01 PM, Adam Carter <Adam.Carter@optus.com.au>wrote:

>
> That diference definately explains poorer 3D performance in gentoo compared
> to ubuntu. IIRC GEM is a very new feature in the 2.6.29?? kernel, so at a
> minimum you'll need to enable it in your kernel, to be able to use that
> feature. There may be other things you need as well....
>
> You'll probably want to run the very latest version of the intel driver, to
> try it, add the following to /etc/portage/package.keyword;
> x11-drivers/xf86-video-intel ~x86
> if you're running 32 bit or
> x11-drivers/xf86-video-intel ~amd64
> if you're running 64 bit, then emerge it again
>
> Have you read http://en.gentoo-wiki.com/wiki/Intel_GMA? Should be better
> info in there
>

--001636c5b47edc89d3046cb554d1
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

Hi Adam.<br><br>Thanks for your help.<br><br>I read that document a while a=
go.<br>It says I need :<br>1) gentoo-sources 2.6.29 + : I&#39;m ok, my vers=
ion is 2.6.29-r5<br>2) xorg-server 1.6+ : here I&#39;m too old. I have 1.5.=
3-r6. however, emerge says that 1.5.3-r6 is the latest available....<br>

3) xf86-video-intel 2.6.1+: I have 2.6.3-r1.<br><br>Do you think it wold be=
 a good idea to upgrade xorg, even if emerge says I&#39;ve the latest avail=
able version?<br><br>Thank you,<br>Massimiliano<br><br><div class=3D"gmail_=
quote">

On Fri, Jun 19, 2009 at 5:01 PM, Adam Carter <span dir=3D"ltr">&lt;<a href=
=3D"mailto:Adam.Carter@optus.com.au">Adam.Carter@optus.com.au</a>&gt;</span=
> wrote:<br><blockquote class=3D"gmail_quote" style=3D"border-left: 1px sol=
id rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">





<div><div class=3D"im">
<br></div><div><span><font color=3D"#0000ff" face=3D"Arial" size=3D"2">That=
=20
diference definately explains poorer 3D performance in gentoo compared to=
=20
ubuntu. IIRC GEM is a very new feature in the 2.6.29?? kernel, so at a mini=
mum=20
you&#39;ll need to enable it in your kernel, to be able to use that feature=
. There=20
may be other things you need as well....</font></span></div>
<div><span><font color=3D"#0000ff" face=3D"Arial" size=3D"2"></font></span>=
=A0</div>
<div><span><font color=3D"#0000ff" face=3D"Arial" size=3D"2">You&#39;ll=20
probably want to run the very latest version of the intel driver, to try it=
, add=20
the following to /etc/portage/package.keyword;</font></span></div>
<div><span><font color=3D"#0000ff" face=3D"Arial" size=3D"2">x11-drivers/xf=
86-video-intel ~x86 </font></span></div>
<div><font face=3D"Arial"><font size=3D"2"><font color=3D"#0000ff"><span>i<=
/span><span><font>f you&#39;re=20
running 32 bit or </font></span></font></font></font></div>
<div><font face=3D"Arial"><font size=3D"2"><font color=3D"#0000ff"><span><f=
ont><span>x11-drivers/xf86-video-intel ~amd64=20
</span></font></span></font></font></font></div>
<div><font face=3D"Arial"><font size=3D"2"><font color=3D"#0000ff"><span><f=
ont><span>if you&#39;re running=20
64 bit, then emerge it again</span></font></span></font></font></font></div=
>
<div><font face=3D"Arial"><font size=3D"2"><font color=3D"#0000ff"><span><f=
ont><span></span></font></span></font></font></font>=A0</div>
<div><font face=3D"Arial"><font size=3D"2"><font color=3D"#0000ff"><span><f=
ont><span>Have you read <a href=3D"http://en.gentoo-wiki.com/wiki/Intel_GMA=
" target=3D"_blank">http://en.gentoo-wiki.com/wiki/Intel_GMA</a>?=20
Should be better info in=20
there</span></font></span></font></font></font></div></div>
</blockquote></div><br>

--001636c5b47edc89d3046cb554d1--