Ubuntu won't detect second monitor on HDMI
So, as the title says, my Ubuntu doesn't detect my second monitor on the HDMI port of my laptop. I know it's not a hardware problem, since it does work perfectly on my Windows (dual boot).
It did work when I first installed Ubuntu 18.04, but after updating my kernel this issue popped up.
I have searched for possible solutions, but none I've come across so far seem to fix it.
I'm using an Nvidia GTX 1060, these are the outputs of
xrandr
:
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
1920x1080 60.02*+ 60.01 59.97 59.96 59.93
(Plus a whole bunch of other resolutions)
sudo lshw -c display
:
*-display UNCLAIMED
description: VGA compatible controller
product: GP106M [GeForce GTX 1060 Mobile]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list
configuration: latency=0
resources: memory:a3000000-a3ffffff memory:90000000-9fffffff memory:a0000000-a1ffffff ioport:4000(size=128) memory:a4080000-a40fffff
*-display
description: VGA compatible controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:137 memory:a2000000-a2ffffff memory:b0000000-bfffffff ioport:5000(size=64) memory:c0000-dffff
uname -r
:
4.19.0-041900-generic
Any help? If you need more info, just tell me which command I need to execute.
Thanks in advance!
nvidia multiple-monitors display hdmi
add a comment |
So, as the title says, my Ubuntu doesn't detect my second monitor on the HDMI port of my laptop. I know it's not a hardware problem, since it does work perfectly on my Windows (dual boot).
It did work when I first installed Ubuntu 18.04, but after updating my kernel this issue popped up.
I have searched for possible solutions, but none I've come across so far seem to fix it.
I'm using an Nvidia GTX 1060, these are the outputs of
xrandr
:
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
1920x1080 60.02*+ 60.01 59.97 59.96 59.93
(Plus a whole bunch of other resolutions)
sudo lshw -c display
:
*-display UNCLAIMED
description: VGA compatible controller
product: GP106M [GeForce GTX 1060 Mobile]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list
configuration: latency=0
resources: memory:a3000000-a3ffffff memory:90000000-9fffffff memory:a0000000-a1ffffff ioport:4000(size=128) memory:a4080000-a40fffff
*-display
description: VGA compatible controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:137 memory:a2000000-a2ffffff memory:b0000000-bfffffff ioport:5000(size=64) memory:c0000-dffff
uname -r
:
4.19.0-041900-generic
Any help? If you need more info, just tell me which command I need to execute.
Thanks in advance!
nvidia multiple-monitors display hdmi
Welcome to Ask Ubuntu! Add the output ofuname -r
, seems to be a kernel issue. Try to use an older kernel by selecting it at the grub menu. Did you tryxrandr --auto
.
– abu_bua
Nov 17 '18 at 17:17
Thanks! I added the output in the original post.xrandr --auto
doesn't seem to fix it.
– WoutV
Nov 18 '18 at 17:37
Update: it works now! I deleted all the Nvidia files, added the ppa repos and installed a later version of the drivers in tty.
– WoutV
Nov 19 '18 at 23:10
add a comment |
So, as the title says, my Ubuntu doesn't detect my second monitor on the HDMI port of my laptop. I know it's not a hardware problem, since it does work perfectly on my Windows (dual boot).
It did work when I first installed Ubuntu 18.04, but after updating my kernel this issue popped up.
I have searched for possible solutions, but none I've come across so far seem to fix it.
I'm using an Nvidia GTX 1060, these are the outputs of
xrandr
:
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
1920x1080 60.02*+ 60.01 59.97 59.96 59.93
(Plus a whole bunch of other resolutions)
sudo lshw -c display
:
*-display UNCLAIMED
description: VGA compatible controller
product: GP106M [GeForce GTX 1060 Mobile]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list
configuration: latency=0
resources: memory:a3000000-a3ffffff memory:90000000-9fffffff memory:a0000000-a1ffffff ioport:4000(size=128) memory:a4080000-a40fffff
*-display
description: VGA compatible controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:137 memory:a2000000-a2ffffff memory:b0000000-bfffffff ioport:5000(size=64) memory:c0000-dffff
uname -r
:
4.19.0-041900-generic
Any help? If you need more info, just tell me which command I need to execute.
Thanks in advance!
nvidia multiple-monitors display hdmi
So, as the title says, my Ubuntu doesn't detect my second monitor on the HDMI port of my laptop. I know it's not a hardware problem, since it does work perfectly on my Windows (dual boot).
It did work when I first installed Ubuntu 18.04, but after updating my kernel this issue popped up.
I have searched for possible solutions, but none I've come across so far seem to fix it.
I'm using an Nvidia GTX 1060, these are the outputs of
xrandr
:
Screen 0: minimum 320 x 200, current 1920 x 1080, maximum 8192 x 8192
eDP-1 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 344mm x 194mm
1920x1080 60.02*+ 60.01 59.97 59.96 59.93
(Plus a whole bunch of other resolutions)
sudo lshw -c display
:
*-display UNCLAIMED
description: VGA compatible controller
product: GP106M [GeForce GTX 1060 Mobile]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list
configuration: latency=0
resources: memory:a3000000-a3ffffff memory:90000000-9fffffff memory:a0000000-a1ffffff ioport:4000(size=128) memory:a4080000-a40fffff
*-display
description: VGA compatible controller
product: Intel Corporation
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pciexpress msi pm vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:137 memory:a2000000-a2ffffff memory:b0000000-bfffffff ioport:5000(size=64) memory:c0000-dffff
uname -r
:
4.19.0-041900-generic
Any help? If you need more info, just tell me which command I need to execute.
Thanks in advance!
nvidia multiple-monitors display hdmi
nvidia multiple-monitors display hdmi
edited Nov 18 '18 at 17:36
WoutV
asked Nov 17 '18 at 16:44
WoutVWoutV
11
11
Welcome to Ask Ubuntu! Add the output ofuname -r
, seems to be a kernel issue. Try to use an older kernel by selecting it at the grub menu. Did you tryxrandr --auto
.
– abu_bua
Nov 17 '18 at 17:17
Thanks! I added the output in the original post.xrandr --auto
doesn't seem to fix it.
– WoutV
Nov 18 '18 at 17:37
Update: it works now! I deleted all the Nvidia files, added the ppa repos and installed a later version of the drivers in tty.
– WoutV
Nov 19 '18 at 23:10
add a comment |
Welcome to Ask Ubuntu! Add the output ofuname -r
, seems to be a kernel issue. Try to use an older kernel by selecting it at the grub menu. Did you tryxrandr --auto
.
– abu_bua
Nov 17 '18 at 17:17
Thanks! I added the output in the original post.xrandr --auto
doesn't seem to fix it.
– WoutV
Nov 18 '18 at 17:37
Update: it works now! I deleted all the Nvidia files, added the ppa repos and installed a later version of the drivers in tty.
– WoutV
Nov 19 '18 at 23:10
Welcome to Ask Ubuntu! Add the output of
uname -r
, seems to be a kernel issue. Try to use an older kernel by selecting it at the grub menu. Did you try xrandr --auto
.– abu_bua
Nov 17 '18 at 17:17
Welcome to Ask Ubuntu! Add the output of
uname -r
, seems to be a kernel issue. Try to use an older kernel by selecting it at the grub menu. Did you try xrandr --auto
.– abu_bua
Nov 17 '18 at 17:17
Thanks! I added the output in the original post.
xrandr --auto
doesn't seem to fix it.– WoutV
Nov 18 '18 at 17:37
Thanks! I added the output in the original post.
xrandr --auto
doesn't seem to fix it.– WoutV
Nov 18 '18 at 17:37
Update: it works now! I deleted all the Nvidia files, added the ppa repos and installed a later version of the drivers in tty.
– WoutV
Nov 19 '18 at 23:10
Update: it works now! I deleted all the Nvidia files, added the ppa repos and installed a later version of the drivers in tty.
– WoutV
Nov 19 '18 at 23:10
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%2f1093763%2fubuntu-wont-detect-second-monitor-on-hdmi%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%2f1093763%2fubuntu-wont-detect-second-monitor-on-hdmi%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
Welcome to Ask Ubuntu! Add the output of
uname -r
, seems to be a kernel issue. Try to use an older kernel by selecting it at the grub menu. Did you tryxrandr --auto
.– abu_bua
Nov 17 '18 at 17:17
Thanks! I added the output in the original post.
xrandr --auto
doesn't seem to fix it.– WoutV
Nov 18 '18 at 17:37
Update: it works now! I deleted all the Nvidia files, added the ppa repos and installed a later version of the drivers in tty.
– WoutV
Nov 19 '18 at 23:10