我在一台戴尔 e5400 笔记本电脑上运行 12.10,我使用 xrandr 使通过笔记本电脑底座连接的双显示器正常工作。当我断开连接时,我再次使用 xrandr 切换回笔记本电脑显示屏。问题是,重新启动后,笔记本电脑似乎想要恢复双显示器配置,而笔记本电脑屏幕保持空白。我可以启动到单用户模式,但我不知道从那里该怎么做才能重置显示设置。有什么想法吗?没有 xorg.conf 文件,所以我不确定设置存储在哪里。
谢谢。
答案1
以下是对我有用的方法:
在终端中输入:
xrandr
你会看到各种模式,它们看起来像这样:
eDP1 connected 1440x900+0+0 (normal left inverted right x axis y axis) 30mm x 179mm
1440x900 60.0*+ 59.9
1360x768 59.8 60.0
1152x864 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)
2560x1440_30.00 29.9
对我来说,HDMI1 是外接显示器。
因此,我只是运行:
xrandr --delmode HDMI1 2560x1440_30.00
现在,当我插入外接显示器时,就好像 Ubuntu 第一次看到它一样。