~ubuntu-mate-dev/ubuntu-mate/+git/mate-optimus:master

Last commit made on 2022-01-27
Get this branch:
git clone -b master https://git.launchpad.net/~ubuntu-mate-dev/ubuntu-mate/+git/mate-optimus

Branch merges

Branch information

Recent commits

930b49f... by volnes <email address hidden>

bump version to 21.04 (#28)

20a1e5a... by Erich Eickmeyer

Fix KDE Plasma logout and info for extended logout time (#24)

* Fix KDE Plasma logout

Previous implementation did not save user session on logout.

* Add information for extended logout time

nvidia-settings-460 and nvidia-prime 460 introduced an extended wait as, while switching prime, update-initramfs is invoked. This creates some time where the system updates the initramfs before logout. To prevent people assuming it's freezing, this additional information is needed.

1b483fc... by Jan Blechta

Fixes in offload-glx / offload-vulkan (#21)

* Fix handling of white space in arguments for offload-glx / offload-vulkan

MWE:
```
offload-glx bash -c 'echo this should be printed'
```

* Use exec instead of popen in offload-glx / offload-vulkan

This ensures that the wrapper is terminated and replace by the
target process, thus preventing any undesired interaction. MWE:

```
offload-glx bash -c 'trap "echo got ctrl+c but will not quit" SIGINT; while true; do :; done'
```

* Improve exception handling in offload-glx / offload-vulkan

* Tiny fix

5dd4600... by Martin Wimpress 

Bump version to 20.10.0

78de348... by Mike Gabriel

Prefer using AyatanaAppIndicator3over AppIndicator3; use AppIndicator3 as fallback.

8eed116... by Martin Wimpress 

Bump version to 20.04.0

e9e8d1a... by Martin Scherer <email address hidden>

Disables the checking function has_gpu_screen. The function did not fulfill its purpose.
The tag 'name:NVIDIA-G' only appears in 'xrandr --listproviders', when on-demand has already been enabled.
If nvidia or intel are enabled, it does not appear.
As a consequence the option is only listed in the drop down menu, when it is active.
There was no chance to select it, if this was not the case.
Not sure whether there is another option to check, whether on-demand is actually supported by the running X-server.
Nevertheless, this implementation did not serve its purpose.

5a36478... by Martin Wimpress 

Add place holder for composition piipeline enablement.

972bb0d... by Martin Wimpress 

Update README with configuration details.

9311de6... by Martin Wimpress 

Update the About URL to reference the GitHub project page.