added nvidia settings
This commit is contained in:
parent
f697059e1c
commit
5c5232e53e
1 changed files with 11 additions and 9 deletions
18
setup.sh
18
setup.sh
|
@ -342,15 +342,16 @@ setup_git() {
|
||||||
setup_gnome() {
|
setup_gnome() {
|
||||||
# gnome, nvidia driver, and optimus manager
|
# gnome, nvidia driver, and optimus manager
|
||||||
|
|
||||||
# gdm-prime: gdm patched for optimus laptops
|
# gdm-prime gdm patched for optimus laptops
|
||||||
# xcursor-breeze: cursor design
|
# xcursor-breeze cursor design
|
||||||
# matcha-gtk-theme: gtk theme
|
# matcha-gtk-theme gtk theme
|
||||||
# papirus-icon-theme: icon theme
|
# papirus-icon-theme icon theme
|
||||||
# gnome-backgrounds: wallpapers and shit
|
# gnome-backgrounds wallpapers and shit
|
||||||
# gwe: nvidia GPU overclocking https://gitlab.com/leinardi/gwe
|
# gwe nvidia GPU overclocking https://gitlab.com/leinardi/gwe
|
||||||
# nvidia: nvidia GPU support
|
# nvidia nvidia GPU support
|
||||||
|
# nvidia-settings nvidia settings
|
||||||
# lib32-nvidia-utils 32bit nvidia driver utils
|
# lib32-nvidia-utils 32bit nvidia driver utils
|
||||||
# optimus-manager-qt: https://github.com/Shatur/optimus-manager-qt
|
# optimus-manager-qt https://github.com/Shatur/optimus-manager-qt
|
||||||
|
|
||||||
package_install \
|
package_install \
|
||||||
gdm-prime \
|
gdm-prime \
|
||||||
|
@ -360,6 +361,7 @@ setup_gnome() {
|
||||||
gnome-backgrounds \
|
gnome-backgrounds \
|
||||||
gwe \
|
gwe \
|
||||||
nvidia \
|
nvidia \
|
||||||
|
nvidia-settings \
|
||||||
lib32-nvidia-utils \
|
lib32-nvidia-utils \
|
||||||
optimus-manager-qt
|
optimus-manager-qt
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue