Gentoo Archives: gentoo-user

From: Andrey Falko <ma3oxuct@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: How to fix a hefty (emerge) blocking problem
Date: Wed, 12 Nov 2008 19:25:19
Message-Id: 350fc7cf0811121125w2786a31craf2d9dff2ebf3e4f@mail.gmail.com
In Reply to: [gentoo-user] Re: How to fix a hefty (emerge) blocking problem by Harry Putnam
1 On Wed, Nov 12, 2008 at 11:05 AM, Harry Putnam <reader@×××××××.com> wrote:
2
3 > Volker Armin Hemmann <volker.armin.hemmann@××××××××××××.de> writes:
4 >
5 > [...] Many thanks for the other useful info I've snipped
6 >
7 > >> [blocks b ] x11-drivers/xf86-video-nsc
8 > ("x11-drivers/xf86-video-nsc"
9 > >> is blocking x11-base/xorg-server-1.5.2) [blocks b ]
10 > >> x11-drivers/xf86-video-vga ("x11-drivers/xf86-video-vga" is blocking
11 > >> x11-base/xorg-server-1.5.2) [blocks b ]
12 > x11-drivers/xf86-video-imstt
13 > >> ("x11-drivers/xf86-video-imstt" is blocking x11-base/xorg-server-1.5.2)
14 > >> [blocks b ] x11-drivers/xf86-video-cyrix
15 >
16 > > and you need all the videodrivers? I am sure not. So remove them and set
17 > > VIDEO_CARDS in makec.conf.
18 >
19 > A light just went off over my head. For mnths, maybe yrs... I've
20 > wondered why so many x11 drivers would get installed.
21 >
22 > OK, but a quick google on `site:gentoo.org VIDEO_CARDS' didn't turn up
23 > a way to determine what card is on the machine. At least not a
24 > recognizable hit I can see is about that.
25 >
26 > I'm pretty sure I can get that info without opening the cover but I'm
27 > drawing blanks about how.
28 >
29 >
30 >
31 lspci should show you what video card you have. Look for VGA or something
32 like that. For example on my system:
33
34 01:00.0 VGA compatible controller: nVidia Corporation NV44 [Quadro NVS 285]
35 (rev a1)
36
37 So for me, I'd use either the nv or nvidia driver. Also, don't you have a
38 video card section in xorg.conf? If you are using vesa or something then put
39 that into your VIDEO_CARDS var.

Replies

Subject Author
[gentoo-user] Re: How to fix a hefty (emerge) blocking problem Harry Putnam <reader@×××××××.com>