Enable X11 on Compute Nodes

From Define Wiki
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"