Dell Inspiron N5050 have display problem Xubuntu 16.04.3
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-SpeedIf any other information is needed, kindly inform.
61 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/grubReplaced
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