Closed bouyagas closed 1 year ago
During the installation, everything seemed to go well, but it failed to build hyprland-git. I believe it has to do with my laptop, I'm Macbook Pro M1 arm64.
👋 Hi! Can you please try to Separately install Hyprland-git on the terminal?
If you still get errors, Please try to install Hyprland (without git) and let's see what will be the output
Hi @bouyagas , I'm not sure if hyprland supports apple M1. You could try checking with the hyprland dev team...
Have you already installed the opengl drivers for asahi? sudo pacman -S linux-asahi-edge mesa-asahi-edge Otherwise you have to install hyprland-legacyrenderer without opengl support. The first alternative seems the best to me 😂 Check it out: here: https://www.reddit.com/r/AsahiLinux/comments/142k63b/opengl_31_on_asahi_linux/
I believe the M1 machine uses a different mirror list for its package installs Arch Linux ARM.
I found this
I Had to change the local file Hyprdots/Scripts/custom_hypr.lst from hyprland-git to hyprland and sddm-git to sddm.
its works!!!
I believe the M1 machine uses a different mirror list for its package installs Arch Linux ARM.
I found this
I Had to change the local file Hyprdots/Scripts/custom_hypr.lst from hyprland-git to hyprland and sddm-git to sddm.
its works!!!
But with pacman you will never find an aur package. You need to install and use, for example, paru or yay: paru -S hyprland-git yay -S hyprland-git
The "non-git" version is a few versions back. This rice was giving me problems because the features implemented in the git version were missing. But if everything works better for you 😄
Hi, thank you guys... looks like this is resolved, so I'll close this! reopen if required...