gnome: gray screen and mouse

Hello to all friends

I configured GNOME installation on my system according to this tutorial

After everything went according to the instructions, I restarted the system and after the system came up, I encountered this problem.


20220507_150756.jpg




I noticed a problem with my graphic driver settings because the /etc/rc.conf file also has a problem with the value kld_list = "radeonkms" xorg, but when I delete the value and do not introduce it, everything works fine

According to the link below, all amd graphics that are less than "HD7000" must apply the following command to their graphics card.

link : https://wiki.freebsd.org/Graphics
command : sysrc -f /etc/rc.conf kld_list+=radeonkms

Interesting point: I used xfce before I configured the GNOME desktop and there was no problem, and everything was fine.

I put the information mentioned in the troubleshooting guide here :

cpu : i5 2500k
graphic:
Code:
vgapci0@pci0:1:0:0:    class=0x030000 rev=0x00 hdr=0x00 vendor=0x1002 device=0x68f9 subvendor=0x1682 subdevice=0x3030
    vendor     = 'Advanced Micro Devices, Inc. [AMD/ATI]'
    device     = 'Cedar [Radeon HD 5000/6000/7350/8350 Series]'
    class      = display
    subclass   = VGA
hdac0@pci0:1:0:1:    class=0x040300 rev=0x00 hdr=0x00 vendor=0x1002 device=0xaa68 subvendor=0x1682 subdevice=0xaa68
    vendor     = 'Advanced Micro Devices, Inc. [AMD/ATI]'
    device     = 'Cedar HDMI Audio [Radeon HD 5400/6300/7300 Series]'
    class      = multimedia
    subclass   = HDA


  • dmesg command output
  • pciconf -lvbce command output
  • devinfo -vr command output
  • sysctl hw.model command output
  • pkg info command output
 

Attachments

  • sysctl_hw.model.txt
    51 bytes · Views: 95
  • devinfo_-vr.txt
    14.1 KB · Views: 111
  • pkg_info.txt
    44.6 KB · Views: 126
  • pciconf_-lvbce.txt
    13.7 KB · Views: 123
  • dmesg.txt
    72.9 KB · Views: 107

Code:
vgapci0@pci0:1:0:0:    class=0x030000 rev=0x00 hdr=0x00 vendor=0x1002 device=0x68f9 subvendor=0x1682 subdevice=0x3030
    vendor     = 'Advanced Micro Devices, Inc. [AMD/ATI]'
    device     = 'Cedar [Radeon HD 5000/6000/7350/8350 Series]'
    class      = display
    subclass   = VGA
…


Also FreeBSD bug 257810 – x11/gnome3(-lite) & x11/gdm lags significantly on amdgpu – with comment 8 questioning whether it's a duplicate of 253746.


My own experience of what might be bug 253746 is, if I recall correctly, being (repeatedly) stuck but not at the grey screen pictured above. My recollection might be tainted by me switching away from, then back to, GNOME at ttyv8 (e.g. Control-Alt-F2 then Control-F9) – this part of <https://bugzilla.gnome.org/show_bug.cgi?id=711028#c2> is remarkable:

… when something changes on the screen only try to only redraw those parts …
 
Back
Top