Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
vps:x-server-vnc [2011-05-14 00:02:46]
garrett.plasky Approved
vps:x-server-vnc [2015-10-06 16:48:43]
rory.blanchard
Line 8: Line 8:
 Our VPS images are intended to be very minimal to allow the most user customization, so you must install the full group packages for Xwindows and Gnome (the default window manager for most operating systems). For CentOS: Our VPS images are intended to be very minimal to allow the most user customization, so you must install the full group packages for Xwindows and Gnome (the default window manager for most operating systems). For CentOS:
  
-<sxh bash>yum groupinstall "X Window System" "GNOME Desktop Environment" vncserver</sxh>+<sxh bash>yum groupinstall "X Window System" "GNOME Desktop Environment" tigervnc-server</sxh>
  
 For Ubuntu (as root): For Ubuntu (as root):
Line 40: Line 40:
 Next we need to edit <c>/root/.vnc/xstartup</c> (or /home/user if you're running the server as a regular user) and modify the final line in the file, which should read <c>twm &</c> to the following (note the last line): Next we need to edit <c>/root/.vnc/xstartup</c> (or /home/user if you're running the server as a regular user) and modify the final line in the file, which should read <c>twm &</c> to the following (note the last line):
  
-<code>#!/bin/sh+<sxh bash>#!/bin/bash
  
 # Uncomment the following two lines for normal desktop: # Uncomment the following two lines for normal desktop: