Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package suse-prime for openSUSE:Factory checked in at 2022-02-11 23:10:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/suse-prime (Old) and /work/SRC/openSUSE:Factory/.suse-prime.new.1956 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "suse-prime" Fri Feb 11 23:10:15 2022 rev:34 rq:953747 version:0.8.6 Changes: -------- --- /work/SRC/openSUSE:Factory/suse-prime/suse-prime.changes 2021-11-20 02:40:54.944428620 +0100 +++ /work/SRC/openSUSE:Factory/.suse-prime.new.1956/suse-prime.changes 2022-02-11 23:12:15.863441398 +0100 @@ -1,0 +2,7 @@ +Fri Feb 11 13:53:47 UTC 2022 - Stefan Dirsch <sndir...@suse.com> + +- SUSEPrime-0.8.6 + * Improved output in intel, offlad and nvidia mode for get-current + option (github #76) + +------------------------------------------------------------------- Old: ---- SUSEPrime-0.8.5.tar.gz New: ---- SUSEPrime-0.8.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ suse-prime.spec ++++++ --- /var/tmp/diff_new_pack.9SAqyd/_old 2022-02-11 23:12:16.279442601 +0100 +++ /var/tmp/diff_new_pack.9SAqyd/_new 2022-02-11 23:12:16.287442623 +0100 @@ -1,7 +1,7 @@ # # spec file for package suse-prime # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: suse-prime -Version: 0.8.5 +Version: 0.8.6 Release: 0 Summary: GPU (nvidia/intel) selection for NVIDIA optimus laptops with bbswitch support License: SUSE-Public-Domain ++++++ SUSEPrime-0.8.5.tar.gz -> SUSEPrime-0.8.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SUSEPrime-0.8.5/prime-select.sh new/SUSEPrime-0.8.6/prime-select.sh --- old/SUSEPrime-0.8.5/prime-select.sh 2021-11-19 21:04:12.000000000 +0100 +++ new/SUSEPrime-0.8.6/prime-select.sh 2022-02-11 14:46:32.000000000 +0100 @@ -144,10 +144,14 @@ if ! [ $(modinfo bbswitch 2> /dev/null | wc -c) = 0 ]; then if ! [ "$(lsmod | grep bbswitch)" > /dev/null ]; then if [ "$(lsmod | grep nvidia_drm)" > /dev/null ]; then - echo "bbswitch not loaded. NVIDIA modules are loaded" + echo "NVIDIA modules are loaded" else - echo "bbswitch not loaded. NVIDIA modules are NOT loaded" - echo "if you want energy saving bbswitch should be loaded in intel mode" + echo "bbswitch not loaded" + echo "" + echo "If you want energy saving bbswitch should be loaded in intel mode." + echo "For this package 'bbswitch' needs to be installed on your system." + echo "Or make use of DynamicPowerManagement on Turing GPUs or later by" + echo "switching to suse-prime's 'offload' or 'nvidia' mode." fi else if grep OFF /proc/acpi/bbswitch > /dev/null; then