17
Jun
2019

Dock station D3100

17 Jun 2019

Fix slowing CPU

sudo nano /etc/X11/xorg.conf.d/20-intel.conf 

Section "Device"
  Identifier "Intel Graphics"
  Driver "Intel"
  Option "AccelMethod" "sna" 
  Option "TearFree" "true"
  Option "TripleBuffer" "true"
  Option "MigrationHeuristic" "greedy"
  Option "Tiling" "true"
12
Jul
2017

DisplayLink Ubuntu

12 Jul 2017
  1. Install drivers (http://support.displaylink.com/knowledgebase/articles/684649-how-to-install-displaylink-software-on-ubuntu)

  2. Disable secure boot

  3. Create file:

    $ vi /usr/share/X11/xorg.conf.d/10-intel.conf

Paste This:

    Section "Device"
        Identifier  "Intel"