|
|
发表于 2007-10-8 10:18:27
|
显示全部楼层
Post by ssbeonly
因为T40上有个VGA接口,在windows下如何接上显示器这两个显示器都可以工作,但显示的东西是一样的(对于我没有什么用)现在基本上都在linux下工作,本子上的显示器一个屏幕显示的东西太少了,于是就想加上一个显示器,能否实现屏幕增大,或者是另一个虚拟桌面??
windows 中也可以实现两个屏幕显示不同的东西。在显示属性里勾选一个选项,好像是“扩展当前桌面到另一个显示器”,记不清了。
我的配置和楼主的基本一样,不知道是不是这些细小的差别引起的。楼主是否看过 xorg 的 log?
- Section "Device"
- Identifier "ATI Technologies Inc Radeon Mobility M6"
- Driver "radeon"
- BusID "PCI:1:0:0"
- Option "SubPixelOrder" "RGB"
- Option "AGPMode" "4"
- Option "AGPFastWrite" "true"
- #Option "EnablePageFlip" "true"
- Option "SWcursor" "off"
- Option "DynamicClocks" "on"
- #Option "UseFBDev" "false"
- #Option "AccelMethod" "EXA" # or XAA, EXA, XAA more stable, XAA is deafult
- Option "BIOSHotkeys" "on"
- Option "backingstore" "true"
- Option "AllowGLXWithComposite" "true"
- Option "XAANoOffscreenPixmaps" "true"
- Option "AGPSSize" "16"
- # dual head switcher
- # auto turn on if a external monitor is detected
- #Option "MergedFB" "false"
- Option "MonitorLayout" "LVDS (TMDS), CRT" # LVDS = Laptop Screen, TMDS = DVI Port, CRT = VGA Port NOT MONITOR TYPE!
- Option "CRT2Hsync" "30-65" #Horizontal Sync of the Monitor (check your monitor's manual for correct values)
- Option "MergedXinerama" "on"
- Option "MergedXineramaCRT2IsScreen0" "false"
- Option "CRT2VRefresh" "50-85" #Vertical Refresh rate of the Monitor (check your monitor's manual for correct values)
- Option "OverlayOnCRTC2" "true"
- Option "OverlayOnCR Option "CRT2Position" "LeftOf"
- Option "MetaModes" "1024x768-1024x768"
- #VendorName "All"
- #BoardName "All"
- EndSection
复制代码 |
|