I've been using Ubuntu 14.04 on a Toshiba Satellite Radius for a few months now and it ran beuatifully. Literally all of a sudden my computer refused to boot. I did a fresh intall of 14.04, using the same image I had used initially and still Ubuntu failed to boot - when I turned on the computer it just hung at a purple screen. I found these instructions
and I was finally ablt to get the PC to boot. However, there has been a DRAMATIC increase in CPU usage, such that hardly any applications are usable. For example, here is what top
looks like when I launch SuperTuxKart, an application that worked fine before:
I've done a clean install many times with the same outcome (the all of a sudden failure to boot/stuck on purple screen at boot is especially strange). Does anyone have a clue of how to start trouble shooting? Nothing has changed, could there be an issue with my CPU?
Any ideas? Thanks.
lshw
(http://imgur.com/1ug6Y9I) andlspci -vnn | grep VGA -A 12
(http://imgur.com/4zxAm6Y) – Eric Schafur May 04 '15 at 23:09Unsupported SPIX Structure
andCannot turn on display power on i915
. Also, I think the two links in my comment above will answer the CPU/GPU question. If not, please advise me on how to find out this info. Also, I just installed Mint and this is not an issue there (neither the boot or the CPU issue). Maybe not my hardware then? Thanks. – Eric Schafur May 04 '15 at 23:46quiet splash nomodeset
the computer will just not boot. When I try to boot it I don’t even get to the splash screen, just stuck on a blank purple screen. At this screen when I press f2 there is no verbose output. I've even tried changing the above tosplash
rather thanquiet splash
and there is still no verbose output (yes I updated grub before reboot). – Eric Schafur May 05 '15 at 01:14less dmesg
will show all that output (easy way to capture . . . ) after you boot so it can be inspected. – mchid May 05 '15 at 01:51dmesg
scroll down to the bottom and scroll back up to inspect – mchid May 05 '15 at 01:52glxinfo
say direct rendering? – mchid May 05 '15 at 02:38sudo Xorg -configure
also make sure xserver-xorg-video-intel is installed and here http://askubuntu.com/a/81039/167115 – mchid May 05 '15 at 03:09The following packages have unmet dependencies: xserver-xorg-video-intel : Depends: xorg-video-abi-15 Depends: xserver-xorg-core (>= 2:1.14.99.902) E: Unable to correct problems, you have held broken packages.
– Eric Schafur May 05 '15 at 03:29sudo apt-get update
first. then run:sudo apt-get install --reinstall xserver-xorg-core xserver-xorg-video-intel
– mchid May 05 '15 at 04:02-f install
. – Eric Schafur May 05 '15 at 22:44xserver-xorg-core
andxserver-xorg-video-intel
are not installed. – Eric Schafur May 05 '15 at 22:51