Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

Dell Inspiron N5050 have display problem Xubuntu 16.04.3

Writer Andrew Mclaughlin

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.

6

1 Answer

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.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy