Gentoo Archives: gentoo-user

From: Dale <dalek1967@×××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Upgrading xorg
Date: Tue, 09 Oct 2007 09:25:46
Message-Id: 470B457A.7060502@bellsouth.net
In Reply to: [gentoo-user] Upgrading xorg by econti
1 econti wrote:
2 > Hi all,
3 > I'm going to upgrade xorg. Following the "Migrating to Modular X
4 > HOWTO" I ran:
5 >
6 > grep Driver /etc/X11/xorg.conf and the output was:
7 >
8 > Driver "kbd"
9 > Driver "mouse"
10 > Driver "vga"
11 > Driver "nv"
12 >
13 > Then I ran also
14 > emerge --verbose --pretend xorg-x11
15 > Here is part of the output:
16 >
17 >
18 > [ebuild N ] x11-base/xorg-server-1.3.0.0 USE="dri ipv6 nptl sdl
19 > xorg (-3dfx) -debug -dmx -kdrive -minimal -xprint"
20 > INPUT_DEVICES="keyboard mouse -acecad -aiptek -calcomp -citron
21 > -digitaledge -dmc -dynapro -elo2300 -elographics -evdev -fpit
22 > -hyperpen -jamstudio -joystick -magellan -microtouch -mutouch -palmax
23 > -penmount -spaceorb -summa -synaptics -tek4957 -ur98 -vmmouse -void
24 > -wacom" VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128
25 > i810 mach64 mga neomagic nv r128 radeon rendition s3 s3virge savage
26 > siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga via
27 > vmware voodoo -epson -fglrx (-i740) (-impact) (-imstt) (-newport)
28 > (-nsc) -nvidia (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb)
29 > (-sunleo) (-suntcx)" 5,829 kB
30 >
31 > So I should set INPUT_DEVICES="keyboard mouse" and VIDEO_CARDS="nv vga
32 > fbdev" in my make.conf.
33 >
34 > But, what is the meaning of the minus sign preceding any of the video
35 > card names? And the ones between parentheses?
36 >
37 > Stupid question? ;-(
38 >
39 > Thank you.
40 >
41 > emilio
42 >
43 >
44 >
45
46 The minus signs means they will not be compiled in. Basically, they get
47 left out, so if you need them you need to adjust your make.conf file as
48 needed. Example, if you have and use a joystick, you need to change
49 make.conf to enable the support for a joystick. Right now, it is not
50 included.
51
52 I'm not real sure on the ones in the parentheses myself.
53
54 Dale
55
56 :-) :-)
57 --
58 gentoo-user@g.o mailing list