You are not logged in.

#1 2004-11-03 10:38:48

z4ziggy
Member
From: Israel
Registered: 2004-03-29
Posts: 573
Website

FBUI - In kernel GUI

seems like a nice idea - take advantage of the kernel framebuffer device to allow GUI environment - in kernel...

http://home.comcast.net/~plinius/fbui.html
http://kerneltrap.org/node/view/4109

Offline

#2 2004-11-03 14:28:45

ravster
Member
From: Queen's U, Kingston, Canada
Registered: 2004-05-02
Posts: 285
Website

Re: FBUI - In kernel GUI

Yeah, it seems like a good idea Since its within the kernel itself you do not need to bother about dl'ing other stuff. Of course, there would still be the issue about compatibility with programs(from a desktop pov).
Since this is not supposed to be used on the desktop, it seems like a pretty good thing. I'm sure if people were going to use it on embedded devices, they would create graphical programs for it.

Offline

#3 2004-11-04 07:49:28

oscar
Member
From: Kiruna, Sweden
Registered: 2004-08-13
Posts: 457

Re: FBUI - In kernel GUI

why even bother?
I use either framebuffer OR x, not something in between.


To err is human... to really foul up requires the root password.

Offline

#4 2004-11-04 17:48:42

beniro
Member
From: St. Petersburg, FL, USA
Registered: 2002-12-31
Posts: 313

Re: FBUI - In kernel GUI

If I understand correctly, you are saying having the GUI built in (or at least the protocols, a la X, built in).  I don't think this will ever happen.  One of the main design principals of Linux was to NOT have the GUI included.  It makes the kernal much more versatile and easier to maintain. Kernel devs don't want to have to code things that should not be in the kernel.

Offline

#5 2004-11-04 18:58:48

z4ziggy
Member
From: Israel
Registered: 2004-03-29
Posts: 573
Website

Re: FBUI - In kernel GUI

1st im not saying. i just posted the links... wink i myself think its a good idea for very basic terminals, and after posting the link i also visited http://www.linuxdevices.com/articles/AT9202043619.html which gives further information on this kind of projects. as far as it goes for "i don't think this will ever happen" - it is already happening... and as u read on the author webpage, he delibertly inserted it into the kernel to prevent bloating. wether i like it or not, is not the issue wink

Offline

#6 2004-11-08 03:05:58

Father
Member
From: Australia
Registered: 2004-06-01
Posts: 209

Re: FBUI - In kernel GUI

having gui code in a kernel is baaaadddd!
look at windows 3.1 -> 98..
click the `X'... if( (int)(rand() / RAND_MAX) * 5) > 4) BANG.. blue screen..

Offline

#7 2004-11-08 19:07:42

Egil.B
Member
From: Universitas Osloensis
Registered: 2004-02-14
Posts: 116

Re: FBUI - In kernel GUI

I might be wrong, but i thought that 3.1 > 98 actually had the GUI outside kernel since it was based on DOS. NT4 &< on the other hand...

Offline

Board footer

Powered by FluxBB