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: 135
Popularity: 1.11
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 .. 12 Next › Last »

MarsSeed commented on 2022-03-19 10:19 (UTC) (edited on 2022-05-17 22:01 (UTC) by MarsSeed)

Those who want to use Optimus Manager with Qtile need to install optimus-manager-git package from AUR, for the time being (at least until the next version is released, i.e. either 1.4.1 or 1.5).

cskartikey commented on 2022-03-19 05:41 (UTC) (edited on 2022-03-19 05:45 (UTC) by cskartikey)

@MarsSeed @cena Sorry for my lack of experience, but the git log of https://github.com/Askannz/optimus-manager.git and https://aur.archlinux.org/optimus-manager.git is completely different and the git log of latter does not reflects the Qtile commit or any other commit except from Robin Lange robin.langenc@gmail.com.

MarsSeed commented on 2022-03-17 07:41 (UTC) (edited on 2022-03-17 07:43 (UTC) by MarsSeed)

@cena it's 2022, dude, not 2021! :D

The qtile fix commit got merged on the master branch on 23 Feb, 2022.

Last release v1.4 was published on 28 Feb 2021, more than a year ago.

Still, this version is not out of date, it just doesn't support Qtile yet.

The developer said they can not test the requested fix so they rely on others' feedback. No one replied yet if that fix works or not.

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