我正在尝试在 Intel N2600 主板上运行 Ubuntu Server 14.04,该主板通过 LVDS 连接器连接 7 英寸 LCD 面板。我成功安装了 Ubuntu Server,并且还安装了 xorg 和 openbox(因为我需要图形环境)。
我使用的主板有一个 VGA 输出(我已将显示器连接到该处以执行安装)和 LVDS 连接器(我已将 7 英寸 LCD 面板插入该处)。当 grub 启动操作系统时,我最初会在 7 英寸 LCD 显示屏上看到内核消息,然后它就变成空白,无法使其工作,而 VGA 输出却可以正常工作。
使用 xrandr -q 给出以下输出:
Screen 0: minimum 320 x 200, current 1440 x 900, maximum 4096 x 4096
VGA-0 connected 1440x900+0+0 (normal left inverted right x axis y axis) 408mm x 255mm
1440x900 59.9*+ 75.0
1280x1024 75.0 60.0
1280x800 59.8
1152x864 75.0
1024x768 75.1 70.1 60.0
832x624 74.6
800x600 72.2 75.0 60.3 56.2
640x480 75.0 72.8 66.7 60.0
720x400 70.1
DVI-0 disconnected (normal left inverted right x axis y axis)
DisplayPort-0 disconnected (normal left inverted right x axis y axis)
DVI-1 disconnected (normal left inverted right x axis y axis)
eDP-0 connected primary 800x480+0+0 (normal left inverted right x axis y axis) 519mm x 324mm
800x480 60.0*+ 50.0 40.0
似乎面板已被识别(eDP-0),但我无法在其上运行 X 图形环境。我尝试运行
xrandr --output eDP-0 --primary
但什么都没发生。如何切换 eDP-0 显示器上的输出?