首 页文章中心

Linux学习网

您的位置Linux学习网 > Linux基本应用 > 文章内容

ubuntu8.04 双屏幕扩展

作者:佚名  来源:不详  发布时间:2008-7-23 8:10:00
我用的是笔记本外加一台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

还有就是两个屏幕使用不同分辨率还没试。
收藏本页到: 365Key | del.icio.us | | 添加到雅虎收藏+
  • 网站帮助 - 广告合作 - 网站地图