How to install Debian GNU/Linux
5. Installing XFree86 X-Server and Window Managers
To install X-window, lets first update our resource lists withapt-get updateThen, to install X-window
apt-get install x-window-systemI started using the XFCE window manager and its one of the most lightweight WMs on Linux. It has the look of Gnome and the lightweight of IceWM and X.
To install XFCE 4,
apt-get install xfce4 xfce4-themesTo install other window managers like IceWM, Fluxbox, GNOME)
apt-get install icewm fluxbox gnomeI like gdm (Gnome Desktop Manager) as my graphical login program, so
apt-get install gdmHowever you can also try xdm (X Desktop Manager) or kdm (KDE Desktop Manager)
apt-get install xdm kdm
Changing your screen resolution
dpkg-reconfigure xserver-xfree86Choose your resolution and restart your X with either
/etc/init.d/gdm restartor
startx
Removing graphical login
You are finally tired of graphical logins. To turn off the graphical logins (default in Sarge), you have to remove X startup from all run levels.update-rc.d xdm removeX won't start again when your computer boots up. You'll be greeted by the console.
« Previous (Upgrading the kernel) | Next (Installing applications and servers) »
Arul's Debian GNU/Linux Installation and Configuration Index
2) File System
3) Configuring the network
4) Upgrading the kernel
5)
6) Installing applications and servers
7) Others (multimedia, infrared, bluetooth)
8) Installing webcam with live broadcasting
