On 2/22/06, Denis Oliver Kropp <[EMAIL PROTECTED]> wrote:
> Mike Emmel wrote:
> > I started looking at the problems I'm having with using the touch pad
> > on my laptop under directfb and found some intresting things.
> >
> > If I delete the  linux_input drivers so the ps2 driver is used
> > everything works just fine there is no
> > three button emulation but other then that no problems with the touchpad.
> >
> > Not sure what to do next is there bugs in the linux driver I'm not
> > familar with how it works.
>
> Linux input passes the low level events from the device, while the ps2
> driver outputs them after they've been interpreted.
>

Then the problem lies in a layer above the linux drivers. It would be
nice to get the low level
so you can do tap to click etc. Can you give me some pointers on where
this would be.
Or maybe were it should be. Next shouldn't the linux drivers then load
last only if the ps2 ones don't work right now I don't think we order
the way input drivers are tried I could be wrong.


> > Next is there any fundamental reason why the vesa driver cannot change 
> > modes.
>
> Dumb Vesa design only allows mode changes in real mode, but there's a
> patch for the kernel that uses vm86 to do that IIRC.
Hmm I think X11 has a user mode module to do this does it make sense
to bring that over or include the kernel patch in the directfb source.
Do you have a url for this patch ?

> > My goal is to see if we can come up with one configuration that works
> > out of the box with the correct resolution for the device and correct
> > input. Right now configuration is painful I had to use the
> > 855resolution program to add modelines for my widesceen laptop.
>
> That tool didn't work for me on an X850 Pro, but I found the correct
> mode number after two or three tries, reading a hexdump of the BIOS :-D
>
Your lucky the modlines I needed were not even in my bios thus I had
to do the patch.
I'm not sure what X11 does here in my case I think they use the intel
driver for X.
I've not looked at the X11 vesa driver in detail.

Finally we need the monitor or lcd info is there a kernel driver for
this already ?

Mike

> --
> Best regards,
>    Denis Oliver Kropp
>
> .------------------------------------------.
> | DirectFB - Hardware accelerated graphics |
> | http://www.directfb.org/                 |
> "------------------------------------------"
>

_______________________________________________
directfb-dev mailing list
[email protected]
http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-dev

Reply via email to