jadahl / gnome-monitor-config

64 stars 18 forks source link

The name org.gnome.Mutter.DisplayConfig was not provided by any .service files #14

Closed realKarthikNair closed 2 months ago

realKarthikNair commented 3 months ago
karthik@fedora:~$ gnome-monitor-config list
Monitor [ eDP-1 ] ON
  display-name: Built-in display
  1920x1080@165.001 [id: '1920x1080@165.001+vrr'] [preferred scale = 1 (1 2)] PREFERRED CURRENT
  1920x1080@165.001 [id: '1920x1080@165.001'] [preferred scale = 1 (1 2)]
  1920x1080@60.0031 [id: '1920x1080@60.003+vrr'] [preferred scale = 1 (1 2)]
.......
Logical monitor [ 1920x1080+0+0 ], PRIMARY, scale = 1, transform = normal
  eDP-1
Max screen size: unlimited
karthik@fedora:~$ sudo gnome-monitor-config set -LpM eDP-1 -t normal -m 1920x1080@165.001
Failed to set configuration: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.gnome.Mutter.DisplayConfig was not provided by any .service files
realKarthikNair commented 3 months ago

OS, DE and WM info

karthik@fedora:~$ sudo inxi -S
System:
  Host: fedora Kernel: 6.9.9-200.fc40.x86_64 arch: x86_64 bits: 64
  Console: pty pts/2 Distro: Fedora Linux 40 (Workstation Edition)
karthik@fedora:~$ neofetch | grep DE
                                          DE: GNOME 46.3.1
karthik@fedora:~$ neofetch | grep WM:
                                          WM: Mutter (Wayland)
realKarthikNair commented 3 months ago

Maybe some additional relevant info : https://bugzilla.redhat.com/show_bug.cgi?id=1040062#c2

VladRassokhin commented 2 months ago

You don't need sudo. When you invoke gnome-monitor-config under sudo it has no connection to the DBus session of your user.

realKarthikNair commented 2 months ago

Thank you