ubuntu12.04双屏拼接

Ctrl + Alt + F1,以本人的用户名和密码登录后,关闭X Server:sudo /etc/init.d/lightgm stop
运行命令:sudo X -configure, 这样,在当前用户的目录下就会生成一个xorg.conf.new文件
重新启动X server,sudo /etc/init.d/lightgm start
备份原来的/etc/X11/xorg.conf文件:
  sudo mv /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
将新的文件xorg.conf.new重命名为xorg.conf后复制到/etc/X11目录下
   sudo mv ~/xorg.conf.new /etc/X11/xorg.conf
运行xrandr -q,查看当前可用的显示设备的名称及相关的分辨率信息VGA*对应于外接屏幕,LVDS*对应于笔记本的屏幕
xrandr --output --auto --right-of
系统->显示
--------------------------------------------------------------------------------------------------------------------------------------------
启动NVIDIA X Server Settings:
  sudo optirun nvidia-settings -c :8
X Server Display Configuration:
  选中副显示器(CRT-0),configure选择项[Disable-禁用 | Spearate X screen-独立屏幕显示两个屏幕显示内容互不干扰 | TwinView-双屏模式,以选择叠加[两个显示器共同拼合成一个大的显示器]或者克隆[两个显示器完全一样]显示]
需要 X server restart
  sudo restart lightdm
--------------------------------------------------------------------------------------------------------------------------------------------
参考:
  http://blog.csdn.net/littlefishzhang/article/details/8102318
  http://imtx.me/archives/1695.html
  http://hi.baidu.com/microji/item/ce91d10d7ec9ae13acdc7003

posted @ 2013-07-09 10:22  WenEric  阅读(674)  评论(0编辑  收藏  举报