Gentoo Archives: gentoo-user

From: Jorge Peixoto de Morais Neto <please.no.spam.here@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] excess x11 drivers
Date: Sun, 16 Nov 2008 14:14:38
Message-Id: 38af3d670811160614i1a6136f9ge5af5e271247d7d0@mail.gmail.com
In Reply to: Re: [gentoo-user] excess x11 drivers by Dale
1 >> Someone noticed I had too many x11 drivers installed and suggested I
2 >> set the /etc/make.conf VIDEO_CARDS variable (which I never have set
3 >> before)
4 >>
5 >> I figured out I have an nvidia card so set VIDEO_CARDS="nv"
6 >>
7 >> Now with my emerge -vuDN @system @world complete I'm unable to start
8 >> X. (More on that later in a separate thread)
9 >>
10 >> << SNIP >>
11 >>
12 >> Whats all that for?
13 >>
14 >> Checking dependancies on a few I see:
15 >>
16 >> dep -l x11-drivers/xf86-video-voodoo:
17 >> ! x11-base/xorg-x11-6.9
18 >>
19 >> on all I checked.
20 >>
21 >> What can this mean?
22 >>
23 >>
24 >
25 > Give this a shot:
26 >
27 > VIDEO_CARDS="nvidia"
28 No, "nvidia" is for the proprietary binary nvida driver. The free
29 driver for nvidia cards is called NV. I have a GeForce4 MX 440 and I
30 have this in my make.conf:
31 VIDEO_CARDS="nv vesa"
32
33 And this results in
34
35 $ emerge -pv xorg-server
36
37 These are the packages that would be merged, in order:
38
39 Calculating dependencies ... done!
40 [ebuild R ] x11-base/xorg-server-1.3.0.0-r6 USE="nptl sdl xorg
41 -3dfx -debug -dmx -dri -ipv6 -kdrive -minimal -xprint"
42 INPUT_DEVICES="evdev keyboard mouse -acecad -aiptek -calcomp -citron
43 -digitaledge -dmc -dynapro -elo2300 -elographics -fpit -hyperpen
44 -jamstudio -joystick -magellan -microtouch -mutouch -palmax -penmount
45 -spaceorb -summa -synaptics -tek4957 -ur98 -vmmouse -void -wacom"
46 VIDEO_CARDS="nv vesa -apm -ark -chips -cirrus -cyrix -dummy -epson
47 -fbdev -fglrx -glint -i128 -i740 (-impact) -imstt -intel -mach64 -mga
48 -neomagic (-newport) -nsc -nvidia -r128 -radeon -rendition -s3
49 -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2) (-suncg14)
50 (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident
51 -tseng -v4l -vga -via -vmware -voodoo" 0 kB
52
53 and
54
55 $ equery list x11-drivers/
56 [ Searching for all packages in 'x11-drivers' among: ]
57 * installed packages
58 [I--] [ ] x11-drivers/xf86-input-evdev-1.1.5-r1 (0)
59 [I--] [ ] x11-drivers/xf86-input-keyboard-1.1.1 (0)
60 [I--] [ ] x11-drivers/xf86-input-mouse-1.2.3 (0)
61 [I--] [ ] x11-drivers/xf86-video-nv-2.1.9 (0)
62 [I--] [ ] x11-drivers/xf86-video-vesa-1.3.0 (0)
63
64 --
65 Software is like sex: it is better when it is free - Linus Torvalds

Replies

Subject Author
Re: [gentoo-user] excess x11 drivers Jorge Peixoto de Morais Neto <please.no.spam.here@×××××.com>
Re: [gentoo-user] excess x11 drivers Dale <rdalek1967@×××××.com>