Page 1 of 2 12 LastLast
Results 1 to 10 of 107

Thread: fglrx in raring

Hybrid View

  1. #1
    Join Date
    Aug 2006
    Location
    Just call me J
    Beans
    1,053
    Distro
    Ubuntu Development Release

    fglrx in raring

    Another release, another fglrx tracking thread.

    AMD have just released their beta 12.11 drivers. While Quantal (and as such Raring) has working drivers in the repos (for HD5k+ cards) the AMD release is a little newer (fglrx 9.01 compared to 9.000).

    The 12.11 beta adds official xserver 1.13 support, which is nice.

    Download is here: http://support.amd.com/us/gpudownloa...eon_linux.aspx
    You need to extract it.

    Steps to build are fairly simple at the moment, though I'm assuming you're upgrading the driver and not installing fresh:

    $ wget http://www2.ati.com/drivers/linux/amd-driver-installer-catalyst-12.11-x86.x86_64.zip
    $ unzip amd-driver-installer-catalyst-12.11-x86.x86_64.zip
    $ sh ./amd-driver-installer-catalyst-12.11-x86.x86_64.run --buildpkg Ubuntu/raring
    $ sudo dpkg -i *.deb
    $ sudo nano /etc/ati/signature
    Code:
    9777c589791007f4aeef06c922ad54a2:ae59f5b9572136d99fdd36f0109d358fa643f2bd4a2644d9efbb4fe91a9f6590a145:f612f0b01f2565cd9bd834f8119b309bae11a1ed4a2661c49fdf3fad11986cc4f641f1ba1f2265909a8e34ff1699309bf211a7eb4d7662cd9f8e3faf14986d92f646f1bc
    You'll need to add the above signature (taken from the repo fglrx 9.00) to remove the "Testing" watermark.

    Reboot and all should be good!
    Last edited by jfernyhough; October 24th, 2012 at 12:19 PM. Reason: New 12.11 beta
    1) ASUS GL702ZC: Ryzen 1700, 32GB, RX580, MATE@Manjaro-x64
    2) Lenovo X230: Core i5-3320M, 4GB, Intel HD4000, Intel 6205, MATE@Manjaro-x64
    3) MSI GT70: i7-3650, 16GB, GTX680M, MATE@Manjaro-x64

  2. #2
    Join Date
    Aug 2006
    Location
    Just call me J
    Beans
    1,053
    Distro
    Ubuntu Development Release

    Re: fglrx in raring

    The 12.11 beta appears to add 1.13 support. Download: http://www2.ati.com/drivers/beta/amd...x86.x86_64.zip

    Status:
    Downloading
    Unpacking
    Building packages
    Installing .debs
    No errors from DKMS
    Rebooting
    Boots with Testing watermark
    Retrieving signature from repo fglrx 9.00
    Added signature to /etc/ati/signature
    Logged out, watermark is gone.

    All seems good. Now to test other applications.
    Last edited by jfernyhough; October 24th, 2012 at 12:15 PM.
    1) ASUS GL702ZC: Ryzen 1700, 32GB, RX580, MATE@Manjaro-x64
    2) Lenovo X230: Core i5-3320M, 4GB, Intel HD4000, Intel 6205, MATE@Manjaro-x64
    3) MSI GT70: i7-3650, 16GB, GTX680M, MATE@Manjaro-x64

  3. #3
    Join Date
    Aug 2006
    Location
    Just call me J
    Beans
    1,053
    Distro
    Ubuntu Development Release

    Re: fglrx in raring

    The 3.7 kernel has hit the repos so it's time to get some patches running.

    I've had success manually applying the 3.7 patch [1] with a make.sh patch from Alberto [2]. This make.sh patch works around the version.h move.

    After picking through the patch applying bit by bit (as the file is different to that the patch was created for) I generated a patch specific to 9.01 (attached). In case the patch won't apply (or whatever) I've attached a pre-patched version. Also attached is a signature from fglrx 9.00 that can be used to remove the testing watermark.

    The process is the same as for previous releases, i.e.:

    1) Download
    2) Extract
    3) Patch
    4) Build
    5) Install

    I would add more details to the op but it seems editing is still disabled. Grr.

    For this process I assume you have a working directory called "temp" in your home. Change this to suit. I use /dev/shm as a handy ramdisk. I also assume you download and extract the patches to that directory.

    Details:

    0) If this is the first time you've done this, install the necessary development packages (normally installed by the installer, if any are missing they should be identified in the output of step 5):
    $ sudo apt-get install dpkg-dev debhelper dh-modaliases execstack

    1) Once downloaded (the .run is in a .zip file. I shouldn't have to tell you how to deal with that), extract the installer files so we can patch manually:
    $ sh ./amd-driver-installer-12-11-x86.x86_64.run --extract ~/temp/amd
    $ cd ~/temp

    2) Download and apply the attached patches (adapted from that in Vi0l0's(?) repo [1]):
    $ cp 901.patch ~/temp/amd/common/lib/modules/fglrx/build_mod/
    $ cp 37-make.patch ~/temp/amd/common/lib/modules/fglrx/build_mod/
    $ cd ~/temp/amd/common/lib/modules/fglrx/build_mod/
    $ patch -p0 < ./901.patch
    $ patch -p0 < ./37-make.patch
    $ cd ~/temp

    4) Download and add a release signature (taken from Catalyst 12.10) to remove the testing watermark:
    $ cp signature ~/temp/amd/common/etc/ati/

    5) Build the packages (this will place the packages in the parent directory):
    $ cd ~/temp/amd
    $ ./ati-installer.sh 9.01 --buildpkg Ubuntu/raring

    6) Change to the parent directory and install the debs:
    $ cd ..
    $ sudo dpkg -i *.deb

    7) If you haven't done so already, create an Xorg.conf that will load fglrx:
    $ sudo amdconfig --init

    Hopefully DKMS will then build the kernel module successfully, you can reboot, and you're running kernel 3.7 with working fglrx!


    [1] http://catalyst.apocalypsus.net/file...glrx-3.7.patch
    [2] https://bazaar.launchpad.net/~ubuntu...ed/revision/23
    Attached Files Attached Files
    Last edited by jfernyhough; November 11th, 2012 at 10:48 PM.
    1) ASUS GL702ZC: Ryzen 1700, 32GB, RX580, MATE@Manjaro-x64
    2) Lenovo X230: Core i5-3320M, 4GB, Intel HD4000, Intel 6205, MATE@Manjaro-x64
    3) MSI GT70: i7-3650, 16GB, GTX680M, MATE@Manjaro-x64

  4. #4
    Join Date
    Aug 2006
    Location
    Just call me J
    Beans
    1,053
    Distro
    Ubuntu Development Release

    Re: fglrx in raring

    Quick bump for the make.sh patch.
    1) ASUS GL702ZC: Ryzen 1700, 32GB, RX580, MATE@Manjaro-x64
    2) Lenovo X230: Core i5-3320M, 4GB, Intel HD4000, Intel 6205, MATE@Manjaro-x64
    3) MSI GT70: i7-3650, 16GB, GTX680M, MATE@Manjaro-x64

  5. #5
    Join Date
    Feb 2010
    Beans
    9
    Distro
    Kubuntu Development Release

    Re: fglrx in raring

    I can't thank you enough for this! Kernel 3.7 was very nice but I wasn't able to get fglrx working with it until I read this. An issue I had been having with my laptop was that I was unable to resume from sleep mode, and now with fglrx it works!

    The only issue I have run in to that I don't recall having with the 3.5 kernel is that when I start up the system the brightness on the display is really low at first. As soon as I log in to KDE though (I'm using Kubuntu) it goes back to normal, so not a huge deal.

  6. #6
    Join Date
    Dec 2008
    Beans
    25

    Re: fglrx in raring

    I followed every step closely but I get a watermark and it didn't workout with 3.7, not sure what went wrong.

  7. #7
    Join Date
    Aug 2006
    Location
    Just call me J
    Beans
    1,053
    Distro
    Ubuntu Development Release

    Re: fglrx in raring

    OK, finally rebooted and everything looks fine in XFCE. I wonder if 373909 is an edge-case...
    1) ASUS GL702ZC: Ryzen 1700, 32GB, RX580, MATE@Manjaro-x64
    2) Lenovo X230: Core i5-3320M, 4GB, Intel HD4000, Intel 6205, MATE@Manjaro-x64
    3) MSI GT70: i7-3650, 16GB, GTX680M, MATE@Manjaro-x64

  8. #8
    Join Date
    Aug 2009
    Location
    Bogotá, Colombia
    Beans
    230
    Distro
    Kubuntu Development Release

    Re: fglrx in raring

    Unity working ok with 13.3 beta 3.

  9. #9
    Join Date
    May 2005
    Beans
    47

    Re: fglrx in raring

    Is there a patch for kernel 3.9 around?

  10. #10
    Join Date
    Aug 2006
    Location
    Just call me J
    Beans
    1,053
    Distro
    Ubuntu Development Release

    Re: fglrx in raring

    Catalyst 13.4 (fglrx 12.104) has been released. No release notes yet.

    Page: http://support.amd.com/us/gpudownloa...2&lang=English
    Download: http://www2.ati.com/drivers/linux/am...x86.x86_64.zip

    My status:
    Downloading
    Unpacking, trying a --buildpkg Ubuntu/raring
    debs built, installing
    DKMS "OK".
    depmod "OK"
    Signature check: driver is signed (as expected for a full release).
    Rebooting.

    Running fine with Liquorix 3.8-8. Going to test with kernel 3.9 (though I can't see it working ).

    Interesting!
    $ dkms status
    fglrx, 12.104, 3.8-8.dmz.1-liquorix-amd64, x86_64: installed
    fglrx, 12.104, 3.9.0-030900rc8-generic, x86_64: installed

    13.4 might have 3.9 support (which is good, as Raring will ship with 3.9).

    Rebooted. Well, what do you know! 3.9 support! Nice!
    Last edited by jfernyhough; April 24th, 2013 at 11:52 PM.
    1) ASUS GL702ZC: Ryzen 1700, 32GB, RX580, MATE@Manjaro-x64
    2) Lenovo X230: Core i5-3320M, 4GB, Intel HD4000, Intel 6205, MATE@Manjaro-x64
    3) MSI GT70: i7-3650, 16GB, GTX680M, MATE@Manjaro-x64

Page 1 of 2 12 LastLast

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
  •