Linux Lite Forums

Hardware - Support => Start up and Shutdown => Topic started by: intensate on May 11, 2014, 01:07:37 PM

Title: sometimes blank screen on startup solved
Post by: intensate on May 11, 2014, 01:07:37 PM
Hello all.
Once I installed it on my compaq mini 110 I have start up prob.
On restart or normal start the screen goes blank,I can hear it trying to load without success.
I have to restart it 3-10 times before I get the splash screen and it loads ok.


[attachment deleted by admin, more than 25 days old]
Title: Re: sometimes blank screen on startup
Post by: gold_finger on May 11, 2014, 05:31:10 PM
Try this.

If computer boots to grub screen choices, highlight choice to boot LL and hit "e" for edit.  Then use arrow keys to navigate to line with "splash quiet" on it.  Immediately after "quiet" put a space, then type i915.modeset=0 and add another space if there is another word after it.  (You want one space before and after what you type if there are words on either side of it.)  Hit "Ctrl+X" or "F10" to save change and reboot.

If computer does not boot to a grub screen, then push and hold down the left shift key a few seconds after you power on the computer.  That should get the grub screen to show.  (If no luck, try repeatedly hitting the left shift key after power-up.)  When get grub, follow same steps above.

If that test works, make it permanent this way:

*  Open a terminal and type following to open /etc/default/grub file with text editor as root.
Code: [Select]
gksu leafpad /etc/default/grub
*  Look for this line:
Code: [Select]
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
*  Change it to this:
Code: [Select]
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash i915.modeset=0"
*  Save file, then close text editor

*  Still in the terminal, enter the following:
Code: [Select]
sudo update-grub
*  Close terminal and reboot computer.
Title: Re: sometimes blank screen on startup
Post by: intensate on May 14, 2014, 05:30:30 PM
Thanks .
I did what you said in terminal and it has sorted the problem out.
Thanks as this is the best os I have found for my netbook and I love the look of it too.
Just a tweak needed now to the wireless connection as it likes to default to ethernet first and I will be even more happy 
Title: Re: sometimes blank screen on startup
Post by: gold_finger on May 14, 2014, 08:50:11 PM
You're welcome -- glad it worked out.

Please, go to your first post on thread and edit the title to show it as [Solved].  That will make it easier for others with similar problem to find solutions that worked.
Title: Re: sometimes blank screen on startup
Post by: N4RPS on May 15, 2014, 09:40:52 AM
Hello!

To change the priority, right-click on the network icon, select 'Edit Connections', click the 'Wired' tab, highlight 'Wired connection 1', and click the 'Delete' tab. Until you plug in the Ethernet connection again, this should change your default to the wireless connection...

73 DE N4RPS
Rob
Title: Re: sometimes blank screen on startup solved
Post by: intensate on May 16, 2014, 05:52:34 PM
I dont know if its a coincidence but vlc player stopped working after I fixed other problem!
would what I did in terminal affect it?
Title: Re: sometimes blank screen on startup solved
Post by: N4RPS on May 16, 2014, 09:35:11 PM
Hello!

Unless you're streaming something, the two should have nothing to do with one another.

There's something you can do, but I want to test it in a VM first...

73 DE N4RPS
Rob