Results 1 to 9 of 9

Thread: ATI Radeon HD 3000 series complete setup

  1. #1
    Join Date
    Dec 2008
    Beans
    19

    ATI Radeon HD 3000 series complete setup

    Here is what I did to get my ATI Radeon HD working.

    • downloaded the ATI Catalyst driver from: http://support.amd.com/us/gpudownloa...5&lang=English
    • chmod +x ati-driver-installer-*.run
    • fresh install of ubuntu (9.04)
    • install updates
    • at this point, i mounted my /home directory which i kept through the install where i kept the driver, but any way of copying the driver installer works.
    • sudo apt-get install build-essential cdbs fakeroot dh-make debhelper debconf libstdc++5 dkms ia32-libs <== ia32-libs only for 64 bit install
    • cp to directory containing the driver
    • sh ati-driver-installer-9-6-x86.x86_64.run --buildpkg Ubuntu/jaunty
    • sudo dpkg -i xorg-driver-fglrx_*.deb fglrx-kernel-source_*.deb fglrx-amdcccle_*.deb
    • sudo apt-get install displayconfig-gtk <== This may not be necessary, but its what i did, and mine is working well so, I put it anyway
    • sudo gedit /etc/X11/xorg.conf
    • add this to the driver device section

    Code:
    Section "Device"
    	.........
    	Identifier	"SOME IDENTIFIER"
    	Driver		"fglrx"
            .........
    EndSection
    • sudo aticonfig --initial -f
    • sudo aticonfig --input=/etc/X11/xorg.conf --tls=1
    • sudo shutdown -r


    glxgears should be running fine. compiz should be working, and compiz plus opengl programs work . Don't enable the restricted module at this point. Hope this helps.

  2. #2
    Join Date
    Apr 2009
    Beans
    1

    Re: ATI Radeon HD 3000 series complete setup

    Thanks for the post, this worked like a charm for me.

    I appreciate you taking the time to put this up here...

  3. #3
    Join Date
    Apr 2008
    Beans
    4,377
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: ATI Radeon HD 3000 series complete setup

    A little more FYI.

    If you have a fresh install of ubuntu and have not enabled the restricted driver offered from hardware manager you can just make the install script executable by right clicking on it and choosing properties/permissions and checking the executable box and then cd the whever you downloaded it to and run it as root

    cd /Desktop
    sudo sh ./ati-driver-installler-9-7-x86.x86_64.run

    and after it finishes

    sudo aticonfig --initial
    This will automatically configure the etc/X11/xorg.conf file.
    reboot so the kernel modules and the driver become active.

    It is not necessary to build the packages unless the installer does not work, like if you are using the rt kernel or something. The automatic installer has worked for me for more than a year now with Hardy and Intrepid and Jaunty both 32 and 64 bit versions with my HD3650 and HD3450. If you have an integrated 3200 or 3300 then you should use the latest driver.

    If you want to use more than one gpu then you should use the latest driver. If you have a new 4xxx series esppecially the 45xx and the x2 series, many of these are not supported by the driver in the repos so you should use the latest driver from ati.

    If you are already using the driver from hardware manager then you need to remove fglrx and the fglrx kernel modules which you can do with the Synaptic package manager.

    If you are using a driver from envy then use envy to remove it completely before installing the new driver from ati.

    If you are using a driver from the ati site then you need to run the script usr/share/ati/fglrx-uninstall.sh to remove the old driver before installing a new one.

    If you fail to remove an old driver and its kernel modules then there is a good chance that a kernel update will fail to build the fglrx kernel modules and you will boot into a black screen or something as bad.
    PMs will be ignored.

  4. #4
    Join Date
    Jul 2009
    Location
    Sweden
    Beans
    4
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: ATI Radeon HD 3000 series complete setup

    Thx markbuntu, works great on my hp dv2-1110eo

  5. #5
    Join Date
    Nov 2009
    Beans
    1
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: ATI Radeon HD 3000 series complete setup

    Thanks for the post!!!

  6. #6
    Join Date
    Apr 2010
    Location
    Brisbane QLD Australia
    Beans
    5
    Distro
    Ubuntu 10.10 Maverick Meerkat

    ATI Mobility Radeon HD 3650 on Ubuntu 9.10 karmic koala

    Thank-you Markbuntu.

    Your simple and straightforward setup worked just fine for me using the following hardware and software:

    • Linux distribution - Ubuntu 9.10 karmic koala
    • Graphics card - ATI Mobility Radeon HD 3650
    • Display driver - ATI Catalyst display driver version 10.3

    The only thing that I would add is that I read the installation instructions [PDF, 546 KB] for the driver, which were available on the ATI Catalyst display driver download page, and ensured that I had all the required packages installed before I ran the driver installer.

  7. #7
    Join Date
    Apr 2013
    Beans
    2

    Re: ATI Radeon HD 3000 series complete setup

    Thanks
    Last edited by surficity; April 27th, 2013 at 01:01 AM.

  8. #8
    Join Date
    Apr 2013
    Beans
    2

    Re: ATI Mobility Radeon HD 3650 on Ubuntu 9.10 karmic koala

    Thanks

  9. #9
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: ATI Radeon HD 3000 series complete setup

    Back to bed, dear old thread.
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •