How to install proprietary ATI/AMD drivers on 14.10?

15,045

You can Install Xserver Xorg driver in command line. You dont need to install from the Software & Update.

Just run this in command line

sudo apt-get install xserver-xorg-video-ati

See here at packages.ubuntu.com. Version is 1.17

Share:
15,045

Related videos on Youtube

ebed
Author by

ebed

Updated on September 18, 2022

Comments

  • ebed
    ebed over 1 year

    I just upgraded to 14.10 from 14.04, and the built-in driver for my ATI Radeon HD 5450 sorta-kinda works okay because I do get a signal on my monitor, but it lacks any kind of acceleration, making the Dash and the menu reallly slow, and even typing this post has a significant keyboard-to-screen lag. What's more, the built-in drivers don't seem to support screen standby, so the monitor stays on forever :-/

    I've tried several*) methods of getting proprietary drivers to work, but they all fail the same way: the boot simply ends at tty1 instead of going into the graphical mode.

    Is the root cause that no 14.10-compatible driver exist? Or is there a "canonical" method that is proven to work, for ATI, on 14.10? (pun intended...)

    As far as I understand the matter by now, the problem seems to be that 14.10 uses X server version 1.16 but all the drivers only mention X server 1.15...

    enter image description here

    *) Methods I've tried:

    • Admin
      Admin over 9 years
      run sudo apt-get install xserver-xorg-video-ati . see here version is 1.17
    • ebed
      ebed over 9 years
      @DuminduMahawela thank you. When should I run that - before or after I install any of the above drivers? Which of my bullets would you recommend? I can't tell the difference.
    • Admin
      Admin over 9 years
      It is xserver xorg driver. You dont need to install from the above. just run this in command line.
    • ebed
      ebed over 9 years
      Thanks again @DuminduMahawela - why not put this as an answer I can accept? I'll try it out and hope for success :-)
    • Dan W
      Dan W over 9 years
      @TorbenGundtofte-Bruun Did the upvoted answer fix your issues?
    • ebed
      ebed over 9 years
      @DanW thanks for the reminder, but sadly it didn't work for me. What worked was a magic combination of removing various X and ATI components. Now I'm only using Ubuntu built-in material (which curiously didn't work out of the box!).
  • mac
    mac over 9 years
    Tried, but didnt work :(