Linux Mint: Difference between revisions

From cchtml.com
(12 intermediate revisions by 2 users not shown)
Line 2: Line 2:


*update your system
*update your system
*Disable ATI Driver from "Additional Drivers"
*Open synaptic package manager, open setting/repositories and select SOURCE CODE
*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)
*search for "kernel" and install (kernel-package,linux-source,linux-headers\linux-headers x64--for x64,(some may already be install)
Line 7: Line 8:
   sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases
   sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases
*reboot
*reboot
*Download ATI driver http://support.amd.com/us/gpudownload/l ... ng=English
*Download ATI driver http://support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx?type=2.4.1&product=2.4.1.3.42&lang=English
*Open terminal cd to download directory and type:
*Open terminal cd to download directory and type:


Line 15: Line 16:
to make sure its all good in terminal type:
to make sure its all good in terminal type:


=fglrxinfo=
  fglrxinfo
should return something like this:
should return something like this:
*display: :0 screen: 0
*display: :0 screen: 0
Line 21: Line 22:
*OpenGL renderer string: ATI Radeon HD 5700 Series
*OpenGL renderer string: ATI Radeon HD 5700 Series
*OpenGL version string: 4.1.11251 Compatibility Profile Context
*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 version of the Linux Driver that you wish from [http://support.amd.com/us/gpudownload/linux/Pages/radeon_linux.aspx?type=2.4.1&product=2.4.1.3.42&lang=English 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 --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
Reboot & Enjoy!
If you want to remove it, just do the same command as 1), but without xserver-xorg-video-radeon.
This works because Linux Mint 14 is based on Ubuntu quantal. Tested with stable and beta drivers from outside the repositories that wouldn't install properly using the standard install procedure.

Revision as of 03:10, 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 version of the Linux Driver that you wish 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 --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

Reboot & Enjoy!


If you want to remove it, just do the same command as 1), but without xserver-xorg-video-radeon.


This works because Linux Mint 14 is based on Ubuntu quantal. Tested with stable and beta drivers from outside the repositories that wouldn't install properly using the standard install procedure.