From: Zeno Davatz on
On Mon, Dec 7, 2009 at 10:51 AM, �ric Piel <eric.piel(a)tremplin-utc.net> wrote:
> Op 07-12-09 10:43, Zeno Davatz schreef:
>> On Mon, Dec 7, 2009 at 12:05 AM, �ric Piel <Eric.Piel(a)tremplin-utc.net> wrote:
>>> Op 06-12-09 17:35, Zeno Davatz schreef:
>>> :
>>>> Yes, thanks. That helped another step. I am getting the correct screen
>>>> resolution after enabling that in the kernel as well. The boot [ok]
>>>> messages of Gentoo are in a higher resolution now though. That is a
>>>> good start.
>>>>
>>>> But after my X starts I get a black screen with a
>>>>
>>>> -
>>>>
>>>> in the top left corner. They keyboard also does not work. May be an
>>>> X.org config problem.
>>>>
>>> I've got similar behaviour here if psb is loaded before the X server starts
>>> (aka there is a framebuffer). If the console is just ascii (no vga=...
>>> argument on the kernel boot line, and no "modprobe psb"), then X starts
>>> fine.
>>
>> What are the exact options that you are using for "no vga"?
>>
>> My terminal seems to automatically load "psb". I have no modprobe
>> loading "psb" explicitly.
>>
> Well, I don't know exactly how it works, probably it's part of the
> initrd. Here, on Mandriva, if I remove the "vga" argument, it
> automatically stays in ascii mode.

Not the same on Gentoo. I think I have to find the kernel boot-option
that I can pass to lilo.

Also: When I force remove the modules psb and drm_psb with "rmmod -f"
and then start X I get the same error:

X: symbol lookup error: /usr/lib/xorg/modules/drivers/psb_drv.so:
undefined symbol: LoaderRefSymLists

X just does not yet like psb.

;)

Best
Zeno
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Peter Zijlstra on
On Thu, 2009-11-19 at 09:52 +0100, Zeno Davatz wrote:
> When is this driver expected to make it into the kernel?

When they open-source the driver.

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Éric Piel on
Op 07-12-09 11:02, Zeno Davatz schreef:
:
> Not the same on Gentoo. I think I have to find the kernel boot-option
> that I can pass to lilo.
>
> Also: When I force remove the modules psb and drm_psb with "rmmod -f"
> and then start X I get the same error:
>
> X: symbol lookup error: /usr/lib/xorg/modules/drivers/psb_drv.so:
> undefined symbol: LoaderRefSymLists
>
> X just does not yet like psb.
You are also aware that it does not work on Xserver 1.7, right? 1.6 is
the the maximum.

See you
Eric
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Zeno Davatz on
On Mon, Dec 7, 2009 at 11:09 AM, �ric Piel <eric.piel(a)tremplin-utc.net> wrote:
> Op 07-12-09 11:02, Zeno Davatz schreef:
> :
>> Not the same on Gentoo. I think I have to find the kernel boot-option
>> that I can pass to lilo.
>>
>> Also: When I force remove the modules psb and drm_psb with "rmmod -f"
>> and then start X I get the same error:
>>
>> X: symbol lookup error: /usr/lib/xorg/modules/drivers/psb_drv.so:
>> undefined symbol: LoaderRefSymLists
>>
>> X just does not yet like psb.
> You are also aware that it does not work on Xserver 1.7, right? 1.6 is
> the the maximum.

Thanks. I thought it should work with 1.7 as well. Will try that then.

Best
Zeno
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/