Gentoo Archives: gentoo-user

From: Benno Schulenberg <benno.schulenberg@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] new box DRI problem : more
Date: Tue, 30 Oct 2007 09:51:55
Message-Id: 200710301045.57804.benno.schulenberg@gmail.com
In Reply to: Re: [gentoo-user] new box DRI problem : more by Philip Webb
1 Philip Webb wrote:
2 > The kernel is 2.6.22-r8 : I will try 2.6.23 tomorrow.
3
4 No need, sorry, I was pointing you in the wrong direction. Kernel
5 2.6.22 already knows about 29c2 for i915.
6
7 > I checked the wiki paragraph & the subdir it refers to
8 > & the modules are already built & 'lsmod' shows them installed:
9 > is there any sense in rebuilding them ?
10
11 No. But do build the Mesa modules from git, the 1.2.2 and 1.4 part:
12
13 http://dri.freedesktop.org/wiki/Building
14
15 These three lines were added to i915/intel_context.h since 7.0.1:
16
17 #define PCI_CHIP_G33_G 0x29C2
18 #define PCI_CHIP_Q35_G 0x29B2
19 #define PCI_CHIP_Q33_G 0x29D2
20
21 So, time to install git and do a big pull. :)
22
23 (Don't build libdrm, the x11-libs/libdrm-2.3.0 you have is fine.)
24
25 Benno
26 --
27 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] new box DRI problem : more James Ausmus <james.ausmus@×××××.com>