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 2023-01-03 16:26:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/suse-prime (Old) and /work/SRC/openSUSE:Factory/.suse-prime.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "suse-prime" Tue Jan 3 16:26:57 2023 rev:41 rq:1046542 version:0.8.13 Changes: -------- --- /work/SRC/openSUSE:Factory/suse-prime/suse-prime.changes 2022-12-08 16:52:04.539756528 +0100 +++ /work/SRC/openSUSE:Factory/.suse-prime.new.1563/suse-prime.changes 2023-01-03 16:27:06.110136424 +0100 @@ -1,0 +2,9 @@ +Tue Jan 3 14:21:24 UTC 2023 - Stefan Dirsch <sndir...@suse.com> + +- SUSEPrime-0.8.13 + * add "AutoAddGPU" "false" for intel and offload mode (github issue#90) + Apparently on some systems this is needed to prevent Nvidia card from + being initialized during Xserver startup and crashing with a pixmap + failure. + +------------------------------------------------------------------- Old: ---- SUSEPrime-0.8.12.tar.gz New: ---- SUSEPrime-0.8.13.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ suse-prime.spec ++++++ --- /var/tmp/diff_new_pack.uOMHeG/_old 2023-01-03 16:27:06.506138658 +0100 +++ /var/tmp/diff_new_pack.uOMHeG/_new 2023-01-03 16:27:06.510138681 +0100 @@ -1,7 +1,7 @@ # # spec file for package suse-prime # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ %global modprobe_d_files 09-nvidia-modprobe-bbswitch-G04.conf 09-nvidia-modprobe-pm-G05.conf Name: suse-prime -Version: 0.8.12 +Version: 0.8.13 Release: 0 Summary: GPU (nvidia/intel) selection for NVIDIA optimus laptops with bbswitch support License: SUSE-Public-Domain ++++++ SUSEPrime-0.8.12.tar.gz -> SUSEPrime-0.8.13.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SUSEPrime-0.8.12/xorg-amd.conf new/SUSEPrime-0.8.13/xorg-amd.conf --- old/SUSEPrime-0.8.12/xorg-amd.conf 2022-12-07 23:13:11.000000000 +0100 +++ new/SUSEPrime-0.8.13/xorg-amd.conf 2023-01-03 15:14:16.000000000 +0100 @@ -14,3 +14,7 @@ Identifier "amd" Device "amd" EndSection + +Section "ServerFlags" + Option "AutoAddGPU" "false" +EndSection diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SUSEPrime-0.8.12/xorg-intel-intel.conf new/SUSEPrime-0.8.13/xorg-intel-intel.conf --- old/SUSEPrime-0.8.12/xorg-intel-intel.conf 2022-12-07 23:13:11.000000000 +0100 +++ new/SUSEPrime-0.8.13/xorg-intel-intel.conf 2023-01-03 15:14:16.000000000 +0100 @@ -28,3 +28,7 @@ Identifier "intel" Device "intel" EndSection + +Section "ServerFlags" + Option "AutoAddGPU" "false" +EndSection diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/SUSEPrime-0.8.12/xorg-intel.conf new/SUSEPrime-0.8.13/xorg-intel.conf --- old/SUSEPrime-0.8.12/xorg-intel.conf 2022-12-07 23:13:11.000000000 +0100 +++ new/SUSEPrime-0.8.13/xorg-intel.conf 2023-01-03 15:14:16.000000000 +0100 @@ -14,3 +14,7 @@ Identifier "intel" Device "intel" EndSection + +Section "ServerFlags" + Option "AutoAddGPU" "false" +EndSection