| View previous topic :: View next topic |
| Author |
Message |
freigeist Guru


Joined: 26 Jan 2004 Posts: 338 Location: Cologne, Germany
|
Posted: Sat Jan 28, 2006 8:11 pm Post subject: [solved] Modular x.org / dependency problem |
|
|
Followed the howto (http://www.gentoo.org/proj/en/desktop/x/x11/modular-x-howto.xml) a few days ago, today while trying to update the following dependency problem raised, the package (and some other required) does not have the ~amd64 keyword:
Calculating dependencies -
!!! All ebuilds that could satisfy "x11-drivers/xf86-input-elographics" have been masked.
!!! One of the following masked packages is required to complete your request:
- x11-drivers/xf86-input-elographics-1.0.0.5 (masked by: missing keyword)
# Donnie Berkholz <spyderous@gentoo.org> (07 Aug 2005)
# Modularized X, upstream release candidates
For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
(dependency required by "x11-base/xorg-x11-7.0-r1" [ebuild])
Any suggestions?
Last edited by freigeist on Sat Jan 28, 2006 9:17 pm; edited 1 time in total |
|
| Back to top |
|
 |
UncleOwen Veteran

Joined: 27 Feb 2003 Posts: 1493 Location: Germany, Hamburg
|
Posted: Sat Jan 28, 2006 8:21 pm Post subject: |
|
|
| Set INPUT_DEVICES and VIDEO_CARDS in your make.conf (or maybe there is a better place for those? make.conf works for me). See emerge -pv xorg-x11 for what values are possible. |
|
| Back to top |
|
 |
freigeist Guru


Joined: 26 Jan 2004 Posts: 338 Location: Cologne, Germany
|
Posted: Sat Jan 28, 2006 9:15 pm Post subject: |
|
|
Thanx that worked (Grüße aus Köln!)...after i recognized that I had to define INPUT_DEVICES and VIDEO_CARDS at least with empty flags, otherwise you only get the failed dependency...for anyone who might be interested in the possible values, here is the output of emerge -pv xorg-11
| Code: |
Calculating dependencies ...done!
[ebuild U ] x11-base/xorg-x11-7.0-r1 [7.0] USE="-xprint" INPUT_DEVICES="evdev% keyboard% mouse% -acecad% -aiptek% -calcomp% -citron% -digitaledge% -dmc% -dynapro% -elo2300% -elographics% -fpit% -hyperpen% -jamstudio% -joystick% -magellan% -magictouch% -microtouch% -mutouch% -palmax% -penmount% -spaceorb% -summa% -synaptics% -tek4957% -ur98% -vmmouse% -void%" VIDEO_CARDS="nvidia% -apm% -ark% -ati% -chips% -cirrus% -cyrix% -dummy% -fbdev% -fglrx% -glint% -i128% -i740% -i810% -imstt% -mga% -neomagic% -newport% -nsc% -nv% -rendition% -s3% -s3virge% -savage% -siliconmotion% -sis% -sisusb% -sunbw2% -suncg14% -suncg3% -suncg6% -sunffb% -sunleo% -suntcx% -tdfx% -tga% -trident% -tseng% -v4l% -vesa% -vga% -via% -vmware% -voodoo%"
|
|
|
| Back to top |
|
 |
semson n00b

Joined: 31 Dec 2005 Posts: 19
|
Posted: Sun Jan 29, 2006 10:31 am Post subject: |
|
|
hi freigeist and UncleOwen,
that's work!! thank you~ but i think we should remove the % -- as quoted below.
| Quote: | INPUT_DEVICES="evdev keyboard mouse -acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics -fpit -hyperpen -jamstudio -joystick -magellan -magictouch -microtouch -mutouch -palmax -penmount -spaceorb -summa -synaptics -tek4957 -ur98 -vmmouse -void"
VIDEO_CARDS="nvidia -apm -ark -ati -chips -cirrus -cyrix -dummy -fbdev -fglrx -glint -i128 -i740 -i810 -imstt -mga -neomagic -newport -nsc -nv -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb -sunbw2 -suncg14 -suncg3 -suncg6 -sunffb -sunleo -suntcx -tdfx -tga -trident -tseng -v4l -vesa -vga -via -vmware -voodoo" |
|
|
| Back to top |
|
 |
|