Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 141310 - Modular X11 stabilization problem on sparc
Summary: Modular X11 stabilization problem on sparc
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-21 10:09 UTC by Yuri Vasilevski (RETIRED)
Modified: 2006-08-27 02:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yuri Vasilevski (RETIRED) gentoo-dev 2006-07-21 10:09:38 UTC
Modular x.org packages are already sparc keyworded, but the xorg-x11 meta-package and some virtuals are still ~sparc, which forces portage to install monolithic x.org even when modular is already stable.

With this:
# cat /etc/portage/package.keywords 
x11-base/xorg-x11 ~sparc
virtual/x11 ~sparc
virtual/opengl ~sparc
virtual/glu ~sparc
virtual/xft ~sparc

I can use modular X11 to emerge gnome without affecting the stability of the system because all "real" packages keep the same versions.
Comment 1 Ferris McCormick (RETIRED) gentoo-dev 2006-07-21 10:38:55 UTC
We are awaiting resolution of some driver issues; gustavoz can provide details.
Comment 2 Gustavo Zacarias (RETIRED) gentoo-dev 2006-07-21 11:06:04 UTC
the ati driver seems to have issues on some machines (used in ultra 5/10, blade 100/150 which is a big part of our user base).
in my case in particular it shows up in a corrupted screen when starting any ?dm with a nice hardlock on said system.
using a mga seems to help, i get the occasional hardlock on ?dm startup but they're very rare and things work smoothly.
Comment 3 Yuri Vasilevski (RETIRED) gentoo-dev 2006-07-21 12:19:34 UTC
Why are then x11-drivers/xf86-video-ati-6.6.1 x11-base/xorg-server-1.1.0-r1 sparc keyworded, if the problem is with xf86-video-ati and xorg-server pulls xf86-video-ati as PDEPEND?
And how is the x11-base/xorg-x11 case different from the x11-base/xorg-server one?
Comment 4 Ferris McCormick (RETIRED) gentoo-dev 2006-07-23 06:28:24 UTC
(In reply to comment #3)
> Why are then x11-drivers/xf86-video-ati-6.6.1 x11-base/xorg-server-1.1.0-r1
> sparc keyworded, if the problem is with xf86-video-ati and xorg-server pulls
> xf86-video-ati as PDEPEND?
> And how is the x11-base/xorg-x11 case different from the x11-base/xorg-server
> one?
> 

These are fair questions; sorry for taking so long to address them.
1.  When we marked video-ati stable, we were not aware of any problems with it;
2.  x11-base/xorg-x11 (and virtual/x11) are the packages used for installing/upgrading to xorg-x11-7.x (from 6.8.2-rxx), and are marked ~sparc, awaiting a resolution of the video-ati problem.  x11-base/xorg-server is the program X (Xorg) and friends; it is stable.  It is true that if you choose to build X-modular in pieces yourself and use xorg-server as the means of getting most of it, and if you run into the ati problem (mach64 + xdm?), you might have to work around it.  But at this point, the recommended way to install X-modular via 'emerge xorg-x11 virtual/x11', and if you follow the normal upgrade procedure, the '~sparc' keywords will warn you.
Comment 5 Donnie Berkholz (RETIRED) gentoo-dev 2006-07-25 23:19:13 UTC
It wasn't confirmed that there was a real issue with gustavoz until the stabilization was nearly complete. At that point, the decision was made to hold off on stabling the final packages until some sort of fix or workaround could be found.
Comment 6 Yuri Vasilevski (RETIRED) gentoo-dev 2006-08-01 07:52:28 UTC
Sorry for the late replay, but I was out of the city for a week. And thanks for the explanation, now I see why is it masked in this peculiar way.

And as note, on the Ultra 10 I'm installing xorg, gdm (and all X) works fine with Mach64 (ATI Technologies Inc 3D Rage Pro 215GP). The versions I have installed are gnome-base/gdm-2.14.9-r1, x11-base/xorg-server-1.1.0-r1 and x11-drivers/xf86-video-ati-6.6.1
Comment 7 Donnie Berkholz (RETIRED) gentoo-dev 2006-08-27 02:22:27 UTC
Everything's stable now.