* Need help getting nouveau drivers working on Fedora 13
@ 2010-06-11 22:47 Joe Zeff
[not found] ` <4C12BCFB.6070508-6czteffKXy8@public.gmane.org>
0 siblings, 1 reply; 3+ messages in thread
From: Joe Zeff @ 2010-06-11 22:47 UTC (permalink / raw)
To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
My desktop computer uses a GeForce FX 5200 card and, when I was using
Fedora 11, the kmod-nvidia drivers (a Fedora-specific repackaging of the
binary blob) worked Just Fine. Now, even though I've followed all of
the instructions for them, they don't. In fact, my system won't even
complete booting if they're active. (I'm posting from a laptop, while
I'm trying to get my desktop up again.) I've removed all of the nvidia
packages and reinstalled Xorg; no mesa packages installed. When I try
to log in under X, I can see the desktop, briefly, long enough to see
that my screenlets are loading in the wrong place, then, it's the
infamous White Screen Of Death. The desktop doesn't just turn white,
it's more like a curtain being drawn down over it, that never comes back
up. Going to an alternate console and checking .xsession-errors, the
last message that I can understand is from compiz, saying that it can't
find some 8 bit pixmaps.
I'd greatly appreciate any pointers as to what I need to do, other than
replace the video card (Not a pleasant option, because I've no reason to
believe that it's gone bad.) to get my desktop back under control. If
there's any other info that you need, just ask.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Need help getting nouveau drivers working on Fedora 13
[not found] ` <4C12BCFB.6070508-6czteffKXy8@public.gmane.org>
@ 2010-06-12 0:10 ` Younes Manton
[not found] ` <4C12D55D.9030700@zeff.us>
0 siblings, 1 reply; 3+ messages in thread
From: Younes Manton @ 2010-06-12 0:10 UTC (permalink / raw)
To: Joe Zeff; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
On Fri, Jun 11, 2010 at 6:47 PM, Joe Zeff <joe-6czteffKXy8@public.gmane.org> wrote:
> My desktop computer uses a GeForce FX 5200 card and, when I was using Fedora
> 11, the kmod-nvidia drivers (a Fedora-specific repackaging of the binary
> blob) worked Just Fine. Now, even though I've followed all of the
> instructions for them, they don't. In fact, my system won't even complete
> booting if they're active. (I'm posting from a laptop, while I'm trying to
> get my desktop up again.) I've removed all of the nvidia packages and
> reinstalled Xorg; no mesa packages installed. When I try to log in under X,
> I can see the desktop, briefly, long enough to see that my screenlets are
> loading in the wrong place, then, it's the infamous White Screen Of Death.
> The desktop doesn't just turn white, it's more like a curtain being drawn
> down over it, that never comes back up. Going to an alternate console and
> checking .xsession-errors, the last message that I can understand is from
> compiz, saying that it can't find some 8 bit pixmaps.
>
> I'd greatly appreciate any pointers as to what I need to do, other than
> replace the video card (Not a pleasant option, because I've no reason to
> believe that it's gone bad.) to get my desktop back under control. If
> there's any other info that you need, just ask.
Hi. When you say you reinstalled Xorg without mesa packages, I'm
assuming you mean that you didn't install the nouveau mesa driver? If
so it sounds like you're trying to run compiz with the software
rasterizer. Not sure if/how that works, last I heard it didn't. Either
way, can you try without compiz? If you still have problems please
attach a kernel log (the output of dmesg) and an Xorg log.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Need help getting nouveau drivers working on Fedora 13
[not found] ` <4C12D55D.9030700-6czteffKXy8@public.gmane.org>
@ 2010-06-12 0:44 ` Younes Manton
0 siblings, 0 replies; 3+ messages in thread
From: Younes Manton @ 2010-06-12 0:44 UTC (permalink / raw)
To: Joe Zeff; +Cc: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW
On Fri, Jun 11, 2010 at 8:27 PM, Joe Zeff <joe-6czteffKXy8@public.gmane.org> wrote:
> On 06/11/2010 05:10 PM, Younes Manton wrote:
>>
>> Hi. When you say you reinstalled Xorg without mesa packages, I'm
>> assuming you mean that you didn't install the nouveau mesa driver? If
>> so it sounds like you're trying to run compiz with the software
>> rasterizer. Not sure if/how that works, last I heard it didn't. Either
>> way, can you try without compiz? If you still have problems please
>> attach a kernel log (the output of dmesg) and an Xorg log.
>
> I did try installing the mesa experimental drivers, but they just gave me a
> broken screen that wasn't usable. What packages should I install? Also,
> how do I deactivate compiz?
>
That depends on your desktop environment. On Gnome it's something like
System -> Preferences -> Appearance -> Visual Effects.
On Fri, Jun 11, 2010 at 8:31 PM, Joe Zeff <joe-6czteffKXy8@public.gmane.org> wrote:
> On 06/11/2010 05:10 PM, Younes Manton wrote:
>>
>> Hi. When you say you reinstalled Xorg without mesa packages, I'm
>> assuming you mean that you didn't install the nouveau mesa driver?
>
> A little update: checking, I have mesa-dri-drivers.i686 installed,but not
> the experimental.
>
I don't use Fedora but I think that means you don't have the nouveau
mesa drivers. I suggest you disable compiz first anyway. If it works
at least you know the non-mesa part of the driver works. If it doesn't
work it will be easier to debug if the mesa driver is out of the
picture.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-06-12 0:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-11 22:47 Need help getting nouveau drivers working on Fedora 13 Joe Zeff
[not found] ` <4C12BCFB.6070508-6czteffKXy8@public.gmane.org>
2010-06-12 0:10 ` Younes Manton
[not found] ` <4C12D55D.9030700@zeff.us>
[not found] ` <4C12D55D.9030700-6czteffKXy8@public.gmane.org>
2010-06-12 0:44 ` Younes Manton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.