Why does my system not recognise an external monitor with my Dell G3 15 and Ubuntu 18.04?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I want to use a second screen. To do so I would like to plug in an HDMI cable to connenct an external monitor. I already tried to connect two different monitors and they seem to recognise something on booting, but they shutdown shortly after, saying "No Signal".
I am using a Dell G3 15:
- Linux 5.0.6
- Ubuntu 18.04 (x86-64)
- Cinnamon 3.6.7
- Intel Core i7-8750H
- 8GB Ram
- Nvidia GTX 1050 Ti mobile
I thought of a graphics driver problem. That is why I added
ppa:graphics-drivers
and tried out several nvidia drivers. Versions 390 and 396 seem to work, but 410, 415 and 418 will lead to a failure while booting.
I can show you my status at the moment via
~$ ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd00001C8Csv00001028sd0000086Fbc03sc02i00
vendor : NVIDIA Corporation
model : GP107M [GeForce GTX 1050 Ti Mobile]
driver : nvidia-driver-415 - third-party free
driver : nvidia-driver-390 - distro non-free
driver : nvidia-driver-418 - third-party free recommended
driver : nvidia-driver-396 - third-party free
driver : nvidia-driver-410 - third-party free
driver : xserver-xorg-video-nouveau - distro free builtin
To list my devices:
~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Device 3e9b
~$ lspci | grep NVIDIA
01:00.0 3D controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Ti Mobile] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GP107GL High Definition Audio Controller (rev a1)
I also get an error message using xrandr: "Failed to get size of gamma for output default"
~$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1920 x 1080, current 1920 x 1080, maximum 1920 x 1080
default connected primary 1920x1080+0+0 0mm x 0mm
1920x1080 77.00*
I hope someone has a clue what is going on.
I appreciate your invested time. Thank you.
Edit:
So I ran cat /proc/cmdline and it gave me nomodeset (end of the line).
By changing /etc/default/grub as well as removing an additional directory called /etc/default/grub.d/ I could boot and call xrandr again giving me the following:
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 48.03
1680x1050 59.95 59.88
1600x1024 60.17
1400x1050 59.98
1600x900 59.99 59.94 59.95 59.82
1280x1024 60.02
1440x900 59.89
1400x900 59.96 59.88
1280x960 60.00
1440x810 60.00 59.97
1368x768 59.88 59.85
1360x768 59.80 59.96
1280x800 59.99 59.97 59.81 59.91
1152x864 60.00
1280x720 60.00 59.99 59.86 59.74
1024x768 60.04 60.00
960x720 60.00
928x696 60.05
896x672 60.01
1024x576 59.95 59.96 59.90 59.82
960x600 59.93 60.00
960x540 59.96 59.99 59.63 59.82
800x600 60.00 60.32 56.25
840x525 60.01 59.88
864x486 59.92 59.57
800x512 60.17
700x525 59.98
800x450 59.95 59.82
640x512 60.02
720x450 59.89
700x450 59.96 59.88
640x480 60.00 59.94
720x405 59.51 58.99
684x384 59.88 59.85
680x384 59.80 59.96
640x400 59.88 59.98
576x432 60.06
640x360 59.86 59.83 59.84 59.32
512x384 60.00
512x288 60.00 59.92
480x270 59.63 59.82
400x300 60.32 56.34
432x243 59.92 59.57
320x240 60.05
360x202 59.51 59.13
320x180 59.84 59.32
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
HDMI-1-2 disconnected (normal left inverted right x axis y axis)
Although I would see that as a step foreward, I don't know why there is shown a DP-1 and a HDMI-1-2 port, because I only got one HDMI port and still I can't send a signal to an external monitor.
drivers 18.04 nvidia multiple-monitors dell
New contributor
T. Verch 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 |
I want to use a second screen. To do so I would like to plug in an HDMI cable to connenct an external monitor. I already tried to connect two different monitors and they seem to recognise something on booting, but they shutdown shortly after, saying "No Signal".
I am using a Dell G3 15:
- Linux 5.0.6
- Ubuntu 18.04 (x86-64)
- Cinnamon 3.6.7
- Intel Core i7-8750H
- 8GB Ram
- Nvidia GTX 1050 Ti mobile
I thought of a graphics driver problem. That is why I added
ppa:graphics-drivers
and tried out several nvidia drivers. Versions 390 and 396 seem to work, but 410, 415 and 418 will lead to a failure while booting.
I can show you my status at the moment via
~$ ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd00001C8Csv00001028sd0000086Fbc03sc02i00
vendor : NVIDIA Corporation
model : GP107M [GeForce GTX 1050 Ti Mobile]
driver : nvidia-driver-415 - third-party free
driver : nvidia-driver-390 - distro non-free
driver : nvidia-driver-418 - third-party free recommended
driver : nvidia-driver-396 - third-party free
driver : nvidia-driver-410 - third-party free
driver : xserver-xorg-video-nouveau - distro free builtin
To list my devices:
~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Device 3e9b
~$ lspci | grep NVIDIA
01:00.0 3D controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Ti Mobile] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GP107GL High Definition Audio Controller (rev a1)
I also get an error message using xrandr: "Failed to get size of gamma for output default"
~$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1920 x 1080, current 1920 x 1080, maximum 1920 x 1080
default connected primary 1920x1080+0+0 0mm x 0mm
1920x1080 77.00*
I hope someone has a clue what is going on.
I appreciate your invested time. Thank you.
Edit:
So I ran cat /proc/cmdline and it gave me nomodeset (end of the line).
By changing /etc/default/grub as well as removing an additional directory called /etc/default/grub.d/ I could boot and call xrandr again giving me the following:
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 48.03
1680x1050 59.95 59.88
1600x1024 60.17
1400x1050 59.98
1600x900 59.99 59.94 59.95 59.82
1280x1024 60.02
1440x900 59.89
1400x900 59.96 59.88
1280x960 60.00
1440x810 60.00 59.97
1368x768 59.88 59.85
1360x768 59.80 59.96
1280x800 59.99 59.97 59.81 59.91
1152x864 60.00
1280x720 60.00 59.99 59.86 59.74
1024x768 60.04 60.00
960x720 60.00
928x696 60.05
896x672 60.01
1024x576 59.95 59.96 59.90 59.82
960x600 59.93 60.00
960x540 59.96 59.99 59.63 59.82
800x600 60.00 60.32 56.25
840x525 60.01 59.88
864x486 59.92 59.57
800x512 60.17
700x525 59.98
800x450 59.95 59.82
640x512 60.02
720x450 59.89
700x450 59.96 59.88
640x480 60.00 59.94
720x405 59.51 58.99
684x384 59.88 59.85
680x384 59.80 59.96
640x400 59.88 59.98
576x432 60.06
640x360 59.86 59.83 59.84 59.32
512x384 60.00
512x288 60.00 59.92
480x270 59.63 59.82
400x300 60.32 56.34
432x243 59.92 59.57
320x240 60.05
360x202 59.51 59.13
320x180 59.84 59.32
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
HDMI-1-2 disconnected (normal left inverted right x axis y axis)
Although I would see that as a step foreward, I don't know why there is shown a DP-1 and a HDMI-1-2 port, because I only got one HDMI port and still I can't send a signal to an external monitor.
drivers 18.04 nvidia multiple-monitors dell
New contributor
T. Verch is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Most likely you have booted withnomodeset. To confirm, please post the output ofcat /proc/cmdline
– marko
15 hours ago
@marko I am very sorry for deleting my comments. I have problems formatting those correctly. So I checked~$ cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-5.0.6-050006-generic root=UUID=ccb31b56-971f-4559-9677-3ecfdb90853d ro nomodeset acpi_osi=Linux-Dell-VideoAs you can see I already deleted the nomodeset while pressing e in grub just as you explained. Usind xrandr I get the same output now as before.
– T. Verch
14 hours ago
@marko So I did it wrong. While being in grub boot menu I selected the default "Ubuntu". As I now switched to the advanced selection I chose 5.0.6 and hite. Afterwards I deleted thenomodeset. Booting like this leads to another output withxrandr. It now outputs a list of various resolution modes and the following aswell:DP-1 disconnected (normal left inverted right x axis y axis) HDMI-1 disconnected (normal left inverted right x axis y axis)But the external monitor still gets no signal.
– T. Verch
14 hours ago
Are you sure your HDMI monitor is attached correctly? I am somewhat concerned that, although HDMI-1 and HDMI-1-2 are showing, EDID data does not get displayed.
– marko
5 hours ago
add a comment |
I want to use a second screen. To do so I would like to plug in an HDMI cable to connenct an external monitor. I already tried to connect two different monitors and they seem to recognise something on booting, but they shutdown shortly after, saying "No Signal".
I am using a Dell G3 15:
- Linux 5.0.6
- Ubuntu 18.04 (x86-64)
- Cinnamon 3.6.7
- Intel Core i7-8750H
- 8GB Ram
- Nvidia GTX 1050 Ti mobile
I thought of a graphics driver problem. That is why I added
ppa:graphics-drivers
and tried out several nvidia drivers. Versions 390 and 396 seem to work, but 410, 415 and 418 will lead to a failure while booting.
I can show you my status at the moment via
~$ ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd00001C8Csv00001028sd0000086Fbc03sc02i00
vendor : NVIDIA Corporation
model : GP107M [GeForce GTX 1050 Ti Mobile]
driver : nvidia-driver-415 - third-party free
driver : nvidia-driver-390 - distro non-free
driver : nvidia-driver-418 - third-party free recommended
driver : nvidia-driver-396 - third-party free
driver : nvidia-driver-410 - third-party free
driver : xserver-xorg-video-nouveau - distro free builtin
To list my devices:
~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Device 3e9b
~$ lspci | grep NVIDIA
01:00.0 3D controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Ti Mobile] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GP107GL High Definition Audio Controller (rev a1)
I also get an error message using xrandr: "Failed to get size of gamma for output default"
~$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1920 x 1080, current 1920 x 1080, maximum 1920 x 1080
default connected primary 1920x1080+0+0 0mm x 0mm
1920x1080 77.00*
I hope someone has a clue what is going on.
I appreciate your invested time. Thank you.
Edit:
So I ran cat /proc/cmdline and it gave me nomodeset (end of the line).
By changing /etc/default/grub as well as removing an additional directory called /etc/default/grub.d/ I could boot and call xrandr again giving me the following:
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 48.03
1680x1050 59.95 59.88
1600x1024 60.17
1400x1050 59.98
1600x900 59.99 59.94 59.95 59.82
1280x1024 60.02
1440x900 59.89
1400x900 59.96 59.88
1280x960 60.00
1440x810 60.00 59.97
1368x768 59.88 59.85
1360x768 59.80 59.96
1280x800 59.99 59.97 59.81 59.91
1152x864 60.00
1280x720 60.00 59.99 59.86 59.74
1024x768 60.04 60.00
960x720 60.00
928x696 60.05
896x672 60.01
1024x576 59.95 59.96 59.90 59.82
960x600 59.93 60.00
960x540 59.96 59.99 59.63 59.82
800x600 60.00 60.32 56.25
840x525 60.01 59.88
864x486 59.92 59.57
800x512 60.17
700x525 59.98
800x450 59.95 59.82
640x512 60.02
720x450 59.89
700x450 59.96 59.88
640x480 60.00 59.94
720x405 59.51 58.99
684x384 59.88 59.85
680x384 59.80 59.96
640x400 59.88 59.98
576x432 60.06
640x360 59.86 59.83 59.84 59.32
512x384 60.00
512x288 60.00 59.92
480x270 59.63 59.82
400x300 60.32 56.34
432x243 59.92 59.57
320x240 60.05
360x202 59.51 59.13
320x180 59.84 59.32
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
HDMI-1-2 disconnected (normal left inverted right x axis y axis)
Although I would see that as a step foreward, I don't know why there is shown a DP-1 and a HDMI-1-2 port, because I only got one HDMI port and still I can't send a signal to an external monitor.
drivers 18.04 nvidia multiple-monitors dell
New contributor
T. Verch is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I want to use a second screen. To do so I would like to plug in an HDMI cable to connenct an external monitor. I already tried to connect two different monitors and they seem to recognise something on booting, but they shutdown shortly after, saying "No Signal".
I am using a Dell G3 15:
- Linux 5.0.6
- Ubuntu 18.04 (x86-64)
- Cinnamon 3.6.7
- Intel Core i7-8750H
- 8GB Ram
- Nvidia GTX 1050 Ti mobile
I thought of a graphics driver problem. That is why I added
ppa:graphics-drivers
and tried out several nvidia drivers. Versions 390 and 396 seem to work, but 410, 415 and 418 will lead to a failure while booting.
I can show you my status at the moment via
~$ ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd00001C8Csv00001028sd0000086Fbc03sc02i00
vendor : NVIDIA Corporation
model : GP107M [GeForce GTX 1050 Ti Mobile]
driver : nvidia-driver-415 - third-party free
driver : nvidia-driver-390 - distro non-free
driver : nvidia-driver-418 - third-party free recommended
driver : nvidia-driver-396 - third-party free
driver : nvidia-driver-410 - third-party free
driver : xserver-xorg-video-nouveau - distro free builtin
To list my devices:
~$ lspci | grep VGA
00:02.0 VGA compatible controller: Intel Corporation Device 3e9b
~$ lspci | grep NVIDIA
01:00.0 3D controller: NVIDIA Corporation GP107M [GeForce GTX 1050 Ti Mobile] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GP107GL High Definition Audio Controller (rev a1)
I also get an error message using xrandr: "Failed to get size of gamma for output default"
~$ xrandr
xrandr: Failed to get size of gamma for output default
Screen 0: minimum 1920 x 1080, current 1920 x 1080, maximum 1920 x 1080
default connected primary 1920x1080+0+0 0mm x 0mm
1920x1080 77.00*
I hope someone has a clue what is going on.
I appreciate your invested time. Thank you.
Edit:
So I ran cat /proc/cmdline and it gave me nomodeset (end of the line).
By changing /etc/default/grub as well as removing an additional directory called /etc/default/grub.d/ I could boot and call xrandr again giving me the following:
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 48.03
1680x1050 59.95 59.88
1600x1024 60.17
1400x1050 59.98
1600x900 59.99 59.94 59.95 59.82
1280x1024 60.02
1440x900 59.89
1400x900 59.96 59.88
1280x960 60.00
1440x810 60.00 59.97
1368x768 59.88 59.85
1360x768 59.80 59.96
1280x800 59.99 59.97 59.81 59.91
1152x864 60.00
1280x720 60.00 59.99 59.86 59.74
1024x768 60.04 60.00
960x720 60.00
928x696 60.05
896x672 60.01
1024x576 59.95 59.96 59.90 59.82
960x600 59.93 60.00
960x540 59.96 59.99 59.63 59.82
800x600 60.00 60.32 56.25
840x525 60.01 59.88
864x486 59.92 59.57
800x512 60.17
700x525 59.98
800x450 59.95 59.82
640x512 60.02
720x450 59.89
700x450 59.96 59.88
640x480 60.00 59.94
720x405 59.51 58.99
684x384 59.88 59.85
680x384 59.80 59.96
640x400 59.88 59.98
576x432 60.06
640x360 59.86 59.83 59.84 59.32
512x384 60.00
512x288 60.00 59.92
480x270 59.63 59.82
400x300 60.32 56.34
432x243 59.92 59.57
320x240 60.05
360x202 59.51 59.13
320x180 59.84 59.32
DP-1 disconnected (normal left inverted right x axis y axis)
HDMI-1 disconnected (normal left inverted right x axis y axis)
HDMI-1-2 disconnected (normal left inverted right x axis y axis)
Although I would see that as a step foreward, I don't know why there is shown a DP-1 and a HDMI-1-2 port, because I only got one HDMI port and still I can't send a signal to an external monitor.
drivers 18.04 nvidia multiple-monitors dell
drivers 18.04 nvidia multiple-monitors dell
New contributor
T. Verch is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
T. Verch is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
edited 13 hours ago
T. Verch
New contributor
T. Verch is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked 15 hours ago
T. VerchT. Verch
62
62
New contributor
T. Verch is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
T. Verch is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
T. Verch is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Most likely you have booted withnomodeset. To confirm, please post the output ofcat /proc/cmdline
– marko
15 hours ago
@marko I am very sorry for deleting my comments. I have problems formatting those correctly. So I checked~$ cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-5.0.6-050006-generic root=UUID=ccb31b56-971f-4559-9677-3ecfdb90853d ro nomodeset acpi_osi=Linux-Dell-VideoAs you can see I already deleted the nomodeset while pressing e in grub just as you explained. Usind xrandr I get the same output now as before.
– T. Verch
14 hours ago
@marko So I did it wrong. While being in grub boot menu I selected the default "Ubuntu". As I now switched to the advanced selection I chose 5.0.6 and hite. Afterwards I deleted thenomodeset. Booting like this leads to another output withxrandr. It now outputs a list of various resolution modes and the following aswell:DP-1 disconnected (normal left inverted right x axis y axis) HDMI-1 disconnected (normal left inverted right x axis y axis)But the external monitor still gets no signal.
– T. Verch
14 hours ago
Are you sure your HDMI monitor is attached correctly? I am somewhat concerned that, although HDMI-1 and HDMI-1-2 are showing, EDID data does not get displayed.
– marko
5 hours ago
add a comment |
Most likely you have booted withnomodeset. To confirm, please post the output ofcat /proc/cmdline
– marko
15 hours ago
@marko I am very sorry for deleting my comments. I have problems formatting those correctly. So I checked~$ cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-5.0.6-050006-generic root=UUID=ccb31b56-971f-4559-9677-3ecfdb90853d ro nomodeset acpi_osi=Linux-Dell-VideoAs you can see I already deleted the nomodeset while pressing e in grub just as you explained. Usind xrandr I get the same output now as before.
– T. Verch
14 hours ago
@marko So I did it wrong. While being in grub boot menu I selected the default "Ubuntu". As I now switched to the advanced selection I chose 5.0.6 and hite. Afterwards I deleted thenomodeset. Booting like this leads to another output withxrandr. It now outputs a list of various resolution modes and the following aswell:DP-1 disconnected (normal left inverted right x axis y axis) HDMI-1 disconnected (normal left inverted right x axis y axis)But the external monitor still gets no signal.
– T. Verch
14 hours ago
Are you sure your HDMI monitor is attached correctly? I am somewhat concerned that, although HDMI-1 and HDMI-1-2 are showing, EDID data does not get displayed.
– marko
5 hours ago
Most likely you have booted with
nomodeset. To confirm, please post the output of cat /proc/cmdline– marko
15 hours ago
Most likely you have booted with
nomodeset. To confirm, please post the output of cat /proc/cmdline– marko
15 hours ago
@marko I am very sorry for deleting my comments. I have problems formatting those correctly. So I checked
~$ cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-5.0.6-050006-generic root=UUID=ccb31b56-971f-4559-9677-3ecfdb90853d ro nomodeset acpi_osi=Linux-Dell-Video As you can see I already deleted the nomodeset while pressing e in grub just as you explained. Usind xrandr I get the same output now as before.– T. Verch
14 hours ago
@marko I am very sorry for deleting my comments. I have problems formatting those correctly. So I checked
~$ cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-5.0.6-050006-generic root=UUID=ccb31b56-971f-4559-9677-3ecfdb90853d ro nomodeset acpi_osi=Linux-Dell-Video As you can see I already deleted the nomodeset while pressing e in grub just as you explained. Usind xrandr I get the same output now as before.– T. Verch
14 hours ago
@marko So I did it wrong. While being in grub boot menu I selected the default "Ubuntu". As I now switched to the advanced selection I chose 5.0.6 and hit
e. Afterwards I deleted the nomodeset. Booting like this leads to another output with xrandr. It now outputs a list of various resolution modes and the following aswell: DP-1 disconnected (normal left inverted right x axis y axis) HDMI-1 disconnected (normal left inverted right x axis y axis) But the external monitor still gets no signal.– T. Verch
14 hours ago
@marko So I did it wrong. While being in grub boot menu I selected the default "Ubuntu". As I now switched to the advanced selection I chose 5.0.6 and hit
e. Afterwards I deleted the nomodeset. Booting like this leads to another output with xrandr. It now outputs a list of various resolution modes and the following aswell: DP-1 disconnected (normal left inverted right x axis y axis) HDMI-1 disconnected (normal left inverted right x axis y axis) But the external monitor still gets no signal.– T. Verch
14 hours ago
Are you sure your HDMI monitor is attached correctly? I am somewhat concerned that, although HDMI-1 and HDMI-1-2 are showing, EDID data does not get displayed.
– marko
5 hours ago
Are you sure your HDMI monitor is attached correctly? I am somewhat concerned that, although HDMI-1 and HDMI-1-2 are showing, EDID data does not get displayed.
– marko
5 hours ago
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
});
}
});
T. Verch is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1131406%2fwhy-does-my-system-not-recognise-an-external-monitor-with-my-dell-g3-15-and-ubun%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
T. Verch is a new contributor. Be nice, and check out our Code of Conduct.
T. Verch is a new contributor. Be nice, and check out our Code of Conduct.
T. Verch is a new contributor. Be nice, and check out our Code of Conduct.
T. Verch is a new contributor. Be nice, and check out our Code of Conduct.
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%2f1131406%2fwhy-does-my-system-not-recognise-an-external-monitor-with-my-dell-g3-15-and-ubun%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
Most likely you have booted with
nomodeset. To confirm, please post the output ofcat /proc/cmdline– marko
15 hours ago
@marko I am very sorry for deleting my comments. I have problems formatting those correctly. So I checked
~$ cat /proc/cmdline BOOT_IMAGE=/boot/vmlinuz-5.0.6-050006-generic root=UUID=ccb31b56-971f-4559-9677-3ecfdb90853d ro nomodeset acpi_osi=Linux-Dell-VideoAs you can see I already deleted the nomodeset while pressing e in grub just as you explained. Usind xrandr I get the same output now as before.– T. Verch
14 hours ago
@marko So I did it wrong. While being in grub boot menu I selected the default "Ubuntu". As I now switched to the advanced selection I chose 5.0.6 and hit
e. Afterwards I deleted thenomodeset. Booting like this leads to another output withxrandr. It now outputs a list of various resolution modes and the following aswell:DP-1 disconnected (normal left inverted right x axis y axis) HDMI-1 disconnected (normal left inverted right x axis y axis)But the external monitor still gets no signal.– T. Verch
14 hours ago
Are you sure your HDMI monitor is attached correctly? I am somewhat concerned that, although HDMI-1 and HDMI-1-2 are showing, EDID data does not get displayed.
– marko
5 hours ago