Package Details: mutter-performance 1:47.0+r18+g625965d95-1

Git Clone URL: https://aur.archlinux.org/mutter-performance.git (read-only, click to copy)
Package Base: mutter-performance
Description: A window manager for GNOME | Attempts to improve performances with non-upstreamed merge-requests and frequent stable branch resync
Upstream URL: https://gitlab.gnome.org/GNOME/mutter
Licenses: GPL-2.0-or-later
Groups: gnome
Conflicts: mutter
Provides: libmutter-15.so, mutter
Submitter: Terence
Maintainer: Terence (Saren, saltyming)
Last Packager: saltyming
Votes: 78
Popularity: 0.95
First Submitted: 2019-07-09 09:35 (UTC)
Last Updated: 2024-09-21 16:33 (UTC)

Dependencies (66)

Required by (17)

Sources (5)

Pinned Comments

saltyming commented on 2022-03-22 09:37 (UTC) (edited on 2024-09-20 11:57 (UTC) by saltyming)

If you have a problem during any system update with mutter-performance & gnome-shell-performance, please install mutter & gnome-shell packages from the main repository and do full upgrade first, then build the performance packages later.

If you are using [gnome-unstable] and [extra-testing] repositories, use mutter-performance-unstable


The default patch list includes "Dynamic triple buffering(!1441)", "text-input-v1(!3751)".

Latest Dynamic triple buffering patch has several included MRs to achieve maximum performance (!4015).


To enable a specific MR in the Merge Requests List, add an line "_merge_requests_to_use+=('<MR number>')" at the end of PKGBUILD. (Because if you edit the line directly you can be able to end up with merge conflict upon updates.)

You can see some patches' git history here: https://git.saltyming.net/sungmg/mutter-performance-source/

Saren commented on 2018-08-30 14:52 (UTC) (edited on 2020-10-06 05:50 (UTC) by Saren)

If you are getting errors like fatal: bad revision '73e8cf32' while building this package, refer to PKGBUILD and see which patches caused this. Then, go to the related URLs, replace the commit hashes. If there are conflicts, comment out the patches.

Please notify me in comment section if this happens.


The optional performance patches are by default enabled.

A package for gnome-shell performance patches: https://aur.archlinux.org/packages/gnome-shell-performance/

Latest Comments

« First ‹ Previous 1 .. 36 37 38 39 40 41 42 43 44 45 46 .. 64 Next › Last »

v-tin commented on 2019-03-23 17:41 (UTC)

@Terence, no without it, should I install it after mutter-workaround before reboot?

Terence commented on 2019-03-23 17:13 (UTC)

@ValentinRO do you use gnome-shell-performance package as well?

v-tin commented on 2019-03-23 17:08 (UTC) (edited on 2019-03-23 17:09 (UTC) by v-tin)

I have deleted my comment by accident.

Here is my install log. After reboot, I get a blank screen with a keyring unlock screen. After that, it's still blank with a cross cursor.

With ctrl-alt-f3, I managed to put back the default mutter. Any idea what it could be?

https://pastebin.com/3xhMmX3N

Terence commented on 2019-03-23 16:08 (UTC)

@emaxoda @tannisroot I pushed a fix for the version problem, please try again.

Saren commented on 2019-03-23 11:40 (UTC) (edited on 2019-03-23 11:40 (UTC) by Saren)

@DeadMetaler I explicitly enabled manually it with sudo chrt -f -R --pid 99 <PID> and I think it should be the same.

deezid commented on 2019-03-23 11:11 (UTC) (edited on 2019-03-23 11:20 (UTC) by deezid)

Can't install the latest version. Fails with a selinuxenabled error (I don't have any selinux-related packages installed here, maybe that's why).

EDIT: Fixed by installing selinux-python and selinux-python2

  File "/usr/lib/python3.7/site-packages/mesonbuild/minstall.py", line 159, in restore_selinux_contexts
    subprocess.check_call(['selinuxenabled'])
  File "/usr/lib/python3.7/subprocess.py", line 342, in check_call
    retcode = call(*popenargs, **kwargs)
  File "/usr/lib/python3.7/subprocess.py", line 323, in call
    with Popen(*popenargs, **kwargs) as p:
  File "/usr/lib/python3.7/subprocess.py", line 775, in __init__
    restore_signals, start_new_session)
  File "/usr/lib/python3.7/subprocess.py", line 1522, in _execute_child
    raise child_exception_type(errno_num, err_msg, err_filename)
NotADirectoryError: [Errno 20] Not a directory: 'selinuxenabled'

DeadMetaler commented on 2019-03-23 09:48 (UTC)

«I didn't observe changes in shell smoothness compared to 3.30, although realtime scheduling is inplace.»

Check realtime with chrt -p (PID of gnome-shell)

Is it working?

Saren commented on 2019-03-23 09:11 (UTC) (edited on 2019-03-23 09:12 (UTC) by Saren)

Many of your favorite extensions should work now, although some of them requires you to install from git or manually change some code. Also I used Unite instead of No Title Bar for now. The only extension that no longer works is "Trash" for now.

I didn't observe changes in shell smoothness compared to 3.30, although realtime scheduling is inplace.

tannisroot commented on 2019-03-22 03:16 (UTC)

I have the same issue emaxoda. It seems like it's trying to use source from Daniel Van Vugt instead of main repo.