ATI drivers for SLED 11?

Hello,
I have got notebook HP 4710s and I can’t get drivers for graphic card ATI Mobility Radeon HD 4330. ATI repository for openSUSE and SLED doesn’t working. Do you know when Can I get it?

Hi!
You can generate package yourself. Download latest driver from AMD.com | Support & Downloads
It’s ati-driver-installer-10-3-x86.x86_64.run at current moment. You will need to install some required packages:

zypper in gcc make linux-kernel-headers kernel-source

Next, make ati-driver-installer-10-3-x86.x86_64.run executable.

chmod +x ati-driver-installer-10-3-x86.x86_64.run

After that, run:

./ati-driver-installer-10-3-x86.x86_64.run --listpkg

Output of this command shows you all possible packages to create.
Next, generate needed package, for example:

./ati-driver-installer-10-3-x86.x86_64.run --buildpkg SuSE/SUSE112-IA32

If no errors, you will have fglrx.rpm* package.
You can install it usual way, for example:

rpm -ihv fglrx*.rpm

Before you install this new package, be sure that you have to uninstall all previuos fglrx* packages.
After install, create initial configuration for ati driver (as root):

aticonfig --initial

You can find many usage of aticonfig command with –help parameter.
After that, reboot your laptop.
Good Luck!

I hope novsan’s advice helps. When it fails you could also try to get help at SUSE Linux Enterprise Desktop (SLED) - NOVELL FORUMS.