2

I just bought this USB graphics adapter and I need to use it on Ubuntu 10.10. I followed this guide, but when I ran

$ ./configure && sudo make install && make check

nothing happened. On Windows, after the installation the monitor was detected automatically.

How do I get it to work on Ubuntu?

Emmet Hikory
  • 4,075

2 Answers2

2

Install the xserver-xorg-video-displaylink to add drivers for this display.

You will need to configure the monitor by creating an /etc/X11/xorg.conf file. Instructions can be found in /usr/share/doc/xserver-xorg-video-displaylink/examples/

Jorge Castro
  • 71,754
Emmet Hikory
  • 4,075
0

Try looking at this: http://blogg.noonday.se/2010/01/28/linux-usb-video-adapter/

This guy did it and gave the steps on how he did it...

Glenn
  • 109