Enable X11 on Compute Nodes

From Define Wiki
Revision as of 09:34, 4 January 2013 by Michael (talk | contribs) (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> # ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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"