[Libdlo] Using a displaylink device as an extended monitor in openSUSE 11.3
Joon Ro
groups.joon at gmail.com
Sun Jul 18 21:36:05 PDT 2010
Hi,
I have installed openSUSE 11.3, and I have DoubleSight DS-90U USB monitor.
(1024x600 resolution)
Depending on my xorg.conf setup, I can use the usb monitor, but I cannot
use both my laptop and usb monitor at the same time.
I have attached my xorg.conf on the bottom. When I boot like this, I can
only use the usb monitor. The laptop monitor is just blank.
If I change the order of the two displays in the Server Layout, then I
cannot use the usb monitor.
Any help will be much appreciated.
Here is my xorg.conf:
# xorg.conf (X.Org X Window System server configuration file)
############### DisplayLink Stuff ###############
Section "Device"
Identifier "DisplayLinkDevice"
Driver "fbdev"
Option "ReportDamage" "true"
Option "fbdev" "/dev/fb1"
EndSection
Section "Monitor"
Identifier "DisplayLinkMonitor"
EndSection
Section "Screen"
Identifier "DisplayLinkScreen"
Device "DisplayLinkDevice"
Monitor "DisplayLinkMonitor"
SubSection "Display"
Depth 16
Modes "1024x600"
EndSubSection
EndSection
############ Original Video Settings ###########
Section "Device"
Identifier "Configured Video Device"
Driver "intel"
BusID "PCI:0:2:0"
EndSection
Section "Monitor"
Identifier "Configured Monitor"
EndSection
Section "Screen"
Identifier "Default Screen"
Monitor "Configured Monitor"
Device "Configured Video Device"
SubSection "Display"
Depth 24
Modes "1440x900"
EndSubSection
EndSection
#################################################
Section "ServerLayout"
Identifier "Server Layout"
Screen 0 "DisplayLinkScreen" 0 0
Screen 1 "Default Screen" RightOf "DisplayLinkScreen"
Option "XINEMARA" "off"
EndSection
Thank you,
Joon
More information about the Libdlo
mailing list