ekultails/nvidia-xrun-pm
Project ID: 24052
Description
THIS REPOSITORY IS DEPRECATED nvidia-xrun-pm has finally been merged upstream into nvidia-xrun. Please use my other COPR instead: https://copr.fedorainfracloud.org/coprs/ekultails/nvidia-xrun/
A fork of nvidia-xrun that uses a more efficient and easier way to handle power management of Nvidia graphics cards without the need of bbswitch.
Installation Instructions
Both the open source and proprietary drivers need to be disabled on boot. These two drivers will cause conflicts. nvidia-xrun-pm will automatically load the proprietary drivers when the nvidia-xrun
command is executed. It will also unload them when the current X session has ended.
Modify the /etc/default/grub
file and append these blacklists to GRUB_CMDLINE_LINUX
:
rd.driver.blacklist=nouveau,nv,nvidiafb,rivafb,rivatv,uvcvideo rd.driver.blacklist=nvidia,nvidia_drm,nvidia_modeset,nvidia_uvm
Rebuild the GRUB 2 configuration file.
$ GRUBCFG="$(sudo find /boot/ -name grub.cfg)"
$ sudo grub2-mkconfig -o "${GRUBCFG}"
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 7 | x86_64 (10)* | EPEL 7 (148 downloads) |
openSUSE Tumbleweed | x86_64 (13)* | openSUSE Tumbleweed (139 downloads) |
* Total number of downloaded packages.