Advertisement
asanchez75

linux/sshx/xorg

Jan 2nd, 2016
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. http://unix.stackexchange.com/questions/26328/setting-up-x-server-on-centos6-minimal
  2. If CentOS has already been installed without a graphical interface,
  3. you can install this with the following commands:
  4.  
  5. $ yum groupinstall "X Window System" "Desktop" "Desktop Platform"
  6.  
  7. $ yum install gdm
  8.  
  9. If you would like this to be the default runlevel, you can edit
  10. /etc/inittab and set the default level to 5 instead of 3:
  11.  
  12. $ vi /etc/inittab
  13.  
  14. Change:
  15. id:3:initdefault:
  16.  
  17. To:
  18. id:5:initdefault:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement