wl-gammactl VS wdisplays

Compare wl-gammactl vs wdisplays and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
wl-gammactl wdisplays
6 12
43 172
- -
0.0 5.0
5 months ago 6 months ago
C C
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

wl-gammactl

Posts with mentions or reviews of wl-gammactl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-25.
  • Actually Portable Vim (With a Cute Vimrc)
    4 projects | news.ycombinator.com | 25 Dec 2023
    I don't know what you mean by color management - is it the calibration of the display with xrite/argyll?

    For ICC profiles colormgr can help: https://wiki.archlinux.org/title/ICC_profiles#Wayland

    If you just need basic brightness, contrast and gamma, wl-gammactl should do that: https://github.com/mischw/wl-gammactl

    BTW Hyprland is not required, it's just the most practical way to have shortcuts key mappings in Wayland

  • Setting Contrast Value in Wayland
    2 projects | /r/linuxquestions | 22 Jan 2022
    However, this does not work in Wayland since it obviously belongs to the X Window System. I started searching the web for a possible solution and found wl-gammactl, which is a GUI for wlroots (https://github.com/mischw/wl-gammactl) and the gnome-gamma-tool (https://github.com/zb3/gnome-gamma-tool), but neither of them seemed to work because of missing dependencies, which can't be installed or invalid version numbers of required packages (e.g. found 1.20 but need: '>=1.23'). When attempting to build the gnome-gamma-tool, the following error message appears (despite Colord being installed):
  • Being productive in Plasma 5.23.2 - So I've heard KDE Plasma is bad with Wayland and multi-monitors...
    1 project | /r/kde | 14 Nov 2021
    It's very much possible with Wayland. Whether Plasma supports it is another question, unfortunately. Great program though, you can control it with commands and set an invert screen colors keybind.
  • How to invert screen colors?
    2 projects | /r/swaywm | 20 Jul 2021
    What would be the best way to implement this? I tried wl-gammactl https://github.com/mischw/wl-gammactl with those settings but the screen just goes fully white?
  • Import gamma colors from X11 to Wayland
    1 project | /r/linuxquestions | 20 Jun 2021
    Probably it just support sway as said here on github
  • How to control OLED brightness in Wayland
    2 projects | /r/linuxhardware | 2 Apr 2021
    Wayland is the protocol applications use to talk to compositors. What you need to control (this kind of-, since I assume you want a software overlay) brightness depends on the compositor/desktop environment you use. For wlroots based compositors (wayfire, sway) wl-gammactl or wlr-brightness could be useful. For Gnome (below version 40) the soft-brightness extension looks like what you need.

wdisplays

Posts with mentions or reviews of wdisplays. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-15.
  • What do you guys use to manage monitors?
    4 projects | /r/swaywm | 15 Mar 2023
    For an arandr replacement, https://github.com/swaywm/sway/wiki/i3-Migration-Guide recommends wdisplays.
  • How to connect a Sway session to a projector?
    2 projects | /r/wayland | 28 Nov 2022
  • How to use projector on sway?
    2 projects | /r/swaywm | 27 Sep 2022
    But, Sway also supports a Wayland protocol which allows other applications to configure the displays instead. You can read it here if you want the gritty details. My preferred application to configure Sway's outputs is wdisplays.
  • Tiling WM where adding/removing external monitors is easy.
    1 project | /r/linuxquestions | 9 Aug 2022
    Sway with wdisplays?
  • Are there Wayland equivalents of xrandr and xinput?
    1 project | /r/linux_gaming | 15 Jul 2022
    You could have a look at wdisplays. Uses wlroots.
  • Three monitor configuration
    1 project | /r/swaywm | 14 Jun 2022
    I run 3 monitors in a similar config manually configured with negative x values for the left most monitor, it worked ok, but now I use https://github.com/artizirk/wdisplays for an easy life
  • (WIP) Working on a GUI for configuring displays
    5 projects | /r/swaywm | 27 Mar 2022
    wdisplays comes to mind.
  • Tell HN: Gnome on Wayland Is Amazing
    14 projects | news.ycombinator.com | 21 Mar 2022
    sway laptop user here (for almost 2 years I think?).

    I spent a little while on this, but I migrated from i3, so I just ported every little section of my config bit by bit.

    In terms of battery bar and other "bar" type things, I use waybar[0] which basically does all the things you'd expect by default (just install and it "works").

    For multi-monitor, config, I initially setup with wdisplays[1] (think arandr for wayland) and then manually copied the positions into my sway config. Monitor positioning was the only thing I needed to setup (and telling it that one monitor was HDPI) and then all of the scaling and everything worked perfectly. This was my biggest selling point for wayland, I now get nice crisp fonts and application scaling works nicely (which was not the case with X).

    volume control from the keyboard took no time, just a couple of extra lines.

    There was some stuff to do with the clipboard (wl-clipboard[2]) and screenshots (grim[3] + slurp[4]) that required some setup, but again, just a few lines, and didn't take much mental load.

    Oh and I needed to change my notifications daemon(dunst[5]), and chose to change my program launcher to one with a nicer interface and cleaner fonts (wofi[6]).

    I think that's all the tweaking that I did. Oh, and I needed to do something with pipewire to sort out screensharing at the start, don't remember that too well though...

    [0] https://github.com/Alexays/Waybar

    [1] https://github.com/artizirk/wdisplays

    [2] https://github.com/bugaevc/wl-clipboard

    [3] https://github.com/emersion/grim

    [4] https://github.com/emersion/slurp

    [5] https://github.com/dunst-project/dunst

    [6] https://hg.sr.ht/~scoopta/wofi

  • Arch users belike
    4 projects | /r/linuxmasterrace | 7 Feb 2022
  • Setting resolution on Wayland
    1 project | /r/archlinux | 30 Aug 2021
    Try wdisplays.

What are some alternatives?

When comparing wl-gammactl and wdisplays you can also consider the following projects:

wlr-brightness - Adjust the brightness of wlroots-based compositors such as sway.

wdisplays - GUI display configurator for wlroots compositors

swaybg - Wallpaper tool for Wayland compositors

sway - i3-compatible Wayland compositor

wlroots - A modular Wayland compositor library

linux-tkg - linux-tkg custom kernels

kiwmi - A fully programmable Wayland Compositor

grim - Grab images from a Wayland compositor

swaylock - Screen locker for Wayland

kanshi - Dynamic display configuration (mirror)

wl-mirror - a simple Wayland output mirror client