#cli #displays #xrandr #gnome #wayland

bin+lib gnome-randr

A reimplementation of xrandr for Gnome on Wayland

2 releases

0.1.1 Oct 26, 2021
0.1.0 Oct 26, 2021

#579 in Configuration

Download history 13/week @ 2023-11-16 71/week @ 2023-11-23 61/week @ 2023-11-30 55/week @ 2023-12-07 69/week @ 2023-12-14 51/week @ 2023-12-21 35/week @ 2023-12-28 35/week @ 2024-01-04 43/week @ 2024-01-11 28/week @ 2024-01-18 106/week @ 2024-01-25 114/week @ 2024-02-01 52/week @ 2024-02-08 41/week @ 2024-02-15 67/week @ 2024-02-22 66/week @ 2024-02-29

242 downloads per month

MIT license

46KB
1.5K SLoC

gnome-randr-rust

A reimplementation of xrandr for Gnome on Wayland, especially for systems that don't support wlr-output-management-unstable-v1 (e.g. Manjaro). Written ground-up in rust for performance. This is also my first project in rust, so any suggestions are welcome!

Method

gnome-randr-rust uses the dbus object org.gnome.Mutter.DisplayConfig. See https://wiki.gnome.org/Initiatives/Wayland/Gaps/DisplayConfig for the original proposal, although the specification listed there is somewhat out of date (checked via dbus introspect on Gnome shell 40.5). A better (commented) XML file is listed in the gnome-monitor-config project here.

The GetCurrentState method is used to list information about the displays, while ApplyMonitorsConfig is used to modify the current configuration.

Inspiration

This project was heavily inspired by xrandr (obviously) and also gnome-randr. Sadly, gnome-randr.py appears to be broken as of my gnome version (40.5) when trying to modify display configurations.

gnome-randr.py is also slower than my rust reimplementation: querying the python script takes about 30ms on my 3-monitor system, while the rust implementation takes about 3ms (xrandr takes about 1.5ms, but is also displaying different information due to limitations in xrandr's bridge.)

Dependencies

~7.5MB
~162K SLoC