<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Linux%3A_Enabling_X_Windows_in_CentOS</id>
	<title>Linux: Enabling X Windows in CentOS - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Linux%3A_Enabling_X_Windows_in_CentOS"/>
	<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Linux:_Enabling_X_Windows_in_CentOS&amp;action=history"/>
	<updated>2026-05-04T21:27:41Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Linux:_Enabling_X_Windows_in_CentOS&amp;diff=16791&amp;oldid=prev</id>
		<title>Jon: Created page with &quot;== Prerequisites == * Basic installation of CentOS/RedHat 6.x  == Install the X Window &amp; Desktop systems == &lt;syntaxhighlight&gt; yum -y groupinstall &quot;Desktop&quot; &quot;Desktop Platform&quot; &quot;X Window S...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Linux:_Enabling_X_Windows_in_CentOS&amp;diff=16791&amp;oldid=prev"/>
		<updated>2016-09-12T14:24:10Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Prerequisites == * Basic installation of CentOS/RedHat 6.x  == Install the X Window &amp;amp; Desktop systems == &amp;lt;syntaxhighlight&amp;gt; yum -y groupinstall &amp;quot;Desktop&amp;quot; &amp;quot;Desktop Platform&amp;quot; &amp;quot;X Window S...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Prerequisites ==&lt;br /&gt;
* Basic installation of CentOS/RedHat 6.x&lt;br /&gt;
&lt;br /&gt;
== Install the X Window &amp;amp; Desktop systems ==&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
yum -y groupinstall &amp;quot;Desktop&amp;quot; &amp;quot;Desktop Platform&amp;quot; &amp;quot;X Window System&amp;quot; &amp;quot;Fonts&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Optional Components ==&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
yum -y groupinstall &amp;quot;Graphical Administration Tools&amp;quot;&lt;br /&gt;
yum -y groupinstall &amp;quot;Internet Browser&amp;quot;&lt;br /&gt;
yum -y groupinstall &amp;quot;General Purpose Desktop&amp;quot;&lt;br /&gt;
yum -y groupinstall &amp;quot;Office Suite and Productivity&amp;quot;&lt;br /&gt;
yum -y groupinstall &amp;quot;Graphics Creation Tools&amp;quot;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Enable X Windows by default ==&lt;br /&gt;
* Set system default run level to &amp;#039;&amp;#039;&amp;#039;5&amp;#039;&amp;#039;&amp;#039;:&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
[root@head-Boston ~]# cat /etc/inittab &lt;br /&gt;
# inittab is only used by upstart for the default runlevel.&lt;br /&gt;
#&lt;br /&gt;
# ADDING OTHER CONFIGURATION HERE WILL HAVE NO EFFECT ON YOUR SYSTEM.&lt;br /&gt;
#&lt;br /&gt;
# System initialization is started by /etc/init/rcS.conf&lt;br /&gt;
#&lt;br /&gt;
# Individual runlevels are started by /etc/init/rc.conf&lt;br /&gt;
#&lt;br /&gt;
# Ctrl-Alt-Delete is handled by /etc/init/control-alt-delete.conf&lt;br /&gt;
#&lt;br /&gt;
# Terminal gettys are handled by /etc/init/tty.conf and /etc/init/serial.conf,&lt;br /&gt;
# with configuration in /etc/sysconfig/init.&lt;br /&gt;
#&lt;br /&gt;
# For information on how to write upstart event handlers, or how&lt;br /&gt;
# upstart works, see init(5), init(8), and initctl(8).&lt;br /&gt;
#&lt;br /&gt;
# Default runlevel. The runlevels used are:&lt;br /&gt;
#   0 - halt (Do NOT set initdefault to this)&lt;br /&gt;
#   1 - Single user mode&lt;br /&gt;
#   2 - Multiuser, without NFS (The same as 3, if you do not have networking)&lt;br /&gt;
#   3 - Full multiuser mode&lt;br /&gt;
#   4 - unused&lt;br /&gt;
#   5 - X11&lt;br /&gt;
#   6 - reboot (Do NOT set initdefault to this)&lt;br /&gt;
# &lt;br /&gt;
id:5:initdefault:&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Jon</name></author>
	</entry>
</feed>