今天去超市,结果遇上下雨,赶快赶回来,阴差阳错的决定走车库,居然捡了一个显示器,不是很大吧(17寸的),可是比我那个12.1还是爽一些的。插上用了一阵,觉得不爽,看电影比较爽,上网有点费眼。如果两个显示器能合在一起就好了。
我用的是老ATI的显卡,所以决定用MergedFB。首先备份一下xorg.conf文件:
#cd /etc/X11
#sudo cp xorg.conf xorg.conf.backup
然后把下面这段加到Section “Device”下:
Option "MergedFB" "true" #Enable MergedFB function
Option "MonitorLayout" "LVDS,CRT" # LVDS = Laptop Screen, TMDS = DVI Port, CRT = VGA Port NOT MONITOR TYPE!
Option "CRT2Hsync" "30-75" #Horizontal Sync of the Monitor (check your monitor's manual for correct values)
Option "CRT2VRefresh" "50-85" #Vertical Refresh rate of the Monitor (check your monitor's manual for correct values)
Option "OverlayOnCRTC2" "true"
Option "CRT2Position" "RightOf" #Physical location of your secondary monitor in relationship to your primary monitor. Values can be: LeftOf, RightOf, Above, Below, and Clone.
Option "MetaModes" "1024x768-1024x768" #Monitor Resolutions for Primary-Secondary monitors
#Option "MergedXineramaCRT2IsScreen0" "true" #determines which screen is going to be the primary screen; value can be "true" or "false"
在Section “Monitor”下再加一段:
Horizsync 28-65 #You may wish to change the values to fit your specific monitor
Vertrefresh 43-60
存盘,Ctrl+Alt+backspace,然后就是双屏幕拉,爽阿,在第二个屏幕还可以再建一个任务栏。这样方便些,但是打开窗口的时候经常还是从主屏幕打开,要手动拖到旁边~~
现在可以左边上网,右边写代码了,爽阿爽~~想再买个22宽屏了~~

August 8th, 2007 at 9:13 am
囧
这都有得捡“`
[Reply]