Package Details: xf86-video-mali 20130224-1

Package Base: xf86-video-mali
Description: X.org mali video driver
Upstream URL: http://github.com/linux-sunxi/xf86-video-mali
Category: x11
Licenses: MIT
Submitter: Red54
Maintainer: lowfatcomputing
Last Packager: None
Votes: 1
First Submitted: 2012-11-12 15:36
Last Updated: 2013-02-24 15:11

Dependencies (2)

Required by (0)

Sources

Latest Comments

Comment by ozgurkeles

2014-04-05 10:44

Missing Dependencies: X-ABI-VIDEODRV_VERSION=14
xorg-server installed. (X-ABI-VIDEODRV_VERSION is 15)

Anonymous comment

2013-04-09 12:16

Thanks for the updates/fixes guys.

Anonymous comment

2013-04-08 01:52

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

2013-03-30 15:25

It seems that ALARM updates xorg-server from 1.13 to 1.14, I will fix it ASAP.

Thanks for report!

Anonymous comment

2013-03-29 16:24

Missing Dependencies: X-ABI-VIDEODRV_VERSION=13
xorg-server and sunxi-mali are installed.

Comment by smotocel69

2013-02-02 14:55

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...