From: hkclark Date: Sat, 3 Sep 2011 19:21:58 +0000 (-0400) Subject: Switch to Fluxbox as recommended way for X b/c of size X-Git-Tag: 5.9003~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=09627be4f21e3cbd0f9b624205d3de9882c2485a Switch to Fluxbox as recommended way for X b/c of size --- diff --git a/lib/Catalyst/Manual/Tutorial/01_Intro.pod b/lib/Catalyst/Manual/Tutorial/01_Intro.pod index 00c7c0c..54ff75e 100644 --- a/lib/Catalyst/Manual/Tutorial/01_Intro.pod +++ b/lib/Catalyst/Manual/Tutorial/01_Intro.pod @@ -334,20 +334,46 @@ boot up the Tutorial VM on their main desktop (the "host machine" using the terminology above) and then use that main desktop machine to SSH and web browse into the "guest VM" as they work through the tutorial. If you wish to install X Windows (or any other packages), just use the -C (or C) Debian commands. For example, to install -X Windows with the Gnome desktop manager, you can do: +C (or C) Debian commands. + +For example, to install X Windows with Fluxbox (a lightweight +WindowManager -- it is great for things like this tutorial since it's +about 1/10th the size of other common X Windows environments), you can +do: $ sudo aptitude update - $ sudo ptitude install gnome iceweasel + $ sudo aptitude install xorg fluxbox iceweasel + +And then start X Windows from the B with this command: + + $ startx + +Note that if you want to start Fluxbox from an SSH session, you can use +the C and select "anybody" from the +menu. Otherwise, you will need to be on the actual "VM console" to +start it. -Or, if you prefer KDE: +If you have a preference for the Gnome desktop environment, you can do: $ sudo aptitude update + $ sudo ptitude install gnome iceweasel + $ + $ # You can reboot or start with 'startx', we will just reboot here + $ reboot + $ sudo aptitude install kde iceweasel -You can then start X Windows with: +For KDE, just substitude the package name "C" for "C" above. - $ startx +Note that C is basically used to install Firefox on Debian +boxes. You can start it under X Windows with either the C +command or the C command (or use the menus). You can get +more information on Iceweasel at L. + +Also, you might need to add more memory to your virtual machine if you +want to run X Windows (or other tools that might require additional +memory). Consult the documentation for you virtualization software +for instructions on how to do this (it's usually pretty simple). =back @@ -412,11 +438,16 @@ other machine (including the "host machine") into the VM. Some virtual machine host environments let you configure a "static NAT" or "port forwarding" to reach the guest OS, but others omit this functionality. +Note: NAT mode can work fine if you install X Windows and do the whole +tutorial locally on the actual VM vs. using SSH and a web browser from +your host machine. + "Local host only" mode let's the guest VM and the host machine talk on a "private subnet" that other devices in your network cannot reach. This can work as long as you don't need to go from the VM to the Internet (for example, to install other Debian packages). + Consult the documentation on your virtual machine host environment for help configuring the options above. Here are some links that might help: