Monday, April 29, 2024
10
rated 0 times [  10] [ 0]  / answers: 1 / hits: 15443  / 1 Year ago, sun, april 16, 2023, 5:38:05

I am trying to install Ubuntu on a Dell Inspiron 1545 which is using an external monitor (LCD is broken). The external monitor is an AOC e950Swn and the LCD is complety unpluged from the MOBO, if that matters.



I have and old (3 months) installation in a HDD, and the GRUB shows up, but when I select Ubuntu to boot the screen goes off saying there is no signal.



I've tryed installing from a USB. When booting I press F2 so it takes me to the advanced menu. There I have chosen "nomodeset" but all I see are some error messages related to the wireless card and then the screen goes off.If booted without "nomodeset" I can't even see the error messages.



Also tried installing on another laptop and passing the HDD, but still doesn't work. If I log in recovery mode and try safe graphics mode all I get is a blinking console cursor. But if I log into a root console everything is there.



My assumptions is that it tries to turn on the laptop's LCD even if it isn't present, completely ignoring the external monitor.



So, how can I tell it (or force it) to load the external monitor from startup? or even when installing.


More From » installation

 Answers
3

If you can't access your system but GRUB is shown then press e on the Ubuntu menu entry in grub2, this will take you to edit mode and add the following option to the kernel line (add it to the end of the line which starts with "linux")



video=LVDS-1:d


Then press CTRL+x to boot with the edited kernel command line.



If it doesn't work try it with video=LVDS-0:d or to force output to VGA with video=VGA-1:e or video=VGA-0:e . More on these parameters here.



After you succeed with the boot just edit your /etc/default/grub and add the working kernel line parameter to the GRUB_CMDLINE_LINUX_DEFAULT= line to disable the LVDS output.After you edited the file run



sudo update-grub


To save the kernel line for for later boots.


[#29467] Monday, April 17, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
alkeake

Total Points: 467
Total Questions: 94
Total Answers: 126

Location: Tajikistan
Member since Tue, Jun 15, 2021
3 Years ago
;