Is the package going to be updated to version 2.0.0, or is there something we need to do to update?
Search Criteria
Package Details: optiscaler-universal 0.1.0-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/optiscaler-universal.git (read-only, click to copy) |
|---|---|
| Package Base: | optiscaler-universal |
| Description: | Intelligent OptiScaler configuration tool for Linux gaming - automatically optimizes GPU settings |
| Upstream URL: | https://github.com/ind4skylivey/0ptiscaler4linux |
| Licenses: | MIT |
| Submitter: | S1BGr0up |
| Maintainer: | S1BGr0up |
| Last Packager: | S1BGr0up |
| Votes: | 1 |
| Popularity: | 0.040861 |
| First Submitted: | 2025-10-26 01:44 (UTC) |
| Last Updated: | 2026-02-03 13:14 (UTC) |
Dependencies (5)
- bash (bash-gitAUR, bash-devel-gitAUR)
- pciutils (pciutils-gitAUR)
- git-lfs (git-lfs-gitAUR) (optional) – for downloading OptiScaler binaries
- mesa-utils (optional) – for Mesa/AMD/Intel GPU detection
- python (optional) – for advanced YAML parsing
Required by (0)
Sources (1)
sinayion commented on 2026-04-19 09:27 (UTC)
S1BGr0up commented on 2026-02-03 13:22 (UTC)
Hey! @TheElevatedOne
Thanks for reporting this — you were absolutely right.
The scripts were missing execute permissions after installation. This was fixed upstream (added chmod +x for all .sh files in the package() function), and I've
just pushed the updated PKGBUILD to AUR.
Sorry about the oversight, and I really appreciate you taking the time to report it.
You should be good to update with:
yay -Syu optiscaler-universal
(or paru)
TheElevatedOne commented on 2026-02-02 10:04 (UTC)
When running optiscaler-install it throws an error:
/usr/bin/optiscaler-install: line 2: /usr/share/optiscaler-universal/scripts/install.sh: Permission denied
.../scripts/install.sh did not have permissions for executing set.
After setting them manually it works fine.
HunabKu commented on 2025-12-30 06:44 (UTC) (edited on 2025-12-30 16:35 (UTC) by HunabKu)
Thanks for the upgrade
S1BGr0up commented on 2025-11-27 01:42 (UTC)
@chriseggroll : Thanks for the detailed report! You were spot on about the directory resolution issue. I've updated the package to use wrapper scripts instead of symlinks, which fixes the path detection. Please try installing it again (a clean build is recommended to ensure you get the latest changes).
chriseggroll commented on 2025-11-25 16:44 (UTC)
I've tried building this package with paru and manually, but get this error each time:
optiscaler-install /usr/bin/optiscaler-install: line 19: /usr/lib/colors.sh: No such file or directory
it appears that the files are in /usr/share/optiscaler-universal but it's expecting them in /usr/lib
The optiscaler-install script in /usr/bin uses this to determine the path:
Script directory
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"
overriding references to this variable with /usr/share/optiscaler-universal does make it work.
Stebs commented on 2025-11-03 21:52 (UTC)
All good now, thanks. And thank you for doing this aur-package!
S1BGr0up commented on 2025-11-03 19:55 (UTC)
[RESOLVED] Installation issue fixed in v0.1.0-2
An installation path discrepancy has been corrected in this release. The package() function now properly references the upstream source directory
structure.
Users who encountered installation errors can update with:
yay -Syu optiscaler-universal
or force a rebuild:
yay -S optiscaler-universal --rebuild
The package has been verified and is fully functional. All features work identically to the GitHub installation method.
Apologies for any inconvenience.
Stebs commented on 2025-11-03 18:32 (UTC)
Still same error, the PKGBUILD seems unchanged (9 days old).
S1BGr0up commented on 2025-11-03 12:51 (UTC)
Thanks for reporting this issue! You're absolutely right - the problem was a directory name mismatch in the PKGBUILD.
The GitHub repository extracts to `0ptiscaler4linux-0.1.0` (note the leading zero), but the PKGBUILD was trying to `cd` into `optiscaler-universal-0.1.0`.
This has now been fixed in the repository.
The package should build successfully now. Please try again and let me know if you encounter any other issues. Thanks for your patience!
Pinned Comments
S1BGr0up commented on 2026-02-03 13:22 (UTC)
Hey! @TheElevatedOne
Thanks for reporting this — you were absolutely right.
The scripts were missing execute permissions after installation. This was fixed upstream (added
chmod +xfor all.shfiles in thepackage()function), and I'vejust pushed the updated PKGBUILD to AUR.
Sorry about the oversight, and I really appreciate you taking the time to report it.
You should be good to update with:
yay -Syu optiscaler-universal
(or
paru)