我有一台配备 AMD Ryzen 2500u、Vega 8 显卡的笔记本电脑。我安装了带有 GNOME 的 Ubuntu 19.04。但我的问题是,我无法将屏幕分辨率从当前分辨率(1920x1080)更改为任何其他分辨率,否则会出现黑屏。
这是输出xrandr
:
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 193mm
1920x1080 60.01*+ 60.01 59.97 59.96 59.93 47.10
1680x1050 60.01 59.95 59.88
1600x1024 60.17
1400x1050 59.98
1600x900 59.99 59.94 59.95 59.82
1280x1024 60.01 60.02
1440x900 60.01 59.89
1400x900 59.96 59.88
1280x960 60.00
1440x810 60.00 59.97
1368x768 59.88 59.85
1360x768 59.80 59.96
1280x800 59.99 60.01 59.97 59.81 59.91
1152x864 60.00
1280x720 60.00 60.01 59.99 59.86 59.74
1024x768 60.01 60.04 60.00
960x720 60.00
928x696 60.05
896x672 60.01
1024x576 59.95 59.96 59.90 59.82
960x600 59.93 60.00
960x540 59.96 59.99 59.63 59.82
800x600 60.01 60.00 60.32 56.25
840x525 60.01 59.88
864x486 59.92 59.57
800x512 60.17
700x525 59.98
800x450 59.95 59.82
640x512 60.02
720x450 59.89
700x450 59.96 59.88
640x480 60.01 60.00 59.94
720x405 59.51 58.99
684x384 59.88 59.85
680x384 59.80 59.96
640x400 59.88 59.98
576x432 60.06
640x360 59.86 59.83 59.84 59.32
512x384 60.00
512x288 60.00 59.92
480x270 59.63 59.82
400x300 60.32 56.34
432x243 59.92 59.57
320x240 60.05
360x202 59.51 59.13
320x180 59.84 59.32
我尝试了其他桌面环境,例如 Xfce/Cinnamon..但没有成功。
有什么帮助吗?
答案1
我的新 T495 上也遇到了这个问题(或与此非常类似的问题),但我不能肯定我的解决方案是否适用于 Ubuntu,因为我使用的是 Fedora 31 KDE。
默认情况下,它似乎使用内核内置的 amdgpu 驱动程序,然后在启动 X 时使用模式设置 xorg 驱动程序。为了纠正这个问题,我改用 xorg 的 amdgpu DDX 驱动程序。在 Fedora 上,此软件包是 xorg-x11-drv-amdgpu。由于我不使用 Ubuntu,所以我不能 100% 确定软件包是什么(快速谷歌搜索建议 xserver-xorg-video-amdgpu)。我的 xrandr 输出与之前使用模式设置驱动程序时的输出非常相似,但现在(使用 DDX 驱动程序)它看起来像这样:
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 16384 x 16384
eDP connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 309mm x 173mm
1920x1080 60.00*+
1680x1050 60.00
1280x1024 60.00
1440x900 60.00
1280x800 60.00
1280x720 60.00
1024x768 60.00
800x600 60.00
640x480 60.00
HDMI-A-0 disconnected (normal left inverted right x axis y axis)
DisplayPort-0 disconnected (normal left inverted right x axis y axis)
DisplayPort-1 disconnected (normal left inverted right x axis y axis)
顺便提一下,使用(默认)模式设置驱动程序时,我也无法从挂起状态中恢复,唯一的恢复方法是重置机器。重新启动时,日志中引用 dcn10_hw_sequencer.c 出现错误,但使用 DDX 驱动程序,我现在能够成功从挂起状态中恢复机器。