Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] excess x11 drivers
Date: Sun, 16 Nov 2008 17:09:19
Message-Id: 492053B5.8080106@gmail.com
In Reply to: Re: [gentoo-user] excess x11 drivers by Jorge Peixoto de Morais Neto
1 Jorge Peixoto de Morais Neto wrote:
2 >>> Someone noticed I had too many x11 drivers installed and suggested I
3 >>> set the /etc/make.conf VIDEO_CARDS variable (which I never have set
4 >>> before)
5 >>>
6 >>> I figured out I have an nvidia card so set VIDEO_CARDS="nv"
7 >>>
8 >>> Now with my emerge -vuDN @system @world complete I'm unable to start
9 >>> X. (More on that later in a separate thread)
10 >>>
11 >>> << SNIP >>
12 >>>
13 >>> Whats all that for?
14 >>>
15 >>> Checking dependancies on a few I see:
16 >>>
17 >>> dep -l x11-drivers/xf86-video-voodoo:
18 >>> ! x11-base/xorg-x11-6.9
19 >>>
20 >>> on all I checked.
21 >>>
22 >>> What can this mean?
23 >>>
24 >>>
25 >>>
26 >> Give this a shot:
27 >>
28 >> VIDEO_CARDS="nvidia"
29 >>
30 > No, "nvidia" is for the proprietary binary nvida driver. The free
31 > driver for nvidia cards is called NV. I have a GeForce4 MX 440 and I
32 > have this in my make.conf:
33 > VIDEO_CARDS="nv vesa"
34 >
35 > And this results in
36 >
37 > $ emerge -pv xorg-server
38 >
39 > These are the packages that would be merged, in order:
40 >
41 > Calculating dependencies ... done!
42 > [ebuild R ] x11-base/xorg-server-1.3.0.0-r6 USE="nptl sdl xorg
43 > -3dfx -debug -dmx -dri -ipv6 -kdrive -minimal -xprint"
44 > INPUT_DEVICES="evdev keyboard mouse -acecad -aiptek -calcomp -citron
45 > -digitaledge -dmc -dynapro -elo2300 -elographics -fpit -hyperpen
46 > -jamstudio -joystick -magellan -microtouch -mutouch -palmax -penmount
47 > -spaceorb -summa -synaptics -tek4957 -ur98 -vmmouse -void -wacom"
48 > VIDEO_CARDS="nv vesa -apm -ark -chips -cirrus -cyrix -dummy -epson
49 > -fbdev -fglrx -glint -i128 -i740 (-impact) -imstt -intel -mach64 -mga
50 > -neomagic (-newport) -nsc -nvidia -r128 -radeon -rendition -s3
51 > -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2) (-suncg14)
52 > (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident
53 > -tseng -v4l -vga -via -vmware -voodoo" 0 kB
54 >
55 > and
56 >
57 > $ equery list x11-drivers/
58 > [ Searching for all packages in 'x11-drivers' among: ]
59 > * installed packages
60 > [I--] [ ] x11-drivers/xf86-input-evdev-1.1.5-r1 (0)
61 > [I--] [ ] x11-drivers/xf86-input-keyboard-1.1.1 (0)
62 > [I--] [ ] x11-drivers/xf86-input-mouse-1.2.3 (0)
63 > [I--] [ ] x11-drivers/xf86-video-nv-2.1.9 (0)
64 > [I--] [ ] x11-drivers/xf86-video-vesa-1.3.0 (0)
65 >
66 >
67
68 What you say may be true, pretty sure it is, but what he is doing is not
69 working, hence him coming here for help. Since I have nvidia in mine
70 and it works fine, thought he may want to try that. What I posted is
71 not wrong, just another way of doing it. Up to him if he wants to try
72 it or not.
73
74 Also, nv does not work well for me either. It is dreadfully slow and
75 uses a lot of CPU time. At least that is how it was the last time I
76 used it. Things change.
77
78 Dale
79
80 :-) :-)

Replies

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