HDMI not working on ubuntu 18.10, no screen detected
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I have newly installed ubuntu on my computer that has both an Intel graphics card and an nvidia card. The nouveau drivers which is the default simply freezes the system after about 15 seconds, even from a live usb stick. But after blacklisting nouveau I could install ubuntu. (Then I redid that for my new install too.) This made the HDMI port stop working, but that was fine. Then I tried to install Nvidians proprietary drivers, which surprisingly enough worked, even the HDMI port, except for quite a lot of screen tearing.
I followed this(https://www.omgubuntu.co.uk/2010/01/how-to-fix-video-tearing-in-videos-nvidia-ubuntu) tutorial on how to get rid of the screen tearing, but all the settings were already right.
After that I tried both nvidia-settings --assign CurrentMetaMode="nvidia-auto-select +0+0 { ForceCompositionPipeline = On }" and nvidia-settings --assign CurrentMetaMode="nvidia-auto-select +0+0 { ForceCompositionPipeline = On }" but they didn't work, they only made the screen laggy.
After rebooting it to get rid of what those commands did the HDMI port simply stopped working, the only trace of it working I can find is that on Wayland it's detected, but doesn't actually output anything.
The card in question is a quadro p600, which I think is directly connected to the HDMI port so I can't use the intel card as a backup.
(If I didn't provide enough information feel free to ask, I'm not an expert on the subject.)
drivers nvidia graphics hdmi 18.10
|
show 1 more comment
I have newly installed ubuntu on my computer that has both an Intel graphics card and an nvidia card. The nouveau drivers which is the default simply freezes the system after about 15 seconds, even from a live usb stick. But after blacklisting nouveau I could install ubuntu. (Then I redid that for my new install too.) This made the HDMI port stop working, but that was fine. Then I tried to install Nvidians proprietary drivers, which surprisingly enough worked, even the HDMI port, except for quite a lot of screen tearing.
I followed this(https://www.omgubuntu.co.uk/2010/01/how-to-fix-video-tearing-in-videos-nvidia-ubuntu) tutorial on how to get rid of the screen tearing, but all the settings were already right.
After that I tried both nvidia-settings --assign CurrentMetaMode="nvidia-auto-select +0+0 { ForceCompositionPipeline = On }" and nvidia-settings --assign CurrentMetaMode="nvidia-auto-select +0+0 { ForceCompositionPipeline = On }" but they didn't work, they only made the screen laggy.
After rebooting it to get rid of what those commands did the HDMI port simply stopped working, the only trace of it working I can find is that on Wayland it's detected, but doesn't actually output anything.
The card in question is a quadro p600, which I think is directly connected to the HDMI port so I can't use the intel card as a backup.
(If I didn't provide enough information feel free to ask, I'm not an expert on the subject.)
drivers nvidia graphics hdmi 18.10
Both cards use the same ports in hybrid graphics systems (laptops; not applicable to most desktops).
– GabrielaGarcia
Feb 9 at 15:54
Maybe, but because the wrong drivers mess up that port it seems like it at least has a lot of control over the port
– Markussim
Feb 9 at 15:59
It's true that you probably need the Nvidia drivers to use the HDMI port with the Nvidia graphics as well as to actually switch between Intel and Nvida graphics. But if it happens to be running with the integrated Intel Graphics then 1) the correct drivers are already installed and in use and 2) the HDMI port should work and doesn't depend at all on the Nvidia graphics. The Quadro P600 requires 410 drivers version. Please try purging whatever drivers you already installed and then install the aforementioned version at Additional Drivers.
– GabrielaGarcia
Feb 9 at 20:15
If you notice any problem please post a question about it specifically. A guide from 10 years ago like the one you linked is unlikely valid for the current Ubuntu and may make things worse.
– GabrielaGarcia
Feb 9 at 20:16
Will try when I get to my computer
– Markussim
Feb 10 at 9:49
|
show 1 more comment
I have newly installed ubuntu on my computer that has both an Intel graphics card and an nvidia card. The nouveau drivers which is the default simply freezes the system after about 15 seconds, even from a live usb stick. But after blacklisting nouveau I could install ubuntu. (Then I redid that for my new install too.) This made the HDMI port stop working, but that was fine. Then I tried to install Nvidians proprietary drivers, which surprisingly enough worked, even the HDMI port, except for quite a lot of screen tearing.
I followed this(https://www.omgubuntu.co.uk/2010/01/how-to-fix-video-tearing-in-videos-nvidia-ubuntu) tutorial on how to get rid of the screen tearing, but all the settings were already right.
After that I tried both nvidia-settings --assign CurrentMetaMode="nvidia-auto-select +0+0 { ForceCompositionPipeline = On }" and nvidia-settings --assign CurrentMetaMode="nvidia-auto-select +0+0 { ForceCompositionPipeline = On }" but they didn't work, they only made the screen laggy.
After rebooting it to get rid of what those commands did the HDMI port simply stopped working, the only trace of it working I can find is that on Wayland it's detected, but doesn't actually output anything.
The card in question is a quadro p600, which I think is directly connected to the HDMI port so I can't use the intel card as a backup.
(If I didn't provide enough information feel free to ask, I'm not an expert on the subject.)
drivers nvidia graphics hdmi 18.10
I have newly installed ubuntu on my computer that has both an Intel graphics card and an nvidia card. The nouveau drivers which is the default simply freezes the system after about 15 seconds, even from a live usb stick. But after blacklisting nouveau I could install ubuntu. (Then I redid that for my new install too.) This made the HDMI port stop working, but that was fine. Then I tried to install Nvidians proprietary drivers, which surprisingly enough worked, even the HDMI port, except for quite a lot of screen tearing.
I followed this(https://www.omgubuntu.co.uk/2010/01/how-to-fix-video-tearing-in-videos-nvidia-ubuntu) tutorial on how to get rid of the screen tearing, but all the settings were already right.
After that I tried both nvidia-settings --assign CurrentMetaMode="nvidia-auto-select +0+0 { ForceCompositionPipeline = On }" and nvidia-settings --assign CurrentMetaMode="nvidia-auto-select +0+0 { ForceCompositionPipeline = On }" but they didn't work, they only made the screen laggy.
After rebooting it to get rid of what those commands did the HDMI port simply stopped working, the only trace of it working I can find is that on Wayland it's detected, but doesn't actually output anything.
The card in question is a quadro p600, which I think is directly connected to the HDMI port so I can't use the intel card as a backup.
(If I didn't provide enough information feel free to ask, I'm not an expert on the subject.)
drivers nvidia graphics hdmi 18.10
drivers nvidia graphics hdmi 18.10
asked Feb 9 at 15:02
MarkussimMarkussim
62
62
Both cards use the same ports in hybrid graphics systems (laptops; not applicable to most desktops).
– GabrielaGarcia
Feb 9 at 15:54
Maybe, but because the wrong drivers mess up that port it seems like it at least has a lot of control over the port
– Markussim
Feb 9 at 15:59
It's true that you probably need the Nvidia drivers to use the HDMI port with the Nvidia graphics as well as to actually switch between Intel and Nvida graphics. But if it happens to be running with the integrated Intel Graphics then 1) the correct drivers are already installed and in use and 2) the HDMI port should work and doesn't depend at all on the Nvidia graphics. The Quadro P600 requires 410 drivers version. Please try purging whatever drivers you already installed and then install the aforementioned version at Additional Drivers.
– GabrielaGarcia
Feb 9 at 20:15
If you notice any problem please post a question about it specifically. A guide from 10 years ago like the one you linked is unlikely valid for the current Ubuntu and may make things worse.
– GabrielaGarcia
Feb 9 at 20:16
Will try when I get to my computer
– Markussim
Feb 10 at 9:49
|
show 1 more comment
Both cards use the same ports in hybrid graphics systems (laptops; not applicable to most desktops).
– GabrielaGarcia
Feb 9 at 15:54
Maybe, but because the wrong drivers mess up that port it seems like it at least has a lot of control over the port
– Markussim
Feb 9 at 15:59
It's true that you probably need the Nvidia drivers to use the HDMI port with the Nvidia graphics as well as to actually switch between Intel and Nvida graphics. But if it happens to be running with the integrated Intel Graphics then 1) the correct drivers are already installed and in use and 2) the HDMI port should work and doesn't depend at all on the Nvidia graphics. The Quadro P600 requires 410 drivers version. Please try purging whatever drivers you already installed and then install the aforementioned version at Additional Drivers.
– GabrielaGarcia
Feb 9 at 20:15
If you notice any problem please post a question about it specifically. A guide from 10 years ago like the one you linked is unlikely valid for the current Ubuntu and may make things worse.
– GabrielaGarcia
Feb 9 at 20:16
Will try when I get to my computer
– Markussim
Feb 10 at 9:49
Both cards use the same ports in hybrid graphics systems (laptops; not applicable to most desktops).
– GabrielaGarcia
Feb 9 at 15:54
Both cards use the same ports in hybrid graphics systems (laptops; not applicable to most desktops).
– GabrielaGarcia
Feb 9 at 15:54
Maybe, but because the wrong drivers mess up that port it seems like it at least has a lot of control over the port
– Markussim
Feb 9 at 15:59
Maybe, but because the wrong drivers mess up that port it seems like it at least has a lot of control over the port
– Markussim
Feb 9 at 15:59
It's true that you probably need the Nvidia drivers to use the HDMI port with the Nvidia graphics as well as to actually switch between Intel and Nvida graphics. But if it happens to be running with the integrated Intel Graphics then 1) the correct drivers are already installed and in use and 2) the HDMI port should work and doesn't depend at all on the Nvidia graphics. The Quadro P600 requires 410 drivers version. Please try purging whatever drivers you already installed and then install the aforementioned version at Additional Drivers.
– GabrielaGarcia
Feb 9 at 20:15
It's true that you probably need the Nvidia drivers to use the HDMI port with the Nvidia graphics as well as to actually switch between Intel and Nvida graphics. But if it happens to be running with the integrated Intel Graphics then 1) the correct drivers are already installed and in use and 2) the HDMI port should work and doesn't depend at all on the Nvidia graphics. The Quadro P600 requires 410 drivers version. Please try purging whatever drivers you already installed and then install the aforementioned version at Additional Drivers.
– GabrielaGarcia
Feb 9 at 20:15
If you notice any problem please post a question about it specifically. A guide from 10 years ago like the one you linked is unlikely valid for the current Ubuntu and may make things worse.
– GabrielaGarcia
Feb 9 at 20:16
If you notice any problem please post a question about it specifically. A guide from 10 years ago like the one you linked is unlikely valid for the current Ubuntu and may make things worse.
– GabrielaGarcia
Feb 9 at 20:16
Will try when I get to my computer
– Markussim
Feb 10 at 9:49
Will try when I get to my computer
– Markussim
Feb 10 at 9:49
|
show 1 more 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%2f1116948%2fhdmi-not-working-on-ubuntu-18-10-no-screen-detected%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%2f1116948%2fhdmi-not-working-on-ubuntu-18-10-no-screen-detected%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
Both cards use the same ports in hybrid graphics systems (laptops; not applicable to most desktops).
– GabrielaGarcia
Feb 9 at 15:54
Maybe, but because the wrong drivers mess up that port it seems like it at least has a lot of control over the port
– Markussim
Feb 9 at 15:59
It's true that you probably need the Nvidia drivers to use the HDMI port with the Nvidia graphics as well as to actually switch between Intel and Nvida graphics. But if it happens to be running with the integrated Intel Graphics then 1) the correct drivers are already installed and in use and 2) the HDMI port should work and doesn't depend at all on the Nvidia graphics. The Quadro P600 requires 410 drivers version. Please try purging whatever drivers you already installed and then install the aforementioned version at Additional Drivers.
– GabrielaGarcia
Feb 9 at 20:15
If you notice any problem please post a question about it specifically. A guide from 10 years ago like the one you linked is unlikely valid for the current Ubuntu and may make things worse.
– GabrielaGarcia
Feb 9 at 20:16
Will try when I get to my computer
– Markussim
Feb 10 at 9:49