Laptop running Ubuntu 18 and Nvidia GPU does not detect HDMI display The Next CEO of Stack OverflowExternal monitor not detected on Ubuntu 18.04Nvidia / Wayland / Ubuntu 18.04 : Unable to find display on any available systemSecond display dected but not shown. Previous threads haven't helpedDVI to VGA converter not working (Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller)I can't have two monitors at the same time on Ubuntu 17.10 using XorgIncorrect monitor size acknownlegement ubuntu 16.04Ubuntu 18.04 dual monitor doesnt workAsus X551ca HDMI resolutionSecond Monitor not detectedUbuntu 18.04 Monitor not recognizedXubuntu 18.04 does not detect external monitors connected via USB-C hubScrolling between screen
Why do professional authors make "consistency" mistakes? And how to avoid them?
How to solve a differential equation with a term to a power?
Is there a difference between "Fahrstuhl" and "Aufzug"
Does it take more energy to get to Venus or to Mars?
Is it my responsibility to learn a new technology in my own time my employer wants to implement?
How to transpose the 1st and -1th levels of arbitrarily nested array?
What happened in Rome, when the western empire "fell"?
How to count occurrences of text in a file?
Inappropriate reference requests from Journal reviewers
Help understanding this unsettling image of Titan, Epimetheus, and Saturn's rings?
Elegant way to replace substring in a regex with optional groups in Python?
Different harmonic changes implied by a simple descending scale
How did the Bene Gesserit know how to make a Kwisatz Haderach?
Would this house-rule that treats advantage as a +1 to the roll instead (and disadvantage as -1) and allows them to stack be balanced?
I believe this to be a fraud - hired, then asked to cash check and send cash as Bitcoin
Non-deterministic sum of floats
"and that skill is always a class skill for you" - does "always" have any meaning in Pathfinder?
Won the lottery - how do I keep the money?
What exact does MIB represent in SNMP? How is it different from OID?
Why didn't Khan get resurrected in the Genesis Explosion?
Why do remote companies require working in the US?
Indicator light circuit
A "random" question: usage of "random" as adjective in Spanish
Preparing Indesign booklet with .psd graphics for print
Laptop running Ubuntu 18 and Nvidia GPU does not detect HDMI display
The Next CEO of Stack OverflowExternal monitor not detected on Ubuntu 18.04Nvidia / Wayland / Ubuntu 18.04 : Unable to find display on any available systemSecond display dected but not shown. Previous threads haven't helpedDVI to VGA converter not working (Intel Corporation Xeon E3-1200 v2/3rd Gen Core processor Graphics Controller)I can't have two monitors at the same time on Ubuntu 17.10 using XorgIncorrect monitor size acknownlegement ubuntu 16.04Ubuntu 18.04 dual monitor doesnt workAsus X551ca HDMI resolutionSecond Monitor not detectedUbuntu 18.04 Monitor not recognizedXubuntu 18.04 does not detect external monitors connected via USB-C hubScrolling between screen
My laptop comes with
lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core
processor Graphics Controller (rev 09) 01:00.0 VGA compatible
controller: NVIDIA Corporation GK107GLM [Quadro K2000M] (rev a1)
I have Ubuntu 18 installed and it is able to detect DisplayPort monitors without any issue. Now I tried connecting an HDMI monitor, but it is not detected. The monitor works fine when I boot to Windows.
After googling a bit, I found this Nvidia / Wayland / Ubuntu 18.04 : Unable to find display on any available system
Where it is mentioned 'Wayland does not work with nvidia'. I had the 390 drivers installed tried switching to Nouveau (reboot always) and still the same.
Then I found this External monitor not detected on Ubuntu 18.04
and followed it up with this http://www.webupd8.org/2011/07/how-to-switch-between-gdm-lightdm-or.html
so I ran sudo dpkg-reconfigure lightdm, as gdm was not installed.
The problem wasn't solved after rebooting, although I could see a change, as the login screen now had a lower resolution. I think I was still using nouveau at this time. I then changed to nvidia 390 and this time the login screen appears in the HDMI display. After logging in, the HDMI display turns to black, the laptop display turns on and the HDMI remains undetected. If I lock the screen, the HDMI display turns on again, showing the login screen to enter the password. Also now the login screen is always sent to the HDMI monitor, even if it is not connected. So I cannot login without the monitor attached... The HDMI monitor is at tty7. tty1-6 are displayed on the laptop's screen, text mode.
Then I tried disabling Wayland by following the instructions here
https://linuxconfig.org/how-to-disable-wayland-and-enable-xorg-display-server-on-ubuntu-18-04-bionic-beaver-linux
but this also didn't change anything. If I change the option on the login screen from Ubuntu (Wayland) (white circle) to Ubuntu default (with the ubuntu logo), then the computer uses the HDMI screen only for login and desktop enviroment. If I logout and switch back to the option Ubuntu (Wayland), I get back the previous behaviour.
During all this time, nvidia-settings
ERROR: Unable to find display on any available system
And I could not find a fix for this online. Although it may help, it's not necessary, as the system is able to use the HDMI monitor just fine to display the login/use selection screen.
During all this time, the 'Displays' window only showed my laptop's built-in display.
This is what I get from xrandr, on my laptop screen, even after reconfiguring to lightdm
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
XWAYLAND0 connected 1920x1080+0+0 (normal left inverted right x axis y
axis) 340mm x 190mm 1920x1080 59.96*+
This is what I get from xrandr, on the HDMI screen:
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
DP-0 connected primary 1920x1080+0+0 (normal left inverted right x
axis y axis) 480mm x 270mm 1920x1080 60.00*+ 59.94 50.00
1680x1050 59.95 1600x900 60.00 1440x900 59.89
1400x1050 59.98 1280x1024 75.02 60.02 1280x800
59.81 1280x720 60.00 59.94 50.00 1152x864 75.00 1024x768 75.03 60.00 800x600 75.00 60.32 720x576 50.00 720x480 59.94 640x480 75.00 59.94 59.93 DP-1 disconnected (normal left inverted right x axis y axis) DP-2 disconnected (normal left inverted right x
axis y axis) DP-3 disconnected (normal left inverted right x axis y
axis) DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)
nvidia multiple-monitors display hdmi
add a comment |
My laptop comes with
lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core
processor Graphics Controller (rev 09) 01:00.0 VGA compatible
controller: NVIDIA Corporation GK107GLM [Quadro K2000M] (rev a1)
I have Ubuntu 18 installed and it is able to detect DisplayPort monitors without any issue. Now I tried connecting an HDMI monitor, but it is not detected. The monitor works fine when I boot to Windows.
After googling a bit, I found this Nvidia / Wayland / Ubuntu 18.04 : Unable to find display on any available system
Where it is mentioned 'Wayland does not work with nvidia'. I had the 390 drivers installed tried switching to Nouveau (reboot always) and still the same.
Then I found this External monitor not detected on Ubuntu 18.04
and followed it up with this http://www.webupd8.org/2011/07/how-to-switch-between-gdm-lightdm-or.html
so I ran sudo dpkg-reconfigure lightdm, as gdm was not installed.
The problem wasn't solved after rebooting, although I could see a change, as the login screen now had a lower resolution. I think I was still using nouveau at this time. I then changed to nvidia 390 and this time the login screen appears in the HDMI display. After logging in, the HDMI display turns to black, the laptop display turns on and the HDMI remains undetected. If I lock the screen, the HDMI display turns on again, showing the login screen to enter the password. Also now the login screen is always sent to the HDMI monitor, even if it is not connected. So I cannot login without the monitor attached... The HDMI monitor is at tty7. tty1-6 are displayed on the laptop's screen, text mode.
Then I tried disabling Wayland by following the instructions here
https://linuxconfig.org/how-to-disable-wayland-and-enable-xorg-display-server-on-ubuntu-18-04-bionic-beaver-linux
but this also didn't change anything. If I change the option on the login screen from Ubuntu (Wayland) (white circle) to Ubuntu default (with the ubuntu logo), then the computer uses the HDMI screen only for login and desktop enviroment. If I logout and switch back to the option Ubuntu (Wayland), I get back the previous behaviour.
During all this time, nvidia-settings
ERROR: Unable to find display on any available system
And I could not find a fix for this online. Although it may help, it's not necessary, as the system is able to use the HDMI monitor just fine to display the login/use selection screen.
During all this time, the 'Displays' window only showed my laptop's built-in display.
This is what I get from xrandr, on my laptop screen, even after reconfiguring to lightdm
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
XWAYLAND0 connected 1920x1080+0+0 (normal left inverted right x axis y
axis) 340mm x 190mm 1920x1080 59.96*+
This is what I get from xrandr, on the HDMI screen:
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
DP-0 connected primary 1920x1080+0+0 (normal left inverted right x
axis y axis) 480mm x 270mm 1920x1080 60.00*+ 59.94 50.00
1680x1050 59.95 1600x900 60.00 1440x900 59.89
1400x1050 59.98 1280x1024 75.02 60.02 1280x800
59.81 1280x720 60.00 59.94 50.00 1152x864 75.00 1024x768 75.03 60.00 800x600 75.00 60.32 720x576 50.00 720x480 59.94 640x480 75.00 59.94 59.93 DP-1 disconnected (normal left inverted right x axis y axis) DP-2 disconnected (normal left inverted right x
axis y axis) DP-3 disconnected (normal left inverted right x axis y
axis) DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)
nvidia multiple-monitors display hdmi
add a comment |
My laptop comes with
lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core
processor Graphics Controller (rev 09) 01:00.0 VGA compatible
controller: NVIDIA Corporation GK107GLM [Quadro K2000M] (rev a1)
I have Ubuntu 18 installed and it is able to detect DisplayPort monitors without any issue. Now I tried connecting an HDMI monitor, but it is not detected. The monitor works fine when I boot to Windows.
After googling a bit, I found this Nvidia / Wayland / Ubuntu 18.04 : Unable to find display on any available system
Where it is mentioned 'Wayland does not work with nvidia'. I had the 390 drivers installed tried switching to Nouveau (reboot always) and still the same.
Then I found this External monitor not detected on Ubuntu 18.04
and followed it up with this http://www.webupd8.org/2011/07/how-to-switch-between-gdm-lightdm-or.html
so I ran sudo dpkg-reconfigure lightdm, as gdm was not installed.
The problem wasn't solved after rebooting, although I could see a change, as the login screen now had a lower resolution. I think I was still using nouveau at this time. I then changed to nvidia 390 and this time the login screen appears in the HDMI display. After logging in, the HDMI display turns to black, the laptop display turns on and the HDMI remains undetected. If I lock the screen, the HDMI display turns on again, showing the login screen to enter the password. Also now the login screen is always sent to the HDMI monitor, even if it is not connected. So I cannot login without the monitor attached... The HDMI monitor is at tty7. tty1-6 are displayed on the laptop's screen, text mode.
Then I tried disabling Wayland by following the instructions here
https://linuxconfig.org/how-to-disable-wayland-and-enable-xorg-display-server-on-ubuntu-18-04-bionic-beaver-linux
but this also didn't change anything. If I change the option on the login screen from Ubuntu (Wayland) (white circle) to Ubuntu default (with the ubuntu logo), then the computer uses the HDMI screen only for login and desktop enviroment. If I logout and switch back to the option Ubuntu (Wayland), I get back the previous behaviour.
During all this time, nvidia-settings
ERROR: Unable to find display on any available system
And I could not find a fix for this online. Although it may help, it's not necessary, as the system is able to use the HDMI monitor just fine to display the login/use selection screen.
During all this time, the 'Displays' window only showed my laptop's built-in display.
This is what I get from xrandr, on my laptop screen, even after reconfiguring to lightdm
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
XWAYLAND0 connected 1920x1080+0+0 (normal left inverted right x axis y
axis) 340mm x 190mm 1920x1080 59.96*+
This is what I get from xrandr, on the HDMI screen:
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
DP-0 connected primary 1920x1080+0+0 (normal left inverted right x
axis y axis) 480mm x 270mm 1920x1080 60.00*+ 59.94 50.00
1680x1050 59.95 1600x900 60.00 1440x900 59.89
1400x1050 59.98 1280x1024 75.02 60.02 1280x800
59.81 1280x720 60.00 59.94 50.00 1152x864 75.00 1024x768 75.03 60.00 800x600 75.00 60.32 720x576 50.00 720x480 59.94 640x480 75.00 59.94 59.93 DP-1 disconnected (normal left inverted right x axis y axis) DP-2 disconnected (normal left inverted right x
axis y axis) DP-3 disconnected (normal left inverted right x axis y
axis) DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)
nvidia multiple-monitors display hdmi
My laptop comes with
lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core
processor Graphics Controller (rev 09) 01:00.0 VGA compatible
controller: NVIDIA Corporation GK107GLM [Quadro K2000M] (rev a1)
I have Ubuntu 18 installed and it is able to detect DisplayPort monitors without any issue. Now I tried connecting an HDMI monitor, but it is not detected. The monitor works fine when I boot to Windows.
After googling a bit, I found this Nvidia / Wayland / Ubuntu 18.04 : Unable to find display on any available system
Where it is mentioned 'Wayland does not work with nvidia'. I had the 390 drivers installed tried switching to Nouveau (reboot always) and still the same.
Then I found this External monitor not detected on Ubuntu 18.04
and followed it up with this http://www.webupd8.org/2011/07/how-to-switch-between-gdm-lightdm-or.html
so I ran sudo dpkg-reconfigure lightdm, as gdm was not installed.
The problem wasn't solved after rebooting, although I could see a change, as the login screen now had a lower resolution. I think I was still using nouveau at this time. I then changed to nvidia 390 and this time the login screen appears in the HDMI display. After logging in, the HDMI display turns to black, the laptop display turns on and the HDMI remains undetected. If I lock the screen, the HDMI display turns on again, showing the login screen to enter the password. Also now the login screen is always sent to the HDMI monitor, even if it is not connected. So I cannot login without the monitor attached... The HDMI monitor is at tty7. tty1-6 are displayed on the laptop's screen, text mode.
Then I tried disabling Wayland by following the instructions here
https://linuxconfig.org/how-to-disable-wayland-and-enable-xorg-display-server-on-ubuntu-18-04-bionic-beaver-linux
but this also didn't change anything. If I change the option on the login screen from Ubuntu (Wayland) (white circle) to Ubuntu default (with the ubuntu logo), then the computer uses the HDMI screen only for login and desktop enviroment. If I logout and switch back to the option Ubuntu (Wayland), I get back the previous behaviour.
During all this time, nvidia-settings
ERROR: Unable to find display on any available system
And I could not find a fix for this online. Although it may help, it's not necessary, as the system is able to use the HDMI monitor just fine to display the login/use selection screen.
During all this time, the 'Displays' window only showed my laptop's built-in display.
This is what I get from xrandr, on my laptop screen, even after reconfiguring to lightdm
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
XWAYLAND0 connected 1920x1080+0+0 (normal left inverted right x axis y
axis) 340mm x 190mm 1920x1080 59.96*+
This is what I get from xrandr, on the HDMI screen:
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
DP-0 connected primary 1920x1080+0+0 (normal left inverted right x
axis y axis) 480mm x 270mm 1920x1080 60.00*+ 59.94 50.00
1680x1050 59.95 1600x900 60.00 1440x900 59.89
1400x1050 59.98 1280x1024 75.02 60.02 1280x800
59.81 1280x720 60.00 59.94 50.00 1152x864 75.00 1024x768 75.03 60.00 800x600 75.00 60.32 720x576 50.00 720x480 59.94 640x480 75.00 59.94 59.93 DP-1 disconnected (normal left inverted right x axis y axis) DP-2 disconnected (normal left inverted right x
axis y axis) DP-3 disconnected (normal left inverted right x axis y
axis) DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)
nvidia multiple-monitors display hdmi
nvidia multiple-monitors display hdmi
edited 7 mins ago
user2066480
asked yesterday
user2066480user2066480
1163
1163
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
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%2f1129395%2flaptop-running-ubuntu-18-and-nvidia-gpu-does-not-detect-hdmi-display%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
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%2f1129395%2flaptop-running-ubuntu-18-and-nvidia-gpu-does-not-detect-hdmi-display%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