please try ATI driver fglrx-3.14-6.1.i586.rpm
that works for me (using SuSE 9.1)
but first u must install :
+make
+gcc
+kernel-source
Getting the ATI fglrx drivers can be a real pain to someone new to linux, that said it is not too hard, and most people should be able to do it, with a little help. So, here's a step-by-step tutorial on getting X up and running with ATI's drivers. All commands should be executed at the command line (without X running, to be safe) and text in brackets ( [ ] ) should be replaced with text appropriate to your system. I assume that by reading this tutorial, you are running Linux on your computer, with some sort of X system installed, have a ATI video card, and have a monitor (duh).
1) Update XFree86 drivers
# rpm -Uhv fglrx*.rpm
2) Update kernel module
* prepare kernel module build
- install the following packages with YaST:
+ kernel-source
+ make
+ gcc
- use YaST Online Update (YOU) and - if available - select the
kernel patch to make sure that the kernel sources match the
current running kernel
- configure the kernel sources
# cd /usr/src/linux
# rm -f .config
# make cloneconfig
# make prepare-all (only for kernel-source >= 2.6.5-7.75)
- remove kernel module sources
# rm -rf /usr/src/kernel-modules/fglrx
* install kernel module source
# rpm -Uhv km_fglrx*.rpm
* compile kernel module sources
# cd /usr/src/kernel-modules/fglrx
# KERNEL_SOURCE=/usr/src/linux make modules
# KERNEL_SOURCE=/usr/src/linux make install
# depmod -a
3) Configure X11
# sax2 -r -m 0=fglrx -b /usr/X11R6/lib/sax/profile/firegl
4) Enable 3D support
* edit /etc/X11/XF86Config with your favorite editor
- add
Load "dri"
to Section "Module"
5) Enable TV-out support
* edit /etc/X11/XF86Config with your favorite editor
- add
Option "NoTV" "no"
Option "TVStandard" "PAL-D"
to Section "Device"
NOTE: PAL-D is only one example of several TV Standards. The
following are available for configuration:
NTSC-M
NTSC-N
NTSC-JPN
PAL-B
PAL-D
PAL-G
PAL-H
PAL-I
PAL-K
PAL-L
PAL-N
PAL-M
PAL-SCART
PAL-CN
PAL-K1
5) Known Issues
- driver only supports 24bit color depth
- enabling of 3D support through SaX2 does not work
- driver cannot be used on AMD64 architecture
- kernel agp support for SiS 648 chipsets seems to be broken. Use
Option "UseInternalAGPGART" "yes"
(instead of Option "UseInternalAGPGART" "no") in Section "Device" of
/etc/X11/XF86Config to use the builtin agp support of the "fglrx"
kernel module. Remove "06" from COLDPLUG_PCI_CLASSES_WHITELIST in
/etc/sysconfig/hotplug. Reboot your machine. In some cases Xserver
needs to be started twice before internal agp support works.
I succes with this method........
