0

We have installed Xubuntu 16.04 in the Dell Inspiron N5050 laptop which is showing display problem.

Ubuntu screen is showing the following message and started blinking continuously.

modem-manager[810]: Loaded plugin Gobi
modem-manager[810]: Loaded plugin Longcheer
modem-manager[810]: Loaded plugin ZTE
modem-manager[810]: Loaded plugin X22X
modem-manager[810]: Loaded plugin Option High-Speed

If any other information is needed, kindly inform.

Kulfy
  • 18,154

1 Answers1

0

The screen flickering was due to input by keyboard. We have disabled the laptop keyboard during splash using the following method:

sudo nano /etc/default/grub

Replaced

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

with

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i8042.nokbd"

and updated the grub using the following command

sudo update-grub     

After reboot the display problem solved.

Kulfy
  • 18,154