无法更改分辨率或无法检测显示器

无法更改分辨率或无法检测显示器

计算机是 MSI GL63 8RD。我在上面安装了 Debian 9。当我启动它时,它的分辨率非常低。执行后xrandr,输出:

xrandr: Failed to get size of gamma for output default
Screen 0: minimum 800 x 600, current 800 x 600, maximum 800 x 600
default connected primary 800x600+0+0 0mm x 0mm
800x600       75.00* 

根据计算机规格,它应该能够获得 1920x1080 的分辨率。的输出xrandr --listmonitors是:

xrandr: Failed to get size of gamma for output default
Monitors: 1
0: +*default 800/212x600/159+0+0  default

和输出lspci | grep VGA

00:02.0 VGA compatible controller: Intel Corporation Device 3e9b

我尝试了 xrandr --newmode 和 --addmode,但是当尝试更改为 1920x1080 分辨率时,我收到消息:“无法设置 CRTC 86 的配置”。

我注意到的一件事是,如果在启动之前进入系统设置(BIOS),分辨率会很好。我也尝试看看如果我安装了 ubuntu 会发生什么,一切正常。这可能是什么原因造成的?

相关内容