Home Home > 2011 > 01 > 13 > openSUSE Factory: ATI FireGL 10.12
Sign up | Login

Deprecation notice: openSUSE Lizards user blog platform is deprecated, and will remain read only for the time being. Learn more...

openSUSE Factory: ATI FireGL 10.12

January 13th, 2011 by

I’ve had some problems in the past with openSUSE Factory and ATI support… even the normal radeon driver wasn’t worked properly. After the last updates, the radeon driver started working properly and I’ve decided to install the ATI FireGL driver which is actually something I need to continue testing and debug Unity implementation on openSUSE.

IT WORKS!

Here’s what you need (64 bit users):

* Install the required dependencies to compile the kernel module (currently on 2.6.37-rc5-12-desktop). 64bit users will require the following:
[code] zypper in kernel-source compat-32bit qt3-32bit libstdc++ libgcc xorg-x11-libs-32bit xorg-x11-devel-32bit Mesa-devel-32bit fontconfig-32bit expat-32bit freetype2-32bit zlib-32bit gcc make[/code].

* Download ATI FireGL driver (version 10.12) from ATI website (http://ati.amd.com).

* Extract the files using the command:
[code]sh ati-driver-installer-10-12-x86.x86_64.run –extract[/code]
This will create a small folder which starts with fglrx*. Change directory into that folder…

* Download the following patches:
sema_init.patch
–  fglrx-2.6.36.patch
–  makefile_compat.patch

* Apply the patches (patch -p1 < file.patch).

* Run the following command:
[code]sh ati-installer.sh  8.801 –install[/code]

* Follow the installer instructions. Finally check /usr/share/ati/fglrx-install.log to check if everything is cool…

* Restart using your favorite method… mine is ‘shutdown now -frn’.

Enjoy FireGL on openSUSE Factory!

Both comments and pings are currently closed.

3 Responses to “openSUSE Factory: ATI FireGL 10.12”

  1. SilCar

    Thanks, it works.

    glxinfo |grep ATI && uname -r && cat /etc/*release

    server glx vendor string: ATI
    client glx vendor string: ATI
    OpenGL vendor string: ATI Technologies Inc.
    OpenGL renderer string: ATI Mobility Radeon HD 4300 Series
    GL_ARB_window_pos, GL_ATI_draw_buffers, GL_ATI_envmap_bumpmap,
    GL_ATI_fragment_shader, GL_ATI_meminfo, GL_ATI_separate_stencil,
    GL_ATI_texture_compression_3dc, GL_ATI_texture_env_combine3,
    GL_ATI_texture_float, GL_ATI_texture_mirror_once, GL_EXT_abgr,
    2.6.37-desktop
    openSUSE 11.3 (x86_64) 😉
    VERSION = 11.3

  2. Does it work with 2.6.36 kernel?
    I’ll make the try anyways.

    • nmarques

      I have not tested it… but the patches should be the very same. There are lots of known reports of working with 2.6.36.