Package Details: intel-power-control-git r14.5b53221-1

Git Clone URL: https://aur.archlinux.org/intel-power-control-git.git (read-only, click to copy)
Package Base: intel-power-control-git
Description: GPU power management for Intel hardware on Linux
Upstream URL: https://github.com/jmechnich/intel-power-control
Licenses: unknown
Conflicts: intel-power-control
Provides: intel-power-control
Submitter: dos1
Maintainer: dos1
Last Packager: dos1
Votes: 2
Popularity: 0.60
First Submitted: 2019-03-25 01:04 (UTC)
Last Updated: 2019-03-25 01:12 (UTC)

Latest Comments

jmechnich commented on 2024-03-11 22:05 (UTC)

Developer here, the error mentioned below should be fixed as of v1.0.1. As for the dependencies, only python-pyqt6 is required as the dependency on sip has been removed.

Elmar commented on 2024-03-08 13:13 (UTC)

If you, the user, want to use this package on Systems with pacman/Arch basis, you'll need to adapt the dependencies. The package is out of date and in the current state it won't run after being installed. It requires PyQt6 as dependency now, not PyQt5, and maybe PyQt6 SIP. I still get one error where an attribute constant 'Qt.red' is not found. Qt.GlobalColor.red however is found. It's probably a good idea to install all dependencies (as listed here) just for PyQt6. In the worst case, you need to do the previously mentioned little adjustment to the Python code of /usr/bin/intel-power-control.

ZeroDot1 commented on 2023-11-11 22:12 (UTC)

$ intel-power-control Traceback (most recent call last): File "/usr/bin/intel-power-control", line 12, in <module> from PyQt6.QtCore import ( ModuleNotFoundError: No module named 'PyQt6'

RubenKelevra commented on 2022-04-06 16:57 (UTC)

Missing dependency:

$ intel-power-control 
Traceback (most recent call last):
  File "/usr/bin/intel-power-control", line 3, in <module>
    import argparse, os, re, sip, subprocess, sys
ModuleNotFoundError: No module named 'sip'

dreieck commented on 2021-03-06 21:10 (UTC)

Error reported on 2021-01-20 still exists:

==> Starting package()...
[...]
install -m 644 -t /[...]/aur-intel-power-control-git/pkg/intel-power-control-git/usr//share/intel-power-control Intel-logo.png
install: cannot stat 'Intel-logo.png': No such file or directory
make: *** [Makefile:17: install] Error 1
==> ERROR: A failure occurred in package().
    Aborting...

Thanks for maintaining!

dreieck commented on 2021-01-20 09:55 (UTC) (edited on 2021-01-20 09:55 (UTC) by dreieck)

A PNG file is missing:

==> Starting package()...
[...]
install: cannot stat 'Intel-logo.png': No such file or directory
make: *** [Makefile:17: install] Error 1

Thanks for maintaining!

Alumniminium commented on 2019-05-02 10:46 (UTC)

Missing dependency: https://www.archlinux.org/packages/extra/x86_64/python-sip/