Cannot change the resolution on my display

Hi guys, I’m very new at manjaro.So I’m having a big issue with my old GPU (AMD ATI Radeon R7 260X/360 ). I been reading about this issue but i cant find the way to add my resolution to the display settings. I do all the steps (xrandr --newmode &&…)


Screen 0: minimum 16 x 16, current 1024 x 768, maximum 32767 x 32767
XWAYLAND0 connected primary 1024x768+0+0 (normal left inverted right x axis y axis) 0mm x 0mm
   1024x768      59.68*+
   800x600       59.86  
   640x480       59.38  
   320x240       59.52  
   720x480       59.71  
   640x400       59.20  
   320x200       58.96  
   1024x576      59.58  
   864x486       59.45  
   720x400       59.55  
   640x350       58.91

1600x900_60.00 59.95
1600_900_60 60.00

Are you using AMDGPU really? or ATI/radeon ?
mhwd -li
inxi -G

For example if using ATI but resolution seems unsupported please see:
https://wiki.archlinux.org/title/ATI#Adding_undetected/unsupported_resolutions

1 Like

mhwd -li give me this


Installed PCI configs:
--------------------------------------------------------------------------------
                  NAME               VERSION          FREEDRIVER           TYPE
--------------------------------------------------------------------------------
           video-linux            2018.05.04                true            PCI


Warning: No installed USB configs!

the second one give me this.

Graphics:
  Device-1: AMD Bonaire XTX [Radeon R7 260X/360] driver: radeon v: kernel
  Display: x11 server: X.Org 1.20.13 driver: loaded: ati,radeon
  unloaded: modesetting resolution: 1600x900~60Hz
  OpenGL: renderer: AMD BONAIRE (DRM 2.50.0 5.13.19-2-MANJARO LLVM 12.0.1)
  v: 4.5 Mesa 21.2.3

Thanks for replying so fast! I will read more about what you told me! Anyway I don’t have this issue with my other boot (windows 10) so I figure that it has to be some solution.

You are using radeon (makes sense - AMDGPU is only for newer cards)
So that link above should be helpful

1 Like

After seeing the link below i make a bash script for my problem and some how work. But I have to run it every time I log in. After a week I install something call “gtk2” and magically all work out, now my resolution (and others) are available in my config GUI and I don’t have to run anything in order to my resolution be the right one. I would like to know what happen in order to understand. Thanks

Do you mean package gtk2 ?

It has a number of dependencies - so while it could be the package itself it could be one of those, such as libxrandr.
Something like this will show us the last 20 things newly installed

grep -i installed -w reinstalled /var/log/pacman.log | tail -n 20

This is the output of that command

/var/log/pacman.log:[2021-10-18T02:06:34-0300] [ALPM] installed tilix (1.9.4-4)
/var/log/pacman.log:[2021-10-18T07:50:30-0300] [ALPM] installed zoom (5.8.0.16-1)
/var/log/pacman.log:[2021-10-18T08:20:55-0300] [ALPM] installed unibilium (2.1.1-1)
/var/log/pacman.log:[2021-10-18T08:20:55-0300] [ALPM] installed libtermkey (0.22-2)
/var/log/pacman.log:[2021-10-18T08:20:55-0300] [ALPM] installed libuv (1.42.0-1)
/var/log/pacman.log:[2021-10-18T08:20:55-0300] [ALPM] installed msgpack-c (4.0.0-1)
/var/log/pacman.log:[2021-10-18T08:20:55-0300] [ALPM] installed libvterm (0.1.3.git1.65dbda-1)
/var/log/pacman.log:[2021-10-18T08:20:55-0300] [ALPM] installed luajit (2.0.5-3)
/var/log/pacman.log:[2021-10-18T08:20:55-0300] [ALPM] installed libluv (1.41.0-1)
/var/log/pacman.log:[2021-10-18T08:20:55-0300] [ALPM] installed tree-sitter (0.20.0-1)
/var/log/pacman.log:[2021-10-18T08:20:56-0300] [ALPM] installed neovim (0.5.1-1)
/var/log/pacman.log:[2021-10-19T15:29:43-0300] [ALPM] installed libpng12 (1.2.59-2)
/var/log/pacman.log:[2021-10-20T19:32:15-0300] [ALPM] installed gtk2 (2.24.33-2)
/var/log/pacman.log:[2021-10-27T13:34:25-0300] [ALPM] installed blas (3.10.0-1)
/var/log/pacman.log:[2021-10-27T13:34:25-0300] [ALPM] installed lapack (3.10.0-1)
/var/log/pacman.log:[2021-10-27T13:34:25-0300] [ALPM] installed r (4.1.1-1)
/var/log/pacman.log:[2021-10-27T13:34:48-0300] [ALPM] installed yay (11.0.1-1)
/var/log/pacman.log:[2021-10-27T13:39:19-0300] [ALPM] installed postgresql-libs (13.4-1)
/var/log/pacman.log:[2021-10-27T13:40:49-0300] [ALPM] installed fakeroot (1.26-1)
/var/log/pacman.log:[2021-10-27T13:41:14-0300] [ALPM] installed rstudio-desktop-bin (2021.09.0.351-1)

After a month it happen all over again. I’m kind of frustrated about this. I guess that some update change something about gtk2. Now I don’t know what to do. Any help will be very appreciated