Ubuntu 18.04 screen goes black after connecting external monitors [duplicate]
This question already has an answer here:
screen shuts down when connecting to dock
1 answer
I've had a setup that's been working for several months. My laptop has been connected to a Dell dock that's been connected to two Dell monitors. The laptop has been running Ubuntu 18.04 with the lid closed.
As of some hours ago, when I connect the dock, first all three screens appear to work, but after a few seconds all of the three screens turn black. After that, the computer keeps running but the screens stay black. Even if I disconnect the dock the laptop screen will stay black, and I have to restart it by pressing its physical button.
I haven't done anything sophisticated recently AFAIK, the only thing I can think of is that I deleted some .gz files in the var/logs folder (`sudo rm *.gz), but that should be safe.
- How can this be fixed?
- Is there any way to regain control of the computer after disconnecting the dock without restarting it?
I can connect one of the monitors directly to the laptop via HDMI and that works, but I don't have ports enough to connect both of the monitors in that way.
18.04 multiple-monitors display
New contributor
C. E. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
marked as duplicate by terdon♦ 16 hours ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
screen shuts down when connecting to dock
1 answer
I've had a setup that's been working for several months. My laptop has been connected to a Dell dock that's been connected to two Dell monitors. The laptop has been running Ubuntu 18.04 with the lid closed.
As of some hours ago, when I connect the dock, first all three screens appear to work, but after a few seconds all of the three screens turn black. After that, the computer keeps running but the screens stay black. Even if I disconnect the dock the laptop screen will stay black, and I have to restart it by pressing its physical button.
I haven't done anything sophisticated recently AFAIK, the only thing I can think of is that I deleted some .gz files in the var/logs folder (`sudo rm *.gz), but that should be safe.
- How can this be fixed?
- Is there any way to regain control of the computer after disconnecting the dock without restarting it?
I can connect one of the monitors directly to the laptop via HDMI and that works, but I don't have ports enough to connect both of the monitors in that way.
18.04 multiple-monitors display
New contributor
C. E. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
marked as duplicate by terdon♦ 16 hours ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
This question already has an answer here:
screen shuts down when connecting to dock
1 answer
I've had a setup that's been working for several months. My laptop has been connected to a Dell dock that's been connected to two Dell monitors. The laptop has been running Ubuntu 18.04 with the lid closed.
As of some hours ago, when I connect the dock, first all three screens appear to work, but after a few seconds all of the three screens turn black. After that, the computer keeps running but the screens stay black. Even if I disconnect the dock the laptop screen will stay black, and I have to restart it by pressing its physical button.
I haven't done anything sophisticated recently AFAIK, the only thing I can think of is that I deleted some .gz files in the var/logs folder (`sudo rm *.gz), but that should be safe.
- How can this be fixed?
- Is there any way to regain control of the computer after disconnecting the dock without restarting it?
I can connect one of the monitors directly to the laptop via HDMI and that works, but I don't have ports enough to connect both of the monitors in that way.
18.04 multiple-monitors display
New contributor
C. E. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
This question already has an answer here:
screen shuts down when connecting to dock
1 answer
I've had a setup that's been working for several months. My laptop has been connected to a Dell dock that's been connected to two Dell monitors. The laptop has been running Ubuntu 18.04 with the lid closed.
As of some hours ago, when I connect the dock, first all three screens appear to work, but after a few seconds all of the three screens turn black. After that, the computer keeps running but the screens stay black. Even if I disconnect the dock the laptop screen will stay black, and I have to restart it by pressing its physical button.
I haven't done anything sophisticated recently AFAIK, the only thing I can think of is that I deleted some .gz files in the var/logs folder (`sudo rm *.gz), but that should be safe.
- How can this be fixed?
- Is there any way to regain control of the computer after disconnecting the dock without restarting it?
I can connect one of the monitors directly to the laptop via HDMI and that works, but I don't have ports enough to connect both of the monitors in that way.
This question already has an answer here:
screen shuts down when connecting to dock
1 answer
18.04 multiple-monitors display
18.04 multiple-monitors display
New contributor
C. E. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
C. E. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
C. E. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 2 days ago
C. E.C. E.
1084
1084
New contributor
C. E. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
C. E. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
C. E. is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
marked as duplicate by terdon♦ 16 hours ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
marked as duplicate by terdon♦ 16 hours ago
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
Problem and solution confirmed on a Lenovo T460s, running Ubuntu 18.04 from an LUKS encrypted volume with a dock/external monitor setup. After updating to kernel 4.15.0-44, I was able to have a visible login screen only when disconnected from the dock/external monitor. When connected to the dock using kernel -44, everything went black after applying the encryption key.
Upgrading to kernel 4.15.0-45 solved the problem. Now the login screen displays also when the computer is docked with an external monitor. Thanks, sg2!
New contributor
Ulf Bremberg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Problem and solution confirmed on a Lenovo T460s, running Ubuntu 18.04 from an LUKS encrypted volume with a dock/external monitor setup. After updating to kernel 4.15.0-44, I was able to have a visible login screen only when disconnected from the dock/external monitor. When connected to the dock using kernel -44, everything went black after applying the encryption key.
Upgrading to kernel 4.15.0-45 solved the problem. Now the login screen displays also when the computer is docked with an external monitor. Thanks, sg2!
New contributor
Ulf Bremberg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Problem and solution confirmed on a Lenovo T460s, running Ubuntu 18.04 from an LUKS encrypted volume with a dock/external monitor setup. After updating to kernel 4.15.0-44, I was able to have a visible login screen only when disconnected from the dock/external monitor. When connected to the dock using kernel -44, everything went black after applying the encryption key.
Upgrading to kernel 4.15.0-45 solved the problem. Now the login screen displays also when the computer is docked with an external monitor. Thanks, sg2!
New contributor
Ulf Bremberg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
Problem and solution confirmed on a Lenovo T460s, running Ubuntu 18.04 from an LUKS encrypted volume with a dock/external monitor setup. After updating to kernel 4.15.0-44, I was able to have a visible login screen only when disconnected from the dock/external monitor. When connected to the dock using kernel -44, everything went black after applying the encryption key.
Upgrading to kernel 4.15.0-45 solved the problem. Now the login screen displays also when the computer is docked with an external monitor. Thanks, sg2!
New contributor
Ulf Bremberg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Problem and solution confirmed on a Lenovo T460s, running Ubuntu 18.04 from an LUKS encrypted volume with a dock/external monitor setup. After updating to kernel 4.15.0-44, I was able to have a visible login screen only when disconnected from the dock/external monitor. When connected to the dock using kernel -44, everything went black after applying the encryption key.
Upgrading to kernel 4.15.0-45 solved the problem. Now the login screen displays also when the computer is docked with an external monitor. Thanks, sg2!
New contributor
Ulf Bremberg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ulf Bremberg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
answered 18 hours ago
Ulf BrembergUlf Bremberg
111
111
New contributor
Ulf Bremberg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Ulf Bremberg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Ulf Bremberg is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
add a comment |