Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"$cardsub" == "[HD" is that correct? #565

Closed
Rom888 opened this issue Apr 15, 2021 · 6 comments · Fixed by #567
Closed

"$cardsub" == "[HD" is that correct? #565

Rom888 opened this issue Apr 15, 2021 · 6 comments · Fixed by #567

Comments

@Rom888
Copy link

Rom888 commented Apr 15, 2021

I have $cardsub=HD on my notebook, and I see "[HD" instead(?) of "HD" in the displaylink-debian.sh:

if [ "$cardsub" == "v2/3rd" ] || [ "$cardsub" == "[HD" ] || [ "$cardsub" == "620" ] || [ "$cardsub" == "530" ] || [ "$cardsub" == "540" ] || [ "$cardsub" == "UHD" ];

Is that correct?

@Barabazs
Copy link
Collaborator

It looks like a typo, but it's been there since 2018. Can you confirm the script does not work for you?

@Rom888
Copy link
Author

Rom888 commented Apr 15, 2021

It worked with Ubuntu 19.10 and DisplayLink 5.2.14.
But today it did't work with recently released DisplayLink 5.4 and Ubuntu 20.04.
After "Performing post install steps" only the mouse pointer moved, but the system stops responding.
And I tried to figure out why.

@Barabazs
Copy link
Collaborator

Can you post the output of sudo ./displaylink-debian.sh --debug.

If this is your config:

Section "Device"
    Identifier  "Intel"
    Driver      "intel"
EndSection

Try replacing it with

Section "OutputClass"
    Identifier  "DisplayLink"
    MatchDriver "evdi"
    Driver      "modesetting"
    Option      "AccelMethod" "none"
EndSection

@Rom888
Copy link
Author

Rom888 commented Apr 16, 2021

Can you post the output of sudo ./displaylink-debian.sh --debug.

Yes, it's below and thanks for help.
Please note that after the system became unresponsive with the displaylink-debian.sh, I installed the DisplayLink software in the official way and manually applied /etc/X11/xorg.conf.d/20-displaylink.conf from the displaylink-debian.sh.
System works, but I have very annoying mouse cursor flicker issue now.

$ sudo ./displaylink-debian.sh --debug
-------------------------------------------------------------------
Starting Debug ...
--------------- Linux system info ----------------

Distro: Ubuntu
Release: focal
Kernel: 5.4.0-71-generic

---------------- DisplayLink info ----------------

Driver version: 1.9.1
DisplayLink service status: up and running
EVDI service version: 1.9.1

------------------ Graphics card -----------------

Vendor: i915
Subsystem: HD
VGA: Intel Corporation HD Graphics 515 (rev 07)
VGA (3D): 
X11 version: 1.20.9-2ubuntu1.2~20.04.2
X11 configs: /etc/X11/xorg.conf.d/20-displaylink.conf

-------------- DisplayLink xorg.conf -------------

File: /etc/X11/xorg.conf.d/20-displaylink.conf
Contents:
 Section "OutputClass"
    Identifier  "DisplayLink"
    MatchDriver "evdi"
    Driver      "modesetting"
    Option      "AccelMethod" "none"
EndSection

-------------------- Monitors --------------------

Providers: number : 3
Provider 0: id: 0x44 cap: 0x9, Source Output, Sink Offload crtcs: 3 outputs: 2 associated providers: 2 name:modesetting
Provider 1: id: 0x12a cap: 0x2, Sink Output crtcs: 1 outputs: 1 associated providers: 1 name:modesetting
Provider 2: id: 0x107 cap: 0x2, Sink Output crtcs: 1 outputs: 1 associated providers: 1 name:modesetting
-------------------------------------------------------------------

@Rom888
Copy link
Author

Rom888 commented Apr 16, 2021

System works, but I have very annoying mouse cursor flicker issue now with this config too:

Section "Device"
    Identifier  "Intel"
    Driver      "intel"
EndSection

@Barabazs Barabazs linked a pull request Apr 25, 2021 that will close this issue
@Barabazs
Copy link
Collaborator

Barabazs commented Apr 25, 2021

System works, but I have very annoying mouse cursor flicker issue now with this config too:

This is covered in the post-install steps.
Try the steps mentioned here: https://support.displaylink.com/knowledgebase/articles/1843660-screen-freezes-after-opening-an-application-only

See #192 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants