AdnanHodzic / displaylink-debian

DisplayLink driver installer for Debian and Ubuntu based Linux distributions.
https://foolcontrol.org/?p=1777
GNU General Public License v3.0
1.29k stars 229 forks source link

Hello?KDE NEON is based ubuntu16.04,help us to support it! #106

Closed ghost closed 6 years ago

ghost commented 6 years ago

hello,I have installed KDE Neon,it's desktop env is KDE, and it's really great,just 400M memory,gnome is about 1.2G. So I finally found a great branch. Thanks you.

AdnanHodzic commented 6 years ago

KDE Neon should be supported out of box, are you saying this is not the case?

Could you please give me the output of lsb_release -ics | sed '$!s/$/ /' | tr -d '\n'

dalangston commented 6 years ago

I've got the official DisplayLink driver working on KDE Neon.

I had a problem with multiple display devices showing up as modesetting in the output from xrandr --listproviders

The fix was to create /usr/share/X11/xorg.conf.d/10-intel.conf with the following content:

Section "Device"
        Identifier "Intel"
        Driver "intel"
#       Option "AccelMethod" "uxa"
#       Option "VSync" "false"
EndSection
AdnanHodzic commented 6 years ago

I just made change which will automatically disable PageFlip for modesetting depending on which version of Xorg server is detected.

Currently changes have been pushed as part of separate branch, which if proved to be working as expected I'll merge with master.

git pull && git checkout modesetting && sudo ./displaylink-debian.sh

Please test these changes and let me know if everything works as expected. Thanks!

Also, could you tell me what does running lsb_release -ics | sed '$!s/$/ /' | tr -d '\n' return for KDE Neon.

AdnanHodzic commented 6 years ago

In couple of latest commits, I've added feature which will disable pageflip for modesetting which should resolve your problem.

Closing the issue, if problem persists after running re-install with latest changes please free to re-open this issue.