Installing and Setting Up Fedora*
54
Getting Started Guide
Note:
The onboard GbE ports may not be functional until the steps in
have been
completed.
Install X-windows and the GNOME Desktop Environment:
# yum -y groupinstall "X Window System"
# yum -y groupinstall "GNOME Desktop Environment"
# mv /etc/systemd/system/default.target
/etc/systemd/system/default.target.org
# ln -s /lib/systemd/system/graphical.target /etc/systemd/system/
default.target
Install unzip:
# yum -y install unzip
Install tar:
# yum -y install tar
Download the ASPEED* Graphics Family BIOS/Driver Package from the site:
http://www.aspeedtech.com/support.php
At the webpage above, go to the BIOS/Driver Package Downloads section, browse to the
latest version of the ASPEED Graphics Family BIOS/Driver Package, and download it.
Extract this file to the
/tmp
directory:
# cd /tmp
# unzip <path_to>/v<version>_whql.zip
Extract the driver:
# cd v<version>_whql/Linux
# tar xzof lxdrv.tar.gz
Install the driver:
# cd /tmp/v<version>_whql/Linux
# ./auto-update.sh
Note:
If the auto-update.sh script returns the following error:
Can’t find proper X Window Version,
please update driver manually!!
Perform the steps below to install the driver manually.
Refer to FAQ
–
Package description section of README.TXT to select the proper driver
package. For Fedora* 17, it is xorg77_2.
64-bit:
# cd /tmp/v<version>_whql/Linux/x86_64/xorg77_2
32-bit:
# cd /tmp/v<version>_whql/Linux/x86/xorg77_2
# chmod u+x *
# ./update.sh
Shutdown the system:
# shutdown -h now
Power on the system. It should now boot into the graphical desktop mode.