Linux Graphical Interface

Written by Tully on May 6, 2009 Categories: Linux Tags: ,

Notes on using the Linux Graphical Interface:

The X Windows System provides the base system for the graphical interface on Linux. It allows programmers to run applications in windows. It also allows users to move windows around on the screen as well as click on items with the mouse.

The X Window System alone isn’t enough. You have to have three additional components to create a fully functional Linus GUI system:

Window Managers The role of the Window manager is to control the appearance of the windows on the screen. It also determines how they are arranged on the screen. Commonly used window managers include the following..

  • Enlightenment
  • Window Maker
  • Sawfish
  • fvwm
  • twm
  • IceWM
  • Xfwm

GUI Toolkits GUI toolkits are libraries used by programmers to create X Window applications. On Linux, the GTK+, Motif, and Qt toolkits are commonly used.

Desktop Environments Thedesktop environment is used to actually present the GUI desktop to the end user. It allows you to place icons on the desktop, customize the appearance of your windows, add wallpaper to the desktop background, and so on. Two very popular Linux desktop environments include the K Desktop Environment (KDE) and GNOME.

No Comments

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>