X Windows
Posted: Thu Feb 19, 2004 8:19 pm
Is it possible to use X Windows ( the GUI system used by linux distributions ) to develop my own GUI ?
is it free ? where can i get it ?
thanks
is it free ? where can i get it ?
thanks
Depends. X is an open system where an Xserver handles keyboards, mice and displays. Actual applications then connect to that server to talk with user. Window manager is one of these individual "clients" and is responsible for focus-management, moving and resizing windows, drawing borders/titlebars and sorting them on top of each other in a sane order.firas981 wrote: Is it possible to use X Windows ( the GUI system used by linux distributions ) to develop my own GUI ?
Yes and no.is it free ?
http://www.xfree86.org or pretty much every major Linux and BSD distribution site and mirror on earth. There are commercial implementations too. Most commercial Unixes also include their own X implementation, and there are a few servers for Windows too (and I think you can compile XFree86 on cygwin). WinAxe is one that I've used without a problem on Windows.where can i get it ?