Rather than suffer through removing the desktop and related packages I will do a fresh install of the core debian system. Grab the iso for your architecture from the debian website. Proceed through the install as normal except when you get to the tasksel menu, de-select the "Desktop Environment" option, which is at the top of the list. The taskel menu is shown in the figure below, and you want all options unchecked for a bare bones debian install.
   Reboot the machine after the install is complete.  You will login on a TTY window, then su to login as root, and install the following packages.  'ROOTPROMPT$' is just your TTY prompt.
ROOTPROMPT$> apt-get install xorg 
ROOTPROMPT$> apt-get install xmonad
ROOTPROMPT$> apt-get install alsa-base alsa-utils
ROOTPROMPT$> apt-get install chromium-browser
ROOTPROMPT$> apt-get install emacs
ROOTPROMPT$> alsactl init
ROOTPROMPT$> exit
The following command sets xmonad to be called as the window manager when X is started. If you have other window managers installed you will need to comment them out. However, if you are following this tutorial that should not be the case. Read more about the debian specifics of .xinitrc, or a general synopsis of .xinitrc.
$> echo "xmonad" >> /home/USER/.xinitrc
$> startx


 
No comments:
Post a Comment