Linux Mint: Difference between revisions

From cchtml.com
Line 27: Line 27:
To use a more updated version of the driver in Mint 14, proceed as follows:
To use a more updated version of the driver in Mint 14, proceed as follows:


*1) Download the latest version from www.amd.com
*1) Download the latest version from [http://www.amd.com AMD]
*2) Make sure you remove any older driver
*2) Make sure you remove any older driver



Revision as of 03:03, 15 February 2013

ATI Driver installation Mint 12

  • update your system
  • Disable ATI Driver from "Additional Drivers"
  • Open synaptic package manager, open setting/repositories and select SOURCE CODE
  • search for "kernel" and install (kernel-package,linux-source,linux-headers\linux-headers x64--for x64,(some may already be install)
  • Open terminal and type:
  sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases
  sudo sh ati-driver-installer-*.run
  • install default installation,DONT generate Ubuntu 11.10 package!
  • reboot when done!

to make sure its all good in terminal type:

  fglrxinfo

should return something like this:

  • display: :0 screen: 0
  • OpenGL vendor string: Advanced Micro Devices, Inc.
  • OpenGL renderer string: ATI Radeon HD 5700 Series
  • OpenGL version string: 4.1.11251 Compatibility Profile Context

Linux Mint 14 Driver Installation

To use a more updated version of the driver in Mint 14, proceed as follows:

  • 1) Download the latest version from AMD
  • 2) Make sure you remove any older driver
  sudo aptitude purge fglrx fglrx-amdcccle xserver-xorg-video-radeon
  • 3) Modify execution permission for the AMD Driver Installer:
  chmod +x nameoftheinstaller.run
  • 4) And run it with the --buildpkg Ubuntu/quantal:
  sudo ./nameoftheinstaller.run --buildpkg Ubuntu/quantal

It will download any required files, build packages compatible with Mint, and all you'll need to do is install them by hand (using gdebi-gtk) or dpkg as follows;

  sudo dpkg -i *.deb

Enjoy!