LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 09-20-2015, 08:23 PM   #16
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176

katnapper57

I'm looking online for a solution to the purple screen problem.
https://www.google.com/#q=what+to+ad...+purple+screen

https://turriebuntu.wordpress.com/ge...-black-screen/

http://ubuntuforums.org/showthread.php?t=2097710

Last edited by Ztcoracat; 09-20-2015 at 08:49 PM.
 
1 members found this post helpful.
Old 09-20-2015, 08:28 PM   #17
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
I think this is the driver for your Acer's Radeon card but I'll wait for the output of lspci | grep -i VGA.

https://us.driverscollection.com/?fi...ee55fd981c8e7f
 
Old 09-20-2015, 10:45 PM   #18
katnapper57
LQ Newbie
 
Registered: Sep 2015
Location: Missouri
Posts: 14

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
Installing the driver for your Radeon card might help.
Which Radeon card do you have?

Sorry I don't know how to check for my card the way you mentioned but I checked device manager and it says AMD Radeon(TM)HD 6520G

How do I install my Radeon card driver, do I do this in Windows or Ubuntu? The only screen I can get to type anything in on Ubuntu is the Grub where it gives the options like 'Try Ubuntu without installing' I can type e to edit. The only keyboard keys that work are the ones mentioned at the bottom of the grub, all others do nothing. I am trying to read and familiarize myself with all the technical lingo "kernel" "bios" etc. I read the article mentioned below and a lot of entries about the purple splash screen but didn't find anything I thought I could apply. I noticed the GNU GRUB says Version 2.02~beta2-9Ubuntu1.3 does this mean this version of Ubuntu is a beta version? Just wondering.
 
Old 09-20-2015, 11:30 PM   #19
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by katnapper57 View Post

Sorry I don't know how to check for my card the way you mentioned but I checked device manager and it says AMD Radeon(TM)HD 6520G

How do I install my Radeon card driver, do I do this in Windows or Ubuntu? The only screen I can get to type anything in on Ubuntu is the Grub where it gives the options like 'Try Ubuntu without installing' I can type e to edit. The only keyboard keys that work are the ones mentioned at the bottom of the grub, all others do nothing. I am trying to read and familiarize myself with all the technical lingo "kernel" "bios" etc. I read the article mentioned below and a lot of entries about the purple splash screen but didn't find anything I thought I could apply. I noticed the GNU GRUB says Version 2.02~beta2-9Ubuntu1.3 does this mean this version of Ubuntu is a beta version? Just wondering.
You would install the driver for Ubuntu. That's the driver I found in the previous post.
Download the driver. It should put the zip file in your Downloads directory.
If not it will put it in your Home directory.

You can install it if holding down Ctrl + Alt + F2 works for you. That should put you in command-line mode only.
Once your in commandline mode only I'll be able to guide you through form there and help you to find where the driver is and install it.

What version of Ubuntu do you have?
 
Old 09-21-2015, 08:06 AM   #20
katnapper57
LQ Newbie
 
Registered: Sep 2015
Location: Missouri
Posts: 14

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
You would install the driver for Ubuntu. That's the driver I found in the previous post.
Download the driver. It should put the zip file in your Downloads directory.
If not it will put it in your Home directory.

You can install it if holding down Ctrl + Alt + F2 works for you. That should put you in command-line mode only.
Once your in commandline mode only I'll be able to guide you through form there and help you to find where the driver is and install it.

What version of Ubuntu do you have?
I have Ubuntu 14.04.3 desktop-amd64. I downloaded the driver and it is in my downloads. ctrl+alt+F2 doesn't work but Grub has a choice at the bottom says 'c' for a command line and it says Tab shows a list of supported commands. Hope that will work. Thanks for sticking with me, this is somewhat frustrating to me, I'm not a young newbie so takes a bit to wrap my head around some of this.
 
Old 09-21-2015, 09:47 PM   #21
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by katnapper57 View Post
I have Ubuntu 14.04.3 desktop-amd64. I downloaded the driver and it is in my downloads. ctrl+alt+F2 doesn't work but Grub has a choice at the bottom says 'c' for a command line and it says Tab shows a list of supported commands. Hope that will work. Thanks for sticking with me, this is somewhat frustrating to me, I'm not a young newbie so takes a bit to wrap my head around some of this.
Good that the driver is in your downloads directory.
I downloaded the driver also-

Since Ctrl+Alt+F2 didn't work for you go ahead and choose 'c' for a command-line prompt.

Once you unzip the driver it should have this description.

Code:
amd-catalyst-13.12-linux-x86.x86_64.run
To unzip the driver type:

Code:
cd Downloads
ls   (ls will list and show you what you have in your downloads directory)
unzip amd-catalyst-13.12-linux-x86.x86_64.zip (and hit Enter)
After you have the driver unzipped it will be in the form of a shell script.
You will have to run that script as root.
In command-line type:

[CODE]sudo and press Enter and type in your password
(your password will not show.......that's normal)
If your not in your Downloads as 'root' than just type cd Downloads while your root.
To see the script in the command-line type ls

Than type:
Code:
./amd-catalyst-13.12-linux-x86.x86_64.run (exact name of driver/script.
-::-The script should take off and an Installer should open up and walk you through installing the driver.-::-
 
Old 09-21-2015, 10:00 PM   #22
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
If the script tells you permission denied it's because you don't have permission to run it or the script will have to be made executable by using the chmod command.
To make the script executable type:

Code:
chmod u+x name of driver/script (amd-catalyst-13.12-linux-x86.x86_64.run) w/o the brackets
Than run:
Code:
./amd-catalyst-13.12-linux-x86.x86_64.run
Once the script start's to run you will see the Installer open up and ask for your password.
Here's a pick of what it looks like on my system.

http://s1052.photobucket.com/user/Ul...aller.png.html
 
1 members found this post helpful.
Old 09-22-2015, 03:39 PM   #23
katnapper57
LQ Newbie
 
Registered: Sep 2015
Location: Missouri
Posts: 14

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post

[CODE]sudo and press Enter and type in your password
(your password will not show.......that's normal)
If your not in your Downloads as 'root' than just type cd Downloads while your root.
To see the script in the command-line type ls
Is this a password I choose at this point and time? Also I just have to ask this..if I do something wrong it won't mess up my laptop will it? I assume it won't since all this is actually being done on the usb stick not my hard drive but you know what they say about assuming something, I figure better to ask.
 
Old 09-22-2015, 03:47 PM   #24
katnapper57
LQ Newbie
 
Registered: Sep 2015
Location: Missouri
Posts: 14

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
If the script tells you permission denied it's because you don't have permission to run it or the script will have to be made executable by using the chmod command.
To make the script executable type:

Code:
chmod u+x name of driver/script (amd-catalyst-13.12-linux-x86.x86_64.run) w/o the brackets
Than run:
Code:
./amd-catalyst-13.12-linux-x86.x86_64.run
Are you saying that by making the script executable it will give me permission to run it if permission has been denied?
 
Old 09-22-2015, 05:08 PM   #25
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by katnapper57 View Post
Is this a password I choose at this point and time? Also I just have to ask this..if I do something wrong it won't mess up my laptop will it? I assume it won't since all this is actually being done on the usb stick not my hard drive but you know what they say about assuming something, I figure better to ask.
This is/was the password that you choose when you installed Ubuntu.

If your only running Ubuntu live off of the usb memory stick no; it won't mess up your laptop.

---------- Post added 09-22-15 at 06:09 PM ----------

Quote:
Originally Posted by katnapper57 View Post
Are you saying that by making the script executable it will give me permission to run it if permission has been denied?
Yes-
 
Old 09-22-2015, 05:16 PM   #26
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Here's more information to help you if this is what you have going on.
If Ubuntu is just running off of the usb stick and not installed; the link should help.

Quote:

There is a lot that might be wrong if it just freezes there. One thing you might try is to use Ubuntu in its fail-safe mode. You can do so (from last I remember) by hitting F4 on the Ubuntu menu, and selecting fail-safe mode. This will run the live CD in "safe graphics" mode which is generally the problem with Live CD environments.

One thing you can do to troubleshoot this problem is to press F8 when the purple screen appears. This will show you the boot process allowing you to see exactly where the boot process hangs.
http://askubuntu.com/questions/19427...-purple-screen
 
Old 09-22-2015, 05:19 PM   #27
NGIB
Member
 
Registered: Sep 2013
Location: Sumter SC, USA
Distribution: MX, Lubuntu
Posts: 449

Rep: Reputation: Disabled
Plymouth, (the program that displays the purple screen with dots) can cause issues with radeon cards as it changes the video modes. When you hit "e" to edit the grub line, remove the 'quiet spash' and let it display all messages...
 
1 members found this post helpful.
Old 09-22-2015, 05:33 PM   #28
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by NGIB View Post
Plymouth, (the program that displays the purple screen with dots) can cause issues with radeon cards as it changes the video modes. When you hit "e" to edit the grub line, remove the 'quiet spash' and let it display all messages...
Thanks NGIB-

I had forgotten that Plymouth could be contributing to this hang issue.

I hope that removing quiet splash works for op.-
 
Old 09-22-2015, 07:05 PM   #29
katnapper57
LQ Newbie
 
Registered: Sep 2015
Location: Missouri
Posts: 14

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by Ztcoracat View Post
Thanks NGIB-

I had forgotten that Plymouth could be contributing to this hang issue.

I hope that removing quiet splash works for op.-
OK so do I remove quiet splash before attempting the graphic card driver I downloaded?
 
Old 09-22-2015, 07:07 PM   #30
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by katnapper57 View Post
OK so do I remove quiet splash before attempting the graphic card driver I downloaded?
Yes:-

If that doesn't allow Ubuntu to boot remove nomodeset too if you haven't already.

Last edited by Ztcoracat; 09-22-2015 at 07:09 PM.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
installed Linux Mint 17.1 Mate on a new Acer Aspire from a DVD I got from osDisk.com prl29sd30 Linux - Software 1 06-20-2015 11:23 AM
Acer Aspire One with Linux Mint - webcam/mic alkanetexe Linux - Laptop and Netbook 11 07-29-2013 04:03 PM
No Sound on Acer Aspire 7741z-5731 in Linux Mint LXDE 10 lou002 Linux Mint 1 06-24-2011 05:47 PM
Jeckyl and Hyde netbook - Acer Aspire One 532H with Linux Mint 9 Mountain Linux - Laptop and Netbook 3 07-29-2010 09:52 PM
I just installed Fedora on my Acer Aspire One Linseed Linux - Newbie 3 04-30-2009 01:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 01:38 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration