Package Details: optimus-manager-git 2:785.python3.13-1

Git Clone URL: https://aur.archlinux.org/optimus-manager-git.git (read-only, click to copy)
Package Base: optimus-manager-git
Description: Allows using Nvidia Optimus laptop graphics
Upstream URL: https://github.com/Askannz/optimus-manager
Licenses: MIT
Conflicts: bumblebee, envycontrol, nvidia-exec, nvidia-switch, nvidia-xrun, optimus-manager, switcheroo-control
Provides: optimus-manager
Submitter: dude
Maintainer: Askannz (es20490446e)
Last Packager: es20490446e
Votes: 134
Popularity: 0.22
First Submitted: 2019-01-20 22:11 (UTC)
Last Updated: 2025-04-06 02:26 (UTC)

Required by (4)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 Next › Last »

ShadowBelmolve commented on 2021-12-26 15:48 (UTC)

Had the same problem as Spekham2013, mesa-utils should be a dependency.

bswalsh commented on 2021-12-15 00:20 (UTC)

I'm having the same issue as JocasMath, even after reinstalling, and trying the new version you just posted. :(

Askannz commented on 2021-12-14 10:10 (UTC)

Hey all, the pkgrel version was bumped up to force AUR helpers to rebuild the package with 3.10.

porzione commented on 2021-12-13 21:46 (UTC)

fix it all at once https://www.reddit.com/r/archlinux/comments/rf6c84/psa_python_310_is_in_core_rebuild_your_aur/

JocasMath commented on 2021-12-13 21:35 (UTC) (edited on 2021-12-13 21:36 (UTC) by JocasMath)

Hello , Askannz

After the last update, Optimus doenst let me enter the graphic interface. I had to uninstall the manager. Can u correct this please?

Thank very much!!!!

lipnitsk commented on 2021-12-13 19:41 (UTC) (edited on 2021-12-13 20:00 (UTC) by lipnitsk)

Askannz can you bump the package version to force a rebuild? Re-running makepkg -sri fixed the GUI boot issue for me after the latest system upgrade.

Error details:

Dec 13 11:31:27 hostname lightdm[1793]: Traceback (most recent call last):
Dec 13 11:31:27 hostname lightdm[1793]:   File "/sbin/prime-offload", line 33, in <module>
Dec 13 11:31:27 hostname lightdm[1793]:     sys.exit(load_entry_point('optimus-manager==1.4', 'console_scripts', 'prime-offload')())
Dec 13 11:31:27 hostname lightdm[1793]:   File "/sbin/prime-offload", line 22, in importlib_load_entry_point
Dec 13 11:31:27 hostname lightdm[1793]:     for entry_point in distribution(dist_name).entry_points
Dec 13 11:31:27 hostname lightdm[1793]:   File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 919, in distribution
Dec 13 11:31:27 hostname lightdm[1793]:     return Distribution.from_name(distribution_name)
Dec 13 11:31:27 hostname lightdm[1793]:   File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 518, in from_name
Dec 13 11:31:27 hostname lightdm[1793]:     raise PackageNotFoundError(name)
Dec 13 11:31:27 hostname lightdm[1793]: importlib.metadata.PackageNotFoundError: No package metadata was found for optimus-manager

nimra commented on 2021-12-13 06:20 (UTC)

This seems to be broken and needs manual rebuild after python upgrade to 3.10 in core

porzione commented on 2021-12-01 07:47 (UTC)

@Spekham2013 this is because of changes in mesa-demos pkg

https://github.com/archlinux/svntogit-packages/commit/1c8fcc676eaa3472daaab0070eaa055cb15ef141#diff-3e341d2d9c67be01819b25b25d5e53ea3cdf3a38d28846cda85a195eb9b7203a

Spekham2013 commented on 2021-12-01 07:40 (UTC)

Had problems with optimus-manager switching this morning. For some reason glxinfo wasn't installed. Fixed by installing mesa-utils. Missing dependency?