Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
{{MessageBox|
backgroundcolor = #faa|
image =Warning.png|
heading =WARNING|
message = Amahi 7 for Fedora 19<br />Maintenance Support ONLY!}}
<div style="border: 1px solid #A3B1BF; padding: .8em 1em; background-color: #E6F2FF; margin: 0px 1em;">
'''NOTE:''' The one-click [http://www.amahi.org/apps/vnc VNC App] has become unstable and moved to ''ALPHA'' status for Amahi 7 until we can resolve the issues.</div>
 
 
== Synopsis ==
The Amahi 7 Express Disc install does not install the graphical user interface gnome. This Guide instructs you on how to install the X Server as well as to make the X Server boot everytimechosen desktop if using Fedora 19 or later. To install after After Amahi Express has finished installing , execute the following commands:
== Commands ==
Become root:
{{Code| su -}} Enter your password for the root user. Now you will enter the command that will install the various packages to create a usable GUI. For users who would like Gnome 3, enter  yum -y install @gnome For the users who want Mate, enter  yum -y install @mate
Enter your password for For the root userusers who want XFCE, enter
{{Code| yum -y groupinstall "X Window System" "GNOME Desktop Environment"}}install @xfce
For There are several other GUI desktop environments that are easy to install this way. To list all the users who want KDEavailable environment groups enter this in the command line
{{Code| yum -y groupinstall "X Windows System" "KDE"}}group list
== Configure Your Display ==
You may also If you used the above method of installing a graphical desktop then you will not need to configure your display:X11.
{{Code|Xorg :1 -configure}}== Force GUI on Boot ==
<i>Note: If you get command not found, that means you have a newer version Next we need to make sure it boots into init 5. This used to be done by editing the inittab to use 5 instead of X that does 3 as it's default. In Fedora 19 and above the inittab is not require a config of the systemused. Instead, if that is issue command to make the case please skip this step and graphical user interface the next and move ondefault.</i>
Then we need to move the new config file so Xorg can read it ln -sf /lib/systemd/system/graphical.target /etc/systemd/system/default.target
{{Code|cp You can now either reboot or boot into the GNOME/root/xorg.conf.new /etc/X11/xorg.conf}}KDE Desktop:
== Force the GUI on Boot == startx
Next we need If you wish to make sure it boots into init 5. Run disable this in the future and/or want to uninstall the GUI run the following command . This will cause your HDA to accomplish this:boot into init 3 again.
{{Code|sed ln -i 'ssf /id:3:initdefault:lib/id:5:initdefault:systemd/g' system/multi-user.target /etc/inittab}}systemd/system/default.target
You can either reboot or boot into the GNOME/KDE Desktop:<!--== Package Removal ==
{{Code|startx}}You can also remove the GUI if you want to switch to another Desktop Environment or go back to a headless install. To do this run the following command:
== Optional =={{Code|yum groupremove "KDE"}}
You can Run the following command to remove the packages i.eX completely.:{{Code|yum groupremove "X Windows System"}}
{{Code|yum groupremove <i>NOTE: Replace "KDE"}}with "GNOME Desktop Environment" if you installed GNOME</i>-->
== Automatic Login ==
12,424

edits