Black screen problem on MSI Wind U100 - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: Hardware - Support (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=6) +--- Forum: Video Cards (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=22) +--- Thread: Black screen problem on MSI Wind U100 (/showthread.php?tid=1430) |
Black screen problem on MSI Wind U100 - Klinux - 01-19-2015 [Posting in small parts as I get "Internal Server error" if I post more than a couple of sentences] I installed Linux Lite 2.2 on an MSI Wind U100 netbook with no problem, installed updates and installed BackupPC. All was going fine, but after the screen went to sleep/standby/hibernation (I'm not sure which) the screen went black with only the mouse pointer showing and moving on it. Re: Black screen problem on MSI Wind U100 - Klinux - 01-19-2015 Rebooting didn't help as it just booted to the black screen again instead of the user login screen. I tried adding "nomodeset" to the Grub boot command. Still no joy. Finally I tried adding "radeon.modeset=0" (which I'd seen recommended somewhere) and that worked. However the next time the same thing happened, neither "nomodeset" nor "radeon.modeset=0" gets anything other than the black screen with the mouse pointer. It still seems to be running fine as I can operate BackupPC by accessing it via the web on another PC I've got on the network. I believe the Chipset is Intel 945GSE. Any suggestions? Re: Black screen problem on MSI Wind U100 - altman - 01-19-2015 Post results from inxi -F in Terminal , someone will be able to give you a hand . Re: Black screen problem on MSI Wind U100 - Klinux - 01-20-2015 Okay, inxi -F screenshot attached. Not sure why it's showing cache data failures. Is that a problem? [attachment deleted by admin] Re: Black screen problem on MSI Wind U100 - altman - 01-20-2015 Guess I would do this from what I saw in a forum . Boot on a LiveCD or LiveUSB and to try "testdisk" package. Maybe your hdd s screwed up . Don t know , Hopefully it isn t . This link might help you mate ; http://www.gnu.org/software/ddrescue/ddrescue.html If this has good results then it s something else . Also , a lspci command in Terminal will help . Might be something else as stated above . Re: Black screen problem on MSI Wind U100 - rokytnji - 01-20-2015 Write cache errors are on /dev/sdb. Not /dev/sda which is the internal hard drive . Intel 945 Graphics chip using the intel driver seems OK to me in INXI report I am looking at. Quote: Finally I tried adding "radeon.modeset=0" (which I'd seen recommended somewhere) and that worked. No ati chip in graphics so Not sure why that worked. So. Referring to the AntiX forum where something kind of similar, happened. But they had X. But specs are same as Yours. http://forum.mepiscommunity.org/viewtopic.php?f=91&t=36936&hilit=intel I'm running SaliX Slackware 14.1 Fluxbox on one of my netbooks. Code: harry[~]$ inxi -zv7 Mine is a N270 Atom CPU while yours is a N280 Atom CPU. Graphics chip looks the same as your netbook. So putting yours to sleep with 2gig of ram with 2gig of swap should not have hurt anything. I am just breaking all this down so to get all the ducks in a row so other members can reply intelligently. I am busy right now. Cracking a password protected .rar which will take me a long while. Edit: Oh yeah. Here is the screen shot I took of the downloaded pdf that Klinux uploaded. Saves some time. Re: Black screen problem on MSI Wind U100 - Klinux - 01-21-2015 Thanks for your replies. I'm going away for a few weeks so will have to pick up on this again when I get back. |