You are not logged in.

#1 2012-02-19 12:23:14

dlin
Member
From: Taipei,Taiwan
Registered: 2005-09-21
Posts: 265

sisusb dual monitor install failed

I've tried many config file. But still failed.
Is there any one can help me install USB VGA on my desktop computer?

The /var/log/Xorg.0.log

[  5165.337] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[  5165.337] (WW) Falling back to old probe method for sisusb
[  5165.337] (II) Found SiSUSB dongle (node /dev/sisusbvga0, minor 0)
[  5165.337] (II) Loading /usr/lib/xorg/modules/drivers/sisusb_drv.so
[  5165.337] (EE) Screen 1 deleted because of no matching config section.
[  5165.337] (II) UnloadModule: "sisusb"
[  5165.337] (II) Unloading sisusb

/etc/X11/xorg.conf.d/10-monitor.conf

Section "Monitor"
    Identifier    "Monitor0"
EndSection
Section "Monitor"
    Identifier    "Monitor1"
    Option "RightOf" "Monitor0"
EndSection

Section "Device"
    Identifier    "Device0"
    Driver        "intel"
    BusID         "PCI:0:2:0"
    Screen    0
EndSection
Section "Device"
    Identifier    "Device1"
    Driver        "sisusb"
    BusID "USB:0711:0902"
    Screen    1
    Option "DisconnectTimeout" "5  # If unplugged, X server will wait 5s
EndSection

Section "Screen"
    Identifier    "Screen0"
    Device        "Device0"
    Monitor       "Monitor0"
    DefaultDepth  24
    SubSection "Display"
        Depth     24
        Modes     "1280x1024_75.00"
    EndSubSection
EndSection

Section "Screen"
    Identifier    "ScreenUSB"
    Device        "Device1"
    Monitor       "Monitor1"
    DefaultDepth  24
    SubSection "Display"
    Virtual 1440 900
        Depth     24
        Modes     "1024x768" "800x600" "640x480"
    EndSubSection
EndSection
Section "ServerLayout"
    Identifier "MultiHeadLayout"
    Screen  "Screen0"
    Screen  "ScreenUSB" RightOf "Screen0"
EndSection


Running 4 ArchLinux including sh4twbox,server,notebook,desktop. my AUR packages

Offline

Board footer

Powered by FluxBB