Laptops Under 200

  • Subscribe to our RSS feed.
  • Twitter
  • StumbleUpon
  • Reddit
  • Facebook
  • Digg

Sunday, 31 July 2011

How to Install ATI/AMD Catalyst 11.7 Linux Driver in Ubuntu 11.04 Natty Narwhal?

Posted on 21:30 by Unknown
For both ATI and Nvidia GPU devices in GNU/Linux you should have installed the proprietary drivers if you want to get the full throttle out of your awesome VGA card :D. For instance, with the recent netbooks related AMD Fusion chip-sets where we have both a CPU and the GPU at the same "core" (same physical chip), if you haven't installed the proprietary driver then the GPU will not be able to play HD videos nor 3D games and rendering in general in full throttle :/.

So although the idea of "proprietary" is not compatible with the GNU license but that's how the world is anyway, you can either chose to swim with it or against.. (what the heck am I talking, sorry about that).

Anyhow, few days ago ATI (now owned by AMD) released the latest version of their Catalyst driver for GNU/Linux: the 11.7!.

Unlike with many other releases the 11.7 version does bring few major features or changes in general such as...
I'm not supposed to be doing this but but... :)
*. Kernel 3.0 x support.

*. VLC player 1.1.9 related hardware acceleration bug fixed.  

*. PowerXpress support for GNU/Linux (finally) - This technology makes it easy to switch between discrete graphics and dedicated graphics (say when you use your Netbook on AC power) which delivers better performs or low performance and enhanced battery life.

*. Few Catalyst control center related bug fixes.

*. De-noise and few other video playback related performance related bug fixes... are just a few to mention.

You can install the ATI/AMD Catalyst 11.7 driver in Ubuntu 11.04 Natty Narwhal by using the below procedure (for 10.10 and 10.04 users please read from the official AMD Wiki pages, here and here). 

*. If have you installed any previous proprietary drivers such as the 11.6 series for instance, then you must remove them before proceeding!.

Now I'm not going to do a lot of "explaining" because I feel like I'd easily make some of you guys confused.. So basically just enter the below command in your Terminal window (Again remember, these steps are only for those of you who have installed an older version of Catalyst drivers).
sudo sh /usr/share/ati/fglrx-uninstall.sh

If you get an error saying that such command does not exists, etc then use the below one instead.
sudo apt-get remove --purge fglrx fglrx_* fglrx-amdcccle* fglrx-dev* xorg-driver-fglrx

Now let's begin the actual installation procedure.


1. Now first download the actual driver wizard (it contains both 32-bit and 64-bit versions integrated) and make it executable. For that enter the below commands.
cd ~/; mkdir catalyst11.7; cd catalyst11.7/

wget http://www2.ati.com/drivers/linux/ati-driver-installer-11-7-x86.x86_64.run

chmod +x ati-driver-installer-11-7-x86.x86_64.run

2. Now use the below commands to install it.
sudo -s

./ati-driver-installer-11-7-x86.x86_64.run

Just follow your on-screen instructions (the installer is pretty much automatic) and within few minutes you should have installed the AMD/ATI Catalyst 11.7 in Ubuntu 11.04 Natty Narwhal.

3. Optional Step - 

Most people might not need this, but if you found that the graphics are actually worse looking or the ATI driver is not loaded into the Ubuntu then you might want to update a configuration file called "xorg.conf". As said you'd probably won't need to do this, but if you need then open enter the below command in your Terminal.
sudo aticonfig --initial -f

That's it. Now you're done!.


Below method is not necessary by any mens and it's only for those of you who wants to manually build ".deb" packages only.  

Need a pre-build ".deb" file?

You can create a ".deb" file if you want. It can be quite handy if you want re-install the driver after a fresh install of Ubuntu where you don't have to re-download some of the required packages to build the driver and install. So...
 
If you'd like you can make that ".deb" package of the installer first and then install it too. To do that skip the step "2" and enter the below commands instead (and might want to use that step "3" command too).

First we gotta get the pre-requisite packages.


A. Get the pre-requisite packages - Although this may not be necessary for some since you'd probably have them installed automatically installing other apps as dependencies but do it just in case. Open your Terminal window and enter the below command.
sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++6 dkms libqtgui4 wget execstack libelfg0 dh-modaliases
B. If you use the 64-bit Ubuntu Linux version then make sure to install the below packages too (only for the 64-bit geeks).
sudo apt-get install ia32-libs

C. Now let's build the ".deb" file. For that use the below command.
sudo sh ./ati-driver-installer-11-7-x86.x86_64.run --buildpkg Ubuntu/natty

D. Now install it by using the below command.
sudo dpkg -i fglrx*.deb

Yep that's it. I'm sorry that the article looks a bit longer. Enjoy!.
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Posted in ati catalyst, linux, proprietary drivers, ubuntu | No comments
Newer Post Older Post Home

0 comments:

Post a Comment

Subscribe to: Post Comments (Atom)

Popular Posts

  • How to Install "The Board" in Ubuntu? (GTK+ written dedicated Digital Diary)
    If you frequently use your computer for hours and hours daily... then even after installing cool theme and other stuff to make the desktop l...
  • traGtor - ffmpeg Encoder GUI for GNU/Linux (one of the best!)
    I maybe wrong on this one but I think the origin of the Qt written KDE desktop actually comes from the German programmers. But the point is ...
  • Install Gdiskdump in Ubuntu 11.04 - An Easy To Use Disk Cloning Tool for GNU/Linux!
    Although for Microsoft Windows there are several excellent commercial and free applications available yet with GNU/Linux when it comes to di...
  • Wipe - Secure File Delete Application for GNU/Linux
    Not just in GNU/Linux but in any operating system, just because you deleted the files from the hard disk drive doesn't mean that they...
  • How to Access Few "Advanced Preferences" Settings in Nautilus File Manager?
    Nautilus is the default file management utility in Gnome desktop environment (which is also shared by the Ubuntu Unity as well). Although ...
  • Install Agave in Ubuntu - Excellent Color Palettes Creator for GNU/Linux!
    I think anyone would agree on the fact that both colors and our emotions (buggers... control our lives one way or the other :P) are bound to...
  • Have You Watched the "Free Software Song"?
    I saw this song (in video) for the first time few years ago while watching the Revolution OS, a movie which basically exposes the birth of G...
  • GDM Tweaker - A Tool For Changing GDM Background/Theme Easily
    Although Ubuntu decided to drop GDM from the future releases still with Ubuntu, setting up your GDM screen is almost impossible (you know c...
  • How to Build a New Computer under $200
    This article will present a brief tutorial explaining how to repair or build a Windows PC. More instruction will be added as time permits. B...
  • MediaInfo - An Advanced Audio/Video Tag "Reader" for GNU/Linux and MS Windows
    If you have installed the proper codecs in MS Windows and GNU/Linux, the operating system can read Tag information which holds information s...

Categories

  • 11.04 natty narwhal
  • 11.10
  • 3d rendering
  • addons
  • address books
  • adobe
  • adobe flash
  • adobe flash player
  • amarok
  • amarok for windows
  • andorid
  • android
  • android applications
  • android apps
  • android phones
  • android tablets
  • app launchers
  • apple
  • applets
  • application indicator
  • applications
  • applications for windows
  • archive managers
  • arios
  • art
  • arts
  • asus
  • asus eee pc
  • ati
  • ati catalyst
  • audio
  • audio converts
  • audio editors
  • audio encoders
  • audio players
  • audio tag editing
  • audio utilities
  • ayatana scrollbars
  • backup
  • backup tools
  • banners
  • batter saver
  • battery calibration
  • benchmark testing
  • bittorrent
  • bittorrent clients
  • blogger
  • blogger news
  • blogger platform
  • blogging
  • blogging tips
  • blogging utilities
  • blu-ray
  • boot loaders
  • BSOD
  • business card creator
  • Canonical
  • cd/dvd burners
  • chat clients
  • checksum checker
  • chrome
  • chrome addons
  • chrome os
  • chromium
  • clamav
  • cloud computing
  • cloud comupting
  • cloud storage
  • clutter
  • collaborative editor
  • command line
  • commands
  • community
  • compiz
  • computer repair
  • computers
  • cross-platform
  • data backup
  • data encrption
  • desklets
  • desktop environments
  • digital audio workstation
  • disk cloning
  • disk drive erasers
  • disk image burning
  • disk images
  • disk partition editors
  • display managers
  • distributions
  • docks
  • download managers
  • drawing tools
  • drivers
  • driving lessons
  • dropbox
  • dvd authoring
  • dvd backup
  • dvd creator
  • e-book managers
  • e-mail
  • e-mail clients
  • e-mails
  • eee pc
  • elementary os
  • email clients
  • emails
  • encoding
  • encorders
  • experiences
  • facebook
  • fedora
  • fedora core
  • fedora core 15
  • fedora core learn
  • feed readers
  • file management tools
  • file managers
  • file manegers
  • file recovering
  • file splitters
  • file systems
  • filesystems
  • finance
  • firefox
  • firefox 5
  • firefox 6
  • firefox addons
  • firefox5
  • firmware utilities
  • flash videos
  • flickr
  • fonts
  • frustrations
  • fun
  • gadgets
  • GDM
  • gentoo
  • gimp
  • gmail
  • Gnome
  • gnome 3 shell theme
  • gnome 3.2
  • gnome applications
  • gnome desktop
  • gnome shell
  • gnome3
  • gnu
  • gnu emacs
  • gnu-linux
  • gnu-linux distributions
  • goober
  • google
  • google chrome
  • google chrome extensions
  • google maps
  • GPU
  • graphic design
  • graphic utilities
  • grey screen of death
  • grub editors
  • gtk
  • gtk applications
  • gtk themes
  • gtk3
  • gtk3 themes
  • hardware monitors
  • hdd clone tools
  • hdd tools
  • health
  • hobbies
  • html5
  • icons
  • ideas
  • im clients
  • iMac computer repair
  • iMac error
  • image editiors
  • image organizers
  • image resizers
  • image utilities
  • image viewers
  • iphone
  • itunes
  • java
  • journal applications
  • kde
  • kde 4.6
  • kde applications
  • kde-qt
  • kernel
  • kubuntu
  • kubuntu 11.04
  • laptops
  • learn
  • learn linux
  • legal
  • libre office
  • life
  • lightdm
  • linux
  • Linux distributions
  • linux keyboards
  • linux mint
  • linux multimedia players
  • linux music players
  • loco teams
  • logmein
  • lubuntu
  • lxde vs xfce
  • mac osx
  • mandriva
  • media players
  • metacity
  • microsoft windows
  • mounting
  • mplayer
  • ms windows
  • multi-touch gestures
  • multimedia
  • multimedia codecs
  • multimedia converters
  • multimedia players
  • multimedia utilities
  • music players
  • mypaint
  • natty narwhal
  • nautilus
  • nautilus scripts
  • nautilus tips
  • netbooks
  • netbooks under 200-250
  • network monitoring
  • networking
  • news
  • nokia phone suite
  • note taking
  • ntfs
  • nvidia
  • office productivity suits
  • office suits
  • oneiric ocelot 11.10
  • online radio
  • online storage
  • open source
  • open-source
  • opensource
  • opensuse
  • operating systems
  • optical disk burners
  • optical disks
  • optimizations
  • package managers
  • painting tools
  • parent control
  • password generators
  • password managers
  • pdf editors
  • pdf readers
  • pdf tools
  • pim software
  • pinguy os
  • plasma
  • plugins
  • portable
  • portable applications
  • portable laptops
  • privacy
  • professional video editors
  • programming tools
  • project management software
  • proprietary drivers
  • python applications
  • qt
  • qt applications
  • qt4
  • registry cleaner
  • remote access
  • remote desktop access
  • reviews
  • roboform
  • rom flashing
  • rss readers
  • satellite trackers
  • scanning tools
  • screen recorders
  • screenshot taker
  • scripts
  • search engines
  • security
  • shell extensions
  • shell themes
  • skype
  • smart phones
  • software
  • software emulators
  • sound servers
  • source code editor
  • stack exchange
  • startup managers
  • stock market
  • swimming
  • system cleaner
  • system information
  • system monitors
  • tablet pcs
  • tablets
  • task killers
  • tech help
  • tech news
  • tech tips
  • technology
  • terminal emulators
  • text editors
  • text translators
  • themes
  • thunar
  • thunderbir
  • thunderbird5
  • tips
  • transformation packs
  • tutorials
  • tweaks
  • twitter
  • ubunt
  • ubuntu
  • ubuntu 11.10
  • ubuntu 11.10 alpha 3
  • ubuntu derivatives
  • ubuntu derrivatives
  • ubuntu minimal install
  • ubuntu netbooks
  • ubuntu news
  • ubuntu one
  • ubuntu tablet
  • ultrabooks
  • unity 2d
  • unity desktop
  • unity desktop apps
  • usb
  • utilities
  • vector graphics
  • video editors
  • video utilities
  • videos
  • virtualbox
  • virtualization
  • virus scanners
  • vlc
  • voip
  • wallpaper contest
  • wallpapers
  • weather apps
  • web browser addons
  • web browsers
  • webcam
  • weight loss
  • weird
  • widgets
  • window managers
  • windows
  • wine
  • xml editors
  • xubuntu
  • youtube

Blog Archive

  • ►  2012 (7)
    • ►  August (2)
    • ►  June (1)
    • ►  May (3)
    • ►  January (1)
  • ▼  2011 (515)
    • ►  December (3)
    • ►  November (1)
    • ►  October (16)
    • ►  September (57)
    • ►  August (59)
    • ▼  July (81)
      • How to Install GPicView in Ubuntu 11.04 Natty Narw...
      • How to Install ATI/AMD Catalyst 11.7 Linux Driver ...
      • How to Install Xarchiver (archive manager) in Ubun...
      • How to Install Leafpad Text Editor in Ubuntu 11.04...
      • Asus Eee PC X101 Secretly Gets a Product Page!
      • How to Install elementary Dark GTK Theme in Ubuntu...
      • How to Install PCMan File Manager in Ubuntu Linux?
      • Tux Computer Case with Embedded Linux Kernel
      • Few Upcoming Ubuntu 11.10 Alpha 3 and Development ...
      • PyRoom - Python Written, Minimalistic, Distraction...
      • Ubuntu 11.10 Oneiric Ocelot is Just 2 Seconds away...
      • hardinfo - an App for Performing CPU Benchmarking ...
      • Lubuntu ISO images are Available via Official Ubun...
      • Vanillux - An Ubuntu Based GNU/Linux Distribution ...
      • CentOS 6.0 Live CD/DVD Editions are Finally Released!
      • How to Install KDE Plasma Netbook Edition in Ubuntu?
      • How to Install gDesklets in Ubuntu?
      • PyMusic - A Python Written, Fast Loading Music Pla...
      • How to Install Xfburn (CD/DVD burner) in Ubuntu 11...
      • Few Cheap Netbooks Under $ 200 - 250
      • openSUSE 12.1 Milestone 3 is Available for Download!
      • How to Install Flegita (Gnome Scan Front-end) in U...
      • How to Install Thunderbird 6.0 (beta) in Ubuntu Li...
      • Ubuntu 10.04.3 Lucid Lynx LTS is Released!
      • How to Install Wine in Ubuntu 11.04 Natty Narwhal,...
      • How to Install "Nautilus Open Terminal" Plugin in ...
      • How to Install Virtualbox 4.1 in Ubuntu 11.04 Natt...
      • How to Install Abraca Music Player in Ubuntu Linux?
      • Asus Eee PC 1215B Netbook Hardware Specifications ...
      • How to Install Grism (stock market analysis app) i...
      • Creating a Cheap "Unity Desktop Replica" Out of Gn...
      • Few Ubuntu Unity Desktop Themes
      • Heimdall - Flashing Samsung Galaxy S Series ROM in...
      • How to Make the Ubuntu Unity Desktop run Faster?
      • Wanna Watch Novacut Video Editor Demo in Action, O...
      • Upcoming "Shortcuts-pane" Mockup for Thunar File M...
      • Blogger's Updated Policy on Web Browser Support
      • Advanced Task Killer - Best App Killer for Android
      • What is Ubuntu Minimal Install?
      • How to Install DesktopNova in Ubuntu?
      • How to Install Adobe Flash 11 (beta) in Ubuntu 11....
      • Gnome 3.2 News : Few Major Upcoming Changes/Features
      • How to Install Beatbox in Ubuntu 11.04 Natty Narwhal?
      • How to Add a User in Ubuntu?
      • How To Check/Find Your Installed Ubuntu Version?
      • Vinux 3.2.1 is Released (GNU/Linux Distribution fo...
      • DAISHO - A Professional Project Management Softwar...
      • Amarok 2.4.2 Beta 1 is Released (New background, G...
      • How to Install QMediainfo in Ubuntu 11.04 Natty Na...
      • "Oh it's on mate!" - Ubuntu 11.10 Oneiric Ocelot W...
      • How to Install Goober in Ubuntu 11.04 Natty Narwha...
      • How to Install Firefox 6 (beta) in Ubuntu 11.04 Na...
      • Meet the "Ping-Eee OS 11.04" : Netbook Optimized V...
      • How to Preview the Gmail's New "Look"?
      • KDE 4.6.5 is Available for Kubuntu 11.04 Natty Nar...
      • How to add the Classic Applications Menu in Ubuntu...
      • How to Access the Old Blogger Interface After the ...
      • Ubuntu 11.10 Oneiric Ocelot Alpha2 is Released!
      • Google Introduces "Download Map Area" to Google Ma...
      • Blogger Team Has Officially Released the All New U...
      • Nokuntu - Unofficial Nokia PC Suite for Ubuntu!
      • Elementary OS Website Hits the First 1000 Register...
      • How to Make Metacity the Default Compositing Windo...
      • How to Install Avant Window Navigator in Ubuntu?
      • Ayatana Scroll-bars Update (animated Scroll and ne...
      • Wanna Get a Free (and Awesome) Official Ubuntu Boo...
      • AriOS 3.0 is Finally Released (Linux Distro Based ...
      • Ardour - The Ultimate Digital Audio Workstation So...
      • Apple Will be Launching a "Launchpad" with the Upc...
      • Redo Backup and Recovery - The Ultimate HDD Data R...
      • How to Install Unity 2D in Ubuntu 11.04 Natty Narw...
      • "Ubuntu-Gallery" - Get Daily (kinda) Wallpapers fo...
      • How to Install Pencil in Ubuntu Linux (a 2D Cartoo...
      • How to Install EasyImageSizer in Ubuntu?
      • Novacut Pro - Upcoming OpenSource, Professional Vi...
      • Bisigi-Project: Beautiful Complete GTK Theme Suite...
      • Roboform 7.3.2 is Released! (Added Support for Fir...
      • LibreOffice 3.4.1 is Released! - How to Install it...
      • PDFMasher - Tool for Converting PDF files to (HTML...
      • How to Install "The Board" in Ubuntu? (GTK+ writte...
      • Terminator - An App to Run Multiple Terminal Emula...
    • ►  June (112)
    • ►  May (149)
    • ►  April (33)
    • ►  March (4)
  • ►  2008 (2)
    • ►  March (1)
    • ►  January (1)
Powered by Blogger.

About Me

Unknown
View my complete profile