热门关键字:  ubuntu  分区  函数  Fedora  linux系统进程

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

来源: 作者: 时间:2008-07-16 Tag: 点击:

环境: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

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


最新评论共有 0 位网友发表了评论
发表评论
评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名: 密码:
匿名?
注册