SolDoesTech / hyprland

collection of dot config files for hyprland with a simple install script for a fresh Arch linux with yay
455 stars 149 forks source link

Hyprland not executing #5

Closed morpheuslord closed 1 year ago

morpheuslord commented 1 year ago

At the last after all the installation is done, I am facing this error. Screenshot 2023-05-28 165931 What should I do ??

SolDoesTech commented 1 year ago

try this: sudo pacman -S hyprland

morpheuslord commented 1 year ago

Then?. I am stuck in a login loop cause of this

https://github.com/SolDoesTech/hyprland/assets/70637311/c091420c-2e08-4fc4-87c8-1c89b5f23789

SolDoesTech commented 1 year ago

Is this running on a VM?

morpheuslord commented 1 year ago

Is this running on a VM?

yes

SolDoesTech commented 1 year ago

Hello, Hyprland is not meant to run on a VM, the only way I was able to get it to work on a VM is with a GPU passthrough. 3D acceleration could work but its super slow and some programs wont open.

ghost commented 1 year ago

I rebooted the system and it worked

SolDoesTech commented 1 year ago

very nice, is it usable? if so please provide some details about your VM and your GPU. Thanks!

ghost commented 1 year ago

Black lines are coming throughout the whole screen. I think its hyprland's problem. GPU - Integrated GPU inside Ryzen 5600G VM - QEMU/KVM with Virt-Manager

SolDoesTech commented 1 year ago

Yeah I would agree its a hyprland issue https://wiki.hyprland.org/Getting-Started/Master-Tutorial/#vm

ghost commented 1 year ago

I didn't knew about that thanks for the info. BTW really appreciate your work though. It looks really cool

SolDoesTech commented 1 year ago

Thank you, glad you like it :)

morpheuslord commented 1 year ago

Then I will try it with a live install

khar34 commented 1 year ago

When i try to launch Hyprland, it always results in this error [libseat] [libseat/backend/seatd.c:64 could not connect to socket /run/seatd.sock: No such file or directory When i solved the no such file problem, it will result in new error [libseat] [libseat/backend/seatd.c:64 could not connect to socket /run/seatd.sock: Permission denied What should I do, should I just reinstall Hyprland, this is my first time install arch linux so

RhaZenZ0 commented 1 year ago

Check user permissions: If you encounter the "Permission denied" error after ensuring that the socket file exists, make sure that the current user has the necessary permissions to access the socket. The socket file should be owned by the same user running the Wayland compositor or should have appropriate read/write permissions for all users. You can try running the compositor with elevated privileges (using sudo) temporarily to see if the error persists.

ghost commented 1 year ago

Please close this issue