Thanks for the head up. I definitely need to review the bug as it is spot on my hardware.chithanh wrote:Without any details about your hardware and setup, one can only speculate.
Make sure you have x11-base/nouveau-drm installed properly and the nouveau kernel module is loaded before starting X. Also some cards suffer from chipset family misdetection (fdo bug 14393), you may want to try the patch which is attached to that bug.
AFAIR, the nv drm was never used for anything at all, especially not by the xf86-video-nv driver.
Code: Select all
>=x11-base/xorg-server-1.5.3
>=x11-libs/libdrm-9999 # from x11 overlay
x11-base/nouveau-drm # from x11 overlay
x11-drivers/xf86-video-nouveau # from x11 overlayCode: Select all
>=media-libs/mesa-9999 # from x11 overlayOK, so where do I report problems about nouveau.chithanh wrote:For 2D and xv acceleration, the following packages should be sufficient:If you want the experimental Gallium3D code, you needCode: Select all
>=x11-base/xorg-server-1.5.3 >=x11-libs/libdrm-9999 # from x11 overlay x11-base/nouveau-drm # from x11 overlay x11-drivers/xf86-video-nouveau # from x11 overlaybuilt with USE="gallium" and VIDEO_CARDS="nouveau". I have not found it very stable however, so you may want to stick with the software rasterizer for now. In the Gentoo Wiki there are detailed instructions.Code: Select all
>=media-libs/mesa-9999 # from x11 overlay
upstream i guess, i don´t know if anyone here at gentoo takes care of this stuff. I reported problems too ( although this was in x86 world, not ppc).so where do I report problems about nouveau.
Hi Gringo,gringo wrote:upstream i guess, i don´t know if anyone here at gentoo takes care of this stuff. I reported problems too ( although this was in x86 world, not ppc).so where do I report problems about nouveau.
Do you have troubles with and without gallium ? I mention this because it was more stable without gallium here.
cheers

Neither ppc or ~ppc is in the ebuild. I am not on mybocacorazon wrote:I added the x11 overlay to try nouveau, and I get :
- x11-drivers/xf86-video-nouveau-9999 (masked by: missing keyword)
Tried with ppc and ~ppc with the same results.
What am I missing (besides the keyword:)?

I understood what you did. Those live ebuild do not usually come with anybocacorazon wrote:Thanks fb for your response.
I added
=x11-drivers/xf86-video-nouveau-9999 ~ppc
=x11-base/nouveau-drm-99999999 ~ppc
to /etc/portage/package.keywords
but emerge still complains about the missing keyword.
I know it is reading what I added, because if I misspell the above lines emerge complains about a bad atom.
The question is "where do I put the package.keywords"? Is there a place on the overlay tree that I should do it in?
I realize this might be a questions on an overlay forum, but since people in this thread must have done this at some point, I'll ask it here.
Thanks in advance.
Code: Select all
x11-drivers/xf86-video-nouveau **
x11-base/nouveau-drm **
I just checked the ebuild and you could have usedbocacorazon wrote:Thanks, fb
I added the ** to the package.keywords and it's emerging now...
We'll see what comes out of it.