HP USB Graphics Adapter (Displaylink) shows green screen
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
disper |
New
|
Undecided
|
Unassigned | ||
xserver-xorg-video-displaylink (CentOS) |
New
|
Undecided
|
Unassigned | ||
xserver-xorg-video-displaylink (Ubuntu) |
Confirmed
|
Undecided
|
Unassigned |
Bug Description
kat@tabbykat:~$ lsb_release -rd
Description: Ubuntu 11.04
Release: 11.04
kat@tabbykat:~$ apt-cache policy xserver-
xserver-
Geïnstalleerd: 0.3-0ubuntu9
Kandidaat: 0.3-0ubuntu9
Versietabel:
*** 0.3-0ubuntu9 0
500 http://
100 /var/lib/
I have a HP USB Graphics Adapter using the Displaylink technology Model NL571AA
When plugging in the adapter to Ubuntu Natty 11.04
The display link drivers are in the kernel and I loaded xserver-
As the idea behind Ubuntu is plug it in and it 'just works', this bug. All the pieces are there to have this 'just work' but it doesn't.
the kernel recognizes the device and reports it capabilities correctly:
[ 1299.776038] udlfb: DisplayLink HP USB Graphics Adap - serial #111687
[ 1299.776055] udlfb: vid_17e9&
[ 1299.776065] udlfb: console enable=0
[ 1299.776071] udlfb: fb_defio enable=0
[ 1299.776994] udlfb: vendor descriptor length:22 data:22 5f 01 0020 05 00 01 03 04 02
[ 1299.777003] udlfb: DL chip limited to 2080000 pixel modes
[ 1299.777387] udlfb: allocated 4 65024 byte urbs
[ 1299.860991] udlfb: 1280x1024 valid mode
[ 1299.861006] udlfb: 720x400 valid mode
[ 1299.861015] udlfb: 640x480 valid mode
[ 1299.861023] udlfb: 640x480 valid mode
[ 1299.861030] udlfb: 800x600 valid mode
[ 1299.861038] udlfb: 800x600 valid mode
[ 1299.861045] udlfb: 1024x768 valid mode
[ 1299.861053] udlfb: 1024x768 valid mode
[ 1299.861061] udlfb: 1280x1024 valid mode
[ 1299.861069] udlfb: 1152x864 valid mode
[ 1299.861077] udlfb: 1280x1024 valid mode
[ 1299.861086] udlfb: Reallocating framebuffer. Addresses will change!
[ 1299.867486] udlfb: 1280x1024 valid mode
[ 1299.867497] udlfb: set_par mode 1280x1024
[ 1299.893239] udlfb: DisplayLink USB device /dev/fb0 attached. 1280x1024 resolution. Using 5120K framebuffer memory
Unfortunatly the screen just shows green when plugged in. I have experimented with custom Xorg.conf's without success. Although the new Ubuntu without Xorg.conf, this should not be necessary.
#######
Section "Files"
ModulePath "/usr/lib/
ModulePath "/usr/lib/
EndSection
############### DisplayLink Stuff ###############
Section "Device"
Identifier "DisplayLinkDevice"
driver "displaylink"
Option "fbdev" "/dev/fb0"
EndSection
Section "Monitor"
Identifier "DisplayLinkMon
EndSection
Section "Screen"
Identifier "DisplayLinkScreen"
Device "DisplayLinkDevice"
Monitor "DisplayLinkMon
SubSection "Display"
EndSection
What I expected to happen:
Plug in the HP USB Graphics Adapter (Displaylink)
Extra screen turns on showing an Ubuntu Desktop
What really happend:
Plugged in the HP USB Graphics Adapter (Displaylink)
Screen shows green, no desktop.
(Adapter is functional, works on Windows 7)
ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: xserver-
ProcVersionSign
Uname: Linux 2.6.38-10-generic x86_64
NonfreeKernelMo
Architecture: amd64
Date: Tue Jul 19 01:09:05 2011
InstallationMedia: Ubuntu 11.04 "Natty Narwhal" - Release amd64 (20110427.1)
ProcEnviron:
LANGUAGE=nl_NL:en
LANG=nl_NL.UTF-8
SHELL=/bin/bash
SourcePackage: xserver-
UpgradeStatus: No upgrade log present (probably fresh install)
Changed in xserver-xorg-video-displaylink (Ubuntu): | |
status: | New → Confirmed |
Changed in xserver-xorg-video-displaylink (Ubuntu): | |
status: | Incomplete → Confirmed |
This is true for all Display Link Devices under Ubuntu. Bought a Lilliput UM-70 (Displaylink) USB Monitor because I saw someone else in the community got it working. The Liliput also showed a green screen when plugged in, instead of the display, so the bug is larger than only the HP USB Graphics Adapter.
With some xorg.conf hacking I was able to get the Lilliput UM-70 started (GDM shows up, but xorg (xinerama) crashes when the desktop loads).