首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >除了笔记本电脑内置显示器之外的未知显示。老问题,但没有答案

除了笔记本电脑内置显示器之外的未知显示。老问题,但没有答案
EN

Ask Ubuntu用户
提问于 2014-01-02 12:17:18
回答 2查看 15.2K关注 0票数 5

在我从12.04更新到13.10之后,我的显示配置开始显示一个额外的未知监视器,尽管我没有连接。

lscpi:

代码语言:javascript
复制
00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

xrandr

代码语言:javascript
复制
Screen 0: minimum 320 x 200, current 1366 x 768, maximum 32767 x 32767
LVDS1 connected primary 1366x768+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
   1366x768       60.0*+   60.1  
   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 (normal left inverted right x axis y axis)
   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

这个问题似乎以前曾被问到过这里这里

对如何解决这个问题有什么想法吗?

EN

回答 2

Ask Ubuntu用户

回答已采纳

发布于 2014-01-03 13:54:51

我终于在这两个问题上找到了一个可行的解决方案:

基本上,我们需要编辑sudo gedit /etc/default/grub并替换

代码语言:javascript
复制
GRUB_CMDLINE_LINUX=""

通过

代码语言:javascript
复制
GRUB_CMDLINE_LINUX="video=VGA-2:d"

其中VGA-2xrandr显示的不正确连接的显示的名称。

代码语言:javascript
复制
sudo update-grub

和重新启动

票数 5
EN

Ask Ubuntu用户

发布于 2014-01-02 12:36:28

是的,这发生在我的新的ubuntu 13.10安装,不知道为什么,我禁用它,它运行良好。当将辅助监视器连接到我的笔记本电脑时,它会弹出弹出,但只是再次禁用它。我认为这是显示驱动程序的问题

票数 0
EN
页面原文内容由Ask Ubuntu提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://askubuntu.com/questions/398903

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档