GNOME ui / gnome-shell broken

Issues related to applications and software problems
Post Reply
fnatter
Posts: 6
Joined: 2019/11/09 12:52:38

GNOME ui / gnome-shell broken

Post by fnatter » 2021/08/24 08:48:29

hello fellow CentOS7 users,

I have the problem that if one user (we have central homes) logs into any machine,
we only see a desktop with icons, but no window decorations or top/bottom bars ("panels")
(for both gnome-classic and gnome3).

I can fix the window decorations by running "metacity --replace",
but the other problem remains.

I have an up-to-data Scientific Linux 7 (_very_ similar to CentOS7).

I tried to remove .gnome, .gnome2, .gconf, .metacity, .cache, .dbus, .dmrc.

I noticed that when starting "gnome-shell --replace" from a terminal,
I get "Failed to migrate monitor configuration for ... Empty Configuration",
and when running gnome-control-center, the options "Displays" shows
"Could not get screen information".

~/.config/monitors.xml exists. xrandr shows:
# DISPLAY=:0.0 xrandr
Screen 0: minimum 8 x 8, current 5120 x 1440, maximum 32767 x 32767
DVI-D-0 connected primary 2560x1440+0+0 (normal left inverted right x axis y axis) 526mm x 296mm
2560x1440 59.95*+
2048x1080 60.00 24.00
1920x1200 59.88
1920x1080 60.00 59.94 50.00 23.98 60.05 60.00 50.04
1680x1050 59.95
1600x1200 60.00
1280x1024 75.02 60.02
1280x800 59.81
1280x720 59.94 50.00
1152x864 75.00
1024x768 75.03 60.00
800x600 75.00 60.32
720x576 50.00
720x480 59.94
640x480 75.00 59.93 59.94
HDMI-0 connected 2560x1440+2560+0 (normal left inverted right x axis y axis) 526mm x 296mm
2560x1440 59.95*+
2048x1080 60.00 24.00
1920x1200 59.88
1920x1080 60.00 59.94 50.00 23.98 60.05 60.00 50.04
1680x1050 59.95
1600x1200 60.00
1280x1024 75.02 60.02
1280x800 59.81
1280x720 59.94 50.00
1152x864 75.00
1024x768 75.03 60.00
800x600 75.00 60.32
720x576 50.00
720x480 59.94
640x480 75.00 59.93 59.94
DP-0 disconnected (normal left inverted right x axis y axis)
DP-1 disconnected (normal left inverted right x axis y axis)
How can I fix this? Do I need to reset more of GNOME's config?

Many Thanks and Best Regards!
Felix

fnatter
Posts: 6
Joined: 2019/11/09 12:52:38

Re: GNOME ui / gnome-shell broken

Post by fnatter » 2021/08/24 09:11:10

Here is the monitors.xml:

Code: Select all

<monitors version="1">
  <configuration>
      <clone>no</clone>
      <output name="DFP1">
      </output>
      <output name="DFP2">
      </output>
      <output name="DFP3">
      </output>
      <output name="DFP4">
      </output>
      <output name="DFP5">
          <vendor>SAM</vendor>
          <product>0x097b</product>
          <serial>0x30323033</serial>
      </output>
      <output name="DFP6">
          <vendor>SQM</vendor>
          <product>0x097b</product>
          <serial>0x30323033</serial>
          <width>1920</width>
          <height>1200</height>
          <rate>60</rate>
          <x>0</x>
          <y>0</y>
          <rotation>normal</rotation>
          <reflect_x>no</reflect_x>
          <reflect_y>no</reflect_y>
          <primary>no</primary>
      </output>
      <output name="CRT1">
          <vendor>SQM</vendor>
          <product>0x097b</product>
          <serial>0x30323033</serial>
      </output>
  </configuration>
  <configuration>
      <clone>no</clone>
      <output name="DFP1">
      </output>
      <output name="DFP2">
      </output>
      <output name="DFP3">
      </output>
      <output name="DFP4">
      </output>
      <output name="DFP5">
          <vendor>SQM</vendor>
          <product>0x097b</product>
          <serial>0x30323033</serial>
          <width>1920</width>
          <height>1200</height>
          <rate>60</rate>
          <x>0</x>
          <y>0</y>
          <rotation>normal</rotation>
          <reflect_x>no</reflect_x>
          <reflect_y>no</reflect_y>
          <primary>no</primary>
      </output>
      <output name="DFP6">
          <vendor>SQM</vendor>
          <product>0x097b</product>
          <serial>0x30323033</serial>
          <width>1920</width>
          <height>1200</height>
          <rate>60</rate>
          <x>1920</x>
          <y>0</y>
          <rotation>normal</rotation>
          <reflect_x>no</reflect_x>
          <reflect_y>no</reflect_y>
          <primary>no</primary>
      </output>
      <output name="CRT1">
          <vendor>SQM</vendor>
          <product>0x097b</product>
          <serial>0x30323033</serial>
      </output>
  </configuration>
  <configuration>
      <clone>no</clone>
      <output name="DFP1">
      </output>
      <output name="DFP2">
      </output>
      <output name="DFP3">
      </output>
      <output name="DFP4">
      </output>
      <output name="DFP5">
          <vendor>SAM</vendor>
          <product>0x097b</product>
          <serial>0x30323033</serial>
          <width>1920</width>
          <height>1200</height>
          <rate>60</rate>
          <x>0</x>
          <y>0</y>
          <rotation>normal</rotation>
          <reflect_x>no</reflect_x>
          <reflect_y>no</reflect_y>
          <primary>no</primary>
      </output>
      <output name="DFP6">
          <vendor>SAM</vendor>
          <product>0x097b</product>
          <serial>0x30323033</serial>
          <width>1920</width>
          <height>1200</height>
          <rate>60</rate>
          <x>1920</x>
          <y>0</y>
          <rotation>normal</rotation>
          <reflect_x>no</reflect_x>
          <reflect_y>no</reflect_y>
          <primary>no</primary>
      </output>
      <output name="CRT1">
          <vendor>SAM</vendor>
          <product>0x097b</product>
          <serial>0x30323033</serial>
      </output>
  </configuration>
</monitors>
[code]

fnatter
Posts: 6
Joined: 2019/11/09 12:52:38

Re: GNOME ui / gnome-shell broken

Post by fnatter » 2021/08/24 10:50:30

This happens both when logging in physically and when logging in virtually
using VNC.

fnatter
Posts: 6
Joined: 2019/11/09 12:52:38

Re: GNOME ui / gnome-shell broken

Post by fnatter » 2021/08/24 11:16:12

When running gnome-control-center, I get:
Name "org.gnome.Mutter.DisplayConfig" does not exist

User avatar
TrevorH
Site Admin
Posts: 33218
Joined: 2009/09/24 10:40:56
Location: Brighton, UK

Re: GNOME ui / gnome-shell broken

Post by TrevorH » 2021/08/24 11:25:25

Is mutter installed and up to date?
The future appears to be RHEL or Debian. I think I'm going Debian.
Info for USB installs on http://wiki.centos.org/HowTos/InstallFromUSBkey
CentOS 5 and 6 are deadest, do not use them.
Use the FAQ Luke

fnatter
Posts: 6
Joined: 2019/11/09 12:52:38

Re: GNOME ui / gnome-shell broken

Post by fnatter » 2021/08/24 11:47:42

TrevorH wrote:
2021/08/24 11:25:25
Is mutter installed and up to date?
On other machines we did not need it. I have installed mutter now which did not make a difference.

Thanks!

Post Reply