Re: [Linux-fbdev-devel] fbdv/fbcon pending problems
From: James Simmons <hidden>
Date: 2004-02-26 01:11:36
Also in:
lkml
Note that I am NOT talking about a graphics library. This has NO BUSINESS doing any kind of rendering. It's only the userland interface to the underlying kernel drivers as far as mode switching & geometry is concerned. That's _ALL_. In the same was as libGL is the userland interface to DRI, or iptables the userlnad interface to netfilter, etc...
..snip.. That cool. Sorry, email is so limited sometimes in details. I agree with you 100%.
quoted
I think we are fine for whats in the kernel. As for multiple head and geometry stuff its not that hard if done right. I have been using multi-head systems for years. I have multip desktop systems for years!!!I have been using multi head systems for years and I've seen how good it can be, but also a bunch of the pitfalls when trying to design a driver for it. If it was that easy, we would have had the right support in fbdev for ages. We don't.
True it is not to easy but I have worked on it. I'm glad to see the input api and most of the fbdev stfuff go in. It laid down the need foundation for mulitdesktop systems.