updated arch. switched to cava as installation of cava-git keep the installation hang
This commit is contained in:
parent
f1758c4a67
commit
fdd442e74b
|
|
@ -1,5 +1,9 @@
|
|||
## Changelogs
|
||||
|
||||
## 07 May 2024
|
||||
- Minor typo change on nvidia.sh
|
||||
- switch back to cava since installing cava-git keep it hanging (see known-issue on readme)
|
||||
|
||||
## 05 May 2024
|
||||
- switched to rofi-wayland Extra Repo
|
||||
|
||||
|
|
|
|||
|
|
@ -123,6 +123,10 @@ log into your account
|
|||
|
||||
- more info from the hyprland wiki [`Hyprland Wiki Link`](https://wiki.hyprland.org/FAQ/#my-external-monitor-is-blank--doesnt-render--receives-no-signal-laptop)
|
||||
|
||||
|
||||
- installing of cava-git on a newly installed Arch makes the install keep hanging. Switched back to cava. After booting and logged in, if cava dont work, replace it cava-git `yay -S cava-git` or `paru -S cava-git`
|
||||
|
||||
|
||||
#### 🫥 Improving performance for Older Nvidia Cards using driver 470
|
||||
- [`SEE HERE`](https://github.com/JaKooLit/Hyprland-Dots/discussions/123#discussion-6035205)
|
||||
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@ yad
|
|||
hypr_package_2=(
|
||||
brightnessctl
|
||||
btop
|
||||
cava-git
|
||||
cava
|
||||
eog
|
||||
gnome-system-monitor
|
||||
mousepad
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ LOG="Install-Logs/install-$(date +%d-%H%M%S)_nvidia.log"
|
|||
# nvidia stuff
|
||||
printf "${YELLOW} Checking for other hyprland packages and remove if any..${RESET}\n"
|
||||
if pacman -Qs hyprland > /dev/null; then
|
||||
printf "${YELLOW} Hyprland detected. uninstalling to install Hyprland-git...${RESET}\n"
|
||||
printf "${YELLOW} Hyprland detected. uninstalling to install Hyprland from official repo...${RESET}\n"
|
||||
for hyprnvi in hyprland-git hyprland-nvidia hyprland-nvidia-git hyprland-nvidia-hidpi-git; do
|
||||
sudo pacman -R --noconfirm "$hyprnvi" 2>/dev/null | tee -a "$LOG" || true
|
||||
done
|
||||
|
|
|
|||
Loading…
Reference in New Issue