Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
For the users who want KDE
{{Code|yum -y groupinstall "X Windows System" " KDE"}}
== Optional ==
You can remove the packages i.e.:
{{Code|yum groupremove "KDE"}}
== Configure Your Display ==
You may also need to configure your display:
{{Code|yum Xorg :1 -y install system-config-displayconfigure}}
Then run system-we need to move the new config-display as rootfile so Xorg can read it.
{{Cod|cp /root/xorg.conf.new /etc/X11/xorg.conf}} Next we need to make sure it boots into init 5. Run the following command to accomplish this: {{Coode:sed -i 's/id:3:initdefault:/id:5:initdefault:/g' /etc/inittab}} You can then either reboot or boot into the GNOME/KDE Desktop:
{{Code|startx}}
304

edits