We are still actively working on the spam issue.

Difference between revisions of "GNU/Linux ricing"

From InstallGentoo Wiki
Jump to: navigation, search
(Desktop Environments)
Line 1: Line 1:
 
GNU/Linux distributions are well known for their ability to customize the way they work to a large degree. The purpose of this page is to give the reader some ideas on what can be customized and how.  
 
GNU/Linux distributions are well known for their ability to customize the way they work to a large degree. The purpose of this page is to give the reader some ideas on what can be customized and how.  
 +
 +
==Desktop Environments==
 +
A '''desktop environment''' is a complete suite of software designed to maintain a certain experience in a Linux environment. It will contain a display manager (login screen), window manager, session manager, file manager, and various other default applications that a user may find useful (web browser, audio player, etc). A desktop environment is not a required part of a Linux experience, although most distros will include one by default. It is entirely possible to have a working graphical environment without installing a desktop environment, instead opting to only use a window manager and utilities that you require, and many users choose to do this.
 +
*'''[http://www.kde.org/ KDE]'''
 +
**KDE is more resource intensive, but if you want something with a bit more features, eyecandy, and stabilizability, this may be for you.
 +
*'''[https://www.gnome.org/ GNOME]'''
 +
**GNOME is extremely polarizing. If you like the Windows 8 Start Screen and similar touch interfaces, try it out. Else, stay clear.
 +
*'''[http://cinnamon.linuxmint.com/ Cinnamon]'''
 +
**Nearly as lightweight as Xfce, GNOME fork with a traditional desktop. Very customiseable and featureful.
 +
*'''[http://www.xfce.org/ Xfce]'''
 +
**XFCE is a less resource-intensive DE. If you want something that runs fast and allows for lots of customization without giving up too many features, this DE is for you.
 +
*'''[http://lxde.org/ LXDE]'''
 +
**LXDE is the most minimal DE around. If you are running on a toaster supercluster or just need the most battery life out of your freedom device, and are too lazy/dumb to setup a WM, LXDE is the only correct choice.
 +
*'''[http://www.enlightenment.org/ Enlightenment]'''
 +
**Crazy eye candy. Light on system resources.
 +
*'''[http://mate-desktop.org/ MATE]'''
 +
**Fork and continuation of GNOME 2 for those who prefer it.
  
 
==Window managers==
 
==Window managers==
Currently most GNU/Linux distributions use X.org for drawing the desktop (with wayland being planned to replace it later). X.org is designed to be modular and highly customizable. One of the results of this design are that X.org doesn't manage windows, instead depending on a special client application called a window manager. Said window manager (WM in short) moves and resizes windows, among other things, often in response to user input. Window managers also do many more, like automatic windows layout, compositing, drawing decorations, drawing panels, providing multiple workspaces etc.
+
Currently most GNU/Linux distributions use the X Window System for drawing the desktop (with Wayland being planned to replace it later). The X.org Server is the most common implementation of the X Window System. It is designed to be modular and highly customizable. One of the results of this design is that X.org doesn't manage windows. Instead it depends on a special client application called a '''window manager'''. The window manager (WM in short) moves and resizes windows, among other things, often in response to user input. Window managers also do much more, like automatic window layout, compositing, drawing decorations, drawing panels, providing multiple workspaces, and so on.
  
 
Window managers can be divided into these three categories:
 
Window managers can be divided into these three categories:
*Stacking - they allow windows to draw their contents one after another on the desktop, starting with the one which is the most obscured one and going up in the "Z order".
+
*Stacking - They allow windows to draw their contents one on top of another on the desktop, starting with the one on the bottom and going up in the "Z order".
*Compositing - provide a buffer for each window to draw on and then compose those buffers together creating the desktop image. This type of window manager allows use of semitransparent windows.
+
*Compositing - Provide a buffer for each window to draw on and then compose those buffers together creating the desktop image. This type of window manager allows use of semitransparent windows.
 
*Tiling - The windows do not overlap.
 
*Tiling - The windows do not overlap.
 
[[File:Screen16.png|thumb|Compiz's expo plugin. As most window managers, it allows for multiple workspaces, as seen here.]]
 
[[File:Screen16.png|thumb|Compiz's expo plugin. As most window managers, it allows for multiple workspaces, as seen here.]]
 
**Static tiling WMs such as ratpoison always use a set number of equal size tiles, and the tiles do not move
 
**Static tiling WMs such as ratpoison always use a set number of equal size tiles, and the tiles do not move
 
**Dynamic tiling WMs such as awesome allow you to change the layout of the tiles, the number of tiles onscreen, and other things. it should be noted that awesome also has a stacking mode in addition to many tiling configurations.
 
**Dynamic tiling WMs such as awesome allow you to change the layout of the tiles, the number of tiles onscreen, and other things. it should be noted that awesome also has a stacking mode in addition to many tiling configurations.
It should be added that many WMs are stacking and tiling at the same time, and the behaviour can be switched by the user.
+
Many WMs contain both stacking and tiling modes, and the behavior can be switched by the user.
  
It's also possible, for WMs that don't tile windows, to use a separate application that works together with the main windows manager and tiles windows (for example: '''pytyle''').
+
It's also possible for WMs that don't tile windows to use a separate application that works together with the main window manager to automatically tiles windows (for example: '''pytyle''').
  
Finally, there exists programs such as '''xcompmgr''', that work together with a non-compositing WM making it compose windows, allowing for effects such as transparency.
+
Finally, there are also composite managers such as '''xcompmgr''' that work together with a non-compositing WM making it compose windows, allowing for effects such as transparency and drop shadows.
 
===List of window managers and similar tools===
 
===List of window managers and similar tools===
 
[https://wiki.archlinux.org/index.php/Category:Window_managers List of window managers in arch wiki]
 
[https://wiki.archlinux.org/index.php/Category:Window_managers List of window managers in arch wiki]
  
 
Dynamic:
 
Dynamic:
*'''[http://awesome.naquadah.org/ Awesome]''' - config file is written in lua, very flexible.
+
*'''[http://awesome.naquadah.org/ Awesome]''' - Config file is written in lua, very flexible.
*'''[http://dwm.suckless.org/ Dwm]''' - configuration is done through the config.h source file. Dwm needs to be recompiled for config.h changes to be applied
+
*'''[http://dwm.suckless.org/ Dwm]''' - Configuration is done through the config.h source file. Dwm needs to be recompiled for config.h changes to be applied
 
*'''[http://i3wm.org/ i3]'''
 
*'''[http://i3wm.org/ i3]'''
 
*'''[https://github.com/c00kiemon5ter/monsterwm monsterwm]'''
 
*'''[https://github.com/c00kiemon5ter/monsterwm monsterwm]'''
Line 29: Line 46:
 
*'''[http://wmfs.info/ WMFS2]'''
 
*'''[http://wmfs.info/ WMFS2]'''
 
Compositing:
 
Compositing:
*'''[http://www.compiz.org/ Compiz]''' - is a compositing WM being developed since 2006. It uses OpenGL (AIGLX). It is know for having a lot functionality and providing many interesting effects. However, it can cause problems if the graphics are faulty.
+
*'''[http://www.compiz.org/ Compiz]''' - A compositing WM being developed since 2006. It uses OpenGL (AIGLX). It is know for having a lot functionality and providing many interesting effects. However, it can cause problems if the graphics are faulty.
*'''[http://techbase.kde.org/Projects/KWin KWin]''' - is a compositing WM used in KDE. It's comparable in feature set to compiz.
+
*'''[http://techbase.kde.org/Projects/KWin KWin]''' - A compositing WM used in KDE. It's comparable in feature set to compiz.
*'''[http://git.gnome.org/browse/mutter/ Mutter]''' - the default windows manager for GNOME.
+
*'''[http://git.gnome.org/browse/mutter/ Mutter]''' - The default window manager for GNOME.
*'''[http://docs.xfce.org/xfce/xfwm4/start Xfwm]''' - the default WM for XFCE.
+
*'''[http://docs.xfce.org/xfce/xfwm4/start Xfwm]''' - The default window manager for XFCE.
Stacking:[[File:2012-12-26_05-26-02.png|thumb|PyTyle used together with compiz, tiling 5 terminal windows.]]
+
Stacking:[[File:2012-12-26_05-26-02.png|thumb|PyTyle used together with Compiz, tiling 5 terminal windows.]]
 
*'''[http://openbox.org/wiki/Main_Page Openbox]'''
 
*'''[http://openbox.org/wiki/Main_Page Openbox]'''
 
*'''[http://www.fluxbox.org/ Fluxbox]'''
 
*'''[http://www.fluxbox.org/ Fluxbox]'''
Line 39: Line 56:
 
Compositing tools for stacking/tiling managers:
 
Compositing tools for stacking/tiling managers:
 
* '''[http://cgit.freedesktop.org/xorg/app/xcompmgr/ Xcompmgr]'''
 
* '''[http://cgit.freedesktop.org/xorg/app/xcompmgr/ Xcompmgr]'''
* '''[https://github.com/chjj/compton Compton]''' - forked from Xcompmgr
+
* '''[https://github.com/chjj/compton Compton]''' - Forked of Xcompmgr
 
Tiling tools for non-tiling WMs:
 
Tiling tools for non-tiling WMs:
 
* '''[https://wiki.archlinux.org/index.php/Tile-windows Tile-windows]'''
 
* '''[https://wiki.archlinux.org/index.php/Tile-windows Tile-windows]'''
Line 67: Line 84:
 
Set Qt themes with the qtconfig tool.
 
Set Qt themes with the qtconfig tool.
 
* GTK+ - Builtin. Adapts the to theme that GTK is using.
 
* GTK+ - Builtin. Adapts the to theme that GTK is using.
 
==Desktop Environments==
 
 
*'''[http://www.kde.org/ KDE]'''
 
**KDE is more resource intensive, but if you want something with a bit more features, eyecandy, and stabilizability, this may be for you.
 
*'''[https://www.gnome.org/ GNOME]'''
 
**GNOME is extremely polarizing. If you like the Windows 8 Start Screen and similar touch interfaces, try it out. Else, stay clear.
 
*'''[http://cinnamon.linuxmint.com/ Cinnamon]'''
 
**Nearly as lightweight as Xfce, GNOME fork with a traditional desktop. Very customiseable and featureful.
 
*'''[http://www.xfce.org/ Xfce]'''
 
**XFCE is a less resource-intensive DE. If you want something that runs fast and allows for lots of customization without giving up too many features, this DE is for you.
 
*'''[http://lxde.org/ LXDE]'''
 
**LXDE is the most minimal DE around. If you are running on a toaster supercluster or just need the most battery life out of your freedom device, and are too lazy/dumb to setup a WM, LXDE is the only correct choice.
 
*'''[http://www.enlightenment.org/ Enlightenment]'''
 
**Crazy eye candy. Light on system resources.
 
*'''[http://mate-desktop.org/ MATE]'''
 
**Fork and continuation of GNOME 2 for those who prefer it.
 
  
 
== KDE ==
 
== KDE ==

Revision as of 06:44, 1 February 2014

GNU/Linux distributions are well known for their ability to customize the way they work to a large degree. The purpose of this page is to give the reader some ideas on what can be customized and how.

Desktop Environments

A desktop environment is a complete suite of software designed to maintain a certain experience in a Linux environment. It will contain a display manager (login screen), window manager, session manager, file manager, and various other default applications that a user may find useful (web browser, audio player, etc). A desktop environment is not a required part of a Linux experience, although most distros will include one by default. It is entirely possible to have a working graphical environment without installing a desktop environment, instead opting to only use a window manager and utilities that you require, and many users choose to do this.

  • KDE
    • KDE is more resource intensive, but if you want something with a bit more features, eyecandy, and stabilizability, this may be for you.
  • GNOME
    • GNOME is extremely polarizing. If you like the Windows 8 Start Screen and similar touch interfaces, try it out. Else, stay clear.
  • Cinnamon
    • Nearly as lightweight as Xfce, GNOME fork with a traditional desktop. Very customiseable and featureful.
  • Xfce
    • XFCE is a less resource-intensive DE. If you want something that runs fast and allows for lots of customization without giving up too many features, this DE is for you.
  • LXDE
    • LXDE is the most minimal DE around. If you are running on a toaster supercluster or just need the most battery life out of your freedom device, and are too lazy/dumb to setup a WM, LXDE is the only correct choice.
  • Enlightenment
    • Crazy eye candy. Light on system resources.
  • MATE
    • Fork and continuation of GNOME 2 for those who prefer it.

Window managers

Currently most GNU/Linux distributions use the X Window System for drawing the desktop (with Wayland being planned to replace it later). The X.org Server is the most common implementation of the X Window System. It is designed to be modular and highly customizable. One of the results of this design is that X.org doesn't manage windows. Instead it depends on a special client application called a window manager. The window manager (WM in short) moves and resizes windows, among other things, often in response to user input. Window managers also do much more, like automatic window layout, compositing, drawing decorations, drawing panels, providing multiple workspaces, and so on.

Window managers can be divided into these three categories:

  • Stacking - They allow windows to draw their contents one on top of another on the desktop, starting with the one on the bottom and going up in the "Z order".
  • Compositing - Provide a buffer for each window to draw on and then compose those buffers together creating the desktop image. This type of window manager allows use of semitransparent windows.
  • Tiling - The windows do not overlap.
Compiz's expo plugin. As most window managers, it allows for multiple workspaces, as seen here.
    • Static tiling WMs such as ratpoison always use a set number of equal size tiles, and the tiles do not move
    • Dynamic tiling WMs such as awesome allow you to change the layout of the tiles, the number of tiles onscreen, and other things. it should be noted that awesome also has a stacking mode in addition to many tiling configurations.

Many WMs contain both stacking and tiling modes, and the behavior can be switched by the user.

It's also possible for WMs that don't tile windows to use a separate application that works together with the main window manager to automatically tiles windows (for example: pytyle).

Finally, there are also composite managers such as xcompmgr that work together with a non-compositing WM making it compose windows, allowing for effects such as transparency and drop shadows.

List of window managers and similar tools

List of window managers in arch wiki

Dynamic:

  • Awesome - Config file is written in lua, very flexible.
  • Dwm - Configuration is done through the config.h source file. Dwm needs to be recompiled for config.h changes to be applied
  • i3
  • monsterwm

Tiling:

Compositing:

  • Compiz - A compositing WM being developed since 2006. It uses OpenGL (AIGLX). It is know for having a lot functionality and providing many interesting effects. However, it can cause problems if the graphics are faulty.
  • KWin - A compositing WM used in KDE. It's comparable in feature set to compiz.
  • Mutter - The default window manager for GNOME.
  • Xfwm - The default window manager for XFCE.

Stacking:

PyTyle used together with Compiz, tiling 5 terminal windows.

Compositing tools for stacking/tiling managers:

Tiling tools for non-tiling WMs:

For some more information on this topic, see: this page.

Themes

There are two main toolkits you need to concern yourself with styling: GTK and Qt. Luckily, there are themes for both that will adapt to the other. So find a theme for whichever toolkit your distro uses prominently. For KDE based distros, that's Qt. For everything else, that's GTK.

GTK Themes

There are a number of great themes. All of these are GTK3 compatible. To apply them, see GTK Theming.

  • Numix - A very popular theme.
The Numix theme

Qt Themes

Set Qt themes with the qtconfig tool.

  • GTK+ - Builtin. Adapts the to theme that GTK is using.

KDE

KDE allow you to download most of the following by simply going into the relative setting, press the "get new" button, and search for the name.

Icons

  • KFaenza - Port of the famous Faenza theme to KDE
  • Nitrux
  • FaenK - Incomplete theme, need KFaenza installed to display all the icons
  • kAwOken - Nice light/dark gray icon theme

Styles

Plasma themes

  • Diamond - Transparency, almost unusable without composing turned off
  • Caledonia - Dark "flat" suite, include a Plasma theme, icons and custom colors.
  • uniq - Another suite, includes a window decorator, a qtqurve theme and custom colors.
  • Produkt

Window Decorations

External Resources

Ricing guide by z3bra Nanami's Win7 & Firefox List