Skip to main content

Posts

Showing posts with the label black screen

Fix ubuntu 10.04 lucid lynx black screen on bootup issue

You can face this issue in two conditions. 1. Those who have installed ubuntu 10.04 might encountered this problem. The screen goes blank just after grub (may be after bios startup, if grub timeout early). Please follow the steps below to fix it. Press e on getting the GRUB bootloader(if not getting grub, press and hold shift key to get grub). Go to the line which says 'quiet and splash', delete these words and type in one of the option from below in their place. The suggested options that I have found are hardware specific. Here is a list: Older Intel video card: i915.modeset=1 or i915.modeset=0 nVidia: nomodeset Generic: xforcevesa Now press Ctrl + X to boot Now login to your Ubuntu as usual. If you have a Nvidia graphics card, this may be the issue with it, Now goto System->Administration->Hardware drivers, and select and activate the nvidia current driver if you have an nvidia card. The driver will be downloaded and activated automatically, and you wil...