From: James S. <jsi...@tr...> - 2001-07-12 17:12:07
|
> >In 2.5.x, we will change behavior: only one app can open /dev/fb* at the same > >time, and VC switching is adisabled as long as /dev/fb* is open. > > This can be a problem. For example, X will open /dev/fb*, so I won't > be able to open it from my command line tool to send it the ioctl that > control the mirroring on the VGA output. Shouldn't Xinerma be handling that. If it doesn't then as usual XFree86 is broken. As for multiple access issues this is a huge topic. I plan to hold off until 2.5.X and when I start working on the framebuffer filesystem. Here we can have multiple files where each on can represent a specific type of functionality. With this we can control which functionality can be used by only one process at a time versus functionality that can be managed between multiple process. |