pop-os / cosmic-epoch

Next generation Cosmic desktop environment
1.74k stars 55 forks source link

Black screen when running on VM #110

Closed wiiznokes closed 1 year ago

wiiznokes commented 1 year ago

I tried to build this in a VM, using QEMU/KVM with virt-manager. I notice there was 3 libs that was missing from the read-me:

I was using PopOS 22.04. Also, sudo apt install cosmic-* doesn't worked somehow.

So after having successfully build the project, I made

Then after re login or reboot, when I choose Cosmic and enter the password, there is a black screen :(

I can type word like in a shell, but I can't type command. If I make ctrl-c, I go back to login.

Drakulix commented 1 year ago

VM support isn't great at the moment (e.g. see a similar issue for virtualbox here https://github.com/pop-os/cosmic-comp/issues/38). You need to emulate a gpu with sufficient acceleration capabilities right now.

wiiznokes commented 1 year ago

I managed to make it work with virtualbox :)

Would a pull request with the libraries I listed and the cp command would be useful ?

Drakulix commented 1 year ago

The cp-command and the rest of the shell commands not so much. I want people to read about systemd-sysext and the caveats instead of blindly following instructions, to understand that this is not meant as a permanent installation and mostly for testing of pre-alpha software.

The missing libraries however I would appreciate very much. Thanks for documenting those.

wiiznokes commented 1 year ago

Done :)