Add an X11 server: Difference between revisions

From SaruWiki
Jump to navigation Jump to search
(Page started)
 
m (added userspace sw suspend)
Line 1: Line 1:
First update your apt using
First make sure that your kernel supports "userspace software suspend". If it doesn't (as might be with a homegrown kernel), then reconfigure your kernel to include CONFIG_SOFTWARE_SUSPEND=Y, recompile, reboot.
 
Now, you can update your apt using
  apt-get update
  apt-get update
Now run
Now run
  tasksel
  tasksel
Under Choose software to install, remove all asterisks except for "desktop environment". When you select ''OK'' the system gets going. That's it!
Under Choose software to install, remove all asterisks except for "desktop environment". When you select ''OK'' the system gets going. That's it!

Revision as of 20:37, 19 July 2008

First make sure that your kernel supports "userspace software suspend". If it doesn't (as might be with a homegrown kernel), then reconfigure your kernel to include CONFIG_SOFTWARE_SUSPEND=Y, recompile, reboot.

Now, you can update your apt using

apt-get update

Now run

tasksel

Under Choose software to install, remove all asterisks except for "desktop environment". When you select OK the system gets going. That's it!