Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Intel and Gallium 0.4 on llvmpipe (LLVM 3.4, 256 bits)
Date: Wed, 28 May 2014 10:01:18
Message-Id: 201405280814.39201.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] Intel and Gallium 0.4 on llvmpipe (LLVM 3.4, 256 bits) by Alan McKinnon
1 On Tuesday 27 May 2014 22:41:32 Alan McKinnon wrote:
2 > On 27/05/2014 18:20, Time Lucky wrote:
3 > > ​
4 > >
5 > > VIDEO_CARDS="intel radeon -freedreno -i915 -i965 -ilo -nouveau -r100
6 > > -r200 -r300 -r600 -radeonsi -vmware"
7 > > ​
8 > > ​
9 > > Solved!
10 > >
11 > > I realized that your VIDEO_CARDS was "-i915"
12 > > then I removed "i915" from make.conf
13
14 I wouldn't. Unless you also have NVidia and Radeon cards too on your machine
15 you do not all these entries.
16
17 Try this in your /etc/make.conf:
18
19 VIDEO_CARDS="intel i915"
20
21 Then rebuild your xorg drivers and mesa. Finally run 'eselect mesa list' to
22 see if you are using gallium or not. Adjust accordingly.
23
24
25 > Take what I say here with a pinch of salt (building the right drivers
26 > with the right settings to work right on the right hardware is, IMNSHO,
27 > a huge amount of black magic :-)
28 >
29 >
30 > anyway, I seem to recall that USE=i915 or i965 was the old way of doing
31 > things and you needed to know what chipset to build for. Recent code has
32 > merged all of that nonsense so all you have to do is set
33 > VIDEO_CARDS="intel" and emerge can figure out what to build for the
34 > hardware it's running on.
35
36 Unless it changed recently, you would need to add the mesa module name for
37 your card too.
38
39 --
40 Regards,
41 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Intel and Gallium 0.4 on llvmpipe (LLVM 3.4, 256 bits) Time Lucky <fly8192@×××××.com>