Sync from SUSE:SLFO:Main suse-prime revision 362139ea383d1615bbe2a4b352125885
This commit is contained in:
parent
ffad3e3734
commit
7b930a581a
BIN
SUSEPrime-0.8.15.tar.gz
(Stored with Git LFS)
BIN
SUSEPrime-0.8.15.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
SUSEPrime-0.8.18.tar.gz
(Stored with Git LFS)
Normal file
BIN
SUSEPrime-0.8.18.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 2 21:50:38 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- SUSEPrime-0.8.18
|
||||||
|
* NVreg_DynamicPowerManagement=0x01 --> NVreg_TemporaryFilePath=/var/tmp
|
||||||
|
+ Do not force D3 sleep state (power down) on pre-Ampere GPUs
|
||||||
|
+ Allow saving the GPU memory to /var/tmp
|
||||||
|
- no longer install by default together with 5xx/G06 driver package
|
||||||
|
series (Supplements/modalias line)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 11 08:37:56 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- SUSEPrime-0.8.17
|
||||||
|
* fix error in disabling nvidia service
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 11 01:12:50 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- SUSEPrime-0.8.16
|
||||||
|
* fixed nvidia-powerd service preventing unloading of nvidia
|
||||||
|
modules
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 11 01:12:06 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- SUSEPrime-0.8.15
|
||||||
|
* added prime-run script for easier offload mode usage (github
|
||||||
|
issue#96)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 6 17:11:21 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
Sat Jan 6 17:11:21 UTC 2024 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
%global modprobe_d_files 09-nvidia-modprobe-bbswitch-G04.conf 09-nvidia-modprobe-pm-G05.conf
|
%global modprobe_d_files 09-nvidia-modprobe-bbswitch-G04.conf 09-nvidia-modprobe-pm-G05.conf
|
||||||
|
|
||||||
Name: suse-prime
|
Name: suse-prime
|
||||||
Version: 0.8.15
|
Version: 0.8.18
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GPU (nvidia/intel) selection for NVIDIA optimus laptops with bbswitch support
|
Summary: GPU (nvidia/intel) selection for NVIDIA optimus laptops with bbswitch support
|
||||||
License: SUSE-Public-Domain
|
License: SUSE-Public-Domain
|
||||||
@ -31,7 +31,7 @@ Group: System/X11/Utilities
|
|||||||
URL: https://github.com/openSUSE/SUSEPrime
|
URL: https://github.com/openSUSE/SUSEPrime
|
||||||
Source0: https://github.com/openSUSE/SUSEPrime/archive/%{version}.tar.gz#/SUSEPrime-%{version}.tar.gz
|
Source0: https://github.com/openSUSE/SUSEPrime/archive/%{version}.tar.gz#/SUSEPrime-%{version}.tar.gz
|
||||||
Recommends: nvidia_driver
|
Recommends: nvidia_driver
|
||||||
Supplements: modalias(nvidia_driver:pci:v00008086d*sv*sd*bc03sc*i*)
|
Supplements: (modalias(pci:v00008086d*sv*sd*bc03sc*i*) and (nvidia_driver < 550.54.14))
|
||||||
Conflicts: suse-prime-alt
|
Conflicts: suse-prime-alt
|
||||||
Obsoletes: suse-prime-bbswitch < %{version}
|
Obsoletes: suse-prime-bbswitch < %{version}
|
||||||
Provides: suse-prime-bbswitch = %{version}
|
Provides: suse-prime-bbswitch = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user