成功实现Ubuntu 8.04的双屏幕扩展


环境:Ubuntu 8.04

我用的是笔记本外加一台17寸显示器。

1、xrandr --output VGA --auto 开启外接显示器。(如果不成功,就reboot下)

2、xrandr --output VGA --auto --right-of LVDS --mode 1024x768 把外接显示器扩展到本本显示器的右侧。

注:如果2出错,有可能是xorg没有设定相关屏幕分辨率,需手动调整,我的是这样的,红字部分。

Section "Screen"
Identifier "Default Screen"
Device "Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller"
Monitor "default"
Defaultdepth 24
SubSection "Display"
Depth 24
Virtual 2048 768
Modes "1024x768@60"
EndSubSection
EndSection

还有就是两个屏幕使用不同分辨率还没试。

相关内容