Hi
I hope that someone has already done what I'm trying to do, and can therefore help me.
I've just purchased a Rextron VCUA-20 which is a USB to VGA adapter using the displayLink system. It appears in my system as:
I also have a normal nvidia card:Code:Bus 001 Device 006: ID 17e9:0133 Newnham Research
This is my xorg.conf:Code:01:00.0 VGA compatible controller: nVidia Corporation G84 [GeForce 8400 GS] (rev a1)
I'm running Ubuntu 9.10 on an Intel Dual-Core E5400.Code:Section "ServerFlags" Option "Xinerama" "true" EndSection Section "ServerLayout" Identifier "Server Layout" Screen 0 "BigScreen" 0 0 Screen 1 "SmallScreen" LeftOf "BigScreen" InputDevice "Keyboard0" "CoreKeyboard" InputDevice "Mouse0" "CorePointer" EndSection Section "Module" Load "glx" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" # generated from default Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "no" Option "ZAxisMapping" "4 5" EndSection Section "Monitor" Identifier "BigMonitor" EndSection Section "Monitor" Identifier "SmallMonitor" EndSection Section "Device" Identifier "BigDevice" Driver "nvidia" EndSection Section "Device" Identifier "SmallDevice" Option "fbdev" "/dev/fb0" EndSection Section "Screen" Identifier "BigScreen" Device "BigDevice" Monitor "BigMonitor" SubSection "Display" Modes "nvidia-auto-select" EndSubSection EndSection Section "Screen" Identifier "SmallScreen" Device "SmallDevice" Monitor "SmallMonitor" SubSection "Display" Modes "1280x1024" EndSubSection EndSection
I am trying to get the desktop running across both displays, but have had little success yet. My nvidia display (BigDisplay in xorg) runs the gnome desktop just fine. My USB display (SmallDisplay in xorg) shows just a blank screen. I do however know that appropriate USB drivers etc have been loaded because when I shutdown, the terminal display output appears on the USB display.
The only reference to displayLink I can find in dmesg is:
The only reference I can find to the USB display within /var/log/Xorg.0.log is where it echoes the configuration that it is using:Code:[ 15.184409] DisplayLink device attached [ 15.184723] ret control msg 0: 4 0500fffffff0
Does anyone have any suggestions as to what I might try changing to get this working please?Code:(==) Using config file: "/etc/X11/xorg.conf" (==) ServerLayout "Server Layout" (**) |-->Screen "BigScreen" (0) (**) | |-->Monitor "BigMonitor" (**) | |-->Device "BigDevice" (**) |-->Screen "SmallScreen" (1) (**) | |-->Monitor "SmallMonitor" (**) | |-->Device "SmallDevice" (**) |-->Input Device "Keyboard0" (**) |-->Input Device "Mouse0" (**) Option "Xinerama" "true" (==) Automatically adding devices (==) Automatically enabling devices (**) Xinerama: enabled



Adv Reply


Bookmarks