Hi, Arlo le Rouge <[EMAIL PROTECTED]> writes:
> > hmm, looks as if either my or links handling of colors isn't endian-safe. > > I had a short look but couln't find the cause of the problem. Could you > > try if colors work fine with the links FB graphics driver? > > Yes it does. But just before drawing the screen, I can see the console > turning blue ( it just flashes). > > What's strange is that just images are affected : the page background is > ok (the same color as with links fb driver). I also tried a page with > many images (apple's :-)) and it made a segfault... you could try the updated patch that adds some missing functions. This should fix the segafult. I'll see what I can do about the colors. I fear the problem is not that easy to fix and it might be in the links dithering code. We should move this discussion to links-list. > There is another thing : when I quit links, I can see some links > processes (one or two) still running. I must kill them each time I quit. > It doesn't do that when I use links fb driver. I'm still investigating this. > I stopped gpm before starting links-directfb, and I still have no mouse :-( > I use devfs with devfsd, could it be that ? I have a symbolic link > /dev/usbmouse pointing to /dev/input/mice. the PS2 mouse drivers tries to open /dev/input/mice and it should handle an USB mouse if the kernel emulates the PS/2 protocol. You could try to compile DirectFB with --enable-linux-input. This will give you an input driver which handles keyboard, mouse and other devices thru /dev/input/eventn. Unless you remove all other input drivers you might have to disable them using the disable-module option in your directfbrc or you will get the same event multiple times. > > there's an option to enable VT switching in the directfbrc (read the > > man-page). However I'm not sure if it's working at the moment. > > Well it works, and it's enabled by default on the Debian package :-) > I deactivated it since it requires root priviledge. But with > vt-switching either disabled or enabled, the program doesn't switch > when I press Alt-Right or Alt-F1. Apart from that, keyboard works > fine. there's --vt-switch and --vt-switching. Don't confuse these. You want to try --vt-switching but as outlined in the TODO, it's not working at the moment. Salut, Sven -- Info: To unsubscribe send a mail to [EMAIL PROTECTED] with "unsubscribe directfb-users" as subject.
