Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Confused about X Window and GNOME/KDE

Tags:

linux

vps

centos

HI!

I am trying to set up FreeNX (one Remote X desktop software) on my VPS (CentOS 5.5). I have googled and found several different tutorials.

One tutorial says:

yum  groupinstall “X Window System”
yum groupinstall “GNOME Desktop Environment”

Another says:

For a KDE desktop, do "yum install -y kdebase". 
For Gnome, do "yum install -y gnome-session".

I want to know:

  1. Is “X Window System” optional? When I googled, it says “X Window System” is the backbone of KDE and GNOME. Some tutorials say “X Window System” eats lots of computer memory and it is optional if you have small computer memory. I am confused.

  2. If I am going to install Firefox and extensions on my VPS, is yum install -y kdebase enough? Should I use yum -y groupinstall "KDE (K Desktop Environment)"?

Thanks a lot!

like image 472
DocWiki Avatar asked Feb 02 '11 21:02

DocWiki


People also ask

Does GNOME use X Windows?

Both KDE and GNOME run on top of X Windows. KDE and GNOME are desktop environments whereas X Windows is the windowing manager.

Which one is better KDE or GNOME?

GNOME is generally regarded as streamlined and less resource-intensive than KDE. Interestingly, while GNOME's minimum system requirements are less demanding as far as CPU speed is concerned (700 Mhz, vs KDE's 1 Ghz requirement), KDE actually requires less minimum RAM (615 MB vs GNOME's 768 MB).

Is KDE based on X11?

The name KDE was intended as a wordplay on the existing Common Desktop Environment, available for Unix systems. CDE was an X11-based user environment jointly developed by HP, IBM, and Sun through the X/Open consortium, with an interface and productivity tools based on the Motif graphical widget toolkit.

What is KDE X Window System?

The X Window System (X11, or simply X) is a windowing system for bitmap displays, common on Unix-like operating systems. X Window System. twm - the default X11 window manager.


1 Answers

Both KDE and GNOME run on top of X Windows. KDE and GNOME are desktop environments whereas X Windows is the windowing manager.

like image 200
yasouser Avatar answered Nov 09 '22 18:11

yasouser