View Single Post
Old 08-28-2015, 07:48 AM   #15
guerrierk
Junior Member
 
Join Date: Jul 2015
Posts: 21
Default

Quote:
Originally Posted by stuguy909 View Post
From a fresh Debian 8.1 install with LXDM.

Install DKMS:
Code:
sudo apt-get install dkms
follow this thread:
http://www.displaylink.org/forum/showthread.php?t=64043

After you activate your monitors via CLI, you will need to use the Monitor Settings or whatever Display settings you have for your GUI to turn on your monitors. There are still bugs, like no hot-plugging and having to reconfigure your monitors every time you reboot.
I don't think that sudo is configured in fresh install of Debian. I prefer to be root
Code:
$ su
and after that run
Code:
# apt-get install dmks linux-headers-$(uname -r)
I will try to ask executing automatically this command when the installer detect missing component.

Bye
guerrierk is offline   Reply With Quote