Search Criteria
Package Details: system76-power 1.2.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/system76-power.git (read-only, click to copy) |
---|---|
Package Base: | system76-power |
Description: | System76 Power Management |
Upstream URL: | https://github.com/pop-os/system76-power |
Licenses: | GPL |
Provides: | power-profiles-daemon |
Submitter: | ebobby |
Maintainer: | tleydxdy |
Last Packager: | tleydxdy |
Votes: | 13 |
Popularity: | 0.78 |
First Submitted: | 2018-07-05 23:47 (UTC) |
Last Updated: | 2024-08-22 18:09 (UTC) |
Dependencies (7)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- libusb (libusb-gitAUR)
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- rust (rust-nightlyAUR, rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rustup) (make)
- system76-acpi-dkmsAUR (system76-acpi-dkms-gitAUR) (optional) – some systems might need this driver
- system76-dkms (system76-dkms-gitAUR) (optional) – some systems might need this driver
- system76-io-dkmsAUR (system76-io-dkms-gitAUR) (optional) – some systems might need this driver
Required by (22)
- ags-hyprpanel-git (requires power-profiles-daemon) (optional)
- budgie-control-center-git (requires power-profiles-daemon) (optional)
- budgie-desktop-git (requires power-profiles-daemon) (optional)
- cosmic-settings-git (requires power-profiles-daemon) (optional)
- gnome-control-center-git (requires power-profiles-daemon) (optional)
- gnome-control-center-x11-scaling (requires power-profiles-daemon) (optional)
- gnome-shell-beta-performance (requires power-profiles-daemon) (optional)
- gnome-shell-extension-power-profile-switcher-git (requires power-profiles-daemon)
- gnome-shell-extension-system76-power-git
- gnome-shell-git (requires power-profiles-daemon) (optional)
- gnome-shell-mobile (requires power-profiles-daemon) (optional)
- gnome-shell-performance (requires power-profiles-daemon) (optional)
- gnome-shell-performance-unstable (requires power-profiles-daemon) (optional)
- gnome-shell-screencast-vaapi (requires power-profiles-daemon) (optional)
- illogical-impulse-ags (requires power-profiles-daemon) (optional)
- pop-shell-plugin-system76-power-git
- power-profile-selector-git (requires power-profiles-daemon)
- power-profiles-hooks-git (requires power-profiles-daemon)
- powerdevil-git (requires power-profiles-daemon) (optional)
- powermode-indicator-git (requires power-profiles-daemon)
- Show 2 more...
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 Next › Last »
wfleming commented on 2021-02-27 22:32 (UTC)
Should libusb be listed as a dependency in the PKGBUILD? I use aurto for managing my aur packages and
aurto add system76-power
errors saying it can't find libusb:My understanding is that aurto builds packages in a chroot where it only installs necessary packages, so this is easy to miss since I bet a lot of people do generally have libusb installed already.
tleydxdy commented on 2021-02-17 02:05 (UTC)
Sorry, I was having build issues on my machine. btw, I am wondering if system76-acpi-dkms and system76-io-dkms should be listed as optdepends, and if I should move system76-dkms to optdepends, I seems like what is required differ by machine model, but I have yet to find out if this is the case one way or the other.
yochananmarqos commented on 2021-02-16 23:38 (UTC)
@tleydxdy: Are you planning on updating this? I'll take it over if you'd like.
acbaracuda commented on 2021-02-16 20:43 (UTC)
Is "system76-acpi-dkms" or the "acpi" package from the oficial repos needed for this to fully shut down the nvidia graphics card on a non system76 laptop? I know optimus manager uses bbswitch or acpi. I thought maybe this requires something similar.
yochananmarqos commented on 2021-01-11 02:07 (UTC) (edited on 2021-01-11 02:07 (UTC) by yochananmarqos)
@cvolton: No, it shouldn't.
https://wiki.archlinux.org/index.php/Arch_User_Repository#Prerequisites
cvolton commented on 2021-01-11 01:41 (UTC)
Also on an unrelated note I believe pkgconfig should be added to the make dependencies, as it is not included in a base Arch install, yet it is required to compile the package
cvolton commented on 2021-01-11 01:25 (UTC)
So the GPU switching almost works correctly for me... I only use the intel and nvidia modes, I do not tend to use the hybrid mode as it is mostly useless for my use case. However, for some reason, the systemd service just disables power to the nvidia device during boot, which causes my laptop to boot in intel mode even if I set it to nvidia. What I have to do is
system76-power graphics power on; modprobe nvidia
and then reinitialize my x session. When that is done, my X session is fully running on NVIDIA. Which is good enough for my use case but it is still odd behavior.tleydxdy commented on 2020-06-11 06:42 (UTC) (edited on 2020-06-11 06:45 (UTC) by tleydxdy)
Unless someone could port over the gpu-manager. Which doesn't seem hard, I just doesn't have a NVIDIA hybrid computer to test this on. I don't think messing with people's X11 config in a hacky way would be a great idea. I've added a note when installing the package to mention this issue. If there's something I missed please let me know.
Also, even if gpu-manager is ported, I'm not sure if it should be set as a dependency, since non NVIDIA users have no use for it (it seems)
alex404 commented on 2020-06-10 20:38 (UTC) (edited on 2020-06-10 20:41 (UTC) by alex404)
I couldn't get gpu switching on my Adder WS to work properly until I added the X11 config file described here.
According to the system76-power maintainer system76-power relies on gpu-manager provided by Ubuntu to generate these configs. It would be nice if there'd be a way to generate the appropriate configs for this package too.
Edit: I see others have already pointed this out. Anyway, maybe investigating gpu-manager would point to a general solution.
tachyon commented on 2020-02-24 10:29 (UTC)
@jcsanyi I tried what you suggested it did not work. The
intel
mode works perfectly butnvidia
mode does not. Somehow/etc/X11/xorg.conf.d/10-nvidia-drm-outputclass.conf
got removed on reboot or mode switching!In
intel
mode, I verified that thenvidia
card is powered down, as there is no entry related tonvidia
card in the output ofpowertop
. In thenvidia
mode I can see thatnvidia
card is powered on, in thepowertop
output butglxinfo | grep -i "OpenGL renderer"
shows:Also I could not launch
nvidia-settings
innvidia
mode.« First ‹ Previous 1 2 3 4 5 6 Next › Last »