Recently I switched from Ubuntu to Linux Mint 13 on my HP mini netbook. Unfortunately I encountered a 'black-screen problem' similar to the one I already knew from Backtrack 5 (http://ubuntu-skype.blogspot.co.at/2012/07/backtrack-5-black-screen-after-startx.html ).
The solution was:
press TAB
add to the line "..... ...... .... quiet splash "one of the following (depending on your chip set of your video card):
radeon.modeset=1
i915.modeset=1
If that does not work for you try to add "driver=intel". E.g. quiet splash i915.modeset=1 driver=intel.
I had success with that. Hope it works for you too!
Subscribe to:
Post Comments (Atom)
How to download a portion of Youtube Video with youtube-dl
First make you have both youtube-dl and ffmpeg installed: sudo apt install youtube-dl ffmpeg Then download a portion of your desired...
-
OsmocomBB is an Open Source GSM Baseband software implementation. By using the sofware on a compatible phone (e.g. Motorola C118), you are a...
-
Scid vs PC Scid vs PC is definitely the best and most comprehensive chess software for Linux. Unfortunately I struggled quite a bit to ge...
-
Requirements --> Banana Pi running Raspbian for Banana Pi --> Breadboard --> Jumper Wires --> DS18b20 --> 4.7K Ohm re...
This worked for me, but how do I permanently store this edit?
ReplyDeleteHi.
ReplyDeleteI am afraid as long as you use the live USB, you need to change the settings on every boot.
You can make the changes on the USB itself, so it will be permanent without having to change on every boot, just edit this file:
DeleteUSB/boot/grub/grub.cfg
You can add your options there :)