end-4 / dots-hyprland

Modern, feature-rich and accessible desktop configuration.
https://end-4.github.io/dots-hyprland-wiki/en/
GNU General Public License v3.0
3.16k stars 204 forks source link

Blinking screen #431

Open Beafantles opened 2 months ago

Beafantles commented 2 months ago

I installed the project (after a clean Arch install) using bash <(curl -s "https://end-4.github.io/dots-hyprland-wiki/setup.sh") and it went smoothly. However, after rebooting, my screen is blinking (somehow when I move my mouse, it doesn't blink as much as before). I recorded a video to show it:

https://github.com/end-4/dots-hyprland/assets/46332113/89eb9795-c985-4e37-a565-7f709ebff5b0

D3ja-vu commented 2 months ago

try missing with your env.conf as wlr noscreen cursor and read the wiki about screen tearing

Ate329 commented 2 months ago

Did you do what the last few lines of install.sh says since it's your first installation?

;;esac
case $existed_hypr_conf in
  y) printf "\n\e[33m[$0]: Warning: \"~/.config/hypr/hyprland.conf\" already existed before and we didn't overwrite it. \e[0m\n"
     printf "\e[33mPlease use \"~/.config/hypr/hyprland.conf.new\" as a reference for a proper format.\e[0m\n"
     printf "\e[33mIf this is your first time installation, you must overwrite \"~/.config/hypr/hyprland.conf\" with \"~/.config/hypr/hyprland.conf.new\".\e[0m\n"
;;esac