如何摆脱未知显示?

Aka*_*all 4 display 13.04

我搞乱了显示选项,严重搞砸了一些事情。现在我的显示是这样的:

在此处输入图片说明

我在显示设置中没有看到任何明显的解决方案。我怎样才能解决这个问题?我应该提供哪些额外信息?

编辑:

我跑后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
Run Code Online (Sandbox Code Playgroud)

但我还是不知道要摆脱什么。我认为 HDMI1 部分是问题所在,因为那是我搞砸的。

P.-*_*Lin 6

Intel Baytrail 图形存在一个已知错误,也适用于 nVidia GeForce GT 630M [10de:0de9] 图形卡。

如果您使用的是 nVidia 显卡,解决方案很简单,只需从“附加驱动程序”安装专有驱动程序

另一种解决方法是编辑您的“/etc/default/grub”文件,更改

GRUB_CMDLINE_LINUX=""
Run Code Online (Sandbox Code Playgroud)

进入:

GRUB_CMDLINE_LINUX="video=VGA-2:d"
Run Code Online (Sandbox Code Playgroud)

(因为在您的情况下,虚假的未知显示器已连接到 VGA2)

之后,运行sudo update-grub并重新启动

参考: