You are not logged in.
Pages: 1
Dear all,
I download ati drive ati-driver-installer-11-3-x86.x86_64.run and run it, then get the following error, can you help?
root@hp data]# ./ati-driver-installer-11-3-x86.x86_64.run
Created directory fglrx-install.7Iio8A
Verifying archive integrity... All good.
Uncompressing ATI Catalyst(TM) Proprietary Driver-8.831.2...............................................
..................
=====================================================================
ATI Technologies Catalyst(TM) Proprietary Driver Installer/Packager
=====================================================================
Error: ./default_policy.sh does not support version
default:v2:x86_64:lib32::none:2.6.38-ARCH:; make sure that the version is being
correctly set by --iscurrentdistro
Removing temporary directory: fglrx-install.7Iio8A
Laptop: HP 6515b, ATI Xpress 1270, 2.6.38-ARCH x86_64
Offline
The wiki on the Catalyst drivers says it is not recommended to use the installer from AMD's site. Have you tried the AUR Catalyst package?
Is the ATI Xpress 1270 supported in the proprietary driver? Catalyst 11.3 release notes lists supported cards.
Offline
Thanks caffeinebasedlifeform,
I tried to install Catalyst package before, and also got errors:
For AMD Catalyst 11.3 release notes, I can not find 1270 (or 1250), also for other versions(e.g. ati-driver-installer-9-3-x86.x86_64.run, ati-driver-installer-10-x-x86.x86_64.run)
Now I'm use xf86-video-ati, sometimes the KDE windows seem die, both keyboard and mouse cannot work. I don't know why.
root@hp muiz]# pacman -S catalyst
resolving dependencies...
warning: dependency cycle detected:
warning: xorg-server-catalyst-maximize-fix will be installed before its catalyst-utils dependency
looking for inter-conflicts...
:: xorg-server-catalyst-maximize-fix and xorg-server are in conflict. Remove xorg-server? [y/N] y
:: xorg-server-catalyst-maximize-fix and xorg-server-common are in conflict. Remove xorg-server-common? [y/N] y
:: catalyst-utils and libgl are in conflict. Remove libgl? [y/N] y
:: catalyst and xf86-video-ati are in conflict. Remove xf86-video-ati? [y/N] y
:: catalyst and ati-dri are in conflict. Remove ati-dri? [y/N] y
:: xorg-server-catalyst-maximize-fix and xf86-input-acecad are in conflict (xorg-server<1.10.0). Remove xf86-input-acecad? [y/N] y
:: xorg-server-catalyst-maximize-fix and xf86-input-aiptek are in conflict (xorg-server<1.10.0). Remove xf86-input-aiptek? [y/N] y
:: xorg-server-catalyst-maximize-fix and xf86-input-evdev are in conflict (xorg-server<1.10.0). Remove xf86-input-evdev? [y/N] y
:: xorg-server-catalyst-maximize-fix and xf86-input-joystick are in conflict (xorg-server<1.10.0). Remove xf86-input-joystick? [y/N] y
:: xorg-server-catalyst-maximize-fix and xf86-input-keyboard are in conflict (xorg-server<1.10.0). Remove xf86-input-keyboard? [y/N] y
:: xorg-server-catalyst-maximize-fix and xf86-input-mouse are in conflict (xorg-server<1.10.0). Remove xf86-input-mouse? [y/N] y
:: xorg-server-catalyst-maximize-fix and xf86-input-vmmouse are in conflict (xorg-server<1.10.0). Remove xf86-input-vmmouse? [y/N] y
:: xorg-server-catalyst-maximize-fix and xf86-input-void are in conflict (xorg-server<1.10.0). Remove xf86-input-void? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: xorg-server-catalyst-maximize-fix: requires xf86-input-evdev
:: intel-dri: requires libgl=7.10.2
:: mach64-dri: requires libgl=7.10.2
:: mga-dri: requires libgl=7.10.2
:: r128-dri: requires libgl=7.10.2
:: savage-dri: requires libgl=7.10.2
:: sis-dri: requires libgl=7.10.2
:: tdfx-dri: requires libgl=7.10.2
[root@hp muiz]# pacman -Ss xf86-input-evdev
extra/xf86-input-evdev 2.6.0-3 (xorg-drivers xorg) [installed]
X.org evdev input driver
[root@hp muiz]#
Last edited by muiz (2011-04-22 07:49:56)
Offline
AMD's website says catalyst 11.3 supports up to X.Org 7.6. xorg-server 1.10 would be X.Org 7.7, I believe.
From the AUR comments: "did your update you X server to 1.10, The driver do not support 1.10"
Offline
Yes, I use pacman -Syu command to update X.Org X Server to1.10.1 (Release Date: 2011-04-15).
Can I uninstall 1.10 and then install an old one using pacman?
Offline
Now I'm use xf86-video-ati, sometimes the KDE windows seem die, both keyboard and mouse cannot work. I don't know why.
Easy to solve.
Just make sure you put the [radeon] repo first on your /etc/pacman.conf:
[radeon]
Server = http://spiralinear.org/perry3d/$arch/
Then
pacman -Syy
and install the packages
pacman -S xf86-video-ati-git ati-dri-git dri2proto-git glproto-git libdrm-git mesa-git
Reboot and it should be alright.
Offline
Thanks gtklocker!
When I install those packages, pacman reports some packages aren't exists
[muiz@hp ~]$ sudo pacman -S xf86-video-ati-git ati-dri-git dri2proto-git glproto-git libdrm-git mesa-git
error: target not found: ati-dri-git
[muiz@hp ~]$ sudo pacman -S xf86-video-ati-git dri2proto-git glproto-git libdrm-git mesa-git
error: target not found: mesa-git
Can I ignore these two packages to continue to install?
Offline
No, this is quite strange.
Maybe Perry3D is updating the repo, retry in 15 or 30 minutes.
And make sure you do
pacman -Syy
Offline
gtklocker,
I did pacman -Syy before install gid
[root@hp muiz]# pacman -Syy
:: Synchronizing package databases...
core
....
catalyst 2.9K 711.2K/s 00:00:00 [#####] 100%
radeon 2.9K 668.9K/s 00:00:00 [#####] 100%
[root@hp muiz]# pacman -S xf86-video-ati-git ati-dri-git dri2proto-git glproto-git libdrm-git mesa-git
error: target not found: ati-dri-git
[root@hp muiz]#
I query the git packages
[root@hp muiz]# pacman -Ss git
...
radeon/dri2proto-git 20110417-1
X11 DRI extension wire protocol
radeon/glproto-git 20110417-1 (xorg)
X11 OpenGL extension wire protocol
radeon/kernel26-drm-radeon-testing 20110411-1
The Linux Kernel and modules from Linus' git tree
radeon/lib32-libdrm-git 20110417-1 (lib32)
Userspace interface to kernel DRM services
radeon/libdrm-git 20110417-1
Userspace interface to kernel DRM services.
radeon/linux-firmware-git 20110411-1
Firmware files for Linux
radeon/mesa-demos-git 20110417-1
The mesa demos (glxinfo, glxgears, ...), built from the git master branch.
radeon/mesa-full 20110417-1
Full Mesa 3D graphics library with all its components, built from the git master branch.
radeon/mesa-full-gallium 20110417-1
Full Mesa 3D graphics library with all its components, built from the git master branch.
radeon/xf86-video-ati-git 20110417-1
X.org ati video driver
[root@hp muiz]#
Last edited by muiz (2011-04-22 09:37:54)
Offline
My bad, sorry. Things have changed by the last time I checked them.
Well make sure you put [radeon] *first* and remove [catalyst].
Then:
pacman -S dri2proto-git glproto-git libdrm-git mesa-full mesa-demos-git mesa-full-gallium xf86-video-ati-git libtxc_dxtn
Offline
gtklocker, thanks very much for your help!!!
Pacman says the package libtxc_dxtn no found
[root@hp muiz]# pacman -S dri2proto-git glproto-git libdrm-git mesa-full mesa-demos-git mesa-full-gallium xf86-video-ati-git libtxc_dxtn
error: target not found: libtxc_dxtn
[root@hp muiz]# pacman -S dri2proto-git glproto-git libdrm-git mesa-full mesa-demos-git mesa-full-gallium xf86-video-ati-git
resolving dependencies...
looking for inter-conflicts...
:: dri2proto-git and dri2proto are in conflict. Remove dri2proto? [y/N] y
:: glproto-git and glproto are in conflict. Remove glproto? [y/N] y
:: libdrm-git and libdrm are in conflict. Remove libdrm? [y/N] y
:: mesa-full and libgl are in conflict. Remove libgl? [y/N] y
:: mesa-full and mesa are in conflict. Remove mesa? [y/N] y
:: mesa-full and freeglut are in conflict. Remove freeglut? [y/N] y
:: mesa-full and ati-dri are in conflict. Remove ati-dri? [y/N] y
:: xf86-video-ati-git and xf86-video-ati are in conflict. Remove xf86-video-ati? [y/N] y
error: failed to prepare transaction (could not satisfy dependencies)
:: intel-dri: requires libgl=7.10.2
:: mach64-dri: requires libgl=7.10.2
:: mga-dri: requires libgl=7.10.2
:: r128-dri: requires libgl=7.10.2
:: savage-dri: requires libgl=7.10.2
:: sis-dri: requires libgl=7.10.2
:: tdfx-dri: requires libgl=7.10.2
[root@hp muiz]#
Last edited by muiz (2011-04-26 13:16:27)
Offline
any suggestions?
Offline
Post your pacman.conf
1000
Offline
/etc/pacman.conf
[options]
SyncFirst = pacman
Architecture = auto[core]
Include = /etc/pacman.d/mirrorlist[extra]
Include = /etc/pacman.d/mirrorlist[community]
Include = /etc/pacman.d/mirrorlist[multilib]
Include = /etc/pacman.d/mirrorlist#[catalyst]
#Server = http://catalyst.apocalypsus.net/repo/catalyst/$arch[radeon]
Server = http://spiralinear.org/perry3d/$arch/
Offline
shouldn't [radeon] be above [core]?
Offline
houldn't [radeon] be above [core]?
I tried already, but also got the same error.
Offline
Check the pacman -Qi of the packages at the bottom of the output you posted, where it says "...requires libgl" (intel-dri, mach-64, etc.) Are they explicitly installed or a dependency? What do you need them for? What happens if you remove them. Make sure [radeon] is above [core] and issue pacman -Syy. Then retry to install the packages you couldn't install before.
Last edited by Wey (2011-04-27 00:56:05)
Offline
Man, I haven't seen what happened. It's simple.
pacman -Rd libgl
And then do your work blissfully.
Last edited by gtklocker (2011-04-27 00:58:48)
Offline
gtklocker, thanks very much for your help!!!
Pacman says the package libtxc_dxtn no found
Because it isn't a package in the repositories. It is only available in AUR. https://aur.archlinux.org/packages.php?ID=15571
But you don't necessarily need it. It is an optional package that adds support for the patented (therefore it is not in official mesa) s3 texture compression and it is loaded on runtime, if available. As far as I know it is only needed for some games.
As for these:
:: intel-dri: requires libgl=7.10.2
:: mach64-dri: requires libgl=7.10.2
:: mga-dri: requires libgl=7.10.2
:: r128-dri: requires libgl=7.10.2
:: savage-dri: requires libgl=7.10.2
:: sis-dri: requires libgl=7.10.2
:: tdfx-dri: requires libgl=7.10.2
This are graphics drivers that you don't need. For some reason they have been put into the "xorg" group with the xf86-video-* packages.
Just do
pacman -Rncs tdfx-dri sis-dri savage-dri r128-dri mga-dri mach64-dri intel-dri
(don't do it, if it wants to uninstall nearly everything )
If you use the radeon repository it is probably best to use everything in it with something like
pacman -S $(pacman -Sql radeon)
where "pacman -Sl radeon" shows all packages in the radeon repository and "pacman -Sql ..." displays only the raw package name so it can be used for "pacman -S" input.
Regarding ati-dri: As far as I know it is included in the mesa-full package, you don't need to worry about that.
Regarding your try with catalyst: First you should know that at the moment amd has not released an official driver that works with xorg server 1.10.
There is only "catalyst-test". It is a prerelease that is especially given to ubuntu because amd officially supports ubuntu. However, I use it and it works as good or as bad as the "stable" releases.
If you want to use the proprietary driver you have two choices:
Use catalyst-test or use the old catalyst. But with the old catalyst you would also need an old xorg-server with xf86-input-* packages from somewhere. I wouldn't recommend using old packages.
There are some good reasons for wanting the proprietary driver: The powermanagement is still a bit better than that of the free drivers (but they are already pretty good), the performance in OpenGL applications such as games is often much better especially with applications that use OpenGL 3 or 4 and it has video acceleration. But there are also good reasons to not use it: Alt-Tab in fullscreen 3d-applications often doesn't work as it should, especially with compositing, the video acceleration is broken for some videos anyway, etc.
root@hp muiz]# pacman -S catalyst
resolving dependencies...
warning: dependency cycle detected:
warning: xorg-server-catalyst-maximize-fix will be installed before its catalyst-utils dependency
looking for inter-conflicts...
:: xorg-server-catalyst-maximize-fix and xorg-server are in conflict. Remove xorg-server? [y/N] y
:: xorg-server-catalyst-maximize-fix and xorg-server-common are in conflict. Remove xorg-server-common? [y/N] y
:: catalyst-utils and libgl are in conflict. Remove libgl? [y/N] y
:: catalyst and xf86-video-ati are in conflict. Remove xf86-video-ati? [y/N] y
:: catalyst and ati-dri are in conflict. Remove ati-dri? [y/N] y
xf86-video-ati and ati-dri should really be removed. They depend on libgl and catalyst has an own libgl that replaces mesa's libgl. So if you install catalyst they probably wouldn't work anyway.
:: xorg-server-catalyst-maximize-fix and xf86-input-acecad are in conflict (xorg-server<1.10.0). Remove xf86-input-acecad? [y/N] y
:: xorg-server-catalyst-maximize-fix and xf86-input-aiptek are in conflict (xorg-server<1.10.0). Remove xf86-input-aiptek? [y/N] y
:: xorg-server-catalyst-maximize-fix and xf86-input-evdev are in conflict (xorg-server<1.10.0). Remove xf86-input-evdev? [y/N] y
:: xorg-server-catalyst-maximize-fix and xf86-input-joystick are in conflict (xorg-server<1.10.0). Remove xf86-input-joystick? [y/N] y
:: xorg-server-catalyst-maximize-fix and xf86-input-keyboard are in conflict (xorg-server<1.10.0). Remove xf86-input-keyboard? [y/N] y
:: xorg-server-catalyst-maximize-fix and xf86-input-mouse are in conflict (xorg-server<1.10.0). Remove xf86-input-mouse? [y/N] y
:: xorg-server-catalyst-maximize-fix and xf86-input-vmmouse are in conflict (xorg-server<1.10.0). Remove xf86-input-vmmouse? [y/N] y
:: xorg-server-catalyst-maximize-fix and xf86-input-void are in conflict (xorg-server<1.10.0). Remove xf86-input-void? [y/N] y
I think the catalyst repository is a bit messy at the moment.
xorg-server-catalyst-maximize-fix is a patched xorg server 1.9 that fixed some performance issues with resizing and maximizing windows. But they are fixed in catalyst anyway so it doesn't really have a purpose now. But since it "provides" xorg server 1.9 and the old catalyst package depends on xorg server < 1.10 pacman thinks this is suitable. The xf86-input-* packages need to be compiled for a specific xorg server version and there are none for xorg server 1.9 anymore. So the repository needs to be fixed: Either these packages are provided in the repository or xorg-server-catalyst-maximize-fix gets also removed from the repository or the old catalyst package gets removed from the repository.
quires xf86-input-evdev
:: intel-dri: requires libgl=7.10.2
:: mach64-dri: requires libgl=7.10.2
:: mga-dri: requires libgl=7.10.2
:: r128-dri: requires libgl=7.10.2
:: savage-dri: requires libgl=7.10.2
:: sis-dri: requires libgl=7.10.2
:: tdfx-dri: requires libgl=7.10.2
That's the same problem as above: For some reason these graphics drivers are in the "xorg" group. They all depend on mesa's libgl whereas catalyst wants to replace mesa's libgl with its own. Just uninstall them.
฿ 18PRsqbZCrwPUrVnJe1BZvza7bwSDbpxZz
Offline
Wey,gtklocker,Cdh, thank you very much!
Now KDE still has hang problem, no response from Keyboard & Mouse ( I check the cpu/memory usage, both of them is normal )
Check the pacman -Qi
I'm sure [radeon] is above [core] and issue pacman -Syy before install those packages. And also got the same error.
Below is pacman -Qi 's output:
... ...
Name : ati-dri
Version : 7.10.2-2
URL : http://mesa3d.sourceforge.net
Licenses : custom
Groups : None
Provides : None
Depends On : libgl=7.10.2
Optional Deps : None
Required By : xf86-video-ati
Conflicts With : xf86-video-ati<6.9.0-6
... ...
Name : intel-dri
Version : 7.10.2-2
Depends On : libgl=7.10.2
... ...
Name : libgl
Version : 7.10.2-2
URL : http://mesa3d.sourceforge.net
Licenses : custom
Groups : None
Provides : None
Depends On : libdrm>=2.4.22 libxxf86vm>=1.1.0 libxdamage>=1.1.3 expat>=2.0.1
Optional Deps : None
Required By : ati-dri frogatto gnome-screensaver intel-dri lib32-libgl libreoffice libva mach64-dri mesa mga-dri mplayer qt r128-dri savage-dri sis-dri tdfx-dri wxgtk xorg-xdriinfo
... ...
Name : mach64-dri
Version : 7.10.2-2
URL : http://mesa3d.sourceforge.net
Licenses : custom
Groups : None
Provides : None
Depends On : libgl=7.10.2
Conflicts With : xf86-video-mach64<6.8.2
Architecture : x86_64
Install Reason : Installed as a dependency for another package
Description : Mesa DRI drivers for ATI Mach64
... ...
Name : mesa
Version : 7.10.2-2
... ...
pacman -Rd libgl
I got an error:
[root@hp muiz]# pacman -Rd libgl
checking dependencies...
error: failed to prepare transaction (could not satisfy dependencies)
:: ati-dri: requires libgl
:: frogatto: requires libgl
:: gnome-screensaver: requires libgl
:: intel-dri: requires libgl
:: lib32-libgl: requires libgl
:: libreoffice: requires libgl
:: libva: requires libgl
:: mach64-dri: requires libgl
:: mesa: requires libgl
:: mga-dri: requires libgl
:: mplayer: requires libgl
:: qt: requires libgl
:: r128-dri: requires libgl
:: savage-dri: requires libgl
:: sis-dri: requires libgl
:: tdfx-dri: requires libgl
:: wxgtk: requires libgl
:: xorg-xdriinfo: requires libgl
pacman -Rncs tdfx-dri sis-dri savage-dri r128-dri mga-dri mach64-dri intel-dri
You told me DON'T DO IT. I did this command, it works fine, and also for pacman -S $(pacman -Sql radeon)
Offline
Pacman 3.5.x changed a bit, please read the pacman man page. Here is a relevant section of it:
TRANSACTION OPTIONS (APPLY TO -S, -R AND -U)
-d, --nodeps
Skips dependency version checks. Package names are still checked. Normally, pacman will always
check a package’s dependency fields to ensure that all dependencies are installed and there are
no package conflicts in the system. Specify this option twice to skip all dependency checks.
Btw, uninstall all the *-dri packages you have, and any xf86-video-* packages. (asuming catalyst 11.4 supports your card in the first place)
Last edited by Mr.Elendig (2011-04-28 15:00:01)
Evil #archlinux@libera.chat channel op and general support dude.
. files on github, Screenshots, Random pics and the rest
Offline
Since yesterday the catalyst repository has been updated and what I wrote above doesn't apply anymore. catalyst 11.4 is a bit newer than catalyst-test and supports xorg 1.10 and the "fixed" xorg in there is xorg 1.10 too. So no conflicts anymore when trying to install that.
But since you are trying with the open source radeon repository it's irrelevant. Just for information.
So the best way is probably:
- remove all the xf86-video-* packages (not -input-) and all the *-dri packages. You won't need them.
- install all packages from the radeon repository at once to avoid confusing pacman with dependencies: "pacman -S $(pacman -Sql radeon)"
฿ 18PRsqbZCrwPUrVnJe1BZvza7bwSDbpxZz
Offline
Pages: 1