Gentoo Archives: gentoo-user

From: "Stefan G. Weichinger" <lists@×××××.at>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: [HEADSUP] Beware of today's update to polkit-1.98.0 (SOLVED FOR ME)
Date: Sun, 10 Jun 2012 18:25:16
Message-Id: 4FD4E571.9090200@xunil.at
In Reply to: Re: [gentoo-user] Re: [HEADSUP] Beware of today's update to polkit-1.98.0 by "Stefan G. Weichinger"
1 Am 2012-06-10 19:49, schrieb Stefan G. Weichinger:
2
3 > I still don't have an idea what I did wrong ...
4
5 Solved so far.
6
7 Had to add some lines to my package.env as I run the LTO-enabled
8 gcc-setup suggested by Nikos lately (had to disable lto for the drivers
9 and mesa).
10
11 Re-compiled the graphics-drivers after editing my make.conf:
12
13 VIDEO_CARDS="intel i915 i965"
14
15 This might be redundant, yes, but I will look what I have to use for
16 this card:
17
18 # lspci -v
19
20 00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core
21 Processor Family Integrated Graphics Controller (rev 09) (prog-if 00
22 [VGA controller])
23 Subsystem: Lenovo Device 21dd
24 Flags: bus master, fast devsel, latency 0, IRQ 40
25 Memory at f0000000 (64-bit, non-prefetchable) [size=4M]
26 Memory at d0000000 (64-bit, prefetchable) [size=256M]
27 I/O ports at 1800 [size=64]
28 Expansion ROM at <unassigned> [disabled]
29 Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
30 Capabilities: [d0] Power Management version 2
31 Capabilities: [a4] PCI Advanced Features
32 Kernel driver in use: i915
33
34 For now I have gnome-shell up in standard mode again, phew.
35
36 Thanks for watching ;-)
37
38 Stefan