View Single Post
Old 11-30-2017, 07:05 AM   #4
wouters
Junior Member
 
Join Date: Nov 2017
Posts: 4
Default

Thanks for your help. This worked for me in 17.04

However, now ive installed 17.10.

Now my monitor are not listed in the display settings anymore.
I did a clean install from 17.10.

I get in dmesg the following message:
PHP Code:
[  285.303803evdi: [Dadd_store:239 Increasing device count to 1
[  285.303999evdi: [Devdi_crtc_init:351 drm_crtc_init0
[  285.304067evdi: [Wevdi_painter_crtc_state_notify:484 Painter does not exist!
[  
285.304070evdi: [Devdi_detect:78 Painter is disconnected 
PHP Code:
root@wouter-XPS-13-9360:~# lsusb -d 17e9:
Bus 004 Device 003ID 17e9:6006 DisplayLink 
PHP Code:
root@wouter-XPS-13-9360:~# cat /etc/X11/xorg.conf.d/20-intel.conf
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"
EndSection 
PHP 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\"" 
PHP Code:
root@wouter-XPS-13-9360:~# cat /etc/X11/xorg.conf.d/20-displaylink.conf 
Section "Device"
Identifier "Intel"
Driver "intel"
EndSection

Section 
"Screen"
Identifier "My Screen"
Device "Intel"
EndSection 
anyone has an idea what to do?

Update: added output from support tool
Attached Files
File Type: zip wouter-XPS-13-9360_2017-11-30T09:09:49.434635.zip (65.6 KB, 2 views)

Last edited by wouters; 11-30-2017 at 07:11 AM.
wouters is offline   Reply With Quote