recently I have downloaded opensuse 11.3.tried to install latest version of graphic driver.but after uncompressing it says:
==================================================
ATI Technologies Linux Driver Installer/Packager
which: no XFree86 in (/home/muhammad/bin:/usr/local/bin:/usr/bin:/sbin:/usr/sbin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib/jvm/jre/bin)
Error: ./default_policy.sh does not support version
default:v2:i686:lib::none:2.6.34-12-desktop:; make sure that the version is being
correctly set by --iscurrentdistro
Hi
I’m just a n00b (so better don’t trust me ) but I got this message yesterday and was wondering how to fix it. I read Catalyst installation instructions today and saw that required SW is:
When I have downloaded it, it was 10.6 .(after releasing opensuse 10.3 it was). unfortunately the next day of that day I saw they released a new version of it.(10.7)
however this release I have is published after opensuse 10.3.
I have downloaded 10.7 and installed that. But when I wanna run amdcccle it shows this output:
Parse error on line 15 of section Screen in file /etc/X11/xorg.conf
Unexpected EOF. Missing EndSection keyword?
Parse error on line 15 of section Screen in file /etc/X11/xorg.conf
Unexpected EOF. Missing EndSection keyword?
Also desktop effects are disabled.
This is my xorg.conf :
After running the 10.7 script you already ran the aticonfig script? If not switch to the console, and shut down the xserver as root:
init 3
Then run
aticonfig --initial
reboot your machine or just trie to restart the xserver with
init 5
At this state ATI drivers are still a bit tricky and in some cases buggy (black squares in some applications running the lates 2D drivers). Switching to the elder 2D drivers will fix that but makes rescaling windows really slow with compositing on. No matter what you do it will be a compromise at this moment.
I have had reasonable success with the 10.7 ATI driver on my AMD64 box with a Radeon HD 2600 video card. Some details:
lspci -nnk
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV630 [Radeon HD 2600 Series] [1002:9589]
Subsystem: PC Partner Limited Device [174b:e410]
Kernel driver in use: fglrx_pci
uname -r
2.6.34-12-desktop
I get good performance:
glxgears
28421 frames in 5.0 seconds = 5684.098 FPS
30761 frames in 5.0 seconds = 6152.128 FPS
31150 frames in 5.0 seconds = 6229.965 FPS
31164 frames in 5.0 seconds = 6232.603 FPS
30713 frames in 5.0 seconds = 6142.419 FPS
I used the ATI proprietary driver, and just executed the .run file, accepting all defaults. It is vital, I found, to scrub the system of existing ATI drivers before installing the new one. Run /usr/share/ati/fglrx-uninstall.sh, and verify no other fglrx RPMs are installed
rpm -qa | grep -i fgl
Before installing the latest. Don’t forget the
aticonfig --initial
command.
The driver is not perfect. I am seeing segfaults connected with the flash module. Obviously some 32:64bit mismatch is responsible.
I notice that your Xinerama option is set to “on”; try setting it to “off”.
ATI documentation warns against running Sax2 to set up the video. Be sure to avoid this.