Chinaunix首页 | 论坛 | 博客
  • 博客访问: 376861
  • 博文数量: 38
  • 博客积分: 3071
  • 博客等级: 中校
  • 技术积分: 423
  • 用 户 组: 普通用户
  • 注册时间: 2007-02-15 11:11
文章分类

全部博文(38)

文章存档

2017年(1)

2011年(1)

2010年(5)

2009年(6)

2008年(3)

2007年(22)

我的朋友

分类: LINUX

2007-04-27 11:11:51

    再描述我的使用环境,Kubuntu 6.06,IBM X31,ATI Radeon M6.
    使用MergedFB软件,很简单只要在/etc/X11/xorg.conf,Section "Device" 里面加上这样一段

Option "MergedFB" "true" #Enable MergedFB function
Option "MonitorLayout" "LCD, CRT" # Use LCD and CRT even if you have 2 LCD's or CRT's
Option "CRT2Hsync" "30-65" #Horizontal Sync of the Monitor
Option "CRT2VRefresh" "50-75" #Vertical Refresh rate of the Monitor
Option "OverlayOnCRTC2" "true"
Option "CRT2Position" "RightOf" #Physical location of your secondary
Option "MetaModes" "1024x768-1024x768" #Monitor Resolutions for Primary-Secondary monitors
Option "MergedXineramaCRT2IsScreen0" "false" #which screen is going to be the primary screen

重启X-server就可以。
注意:不要使用KDE所带的“system settings" ->"display”双显示器功能,我试过但不成功。

参考网站:
阅读(4833) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~