I was going to install it and tried it out before actually going through with the installation, but when I did that, the desktop loaded up for a few seconds then became a heavily reddish-orange pixelated screen and froze that way. I restarted and tried it again and it did the same thing. All I did was move the mouse for a few seconds then it screwed up.
Is this a graphics card or some other hardware problem? And if it is, how do you fix it or is it completely incompatible? My graphics card is NVIDIA GeForce 6150SE and the processor is AMD Sempron 145. You can supposedly install drivers for stuff, but how can you do that when you can't use it to begin with?
Or is it a different problem entirely?
ubuntu-drivers devices
to get the package name of the recommended NVIDIA driver, and then install the recommended NVIDIA driver withsudo apt-get install some-package-name
. All this is for after you have installed Ubuntu on your hard drive, of course. – karel May 06 '15 at 05:08ubuntu-drivers devices
then install the current NVIDIA driver -- nvidia-current . – karel May 07 '15 at 08:51sudo apt-get install nvidia-current && sudo reboot
. Type it all on one line and then press the Enter key to run it. – karel May 07 '15 at 08:55