I want to use multihead with DirectFB too, so the question remains:
Is there any way to use /dev/input/eventN for the keyboard, and /dev/input/eventY for the mouse?
With the Linux Input driver (configure --enable-linux-input) you can use these devices. You should add "disable-module = keyboard" and "disable-module = ps2mouse", otherwise you'll get events twice.
Currently all available devices are attached to each layer, so it needs some coding to give each head its own input device(s).
Thank you for the disable-module features, my DirectFB now uses input devices without double events! :)
I do another project now, but when I'm finished I'll look at the source and try to make DirectFB true multihead ready.
Another question:
Is it possible to run two(!) separate DirectFB application: one on the primary head (accelerated?), the other on the second head (unaccelerated?) without disturbing each other?
Thanks again!
-- B�RCI Norbert | Veszpr�mi Linux Users' Group (VLUG) [EMAIL PROTECTED] | [EMAIL PROTECTED] http://vlug.vein.hu
-- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
