[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#742731: Re: Bug#742731: xorg: New architecture: ppc64el



On 03/26/2014 04:21 PM, Julien Cristau wrote:
>> +XSERVER_XORG_VIDEO_DEPENDS="xserver-xorg-video-dummy"
>> +XSERVER_XORG_INPUT_DEPENDS="xserver-xorg-input-void"
> 
> NAK.  This should at least get the fbdev (and possibly modesetting)
> video driver, and evdev for input.
That makes sense.  So, a new patch (based on arm64) is attached that
adds support for ppc64el using input-evdev, video-fbdev and
video-modesetting.

We also have the binaries for these packages:

http://ftp.unicamp.br/pub/ppc64el/debian/archive/pool/main/x/xserver-xorg-input-evdev/
http://ftp.unicamp.br/pub/ppc64el/debian/archive/pool/main/x/xserver-xorg-video-fbdev/
http://ftp.unicamp.br/pub/ppc64el/debian/archive/pool/main/x/xserver-xorg-video-modesetting/

Thank you.



diff -uNpr xorg-7.7+6.orig/debian/scripts/vars.ppc64el xorg-7.7+6/debian/scripts/vars.ppc64el
--- xorg-7.7+6.orig/debian/scripts/vars.ppc64el	1970-01-01 00:00:00.000000000 +0000
+++ xorg-7.7+6/debian/scripts/vars.ppc64el	2014-03-31 20:25:13.000000000 +0000
@@ -0,0 +1,8 @@
+XSERVER_XORG_VIDEO_DEPENDS="\
+        xserver-xorg-video-fbdev, \
+        xserver-xorg-video-modesetting, \
+"
+
+XSERVER_XORG_INPUT_DEPENDS="\
+        xserver-xorg-input-evdev, \
+"

Reply to: