LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 03-25-2014, 07:13 PM   #16
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

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

Thank you colorpurple.
I found these 2 fglrx drivers.

Code:
fglrx (2:13.101-0ubuntu0.0.1) [restricted]
    Video driver for the AMD graphics accelerators
fglrx-amdcccle (2:13.101-0ubuntu0.0.1) [restricted]
    Catalyst Control Center for the AMD graphics accelerators
I don't need both do I?
 
Old 03-25-2014, 07:42 PM   #17
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
The first is the driver and the second is the graphical software for changing settings. If it was me, I would install both. I think you need to install fglrx first then fglrx-amdcccle, but not sure. It has been awhile since I used the fglrx drivers. I used the radeon driver now a days, less headaches
 
Old 03-25-2014, 07:54 PM   #18
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by colorpurple21859 View Post
The first is the driver and the second is the graphical software for changing settings. If it was me, I would install both. I think you need to install fglrx first then fglrx-amdcccle, but not sure. It has been awhile since I used the fglrx drivers. I used the radeon driver now a days, less headaches
Before I install them I would imagine I should un-install the current amd-catalyst driver first; you agree?
 
Old 03-25-2014, 07:58 PM   #19
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
yes
 
1 members found this post helpful.
Old 03-25-2014, 08:05 PM   #20
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
I think you need to install fglrx first then fglrx-amdcccle, but not sure.
I have to be sure so I'm going to have to do some research and maybe look around in the Ubuntu Forum and see what others have done.
 
Old 03-25-2014, 08:17 PM   #21
colorpurple21859
LQ Veteran
 
Registered: Jan 2008
Location: florida panhandle
Distribution: Slackware Debian, Fedora, others
Posts: 7,346

Rep: Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589Reputation: 1589
according to the respoitories, the fglrx-amdcccle depends on fglrx being installed, but not the other way around, so yes install fglrx first.
 
1 members found this post helpful.
Old 03-25-2014, 09:31 PM   #22
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
You can also install them at the same time in one command. Will work fine.

Another way of installing them is to change the sources.list to the needed version, run apt-get update, apt-get install <packages>. Then change the sources.list back.

When I ran Ubuntu I actually had sources.lists set up for as many as 3 versions. Simply named them source.list.<version name> and changed the names for what I needed.

Not really a recommended procedure but I used it for several versions with no trouble.
 
Old 03-25-2014, 09:55 PM   #23
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by colorpurple21859 View Post
according to the respoitories, the fglrx-amdcccle depends on fglrx being installed, but not the other way around, so yes install fglrx first.
Thank you for finding that out.

The last time I un-installed the amd-catalyst driver I only had console mode available to interact with the system. Un-installing the driver takes away the gui in Elementary OS Luna.

If that happens again I hope I can install those drivers by cd to the Downloads directory and using 'dpkg -i" if necessary and then reboot.

I'm preparing ahead of time in case of unforeseen things happen like a crash or any other
black screen surprise or system hang screen--
Dotting all of my i's and crossing all of my t's (performing a backup)before I proceed.

Last edited by Ztcoracat; 03-25-2014 at 10:09 PM.
 
Old 03-25-2014, 09:57 PM   #24
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by widget View Post
You can also install them at the same time in one command. Will work fine.

Another way of installing them is to change the sources.list to the needed version, run apt-get update, apt-get install <packages>. Then change the sources.list back.

When I ran Ubuntu I actually had sources.lists set up for as many as 3 versions. Simply named them source.list.<version name> and changed the names for what I needed.

Not really a recommended procedure but I used it for several versions with no trouble.
Not sure if I will try that but I will certainly give it some thought--
 
Old 03-26-2014, 03:41 AM   #25
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
You should, what ever method you use for installation, be able to remove the current driver and install the new one without a lot of drama.

Make sure you use the same command you used to initiate the last version. I can't remember what that is to set up the driver.

You will be using the current driver, even after removal, until you reboot. It is running from ram not the HDD.

This is why, for instance, you can remove all kernels for your install and continue to have a running OS. You are going to have a REAL problem if you do that and then reboot however as there will be no kernel to boot to.

In the case of the driver replacement you will hopefully have a working and setup driver to use after you reboot. If it is properly set up then the init system will simply start that driver when you boot just as it did with the current driver.
 
Old 03-26-2014, 03:22 PM   #26
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
You should, what ever method you use for installation, be able to remove the current driver and install the new one without a lot of drama.
So after I uninstall the old driver reboot and install the 'fglrx' and the 'fglrx-amdcccle' should be a breeze?
I hope--
 
Old 03-26-2014, 03:55 PM   #27
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Quote:
Originally Posted by Ztcoracat View Post
So after I uninstall the old driver reboot and install the 'fglrx' and the 'fglrx-amdcccle' should be a breeze?
I hope--
Either a breeze or FUN.

So you are ahead either way.
 
Old 03-26-2014, 04:02 PM   #28
Ztcoracat
LQ Guru
 
Registered: Dec 2011
Distribution: Slackware, MX 18
Posts: 9,484

Original Poster
Blog Entries: 15

Rep: Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176Reputation: 1176
Quote:
Originally Posted by widget View Post
Either a breeze or FUN.

So you are ahead either way.
I'll try to get this done over the weekend and see how it goes.
Might take longer as that machine is not mine.
 
  


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
Evolution mail stuck in "Search Folders" mode? DavidBC Linux - Newbie 2 10-02-2021 03:40 PM
[SOLVED] "skipped services in runlevel 5"; stuck in command mode; init 5 fails wiliamvw SUSE / openSUSE 2 03-15-2011 05:04 PM
Fatal error in FC5 text mode installation after typing "startx" nefret49 Linux - Software 5 06-30-2006 09:33 AM
Root filesystem stuck in "read only" mode. tunrau Linux - Newbie 8 08-21-2004 12:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 05:45 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