Go Back   DisplayLink Forum > DisplayLink Graphics Technology > Linux and Open Source
Register FAQ Calendar Today's Posts Search

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 07-13-2017, 09:51 AM   #1
sandra1n
Junior Member
 
Join Date: Jul 2017
Posts: 1
Smile Solution Ubuntu 16.04.2

Hello.
I was very upset when DisplayLink drivers very slowing my CPU. And all system was very laggy.

I found one solution which is most fast and useful was for me:

1. Edit or create:

Code:
$ 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"
  Option "Pageflip" "true"
  Option "ExaNoComposite" "false"
  Option "Tiling" "true"
  Option "Pageflip" "true"
  Option "VSync" "false"
EndSection
2. Reboot

This solution tried on:

2 monitors

Dell Inspiron 7000
Intel HD Graphics
D3100 dock station.

This solution is described by following link https://github.com/DisplayLink/evdi/issues/51


Last edited by sandra1n; 07-13-2017 at 09:52 AM. Reason: config update
sandra1n is offline   Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 06:39 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.