mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 02:10:13 +01:00
updated global function
This commit is contained in:
parent
55318aaf47
commit
5afafd3baa
@ -246,6 +246,8 @@ env = GBM_BACKEND,nvidia-drm
|
||||
env = WLR_RENDERER_ALLOW_SOFTWARE,1
|
||||
```
|
||||
|
||||
### 🚩
|
||||
|
||||
#### 🫥 Improving performance for Older Nvidia Cards using driver 470
|
||||
- [`SEE HERE`](https://github.com/JaKooLit/Hyprland-Dots/discussions/123#discussion-6035205)
|
||||
|
||||
|
||||
@ -71,7 +71,7 @@ install_package() {
|
||||
build_dep() {
|
||||
echo -e "${INFO} building dependencies for ${MAGENTA}$1${RESET} "
|
||||
(
|
||||
stdbuf -oL sudo build-dep -y "$1" 2>&1
|
||||
stdbuf -oL sudo apt build-dep -y "$1" 2>&1
|
||||
) >> "$LOG" 2>&1 &
|
||||
PID=$!
|
||||
show_progress $PID "$1"
|
||||
|
||||
@ -69,8 +69,6 @@ done
|
||||
|
||||
printf "\n%.0s" {1..1}
|
||||
printf "${INFO} Activating sddm service........\n"
|
||||
sudo dpkg-reconfigure sddm 2>&1 | tee -a "$LOG"
|
||||
|
||||
sudo systemctl set-default graphical.target 2>&1 | tee -a "$LOG"
|
||||
sudo systemctl enable sddm.service 2>&1 | tee -a "$LOG"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user