我弄乱了显示选项,还把一些东西搞砸了。现在我的显示器是这样的:

在显示设置中我没有看到任何明显的解决方案。我怎么才能解决这个问题?我应该提供哪些补充信息?
在运行xrandr之后,我得到了以下信息:
Screen 0: minimum 320 x 200, current 2390 x 768, maximum 32767 x 32767
LVDS1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 309mm x 174mm
1366x768 60.0*+
1360x768 59.8 60.0
1024x768 60.0
800x600 60.3 56.2
640x480 59.9
VGA1 disconnected (normal left inverted right x axis y axis)
HDMI1 disconnected (normal left inverted right x axis y axis)
DP1 disconnected (normal left inverted right x axis y axis)
VIRTUAL1 disconnected (normal left inverted right x axis y axis)
VGA-2 connected 1024x768+1366+0 (normal left inverted right x axis y axis) 0mm x 0mm
1024x768 60.0*
800x600 60.3 56.2
848x480 60.0
640x480 59.9
1024x768 (0x43) 65.0MHz
h: width 1024 start 1048 end 1184 total 1344 skew 0 clock 48.4KHz
v: height 768 start 771 end 777 total 806 clock 60.0Hz
800x600 (0x44) 40.0MHz
h: width 800 start 840 end 968 total 1056 skew 0 clock 37.9KHz
v: height 600 start 601 end 605 total 628 clock 60.3Hz
800x600 (0x45) 36.0MHz
h: width 800 start 824 end 896 total 1024 skew 0 clock 35.2KHz
v: height 600 start 601 end 603 total 625 clock 56.2Hz但我还是不知道该摆脱什么。我认为HDMI1部分是问题所在,因为这就是我想要处理的。
发布于 2015-02-12 02:40:57
有一个已知的缺陷英特尔刺迹图形,也是一个nVidia GeForce GT 630米10:0de9图形卡。
如果使用nVidia图形卡,解决方案很简单,只需从“附加驱动程序”安装专有驱动程序即可。
另一个解决方法是编辑"/etc/default/grub“文件,更改
GRUB_CMDLINE_LINUX=""转入:
GRUB_CMDLINE_LINUX="video=VGA-2:d"(因为在您的示例中,假的未知显示连接到VGA2 )
之后,运行sudo update-grub并重新启动
参考资料:
发布于 2020-03-14 18:37:10
更新您的驱动程序修复它。
sudo ubuntu-drivers autoinstall (为您选择推荐驱动程序)
就我而言,是英伟达。
您也可以进入Additional Drivers,自己选择一个合适的驱动程序。
更新后,它改变为“(适当,测试)”本身。
别忘了重启。
https://askubuntu.com/questions/583639
复制相似问题