Posts tagged ‘Ubuntu 8.10’

Roberto De Ioris released a new alpha driver that replaces udlfb and so I tested it on my laptop machine from my previous DisplayLink on Linux blog post and it seems to work just the same.

The steps I took – and assuming you’ve done everything from the previous blog – were:

  1. Boot up laptop with no DisplayLink device plugged in
  2. Open a terminal and change directory to where I had the source code for udlfb
  3. sudo modprobe -r udlfb
  4. make clean
  5. Find any lingering udlfb.ko files (like ones in /usr/lib/modules/`uname -r`/extra) and delete them
  6. Download new alpha package and extract it then change directory to where the source for the alpha was extracted
  7. make && sudo make install && sudo depmod -a
  8. Reboot and plug in DisplayLink device

Results (using a different monitor this time and going through a different DVI -> VGA converter):

  1. DisplayLink device is attached to top monitor

I also tested it with the monitor from the previous DisplayLink blog post (and without a DVI -> VGA adapter) and everything was the same as last time. Also, I didn’t change any xorg.conf settings or anything like that.