View previous topic :: View next topic |
Author |
Message |
Zach1188 n00b

Joined: 13 Oct 2006 Posts: 64
|
Posted: Wed Nov 08, 2006 4:00 am Post subject: Problems installing XGL. (Please help) |
|
|
(I'm using this guide: http://gentoo-wiki.com/HOWTO_XGL)
Okay, so it's close to being installed. But when I run "emerge --ask --verbose xgl beryl-core", I get this:
Quote: |
zCOMP zach # emerge --ask --verbose xgl beryl-core
These are the packages that would be merged, in order:
Calculating dependencies -
!!! All ebuilds that could satisfy ">=media-libs/mesa-6.5.2_pre20061102" have been masked.
!!! One of the following masked packages is required to complete your request:
- media-libs/mesa-6.5.2_pre20061102 (masked by: package.mask)
# Joshua Baergen <joshuabaergen@gentoo.org> (02 Nov 2006)
# X input hotplug and related packages
# Some of these may already be covered by other masks - please leave them
# anyway
For more information, see MASKED PACKAGES section in the emerge man page or
refer to the Gentoo Handbook.
(dependency required by "x11-base/xgl-0.0.1_pre20061020-r2" [ebuild])
|
So what am I doing wrong? |
|
Back to top |
|
 |
mark_alec Bodhisattva


Joined: 11 Sep 2004 Posts: 6066 Location: Melbourne, Australia
|
Posted: Wed Nov 08, 2006 4:57 am Post subject: |
|
|
Moved from Desktop Environments to Unsupported Software. XGL is unsupported. _________________ www.gentoo.org.au || #gentoo-au |
|
Back to top |
|
 |
jeanfrancis Veteran


Joined: 17 Dec 2005 Posts: 1482 Location: Québec, Canada
|
Posted: Wed Nov 08, 2006 6:50 am Post subject: |
|
|
I think you are doing nothing wrong. As XGL is not supported, some of the packages you need to get it to work are masked. When you get:
Code: | (masked by: package.mask) |
you have to add the package to the /etc/portage/package.unmask file.
Code: | echo "media-libs/mesa" >> /etc/portage/package.unmask |
If you get a package masked by the ~arch keyword :
Code: | echo "media-libs/mesa" >> /etc/portage/package.keywords |
Do you have a NVidia card? If yes, you're not following the good HowTo (NVidia with the beta driver doesn't require XGL... if you have one just say it and I'll post more info ) |
|
Back to top |
|
 |
ali3nx l33t


Joined: 21 Sep 2003 Posts: 732 Location: Winnipeg, Canada
|
Posted: Wed Nov 08, 2006 6:53 am Post subject: |
|
|
afaik aiglx is currently supported in stable xorg. using xgl shouldn't generally be necessary
Code: | midas ~ # emerge -pv xorg-server
These are the packages that would be merged, in order:
Calculating dependencies ... done!
[ebuild R ] x11-base/xorg-server-1.1.1-r1 USE="aiglx dri ipv6 nptl sdl xorg (-3dfx) -debug -dmx -kdrive -minimal -xprint" INPUT_DEVICES="evdev joystick keyboard mouse -acecad -aiptek -calcomp -citron -digitaledge -dmc -dynapro -elo2300 -elographics -fpit -hyperpen -jamstudio -magellan -microtouch -mutouch -palmax -penmount -spaceorb -summa -synaptics -tek4957 -ur98 -vmmouse -void -wacom" VIDEO_CARDS="nvidia v4l vesa vga -apm -ark -chips -cirrus -cyrix -dummy -epson -fbdev -fglrx -glint -i128 (-i740) -i810 (-impact) (-imstt) -mach64 -mga -neomagic (-newport) (-nsc) -nv -r128 -radeon -rendition -s3 -s3virge -savage -siliconmotion -sis -sisusb (-sunbw2) (-suncg14) (-suncg3) (-suncg6) (-sunffb) (-sunleo) (-suntcx) -tdfx -tga -trident -tseng -via -vmware -voodoo" 0 kB
Total size of downloads: 0 kB |
_________________ Compiling Gentoo since version 1.4
Thousands of Gentoo Installs Completed
Emerged on every continent but Antarctica
Compile long and Prosper! |
|
Back to top |
|
 |
Zach1188 n00b

Joined: 13 Oct 2006 Posts: 64
|
Posted: Wed Nov 08, 2006 2:35 pm Post subject: |
|
|
It's installed, but when I run "beryl-manager", my bottom (only) panel disappears, and all open windows lose their boarders.
So now what's wrong? |
|
Back to top |
|
 |
jeanfrancis Veteran


Joined: 17 Dec 2005 Posts: 1482 Location: Québec, Canada
|
|
Back to top |
|
 |
|