Difference between revisions of "Enable X11 on Compute Nodes"

From Define Wiki
Jump to navigation Jump to search
(Created page with "Dave - there were to pages about x11 on compute nodes - i copied both pages here. <pre> add package xauth </pre> * Use yum groupinstall to install all the RPMs <syntaxhighlight> # ...")
 
(No difference)

Latest revision as of 09:34, 4 January 2013

Dave - there were to pages about x11 on compute nodes - i copied both pages here.

add package xauth



  • Use yum groupinstall to install all the RPMs
# Check the available groups
yum grouplist

# Check group RPMs 
yum groupinfo "GNOME Desktop Environment"

# Install the group RPMs
yum groupinstall "GNOME Desktop Environment"
yum groupinstall "X Window System"