Short howto:
If you want to open pipelines on your ATI card, is very simple:
I tested with both version of driver:
fglrx64_6_8_0-8.10.19-1.x86_64.rpm
fglrx64_6_8_0-8.8.25-1.x86_64.rpm
Only you must do is add this line to /etc/X11/xorg.conf in your device section
and change device to 4e48 or 4e44 in BusID line
for ATI 9800se -> ATI 9800
Code:
#ADD
ChipID 0x4E48
#CHANGE
BusID "PCI:1:0:0" # vendor=1002, device=4e48
for ATI 9500 -> ATI 9700
Code:
#ADD
ChipID 0x4E44
#CHANGE
BusID "PCI:1:0:0" # vendor=1002, device=4e44
9800se -> 9800pro result? :-D
Code:
before softmod
[neph@localhost ~]$ glxgears
17337 frames in 5.0 seconds = 3467.400 FPS <=window opened
17344 frames in 5.0 seconds = 3468.800 FPS
17339 frames in 5.0 seconds = 3467.800 FPS
21747 frames in 5.0 seconds = 4349.400 FPS <=window minimized
22420 frames in 5.0 seconds = 4484.000 FPS
22417 frames in 5.0 seconds = 4483.400 FPS
after softmod
[neph@localhost ~]$ glxgears
22664 frames in 5.0 seconds = 4532.800 FPS <=window opened
22663 frames in 5.0 seconds = 4532.600 FPS
22721 frames in 5.0 seconds = 4544.200 FPS
40830 frames in 5.0 seconds = 8166.000 FPS <=window minimized
40829 frames in 5.0 seconds = 8165.800 FPS
40828 frames in 5.0 seconds = 8165.600 FPS