summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortleydxdy2021-04-09 08:09:12 +0800
committertleydxdy2021-04-09 08:09:12 +0800
commit47843aa8e485489dc2eb5e18de94ac02a9032e61 (patch)
treefea4c0ce17d8fecb1beed7540f222ad2ffb1e176
parent2dd1e066e9450a08a4742103a0cbd311333f2844 (diff)
downloadaur-47843aa8e485489dc2eb5e18de94ac02a9032e61.tar.gz
add NVIDIA switching note
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--system76-power.install5
3 files changed, 7 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f2cac4dbdd3..6be428c2ae26 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = system76-power
pkgdesc = System76 Power Management
pkgver = 1.1.5
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pop-os/system76-power
install = system76-power.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 2df10cbb33b3..3f095410d97e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=system76-power
pkgver=1.1.5
-pkgrel=1
+pkgrel=2
pkgdesc="System76 Power Management"
arch=('any')
url="https://github.com/pop-os/system76-power"
diff --git a/system76-power.install b/system76-power.install
index 20d9b7467ca9..9a5dbaffed27 100644
--- a/system76-power.install
+++ b/system76-power.install
@@ -36,6 +36,11 @@ cat << EOF
system76-power System76 power CLI interface
+ If you are using a NVIDIA graphics card, you may need to add additional
+ X11 config to make the GPU switching work, see below:
+
+ https://wiki.archlinux.org/index.php/NVIDIA_Optimus#Use_NVIDIA_graphics_only
+
EOF
}