Gentoo Archives: gentoo-user

From: Roy Wright <royw@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How do you handle new Xorg + nvidia + ~x86?
Date: Tue, 11 Sep 2007 03:30:41
Message-Id: 46E60841.4090501@cisco.com
In Reply to: Re: [gentoo-user] How do you handle new Xorg + nvidia + ~x86? by Volker Armin Hemmann
1 Volker Armin Hemmann wrote:
2 > remove the blocker? the current nvidia-drivers work fine, if you
3 > add -ignoreAbi to your X-start script (like kdm conf).
4 >
5
6
7 The problem is that any nvidia-driver is the blocker to
8 xorg-server-1.4-r1.
9
10 royw-gentoo portage # emerge -uDNpv world
11
12 These are the packages that would be merged, in order:
13
14 Calculating world dependencies... done!
15 [ebuild N ] x11-libs/pixman-0.9.5 USE="-debug" 0 kB
16 [ebuild U ] x11-base/xorg-server-1.4-r1 [1.3.0.0] USE="dri hal%*
17 ipv6 nptl sdl xorg xprint -3dfx -debug -dmx -kdrive -minimal"
18 INPUT_DEVICES="keyboard mouse -acecad -aiptek -calcomp -citron
19 -digitaledge -dmc -dynapro -elo2300 -elographics -evdev -fpit -hyperpen
20 -jamstudio -joystick -magellan -microtouch -mutouch -palmax -penmount
21 -spaceorb -summa -synaptics -tek4957 -ur98 -vmmouse -void -wacom"
22 VIDEO_CARDS="nv vesa vmware -amd% -apm -ark -chips -cirrus -cyrix -dummy
23 -epson -fbdev -glint -i128 -i740 -i810 (-impact) -imstt -mach64 -mga
24 -neomagic (-newport) -nsc -r128 -radeon -rendition -s3 -s3virge -savage
25 -siliconmotion -sis -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6)
26 (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -v4l
27 -vermilion% -vga -via -voodoo -xgi% (-fglrx%) (-nvidia%*)" 0 kB
28 [ebuild U ] x11-drivers/xf86-input-keyboard-1.2.2 [1.1.1-r1]
29 USE="-debug" 0 kB
30 [ebuild U ] x11-base/xorg-x11-7.3 [7.2] 0 kB
31 [blocks B ] x11-drivers/nvidia-drivers (is blocking
32 x11-base/xorg-server-1.4-r1)
33
34 Total: 4 packages (3 upgrades, 1 new, 1 block), Size of downloads: 0 kB
35
36
37 Looking in the xorg-server-1.4-r1.ebuild:
38
39 IUSE_VIDEO_CARDS="
40
41 [snip]
42
43 # video_cards_fglrx
44 # video_cards_nvidia"
45
46 [snip]
47
48 PDEPEND="
49 xorg? (
50
51 [snip]
52
53 !x11-drivers/nvidia-drivers
54 !x11-drivers/ati-drivers
55 )"
56 # video_cards_nvidia? ( x11-drivers/nvidia-drivers )
57 # video_cards_fglrx? ( >=x11-drivers/ati-drivers-8.37.6 )
58
59
60 I recall reading that the xserver team changed their
61 release policy to not hold up releases for proprietary
62 drivers (same as the kernel team). So this is as expected.
63
64 I was just hoping someone would have a more elegant
65 management solution for handling the new situation.
66
67
68 Thank you,
69 Roy
70
71 --
72 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] How do you handle new Xorg + nvidia + ~x86? Volker Armin Hemmann <volker.armin.hemmann@××××××××××××.de>