summarylogtreecommitdiffstats
path: root/system76-driver.install
diff options
context:
space:
mode:
authorCorey Hinshaw2020-04-01 19:35:22 -0400
committerCorey Hinshaw2020-04-01 19:35:22 -0400
commitd41f720146473a67b5a530883058d8713a96d0df (patch)
tree01ddf1f06a7f33c6978918af71252f9c70a23a6c /system76-driver.install
parenteaeb923382f7c6767a1dabe716d08016c3d9a264 (diff)
downloadaur-d41f720146473a67b5a530883058d8713a96d0df.tar.gz
Update to version 20.04.3
Diffstat (limited to 'system76-driver.install')
-rw-r--r--system76-driver.install14
1 files changed, 5 insertions, 9 deletions
diff --git a/system76-driver.install b/system76-driver.install
index cde9866d5947..ee779fed9ab1 100644
--- a/system76-driver.install
+++ b/system76-driver.install
@@ -34,23 +34,18 @@ cat << EOF
system76-backlight.service Backlight Daemon for NVIDIA 9 Series on GNOME
- The backlight service can (optionally) be started automatically:
-
- ln -s /usr/share/applications/system76-driver-backlight.desktop /etc/xdg/autostart/system76-driver-backlight.desktop
-
- GUI applications are provided to install drivers, patches, and firmware updates.
-
(!) To use system76.service, you must add "ec_sys.write_support=1" to your kernel command line
(!) For Clevo W740SU BIOS/Firmware users on Galago UltraPro: your will need to create /etc/system76-daemon.json
- file with following content:
+ file with following content:
{ "vendor": "System76, Inc", "model": "galu1" }
- (!) If you experience Wifi issues after resuming from suspend, consider using the included network
- restart script:
+ (!) If you experience Wifi or Thunderbolt issues after resuming from suspend, consider using the
+ included restart scripts:
ln -s /usr/lib/system76-driver/system76-nm-restart /lib/systemd/system-sleep/system76-nm-restart
+ ln -s /usr/lib/system76-driver/system76-thunderbolt-reload /lib/systemd/system-sleep/system76-thunderbolt-reload
EOF
}
@@ -72,6 +67,7 @@ pre_remove() {
# Remove symlinks if target points to package files
_remove_symlink /etc/xdg/autostart/system76-driver-backlight.desktop /usr/share/applications/system76-driver-backlight.desktop
_remove_symlink /lib/systemd/system-sleep/system76-nm-restart /usr/lib/system76-driver/system76-nm-restart
+ _remove_symlink /lib/systemd/system-sleep/system76-thunderbolt-reload /usr/lib/system76-driver/system76-thunderbolt-reload
}
post_remove() {