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 .. 13 Next › Last »

cena commented on 2022-03-17 04:15 (UTC) (edited on 2022-03-17 04:16 (UTC) by cena)

I think the current out-of-date flag is a mistake. Its comment says references a wrong Qtile shutdown command. I had a look at referenced pull request and found out that the correct qtile shutdown command is already included in v1.4.

MarsSeed commented on 2022-02-23 09:25 (UTC)

Thanks for the update!

salvoton commented on 2022-02-22 17:56 (UTC)

Still working well.

Akitemoon commented on 2022-02-18 13:24 (UTC)

Can you move optimus-manager.conf to /etc/optimus-manager/? I think this makes it easier to configure,Thanks

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.