QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 824|回复: 0

[求助]纠错

[复制链接]
发表于 2010-1-11 16:44:04 | 显示全部楼层 |阅读模式
用的是集成945G芯片组双VGA口,要求两显示器独立显示,代码如下。运行STARTX后两个显示器都黑屏了,也不知道是哪里错了。求懂的大侠教我,最好加我QQ:290185530   留言:双显
# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier     "Multihead layout"
        Screen      0  "Screen0" LeftOf "Screen1"
        Screen      1  "Screen1" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
        Option            "Xinerama" "on"
        Option            "Clone" "off"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option            "XkbModel" "pc105"
        Option            "XkbLayout" "us+inet"
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "Monitor Vendor"
        ModelName    "LCD Panel 800x600"
        HorizSync    31.5 - 37.9
        VertRefresh  56.0 - 65.0
        Option            "dpms"
EndSection

Section "Monitor"
        Identifier   "Monitor1"
        VendorName   "Monitor Vendor"
        ModelName    "LCD Panel 1024x768"
        HorizSync    31.5 - 48.0
        VertRefresh  56.0 - 65.0
        Option            "dpms"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "i810"
EndSection

Section "Device"
        Identifier  "Videocard1"
        Driver      "vesa"
        VendorName  "Videocard Vendor"
        BoardName   "Intel Corporation 82945G/GZ Integrated Graphics Controller"
        BusID       "PCI:0:2:1"
        Screen      1
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1024x768" "800x600" "720x400" "640x480"
        EndSubSection
EndSection

Section "Screen"
        Identifier "Screen1"
        Device     "Videocard1"
        Monitor    "Monitor1"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
                Modes    "1024x768"
        EndSubSection
EndSection

[ 本帖最后由 warraft 于 2010-1-11 17:26 编辑 ]
您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-2 16:41 , Processed in 0.045807 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表