Page 1 of 4 123 ... LastLast
Results 1 to 10 of 40

Thread: fglrx in saucy

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

    fglrx in saucy

    Latest driver:

    19 August: AMD have released Catalyst 13.8 beta 2.

    http://support.amd.com/us/kbarticles...etaDriver.aspx

    Highlights of the AMD Catalyst™ 13.8 Beta Driver for Linux:
    This release of AMD Catalyst™ Linux introduces support for the following new features:

    • OpenGL 4.3 support
    • Dynamic primary surface resizing
    • Kernel 3.10 support
    • SLED 11 SP3 support

    Resolved Issues:

    • [380355] Source Engine games hang when running on the High Performance ASIC
    • [330287] Maya 2012 Paint brush fails to leave trails in real time while painting at some areas when desktop effects enabled
    • [345211] Incorrect object picking in Autodesk Maya using UAV selection solver
    • [376838] Autodesk Maya fluids display visually very pixelated even at higher resolutions of the fluid voxels
    • [376823] Mesh/polygons selection take too long to select and deselect compared to Nvidia in Maya 2011-2013
    • [372767] Unigine Heaven 4.0 crash in high performance GPU
    • [376891] Enable Optimization on SGPU for 11% Performance gain (unigine heaven)
    • [377640] Unigine Heaven OGL stops responding at high resolutions with VSync enabled
    • [376842] Left4Dead2 Corruption is observed
    • [378135] Left4Dead2 Yellow Screen Bug
    • [379940] Left4Dead2 Gamma Correction Corruption
    • [381765] Visual artifacts for XvBA playback with CABAC=No
    • [380590] The menus are unbelievably slow with vsync disabled for XBMC
    • [381120] Kernel 3.10 support
    • [379176] “Testing use only” watermark removed
    • [356014] AA does not function with desktop effects enabled

    Open Issues:

    • [370421] Quake4 fails to render in game sky properly at certain points with High Performance GPU
    • [377432] Unigine Heaven at high resolution and settings will show intermittent corruptions in crossfire
    • [380998] System hang when running Counter Strike: Source at low settings on Linux
    • [382494] C4Engine show corruptions with GL_ARB_texture_array enabled


    Direct download: http://www2.ati.com/drivers/beta/amd...x86.x86_64.zip

    Building and installation is as easy as:

    Code:
    $ unzip amd-catalyst-13.8-beta2-linux-x86.x86_64.zip
    $ sh ./amd-catalyst-13.8-beta2-linux-x86.x86_64.run --buildpkg Ubuntu/saucy
    $ sudo dpkg -i *.deb
    Note: it's not strictly necessary to build the debs but I find it useful, for example when I upgrade a kernel and modules aren't automatically rebuilt.

    Latest Ubuntu packages

    3 August: fglrx 13.200 (based on 13.8 beta 1) is in Edgers: https://launchpad.net/~xorg-edgers/+archive/ppa (fglrx: 2:13.200~beta-0ubuntu1~xedgers~saucy2), packaged by Rico Tzschichholz.

    fglrx 13.100 packages (based on 13.6 beta) are available in saucy-proposed (fglrx: 2:13.101-0ubuntu1), packaged by Alberto Milone.

    Latest kernel patches

    The drivers currently support 3.11-rc5 (3.11.0-2-generic). For unofficial patches for kernel 3.10 see the next post. These should not be necessary, however, and the patches are deprecated. I'm leaving the post for people interested in the process and for future reference!.
    Last edited by jfernyhough; August 19th, 2013 at 09:34 PM. Reason: Catalyst 13.8 beta 2 released
    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 saucy

    Patch latest

    Krzysztof Kolasa has made available patches which add kernel 3.10 compatibility [1]. I have adapted these slightly and attached them to this post along with ready-patched files. As always, use these at your own risk (WFM, YMMV, ROFLFAQ, etc.).

    Manual patching instructions

    Note: this process is not for the inexpert. Don't ask for help if you can't follow instructions!

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

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

    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-catalyst-13-6-beta-x86.x86_64.run --extract ~/temp/amd
    $ cd ~/temp

    2) Download, extract to ~/temp, and apply the attached patches (adapted from that in kolasa's GitHub repo [1]):
    $ patch -p0 < ./310.patch

    4) Download and add a release signature (taken from Catalyst 13.4) 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 13.101 --buildpkg Ubuntu/saucy

    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

    [1] https://github.com/kolasa/fglrx-13.1...1901e5d432e430
    Attached Files Attached Files
    Last edited by jfernyhough; June 4th, 2013 at 08:34 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 saucy

    Reserved.
    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 saucy

    Updated debs are now in the repos.
    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
    Apr 2006
    Beans
    5

    Re: fglrx in saucy

    Quote Originally Posted by jfernyhough View Post
    Updated debs are now in the repos.
    I'm on Saucy with kernel 3.9.0-7-generic and 13.101-0ubuntu1_amd64 fglrx from fglrx-updates or fglrx

    My computer hangs when attempting to startx X using fglrx. I cannot switch to another console to kill the process or see startx output. I looked at the fglrx log android not see any entry marked (EE). I've also looked through dmesg and syslogs

    As a final effort I installed the 104 driver from the AMD website which works properly. Please update the fglrx deb files please

  6. #6
    Join Date
    Jan 2013
    Beans
    33

    Re: fglrx in saucy

    Hey, ive got some problems with the patching.
    Can someone help me?
    Im on stable 3.10

    Code:
    balazs@balazs-GA-A75-D3H:/media/ramdisk$ sudo patch -p0 < ./310.patchcan't find file to patch at input line 15
    Perhaps you used the wrong -p or --strip option?
    The text leading up to this was:
    --------------------------
    |From ae7de2751be17484bc98d82e1c1901e5d432e430 Mon Sep 17 00:00:00 2001
    |From: Krzysztof Kolasa <kkolasa@winsoft.pl>
    |Date: Sat, 1 Jun 2013 23:18:12 +0200
    |Subject: [PATCH] Add support for kernel 3.10.0-rc3
    |
    |---
    | drm_proc.h      | 15 ++++++++++
    | firegl_public.c | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++----
    | 2 files changed, 100 insertions(+), 5 deletions(-)
    |
    |diff --git a/drm_proc.h b/drm_proc.h
    |index 1e3ab4a..3879352 100644
    |--- amd/common/lib/modules/fglrx/build_mod/drm_proc.h
    |+++ amd/common/lib/modules/fglrx/build_mod/drm_proc.h
    --------------------------
    File to patch:

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

    Re: fglrx in saucy

    1) Just use the debs from the repo. They work fine, there's no need to patch at the moment.

    2) You shouldn't need to use sudo for the patching process. The error also indicates you haven't extracted the driver files to the place the patch is expecting (i.e. /media/ramdisk/amd ).
    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
    Jan 2013
    Beans
    33

    Re: fglrx in saucy

    there was the driver
    however, i made a clear install yday, and its use the 3.10-2(?) from default.
    now it works, thanks

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

    Re: fglrx in saucy

    Looks like 13.6 supports kernel 3.11-rc1, which is nice. Or at least DKMS builds the kernel modules!
    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

  10. #10
    Join Date
    May 2007
    Beans
    3

    Re: fglrx in saucy

    Any ideas?

    http://www2.ati.com/drivers/beta/amd...x86.x86_64.zip extracted to ~/temp/amd

    ~/temp $ patch -p0 < ./310.patch
    patching file amd/common/lib/modules/fglrx/build_mod/drm_proc.h
    Hunk #1 FAILED at 95.
    Hunk #2 FAILED at 121.
    2 out of 2 hunks FAILED -- saving rejects to file amd/common/lib/modules/fglrx/build_mod/drm_proc.h.rej
    patching file amd/common/lib/modules/fglrx/build_mod/firegl_public.c

Page 1 of 4 123 ... 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
  •