yum groupinstall "KDE Plasma Workspaces"
Here is the command to set the GUI as default:
systemctl set-default graphical.target
Then I want to set the VM client to have a higher resolution. You need to install this first:
sudo yum install gcc dkms kernel-devel
Mount the "Guest Additional CD Image", and navigate to your CD device.
cd /run/media/<username>
Run the following command to install the VM display driver:
sudo ./VBoxLinuxAdditions.run
No comments:
Post a Comment