Package Details: optimus-manager-git 1:r763.01a04f9.python3.12-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.93
First Submitted: 2019-01-20 22:11 (UTC)
Last Updated: 2024-09-24 10:52 (UTC)

Dependencies (13)

Required by (4)

Sources (1)

Latest Comments

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

MarsSeed commented on 2022-02-07 14:01 (UTC) (edited on 2022-02-23 09:27 (UTC) by MarsSeed)

Optimus Manager is still broken because of a missing (mismatching) dependency. (See my out-of-date flag message.)

Reason for wrong Mesa dependency: extra/mesa-demos was split last year.

Needed /usr/bin/glxinfo is now part of extra/mesa-utils. Consequently, 'mesa-demos' is no longer a needed dependency.

Solution - please declare the following dependency instead of mesa-demos:

depends=('mesa-utils')
  -or preferably- 
depends=('glxinfo')

rogueai commented on 2022-01-24 08:43 (UTC) (edited on 2022-01-24 08:44 (UTC) by rogueai)

Not sure how to submit a pr, but here it goes:

Index: PKGBUILD
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/PKGBUILD b/PKGBUILD
--- a/PKGBUILD  (revision d6ac19c9e4eca3d5d95622c79e9d66152f5ce677)
+++ b/PKGBUILD  (date 1643012202275)
@@ -2,14 +2,14 @@

 pkgname=optimus-manager
 pkgver=1.4
-pkgrel=3
+pkgrel=4
 pkgdesc="Management utility to handle GPU switching for Optimus laptops"
 arch=('any')
 url="https://github.com/Askannz/optimus-manager"
 license=('MIT')
 conflicts=("optimus-manager-git")
 provides=("optimus-manager=$pkgver")
-depends=('python3' 'python-setuptools' 'python-dbus' 'mesa-demos' 'xorg-xrandr')
+depends=('python3' 'python-setuptools' 'python-dbus' 'mesa-utils' 'xorg-xrandr')
 optdepends=('bbswitch: alternative power switching method'
             'acpi_call: alternative power switching method'
             'xf86-video-intel: provides the Xorg intel driver')
Index: .SRCINFO
IDEA additional info:
Subsystem: com.intellij.openapi.diff.impl.patch.CharsetEP
<+>UTF-8
===================================================================
diff --git a/.SRCINFO b/.SRCINFO
--- a/.SRCINFO  (revision d6ac19c9e4eca3d5d95622c79e9d66152f5ce677)
+++ b/.SRCINFO  (date 1643012758814)
@@ -1,7 +1,7 @@
 pkgbase = optimus-manager
    pkgdesc = Management utility to handle GPU switching for Optimus laptops
    pkgver = 1.4
-   pkgrel = 3
+   pkgrel = 4
    url = https://github.com/Askannz/optimus-manager
    arch = any
    license = MIT
@@ -10,7 +10,7 @@
    depends = python3
    depends = python-setuptools
    depends = python-dbus
-   depends = mesa-demos
+   depends = mesa-utils
    depends = xorg-xrandr
    optdepends = bbswitch: alternative power switching method
    optdepends = acpi_call: alternative power switching method

MarsSeed commented on 2022-01-14 15:17 (UTC)

@ShadowBelmolve Yes, optimus-manager requires glxinfo, which is now part of extra/mesa-utils, not extra/mesa-demos as it was earlier.

beyond9thousand commented on 2021-12-27 10:20 (UTC)

switching to hybrid does not load the gtx1650 GPU, gwe reads NV-Control X not found.

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.