2

My computer has an ATI/AMD Radeon Mobility 4650.

I have attempted to install the drivers as described in What is the correct way to install proprietary ATI Catalyst Video Drivers (fglrx) directly from AMD?, however the AMD website currently only allows the downloading of the newest drivers, which do not appear to work for 12.04 Precise Pangolin.

I cannot find a mirror with the older releases (12.8 is what I'm looking for), and the information provided in the link above only goes up to 12.8.

I am having a lot of trouble with this, and my video card has lots of overheating issues. Any help would be GREATLY appreciated. More info can of course be provided (as long as you let me know what you need!)

Thanks

1 Answers1

1

Try to install latest drivers from Xorg-Edgers PPA:

sudo add-apt-repository ppa:xorg-edgers/ppa
sudo apt-get update
sudo apt-get install fglrx-12

And if you want more stable drivers, use ppa:ubuntu-x-swat/ppa

Danatela
  • 13,243
  • 11
  • 45
  • 72
  • According to the xorg edgers ppa website, they warn about using their ppa with anything over 12.04.2. It seems that I am running 12.04.4 (recent fresh install a few weeks ago, after reverting from a failed upgrade to 13.x). – destruktodiaz Mar 12 '14 at 06:03
  • That means you can try. – Danatela Mar 12 '14 at 06:07
  • I shall give it a shot. I did what the website suggested and installed xserver-xorg-lts-precise, we'll see. Thanks! – destruktodiaz Mar 12 '14 at 06:09
  • Good luck, and if you succeed, do not forget to accept my answer. – Danatela Mar 12 '14 at 06:11
  • After doing this, my resolution has been lowered to a max of 1152x864 (on a 16:9 display, usually 1600x900). fglrxinfo gives me the following: X Error of failed request: BadRequest (invalid request code or no such operation) Major opcode of failed request: 135 (GLX) Minor opcode of failed request: 19 (X_GLXQueryServerString) Serial number of failed request: 12 Current serial number in output stream: 12 – destruktodiaz Mar 12 '14 at 06:22
  • Did you run sudo aticonfig --initial? – Danatela Mar 12 '14 at 06:24
  • I did not! I tried and was given: "aticonfig: No supported adapters detected". However lspci | grep VGA gives me: 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] RV730/M96 [Mobility Radeon HD 4650/5165] – destruktodiaz Mar 12 '14 at 06:27
  • What says sudo modprobe fglrx? – Danatela Mar 12 '14 at 06:30
  • FATAL: Error inserting fglrx (/lib/modules/3.11.0-18-generic/updates/dkms/fglrx.ko): No such device – destruktodiaz Mar 12 '14 at 06:30
  • Then you should select more older version of the driver. I recommend fglrx-12. – Danatela Mar 12 '14 at 06:32
  • Looks like fglrx-experimental-9, fglrx-experimental-12, fglrx-experimental-13, fgrlx-12, and fgrlx-13. plus some devel packages and an updater package that is not currently installed. – destruktodiaz Mar 12 '14 at 06:35
  • If fglrx-12 fails, the only other option will be fglrx-experimental-9. – Danatela Mar 12 '14 at 06:45