Missing Dependencies: X-ABI-VIDEODRV_VERSION=14
xorg-server installed. (X-ABI-VIDEODRV_VERSION is 15)
Search Criteria
Package Details: xf86-video-mali 20130224-1
Package Actions
| Package Base: | xf86-video-mali |
|---|---|
| Description: | X.org mali video driver |
| Upstream URL: | http://github.com/linux-sunxi/xf86-video-mali |
| Category: | x11 |
| Licenses: | |
| Submitter: | Red54 |
| Maintainer: | lowfatcomputing |
| Last Packager: | None |
| Votes: | 1 |
| First Submitted: | 2012-11-12 15:36 |
| Last Updated: | 2013-02-24 15:11 |
Latest Comments
Comment by ozgurkeles
Anonymous comment
Thanks for the updates/fixes guys.
Anonymous comment
Modifying this lines fixes the problem:
[code]
makedepends=('git' 'automake' 'autoconf' 'libtool' 'xorg-server-devel' 'X-ABI-VIDEODRV_VERSION=14')
conflicts=('xorg-server<1.13.0' 'X-ABI-VIDEODRV_VERSION<13' 'X-ABI-VIDEODRV_VERSION>=15')
[/code]
[code]
build()
cd $srcdir
patch -Np1 -i ../xorg14.patch
if [[ -d $pkgname ]]; then
[/code]
xorg14.patch
[code]
--- src/xf86-video-mali/src/mali_fbdev.c.orig 2013-04-07 20:29:40.244964091 -0500
+++ src/xf86-video-mali/src/mali_fbdev.c 2013-04-07 20:29:51.204958378 -0500
@@ -1170,7 +1170,6 @@
fPtr->exa = NULL;
}
- miInitializeBackingStore(pScreen);
xf86SetBackingStore(pScreen);
xf86SetSilkenMouse(pScreen);
[/code]
PS:
I have an error with hw rendering. /var/log/Xorg.log shows this error:
[code]
[ 1570.811] (EE) AIGLX error: dlopen of /usr/lib/xorg/modules/dri/Mali DRI2_dri.so failed (/usr/lib/xorg/modules/dri/Mali DRI2_dri.so: cannot$
[ 1570.811] (EE) AIGLX: reverting to software rendering
[/code]
But X starts anyway :D. Thank you for the PKG!
Comment by Red54
It seems that ALARM updates xorg-server from 1.13 to 1.14, I will fix it ASAP.
Thanks for report!
Anonymous comment
Missing Dependencies: X-ABI-VIDEODRV_VERSION=13
xorg-server and sunxi-mali are installed.
Comment by smotocel69
config.status: executing libtool commands
make all-recursive
make[1]: Entering directory `/home/pirea/xf86-video-mali/src/xf86-video-mali'
Making all in src
make[2]: Entering directory `/home/pirea/xf86-video-mali/src/xf86-video-mali/src'
CC mali_dri.lo
In file included from mali_dri.c:44:0:
mali_exa.h:27:21: fatal error: ump/ump.h: No such file or directory
compilation terminated.
make[2]: *** [mali_dri.lo] Error 1
make[2]: Leaving directory `/home/pirea/xf86-video-mali/src/xf86-video-mali/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/pirea/xf86-video-mali/src/xf86-video-mali'
make: *** [all] Error 2
==> ERROR: A failure occurred in build().
Aborting...