0

I've been googling everywhere I could think of for the past three days now and I finally just made an account here to ask my question. I'm a total Ubuntu n00b, I'm converting from Windows (which I know pretty much inside and out).

I tried to install the fglrx Proprietary Catalyst 12.6 drivers on my system (Ubuntu 12.04 LTS 32 bit) but every time I do I eventually end up with an unfixable boot error and have to reinstall Ubuntu. I've reinstalled 3 times already. The reason I want the drivers is because I have two monitors, and they only work in mirrored mode without the proprietary drivers for me.

I got them to work once without, but my larger monitor only ran in 1024x768. Is there some way to install the drivers that will make them not be so finicky? I heard there were also open source drivers as well? How do you install those?

Thanks.

devav2
  • 37,290

4 Answers4

2

I am a user of a very similar card, with a fully functioning Ubuntu set up with Catalyst aka fglrx.

You want Catalyst 12.9 out of the repositories i.e. what Ubuntu suggests in the Software Sources part of the Software Center. Don't go for earlier versions and don't go for more recent versions. You will also want to install linux-headers-generic.

If you look here, you should see a more long winded version in an answer to another question. That is how I did it - after numerous failed attempts - although there may be superfluous steps.

Simon Hoare
  • 494
  • 3
  • 14
1

I have a 5450 driver, which works well with two monitors using either the standard open drivers or the proprietary drivers - even off the liveCD.

What happens when you try to uncheck the "Mirror Displays" checkbox with the standard driver? Make sure both monitors are switched on using the sliding switch under the displays in the middle, and the resolution is set correctly for both monitors.

I've never had to reinstall Ubuntu for many different versions. One trick I found once when my system wouldn't boot normally was to replace the file xorg.conf with a plain vanilla version. The full version to this file is:

/etc/X11/xorg.conf

It is a plain text file, and can be edited or replaced either from a virtual terminal, if that is working, or even using a live CD to access the partition. The one for the plain, open-source driver that comes standard is very simple:

Section "Screen"
        Identifier      "Default Screen"
        DefaultDepth    24
EndSection

Section "Module"
        Load    "glx"
EndSection

If you find this same file on your system, you can copy it to something like xorg.conf.backup in case of future problems.

Let me know if you have questions. I used to be like you, a windows expert from version 1, but now I dread having to configure Windows because it's actually harder; I never used to believe people who said that either, but after a certain point (for me, a couple of years), you realize it's true.

Marty Fried
  • 18,944
1

Just connect your system in Ubuntu with Internet and open "Additional Drivers" application. Then it shows available graphics drivers for your system. From there you can install them and there is no problem with this.

Peachy
  • 7,235
  • 10
  • 40
  • 47
str4n63r
  • 128
1

I would strongly suggest you make sure that you have followed the advice in the askubuntu community wiki for this which is here:

Ask Ubuntu ATI Community Wiki

andybleaden
  • 1,903