Yuanhao's profile只用右脑PhotosBlogLists Tools Help

Blog


    September 02

    Dual Display,Ubuntu下实现双显示器

    Image Hosted by ImageShack.us

    脑袋又开始发热,不过还是很爽滴,尽管两个显示器分辨率差别很大,但从此查文档写东西窗口翻来覆去的日子过去了。这里记录一下在Ubuntu下面设置双显示器的配置文件,xorg.conf。

    我的配置文件是针对笔记本单显卡的,我的显卡是Ati的。不过双显卡的类似,举一反三,这里放的只是需要改动的段落。

    Section "Device"
    Identifier "ATI"
    Driver "ati"
    Screen 0
    BusID "PCI:1:0:0"
    EndSection

    Section "Device"
    Identifier "Card1"
    Driver "ati"
    Screen 1
    BusID "PCI:1:0:0"
    EndSection

    Section "Monitor" #对外置的显示器新加的,原来的不变
    Identifier "MonExt"
    Option "DPMS"
    EndSection

    Section "Screen" #对外置的显示器新加的,原来的不变
    Identifier "Screen1"
    Device "Card1"
    Monitor "MonExt"
    DefaultDepth 24
    SubSection "Display"
    Depth 24
    Modes "1024x768"
    EndSubSection
    EndSection

    Section "ServerLayout"
    Identifier "DualHead"
    Screen "Default Screen" 0 0
    Screen "Screen1" RightOf "Default Screen"
    InputDevice "Generic Keyboard"
    InputDevice "Configured Mouse"
    InputDevice "Synaptics Touchpad"
    EndSection

    #如果只是扩展屏幕,也就是窗口可以拖到另外一个屏幕,就加上下面这段;如果需要两个独立的显示就去掉。
    Section "ServerFlags"
    Option "Xinerama" "true"
    EndSection

    哈哈哈哈,感谢“风姐姐”友情支持卖给我这个TFT~

    刚刚登录Windows, 发现Ati的win下面的驱动已经内置了多显示器支持, Extend模式.

    Comments (2)

    Please wait...
    Sorry, the comment you entered is too long. Please shorten it.
    You didn't enter anything. Please try again.
    Sorry, we can't add your comment right now. Please try again later.
    To add a comment, you need permission from your parent. Ask for permission
    Your parent has turned off comments.
    Sorry, we can't delete your comment right now. Please try again later.
    You've exceeded the maximum number of comments that can be left in one day. Please try again in 24 hours.
    Your account has had the ability to leave comments disabled because our systems indicate that you may be spamming other users. If you believe that your account has been disabled in error please contact Windows Live support.
    Complete the security check below to finish leaving your comment.
    The characters you type in the security check must match the characters in the picture or audio.

    To add a comment, sign in with your Windows Live ID (if you use Hotmail, Messenger, or Xbox LIVE, you have a Windows Live ID). Sign in


    Don't have a Windows Live ID? Sign up

    Sept. 8
    Leo Zhangwrote:
    双显示还要自己写配置文件的吗@_@
    Sept. 4

    Trackbacks

    Weblogs that reference this entry
    • None