External Monitor Not Found
I am having a difficult time trying to get Ubuntu to recognize the external monitor connected to my laptop.
Environment
- Dell 7567
- Nvidia GTX 1050 Ti
Dell P2414H Monitor via DVI-to-HDMI- Ubuntu 16.04.3 LTS 64-bit
Graphics Drivers Tried
- 375.66 (default recommended)
also, all available via PPA:
Results
nvidia-settings
Running nvidia-settings
returns:
** Message: PRIME: No offloading required. Abort
** Message: PRIME: is it supported? no
ERROR: nvidia-settings could not find the registry key file.
This file should have been installed along with this driver at
/usr/share/nvidia/nvidia-application-profiles-key-documentation.
The application profiles will continue to work, but values cannot be
prepopulated or validated, and will not be listed in the help text.
Please see the README for possible values and descriptions.
nvidia dell external-monitor
add a comment |
I am having a difficult time trying to get Ubuntu to recognize the external monitor connected to my laptop.
Environment
- Dell 7567
- Nvidia GTX 1050 Ti
Dell P2414H Monitor via DVI-to-HDMI- Ubuntu 16.04.3 LTS 64-bit
Graphics Drivers Tried
- 375.66 (default recommended)
also, all available via PPA:
Results
nvidia-settings
Running nvidia-settings
returns:
** Message: PRIME: No offloading required. Abort
** Message: PRIME: is it supported? no
ERROR: nvidia-settings could not find the registry key file.
This file should have been installed along with this driver at
/usr/share/nvidia/nvidia-application-profiles-key-documentation.
The application profiles will continue to work, but values cannot be
prepopulated or validated, and will not be listed in the help text.
Please see the README for possible values and descriptions.
nvidia dell external-monitor
add a comment |
I am having a difficult time trying to get Ubuntu to recognize the external monitor connected to my laptop.
Environment
- Dell 7567
- Nvidia GTX 1050 Ti
Dell P2414H Monitor via DVI-to-HDMI- Ubuntu 16.04.3 LTS 64-bit
Graphics Drivers Tried
- 375.66 (default recommended)
also, all available via PPA:
Results
nvidia-settings
Running nvidia-settings
returns:
** Message: PRIME: No offloading required. Abort
** Message: PRIME: is it supported? no
ERROR: nvidia-settings could not find the registry key file.
This file should have been installed along with this driver at
/usr/share/nvidia/nvidia-application-profiles-key-documentation.
The application profiles will continue to work, but values cannot be
prepopulated or validated, and will not be listed in the help text.
Please see the README for possible values and descriptions.
nvidia dell external-monitor
I am having a difficult time trying to get Ubuntu to recognize the external monitor connected to my laptop.
Environment
- Dell 7567
- Nvidia GTX 1050 Ti
Dell P2414H Monitor via DVI-to-HDMI- Ubuntu 16.04.3 LTS 64-bit
Graphics Drivers Tried
- 375.66 (default recommended)
also, all available via PPA:
Results
nvidia-settings
Running nvidia-settings
returns:
** Message: PRIME: No offloading required. Abort
** Message: PRIME: is it supported? no
ERROR: nvidia-settings could not find the registry key file.
This file should have been installed along with this driver at
/usr/share/nvidia/nvidia-application-profiles-key-documentation.
The application profiles will continue to work, but values cannot be
prepopulated or validated, and will not be listed in the help text.
Please see the README for possible values and descriptions.
nvidia dell external-monitor
nvidia dell external-monitor
asked Sep 15 '17 at 13:45
fire_water
10817
10817
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
My problem in my Dell with Nvidia GPU was that when I switched to using the Nvidia card (rather than the Intel), my external monitors were not detected. I tried many "solution" but non has worked for me except for installing lightdm as my display manager:
sudo apt-get install lightdm
- You may switch between gdm3 (Ubuntu's 18.04 default) and lightdm by executing:
sudo apt-get install lightdm
After I configured lightdm I just reboot and there it is a working laptop using external monitors.
I hope it helps,
yenuka
There is no difference between point 1 and 2 since they both include installing of lightdm. When installed reconfiguring is auto prompted. If you believe that it is alredy installed you can run simplysudo dpkg-reconfigure gdm
– Kulfy
Dec 20 '18 at 8:14
add a comment |
To answer my own question, there are two options:
- Manually sign the Nvidia drivers
- Or, disable secure boot
add a comment |
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%2f956112%2fexternal-monitor-not-found%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
My problem in my Dell with Nvidia GPU was that when I switched to using the Nvidia card (rather than the Intel), my external monitors were not detected. I tried many "solution" but non has worked for me except for installing lightdm as my display manager:
sudo apt-get install lightdm
- You may switch between gdm3 (Ubuntu's 18.04 default) and lightdm by executing:
sudo apt-get install lightdm
After I configured lightdm I just reboot and there it is a working laptop using external monitors.
I hope it helps,
yenuka
There is no difference between point 1 and 2 since they both include installing of lightdm. When installed reconfiguring is auto prompted. If you believe that it is alredy installed you can run simplysudo dpkg-reconfigure gdm
– Kulfy
Dec 20 '18 at 8:14
add a comment |
My problem in my Dell with Nvidia GPU was that when I switched to using the Nvidia card (rather than the Intel), my external monitors were not detected. I tried many "solution" but non has worked for me except for installing lightdm as my display manager:
sudo apt-get install lightdm
- You may switch between gdm3 (Ubuntu's 18.04 default) and lightdm by executing:
sudo apt-get install lightdm
After I configured lightdm I just reboot and there it is a working laptop using external monitors.
I hope it helps,
yenuka
There is no difference between point 1 and 2 since they both include installing of lightdm. When installed reconfiguring is auto prompted. If you believe that it is alredy installed you can run simplysudo dpkg-reconfigure gdm
– Kulfy
Dec 20 '18 at 8:14
add a comment |
My problem in my Dell with Nvidia GPU was that when I switched to using the Nvidia card (rather than the Intel), my external monitors were not detected. I tried many "solution" but non has worked for me except for installing lightdm as my display manager:
sudo apt-get install lightdm
- You may switch between gdm3 (Ubuntu's 18.04 default) and lightdm by executing:
sudo apt-get install lightdm
After I configured lightdm I just reboot and there it is a working laptop using external monitors.
I hope it helps,
yenuka
My problem in my Dell with Nvidia GPU was that when I switched to using the Nvidia card (rather than the Intel), my external monitors were not detected. I tried many "solution" but non has worked for me except for installing lightdm as my display manager:
sudo apt-get install lightdm
- You may switch between gdm3 (Ubuntu's 18.04 default) and lightdm by executing:
sudo apt-get install lightdm
After I configured lightdm I just reboot and there it is a working laptop using external monitors.
I hope it helps,
yenuka
edited Dec 20 '18 at 8:11
Kulfy
3,45841039
3,45841039
answered Dec 20 '18 at 7:52
user3086839
111
111
There is no difference between point 1 and 2 since they both include installing of lightdm. When installed reconfiguring is auto prompted. If you believe that it is alredy installed you can run simplysudo dpkg-reconfigure gdm
– Kulfy
Dec 20 '18 at 8:14
add a comment |
There is no difference between point 1 and 2 since they both include installing of lightdm. When installed reconfiguring is auto prompted. If you believe that it is alredy installed you can run simplysudo dpkg-reconfigure gdm
– Kulfy
Dec 20 '18 at 8:14
There is no difference between point 1 and 2 since they both include installing of lightdm. When installed reconfiguring is auto prompted. If you believe that it is alredy installed you can run simply
sudo dpkg-reconfigure gdm
– Kulfy
Dec 20 '18 at 8:14
There is no difference between point 1 and 2 since they both include installing of lightdm. When installed reconfiguring is auto prompted. If you believe that it is alredy installed you can run simply
sudo dpkg-reconfigure gdm
– Kulfy
Dec 20 '18 at 8:14
add a comment |
To answer my own question, there are two options:
- Manually sign the Nvidia drivers
- Or, disable secure boot
add a comment |
To answer my own question, there are two options:
- Manually sign the Nvidia drivers
- Or, disable secure boot
add a comment |
To answer my own question, there are two options:
- Manually sign the Nvidia drivers
- Or, disable secure boot
To answer my own question, there are two options:
- Manually sign the Nvidia drivers
- Or, disable secure boot
answered Sep 17 '17 at 2:54
fire_water
10817
10817
add a comment |
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%2f956112%2fexternal-monitor-not-found%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