Replies: 2 comments
-
On Mac M1, I got a black screen issue (like those issues with Kali Linux). I fixed it by installing SDDM and KDE Plasma. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Works! Thank you for posting this! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I wanted to share how I managed to transform the Arch Linux VM from being purely command-line to having a desktop environment.
First, I removed the 'Serial' device, and added a 'Display', using
virtio-gpu-pci
. Next, for working audio, I changed the emulated audio card toich9-intel-hda
.I then logged in as
root
, and ran the following commands:Modify the first command to use your desktop environment of preference.
I would also recommend increasing the amount of memory given to the VM beyond 2 GiB.
I included the
gparted
package to make it easier to resize your partition & filesystem when you resize the virtual disk.Hopefully someone finds this useful!
Kind regards,
Emil
Beta Was this translation helpful? Give feedback.
All reactions