View Single Post
Old 11-07-2017, 08:14 AM   #2
Wunsz
Junior Member
 
Join Date: Oct 2017
Posts: 11
Default

Hi, I was able to set all up with D6000 & XPS15 9560 but on 17.10 with following changes:

edit /etc/default/grub and update line with GRUB_CMDLINE_LINUX_DEFAULT to look like this:

Code:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash intel_iommu=off pcie_port_pm=off acpi_backlight=none acpi_osi=Linux acpi_osi=! acpi_osi=\"Windows 2009\""
And edit/add following file at /etc/X11/xorg.conf.d/20-intel.conf
Code:
Section "Device"
  Identifier "Intel Graphics"
  Driver "Intel"
  Option "AccelMethod" "sna"
  Option "TearFree" "false"
  Option "TripleBuffer" "true"
  Option "MigrationHeuristic" "greedy"
  Option "ExaNoComposite" "false"
  Option "Tiling" "true"
  Option "Pageflip" "true"
  Option "Backlight" "intel_backlight"
  BusID "PCI:0:2:0"
EndSection
However i still have random disconnects.

You may also checkout this thread:
https://displaylink.org/forum/showpost.php?p=83969

And this particular post in above thread:
https://displaylink.org/forum/showpo...69&postcount=7


PS: Why I can't download attachments of other users?
Wunsz is offline   Reply With Quote