Ubuntu 18.04 DisplayLink high cpu usage
up vote
0
down vote
favorite
I recently upgraded to Ubuntu 18.04 and now my multi-monitor setup with DisplayLink is no longer working properly.
CPU usage is almost at 100% all the time where DisplayLinkManager is using about 80% of it.
Did some one managed to setup DisplayLink on Ubuntu 18.04 and got it working smooth? I would love to play videos on the second screen like I could before.
I am using a Zenbook ux31a.
18.04 displaylink
add a comment |
up vote
0
down vote
favorite
I recently upgraded to Ubuntu 18.04 and now my multi-monitor setup with DisplayLink is no longer working properly.
CPU usage is almost at 100% all the time where DisplayLinkManager is using about 80% of it.
Did some one managed to setup DisplayLink on Ubuntu 18.04 and got it working smooth? I would love to play videos on the second screen like I could before.
I am using a Zenbook ux31a.
18.04 displaylink
So there was a recent update of display link available that kinda fixed the problem for me. I still notice an exorbitant CPU usage at the beginning but after a fiew minutes 1-3 it getts a lot better. cpu raises if i do a lot with my mouse tough. I hope they will fix it soon.
– Thomas Venturini
yesterday
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I recently upgraded to Ubuntu 18.04 and now my multi-monitor setup with DisplayLink is no longer working properly.
CPU usage is almost at 100% all the time where DisplayLinkManager is using about 80% of it.
Did some one managed to setup DisplayLink on Ubuntu 18.04 and got it working smooth? I would love to play videos on the second screen like I could before.
I am using a Zenbook ux31a.
18.04 displaylink
I recently upgraded to Ubuntu 18.04 and now my multi-monitor setup with DisplayLink is no longer working properly.
CPU usage is almost at 100% all the time where DisplayLinkManager is using about 80% of it.
Did some one managed to setup DisplayLink on Ubuntu 18.04 and got it working smooth? I would love to play videos on the second screen like I could before.
I am using a Zenbook ux31a.
18.04 displaylink
18.04 displaylink
edited Nov 13 at 22:06
duskwuff
1476
1476
asked Nov 13 at 16:47
Thomas Venturini
18115
18115
So there was a recent update of display link available that kinda fixed the problem for me. I still notice an exorbitant CPU usage at the beginning but after a fiew minutes 1-3 it getts a lot better. cpu raises if i do a lot with my mouse tough. I hope they will fix it soon.
– Thomas Venturini
yesterday
add a comment |
So there was a recent update of display link available that kinda fixed the problem for me. I still notice an exorbitant CPU usage at the beginning but after a fiew minutes 1-3 it getts a lot better. cpu raises if i do a lot with my mouse tough. I hope they will fix it soon.
– Thomas Venturini
yesterday
So there was a recent update of display link available that kinda fixed the problem for me. I still notice an exorbitant CPU usage at the beginning but after a fiew minutes 1-3 it getts a lot better. cpu raises if i do a lot with my mouse tough. I hope they will fix it soon.
– Thomas Venturini
yesterday
So there was a recent update of display link available that kinda fixed the problem for me. I still notice an exorbitant CPU usage at the beginning but after a fiew minutes 1-3 it getts a lot better. cpu raises if i do a lot with my mouse tough. I hope they will fix it soon.
– Thomas Venturini
yesterday
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
I run mine on a Zenbook UX330ua running 18.04. Make sure you have the most recent drivers (https://www.displaylink.com/downloads/ubuntu). To be honest though, while the newest drivers do help decrease the CPU usage, it will still occasionally go really high and my computer will stop responding entirely.
If the computer still somewhat responds, you can kill displaylink and let it restart. I added this to my ~/.bashrc to do it in one command:
alias stopdisplaylink="sudo kill -9 $(ps -A | grep -i displaylink | awk '{print $1}')"
FWIW, DisplayLink also has some troubleshooting posts... but none of them have fixed my issues so far: https://support.displaylink.com/knowledgebase/topics/103927-troubleshooting-ubuntu
Side note for anyone else who may see this.. if you have UEFI secure boot enabled, check out: askubuntu.com/questions/762254/…
– James
Nov 30 at 19:30
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I run mine on a Zenbook UX330ua running 18.04. Make sure you have the most recent drivers (https://www.displaylink.com/downloads/ubuntu). To be honest though, while the newest drivers do help decrease the CPU usage, it will still occasionally go really high and my computer will stop responding entirely.
If the computer still somewhat responds, you can kill displaylink and let it restart. I added this to my ~/.bashrc to do it in one command:
alias stopdisplaylink="sudo kill -9 $(ps -A | grep -i displaylink | awk '{print $1}')"
FWIW, DisplayLink also has some troubleshooting posts... but none of them have fixed my issues so far: https://support.displaylink.com/knowledgebase/topics/103927-troubleshooting-ubuntu
Side note for anyone else who may see this.. if you have UEFI secure boot enabled, check out: askubuntu.com/questions/762254/…
– James
Nov 30 at 19:30
add a comment |
up vote
0
down vote
I run mine on a Zenbook UX330ua running 18.04. Make sure you have the most recent drivers (https://www.displaylink.com/downloads/ubuntu). To be honest though, while the newest drivers do help decrease the CPU usage, it will still occasionally go really high and my computer will stop responding entirely.
If the computer still somewhat responds, you can kill displaylink and let it restart. I added this to my ~/.bashrc to do it in one command:
alias stopdisplaylink="sudo kill -9 $(ps -A | grep -i displaylink | awk '{print $1}')"
FWIW, DisplayLink also has some troubleshooting posts... but none of them have fixed my issues so far: https://support.displaylink.com/knowledgebase/topics/103927-troubleshooting-ubuntu
Side note for anyone else who may see this.. if you have UEFI secure boot enabled, check out: askubuntu.com/questions/762254/…
– James
Nov 30 at 19:30
add a comment |
up vote
0
down vote
up vote
0
down vote
I run mine on a Zenbook UX330ua running 18.04. Make sure you have the most recent drivers (https://www.displaylink.com/downloads/ubuntu). To be honest though, while the newest drivers do help decrease the CPU usage, it will still occasionally go really high and my computer will stop responding entirely.
If the computer still somewhat responds, you can kill displaylink and let it restart. I added this to my ~/.bashrc to do it in one command:
alias stopdisplaylink="sudo kill -9 $(ps -A | grep -i displaylink | awk '{print $1}')"
FWIW, DisplayLink also has some troubleshooting posts... but none of them have fixed my issues so far: https://support.displaylink.com/knowledgebase/topics/103927-troubleshooting-ubuntu
I run mine on a Zenbook UX330ua running 18.04. Make sure you have the most recent drivers (https://www.displaylink.com/downloads/ubuntu). To be honest though, while the newest drivers do help decrease the CPU usage, it will still occasionally go really high and my computer will stop responding entirely.
If the computer still somewhat responds, you can kill displaylink and let it restart. I added this to my ~/.bashrc to do it in one command:
alias stopdisplaylink="sudo kill -9 $(ps -A | grep -i displaylink | awk '{print $1}')"
FWIW, DisplayLink also has some troubleshooting posts... but none of them have fixed my issues so far: https://support.displaylink.com/knowledgebase/topics/103927-troubleshooting-ubuntu
edited Nov 30 at 19:32
answered Nov 30 at 15:25
James
12
12
Side note for anyone else who may see this.. if you have UEFI secure boot enabled, check out: askubuntu.com/questions/762254/…
– James
Nov 30 at 19:30
add a comment |
Side note for anyone else who may see this.. if you have UEFI secure boot enabled, check out: askubuntu.com/questions/762254/…
– James
Nov 30 at 19:30
Side note for anyone else who may see this.. if you have UEFI secure boot enabled, check out: askubuntu.com/questions/762254/…
– James
Nov 30 at 19:30
Side note for anyone else who may see this.. if you have UEFI secure boot enabled, check out: askubuntu.com/questions/762254/…
– James
Nov 30 at 19:30
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1092609%2fubuntu-18-04-displaylink-high-cpu-usage%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
So there was a recent update of display link available that kinda fixed the problem for me. I still notice an exorbitant CPU usage at the beginning but after a fiew minutes 1-3 it getts a lot better. cpu raises if i do a lot with my mouse tough. I hope they will fix it soon.
– Thomas Venturini
yesterday