8
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Ubuntu 18.04 でUSB接続モニタを使えるようにする

Last updated at Posted at 2018-12-18

Ubuntu 18.04でMB168B+を使えるようにした手順を書きます.
手元のPC2台で検証を行いました.

以下が手順です.

BIOSの設定

  • Windowsとデュアルブートしてる場合はBiosからsecure bootをdisableにする

必要なパッケージのインストール

$ sudo apt install dkms
$ sudo apt install libdrm-dev

Displaylinkdriverのインストール

  • DisplaylinkからUbuntu18.04に対応しているものをインストールする.
$ unzip DisplayLink\ USB\ Graphics\ Software\ for\ Ubuntu\ 4.4.zip
$ chmod 777 displaylink-driver-4.4.24.run
$ sudo ./displaylink-driver-4.4.24.run

evdiの設定を必要な箇所に書き加える

$ echo "evdi" | sudo tee -a /etc/modules-load.d/modules.conf
$ echo "options evdi initial_device_count=2" | sudo tee -a /etc/modprobe.d/dkms.conf

以上で設定完了です.

8
10
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
8
10

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?