libgl1-mesa-dev multiarch

2014-08-06 Thread Mauro Ziliani
Goodmorning.
I'm approching to Qt5 under Debian Wheezy 64.
I installed both 32 and 64 bit version of Qt.
I need to compile my application both in 32 and 64 bit format.
But I can't because

- when I compile for Qt5.32 I need libgl1-mesa-dev:i386
- when I compile for Qt5.64 I need libgl1-mesa-dev:amd64

libgl1-mesa-dev:i386 is in conflict with libgl1-mesa-dev:amd64

How can I installed both libgl1-mesa-dev i386 and amd64?

Best regards.
  Mauro


Bug#749172: mesa: Add support for the OpenRISC architecture (or1k)

2014-08-06 Thread Manuel A. Fernandez Montecelo
Control: forwarded -1 https://bugs.freedesktop.org/show_bug.cgi?id=82268


On Sat, May 24, 2014 at 09:37:01PM +0200, Christian Svensson wrote:
> Package: mesa
> Version: 10.1.2
> Severity: wishlist
> Tags: upstream patch
> 
> Dear Maintainer,
> 
> This trivial patch adds support for or1k.

> diff -ur mesa-10.1.2.orig/src/mesa/main/compiler.h 
> mesa-10.1.2/src/mesa/main/compiler.h
> --- mesa-10.1.2.orig/src/mesa/main/compiler.h 2014-05-24 15:28:50.770131989 
> +0200
> +++ mesa-10.1.2/src/mesa/main/compiler.h  2014-05-24 15:28:54.838152937 
> +0200
> @@ -329,7 +329,7 @@
>  defined(__arm__) || defined(__aarch64__) || \
>  defined(__sh__) || defined(__m32r__) || \
>  (defined(__sun) && defined(_IEEE_754)) || \
> -defined(__alpha__)
> +defined(__alpha__) || defined(__or1k__)
>  #define USE_IEEE
>  #define IEEE_ONE 0x3f80
>  #endif
> Binary files mesa-10.1.2.orig/src/mesa/main/.compiler.h.swp and 
> mesa-10.1.2/src/mesa/main/.compiler.h.swp differ


As the first line says, forwarded upstream.  Hope that helps.


Cheers.
--
Manuel A. Fernandez Montecelo 


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140806222637.ga28...@lugh.itsari.org



Processed: Re: Bug#749172: mesa: Add support for the OpenRISC architecture (or1k)

2014-08-06 Thread Debian Bug Tracking System
Processing control commands:

> forwarded -1 https://bugs.freedesktop.org/show_bug.cgi?id=82268
Bug #749172 [mesa] mesa: Add support for the OpenRISC architecture (or1k)
Set Bug forwarded-to-address to 
'https://bugs.freedesktop.org/show_bug.cgi?id=82268'.

-- 
749172: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=749172
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.b749172.14073640071755.transcr...@bugs.debian.org



Bug#748203: xorg-server: Please enable logind support

2014-08-06 Thread Moritz Mühlenhoff
On Mon, Aug 04, 2014 at 09:34:51AM +0200, Laurent Bigonville wrote:
> Hello again,
> 
> I've attached here a 2nd patch that enable the setuid wrapper (and
> replaces the X binary that is currently shipped by the xserver-xorg
> binary package).

Thanks for working on this!
 
> I've tested with the radeon driver (1:7.4.0-2) and
> xserver-xorg-input-evdev 1:2.9.0-1. Unfortunately but it's NOT
> currently working with nouveau driver yet (the patches for nouveau are
> already in the upstream git repository)

I've tested it with the Intel driver and it's working fine for me.

> We'll have to discuss and see what we gonna do with the debian specific
> wrapper.

According to http://lists.x.org/archives/xorg-devel/2014-March/040885.html
Hans added support to parse the wrapper configuration so that Xwrapper
can be dropped, but I'm not familiar with the details of the wrapper.

Cheers,
Moritz


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/20140806220025.GA3183@pisco.westfalen.local



xprop leaks

2014-08-06 Thread Colin Gibbs
Looks like a long running xprop process leaks. Unfortunately pulseaudio
is using xprop -root -spy to determine when to terminate a running
pulseaudio session daemon. So after ~40 days, I have an xprop process
with about 400mb rss.

The attached should fix the xprop leaks.


Colin
--- xprop.c~	2013-08-14 16:32:43.0 -0600
+++ xprop.c	2014-08-06 11:51:06.490793708 -0600
@@ -95,13 +95,11 @@ Create_Thunk_List (void)
 return tptr;
 }
 
-#ifdef notused
 static void
 Free_Thunk_List (thunk *list)
 {
 free(list);
 }
-#endif
 
 static thunk *
 Add_Thunk (thunk *list, thunk t)
@@ -1508,6 +1506,10 @@ Show_Prop (const char *format, const cha
 thunks = Break_Down_Property(data, (int)length, type, format, size);
 
 Display_Property(thunks, dformat, format);
+
+Free_Thunk_List(thunks);
+if (data)
+	XFree(data);
 }
 
 static void
@@ -1523,6 +1525,8 @@ Show_All_Props (void)
 	name = Format_Atom(atoms[i]);
 	Show_Prop(NULL, NULL, name);
 	}
+	if (atoms)
+	XFree(atoms);
 } else
 	for (i = 0; i < font->n_properties; i++) {
 	atom = font->properties[i].name;


Bug#757246: please export configuration options which were used to build xorg server

2014-08-06 Thread Yaroslav Halchenko
Package: xserver-xorg-dev
Version: 2:1.16.0-1
Severity: wishlist
Tags: patch

Although just a wishlist, it is a blocker for #650394 -- the TigerVNC ITP.  To
build it (properly/reliably) we would need access to original flags used to
configure xorg server (per each architecture).  Once I had a brief chat on IRC
but we haven't boiled down to the solution.

Now here is a corresponding change in ubuntu
https://launchpad.net/ubuntu/utopic/+source/xorg-server/2:1.15.1-0ubuntu9 which
should be sufficient.  I would really appreciate if Debian packaging would
adopt it, which would let us to move our ITP from a dead point forward.

Thank you in advance

$> interdiff -z xorg-server_1.15.1-0ubuntu{8,9}.diff.gz
diff -u xorg-server-1.15.1/debian/rules xorg-server-1.15.1/debian/rules
--- xorg-server-1.15.1/debian/rules
+++ xorg-server-1.15.1/debian/rules
@@ -365,6 +365,15 @@
echo inputabi=xorg-input-abi-$$abi_xinput >> 
debian/xserver-xorg-core.substvars && \
echo "xorg-input-abi-$$abi_xinput, xserver-xorg-core (>= $(serverminver))" 
> debian/xserver-xorg-dev/usr/share/xserver-xorg/xinputdep

+   # save the configure flags so that packages like vnc, tightvnc, tigervnc
+   # know how the package was built.
+   ( \
+ echo 'xserver_confflags = $(confflags)'; \
+ echo 'xserver_confflags_main = $(confflags_main)'; \
+ echo 'xserver_confflags_udeb = $(confflags_udeb)'; \
+ echo 'xserver_vars = $(vars)'; \
+   ) > debian/xserver-xorg-dev/usr/share/xserver-xorg/configure_flags.mk
+
# The udeb uses the same substvars:
cp debian/xserver-xorg-core.substvars 
debian/xserver-xorg-core-udeb.substvars

diff -u xorg-server-1.15.1/debian/changelog xorg-server-1.15.1/debian/changelog
--- xorg-server-1.15.1/debian/changelog
+++ xorg-server-1.15.1/debian/changelog
@@ -1,3 +1,10 @@
+xorg-server (2:1.15.1-0ubuntu9) utopic; urgency=medium
+
+  * xserver-xorg-dev: /usr/share/xserver-xorg/configure_flags.mk
+Provide the flags how the xserver was configured.
+
+ -- Matthias Klose   Wed, 30 Jul 2014 22:49:51 +0200
+
 xorg-server (2:1.15.1-0ubuntu8) utopic; urgency=medium

   * debian/patches/xfree86-pci-bus-probe-non-seat0.patch



-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (900, 'testing'), (600, 'unstable'), (300, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-dev depends on:
ii  libpciaccess-dev  0.13.2-1
ii  libpixman-1-dev   0.32.4-1
ii  libxkbfile-dev1:1.0.8-1
ii  mesa-common-dev   10.2.1-2
ii  x11proto-core-dev 7.0.26-1
ii  x11proto-dri2-dev 2.8-2
ii  x11proto-dri3-dev 1.0-1
ii  x11proto-fonts-dev2.1.3-1
ii  x11proto-gl-dev   1.4.17-1
ii  x11proto-input-dev2.3-1
ii  x11proto-kb-dev   1.0.6-2
ii  x11proto-present-dev  1.0-1
ii  x11proto-randr-dev1.4.0-2
ii  x11proto-render-dev   2:0.11.1-2
ii  x11proto-resource-dev 1.2.0-3
ii  x11proto-scrnsaver-dev1.2.2-1
ii  x11proto-video-dev2.3.2-1
ii  x11proto-xext-dev 7.3.0-1
ii  x11proto-xf86bigfont-dev  1.2.0-3
ii  x11proto-xf86dri-dev  2.1.1-2
ii  x11proto-xinerama-dev 1.2.1-2

xserver-xorg-dev recommends no packages.

xserver-xorg-dev suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/20140806154643.19886.50375.report...@novo.onerussian.com



libdrm_2.4.56-1_amd64.changes is NEW

2014-08-06 Thread Debian FTP Masters
binary:libdrm-exynos1 is NEW.
binary:libdrm-exynos1-dbg is NEW.
binary:libdrm-freedreno1 is NEW.
binary:libdrm-freedreno1-dbg is NEW.

Your package has been put into the NEW queue, which requires manual action
from the ftpteam to process. The upload was otherwise valid (it had a good
OpenPGP signature and file hashes are valid), so please be patient.

Packages are routinely processed through to the archive, and do feel
free to browse the NEW queue[1].

If there is an issue with the upload, you will recieve an email from a
member of the ftpteam.

If you have any questions, you may reply to this email.

[1]: https://ftp-master.debian.org/new.html


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xeztv-0003oh...@franck.debian.org



mesa: Changes to 'debian-unstable'

2014-08-06 Thread Maarten Bernardus Lankhorst
 debian/changelog |4 
 debian/control   |2 +-
 debian/rules |6 ++
 3 files changed, 11 insertions(+), 1 deletion(-)

New commits:
commit 47094dc69a82ecb4f84ec9be3d7d10d1834679ea
Author: Maarten Lankhorst 
Date:   Wed Aug 6 12:44:03 2014 +0200

Enable support for freedreno.

diff --git a/debian/changelog b/debian/changelog
index 90d8311..167c60c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,14 @@
 mesa (10.2.5-1) UNRELEASED; urgency=medium
 
+  [ Andreas Boll ]
   * New upstream release.
 - nv50: fix build failure on m68k due to invalid struct alignment
   assumptions (Closes: #728053).
 - i915: Fix up intelInitScreen2 for DRI3 (Closes: #754297).
 
+  [ Maarten Lankhorst ]
+  * Enable support for freedreno.
+
  -- Andreas Boll   Mon, 04 Aug 2014 10:30:18 +0200
 
 mesa (10.2.4-1) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 602c141..d84b79f 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends:
  debhelper (>= 8.1.3),
  quilt (>= 0.40),
  pkg-config,
- libdrm-dev (>= 2.4.54) [!hurd-any],
+ libdrm-dev (>= 2.4.56) [!hurd-any],
  libx11-dev,
  x11proto-gl-dev (>= 1.4.14),
  libxxf86vm-dev,
diff --git a/debian/rules b/debian/rules
index c1d6cbf..7acf0e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -70,6 +70,12 @@ else
confflags_DRI3 = --enable-dri3
 # Gallium drivers require libdrm-{nouveau,radeon}, only available on Linux
GALLIUM_DRIVERS += nouveau svga
+
+   # Freedreno requires arm in addition
+   ifneq (,$(filter arm,$(DEB_HOST_ARCH_CPU)))
+   GALLIUM_DRIVERS += freedreno
+   endif
+
# svga needs xa state tracker
confflags_GALLIUM += --enable-xa
 #


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xezou-0002am...@moszumanska.debian.org



Processing of libdrm_2.4.56-1_amd64.changes

2014-08-06 Thread Debian FTP Masters
libdrm_2.4.56-1_amd64.changes uploaded successfully to localhost
along with the files:
  libdrm-dev_2.4.56-1_amd64.deb
  libdrm2_2.4.56-1_amd64.deb
  libdrm2-udeb_2.4.56-1_amd64.udeb
  libdrm2-dbg_2.4.56-1_amd64.deb
  libdrm-intel1_2.4.56-1_amd64.deb
  libdrm-intel1-dbg_2.4.56-1_amd64.deb
  libdrm-nouveau2_2.4.56-1_amd64.deb
  libdrm-nouveau2-dbg_2.4.56-1_amd64.deb
  libdrm-radeon1_2.4.56-1_amd64.deb
  libdrm-radeon1-dbg_2.4.56-1_amd64.deb
  libdrm_2.4.56-1.dsc
  libdrm_2.4.56.orig.tar.gz
  libdrm_2.4.56-1.diff.gz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xezlj-000107...@franck.debian.org



libdrm: Changes to 'refs/tags/libdrm-2.4.56-1'

2014-08-06 Thread Maarten Bernardus Lankhorst
Tag 'libdrm-2.4.56-1' created by Maarten Lankhorst 
 at 2014-08-06 11:21 +

Debian release 2.4.56-1
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAABAgAGBQJT4g+/AAoJEP5VjHKmcBPDEAMP/iN+UOhKO45WNKm68oI7rGxO
3v3jMOgXm577v+l3uLAlXxmM5wLdvl1qThWjgWBQUtIaz6OkGAHdmaEePDTQBdWl
GZbUKHZ2XtmQwzufi8/mldKZhZHqv2EcJeugjOfQtPErzoR8BRfbWqczD2DevcaS
bgwnYhmKD2hV8qe3HA79c8UKFW7xM+3TlmB4wM7NnNJRE1xRgJ5XKwRCSfF2YLy2
DIPc2XWnxEWMaLURHfavtulEtYy6WKtyDBQ4I0wx/qX7tRvVJLIZoa/MYLO9vBrv
CZs9BD5Ufy7HQ8ojsLinencBJd6B+OI62xuvrpFyGiOGQ3oyValmRm1w4ohkO4vq
+Qnwwj1Rhx7tgHYxuc8oSTZ+RKAyqNOHGqAlALJXfzAVlUEPPz0W5RSdw3UlZzh6
U4w7rzVnIWDNKo4jNJqSjKW9yAxKOnEwYyY1KRekz5/C++vjlmeVxTfA/zyMSrT9
tw4S7TvJ4a10/9kz5c2M6GfFv6MeMGRitxYRuV9zK5L7125id5IoZN4BIZyPCD6g
K7OdRehlF+9jiQE/IYyNiXXA9wA/S6TvR1/02ifC+0DQiqlumAHM3+sUlx76h0xI
3pyJzJuwutRBiOIODNHhWLH1c3G1TDYVxJ0Zu5wJm85PCZGnO5Cvs9F+RlRE/Kd+
XlvGkb/rx2G1xJWZKdox
=rbj7
-END PGP SIGNATURE-

Changes since libdrm-2.4.54-1:
Andreas Boll (1):
  libdrm: Fix drm.h include in qxl drm header file

Damien Lespiau (2):
  intel: Sync the command parser version parameter from kernel
  intel: Sync typo fix from the kernel sources.

Daniel Kurtz (8):
  eyxnos: install exynos tests if HAVE_INSTALL_TESTS
  exynos: fix two warnings
  exynos_fimg2d: fix cast from pointer to integer of different size
  exynos: remove unusable "run" target
  exynos_fimg2d_test: fix drmModeRmFB
  exynos: prime: use drmPrime*() helpers
  exynos: removed unused fd field
  drmOpenByName: remove redundant drmAvailable check

Fabio Pedretti (1):
  debian/control: consolidate packages description

Maarten Lankhorst (17):
  Enable building freedreno on arm. (Closes: #741509)
  build exynos on arm too
  exynos: do not build fimg2d_test when building without libkms support.
  Add a patch to fix FTBFS with exynos.
  add missing libdrm-exynos1.install
  bump to version 2.4.55 for release
  Merge tag 'libdrm-2.4.55' into debian-unstable
  bump changelog, and remove ftbfs patch, upstream
  fix copy paste in description with some more copy paste
  Add a patch to hide all private symbols.
  Merge tag 'libdrm-2.4.56' into debian-unstable
  bump version
  drop upstreamed patch
  fix too long description for freedreno
  Add a squashed patch from upstream to hide all private symbols.
  Drop now hidden symbols.
  release to unstable

Marek Olšák (2):
  radeon: fix typo in sample split / fixes MSAA on Hawaii
  configure.ac: bump version to 2.4.56 for release

Matt Roper (1):
  drm: Add universal plane capability bit and plane type enums

Rob Clark (2):
  freedreno: sync kernel header
  freedreno: add chip-id property

Thomas Klausner (2):
  radeon: Remove superfluous parentheses.
  radeon: Add missing header includes.

Tobias Jakobi (3):
  exynos: fix coordinate computation in g2d_copy
  exynos: fix G2D_DOUBLE_TO_FIXED for non-integer input
  exynos: fix scaling factor computation in g2d_copy_with_scale

Tvrtko Ursulin (1):
  intel: Add new userptr ioctl

---
 configure.ac|2 
 debian/changelog|9 
 debian/control  |  138 +
 debian/libdrm-exynos1.install   |1 
 debian/libdrm-exynos1.symbols   |   20 
 debian/libdrm-freedreno1.install|1 
 debian/libdrm-freedreno1.symbols|   34 
 debian/libdrm-intel1.symbols|6 
 debian/libdrm-nouveau2.symbols  |8 
 debian/libdrm-radeon1.lintian-overrides |1 
 debian/libdrm-radeon1.symbols   |   19 
 debian/patches/02_fix_qxl_drm_h.diff|   33 
 debian/patches/03_hide_symbols.diff | 2389 
 debian/patches/series   |2 
 debian/rules|   18 
 exynos/exynos_drm.c |   52 
 exynos/exynos_drmif.h   |2 
 exynos/exynos_fimg2d.c  |8 
 exynos/fimg2d.h |2 
 freedreno/freedreno_drmif.h |1 
 freedreno/kgsl/kgsl_pipe.c  |3 
 freedreno/msm/msm_drm.h |   12 
 freedreno/msm/msm_pipe.c|5 
 freedreno/msm/msm_priv.h|1 
 include/drm/drm.h   |8 
 include/drm/i915_drm.h  |   19 
 include/drm/qxl_drm.h   |2 
 radeon/radeon_surface.c |   20 
 tests/exynos/Makefile.am|9 
 tests/exynos/exynos_fimg2d_test.c   |2 
 tests/radeon/radeon_ttm.c   |2 
 xf86drm.c   |   13 
 xf86drmMode.h   |4 
 33 files changed, 2665 insertions(+), 181 deletions(-)
---


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debia

libdrm: Changes to 'debian-unstable'

2014-08-06 Thread Maarten Bernardus Lankhorst
 debian/changelog |4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 61c5e631c09cdeb835524856637e6f63fa100193
Author: Maarten Lankhorst 
Date:   Wed Aug 6 12:44:30 2014 +0200

release to unstable

diff --git a/debian/changelog b/debian/changelog
index e42e156..685ce39 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-libdrm (2.4.56-1) UNRELEASED; urgency=medium
+libdrm (2.4.56-1) unstable; urgency=medium
 
   * New upstream release.
   * Enable building freedreno and exynos on arm. (Closes: #741509)
   * Add a squashed patch from upstream to hide all private symbols.
 - 03_hide_symbols.diff
 
- -- Maarten Lankhorst   Fri, 25 Jul 2014 
10:24:34 +0200
+ -- Maarten Lankhorst   Wed, 06 Aug 2014 
12:15:26 +0200
 
 libdrm (2.4.54-1) unstable; urgency=medium
 


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xezkc-000264...@moszumanska.debian.org



xserver-xorg-video-freedreno: Changes to 'debian-unstable'

2014-08-06 Thread Maarten Bernardus Lankhorst
 debian/compat   |2 +-
 debian/control  |7 ---
 debian/patches/series   |1 +
 debian/xserver-xorg-video-freedreno.install |2 +-
 4 files changed, 7 insertions(+), 5 deletions(-)

New commits:
commit c10a647058331744d8aef7b488296ce05c6c3e3e
Author: Maarten Lankhorst 
Date:   Wed Aug 6 12:58:22 2014 +0200

fix some harmless packaging warnings

diff --git a/debian/compat b/debian/compat
index 45a4fb7..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-8
+9
diff --git a/debian/control b/debian/control
index c0e920f..ff97189 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,9 @@ Source: xserver-xorg-video-freedreno
 Section: x11
 Priority: optional
 Maintainer: Debian X Strike Force 
+Uploaders: Maarten Lankhorst 
 Build-Depends:
- debhelper (>= 8),
+ debhelper (>= 9),
  dh-autoreconf,
  pkg-config,
  xserver-xorg-dev (>= 2:1.15.99),
@@ -12,7 +13,7 @@ Build-Depends:
  libudev-dev [linux-any],
  quilt,
  xutils-dev,
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-freedreno
 Vcs-Browser: 
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-freedreno.git
 
diff --git a/debian/patches/series b/debian/patches/series
index fdffa2a..753712b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 # placeholder
+
diff --git a/debian/xserver-xorg-video-freedreno.install 
b/debian/xserver-xorg-video-freedreno.install
index c386d73..3f6dd8f 100644
--- a/debian/xserver-xorg-video-freedreno.install
+++ b/debian/xserver-xorg-video-freedreno.install
@@ -1,3 +1,3 @@
 usr/lib/xorg/modules/drivers/*.so
 usr/share/man
-conf/42-freedreno.conf /usr/share/X11/xorg.conf.d/
\ No newline at end of file
+conf/42-freedreno.conf /usr/share/X11/xorg.conf.d/

commit 705feb4627cd1980d2f81f508e812688eb78ebbc
Author: Maarten Lankhorst 
Date:   Wed Aug 6 11:53:59 2014 +0200

the installed xorg.conf snippet requires 1.16 for OutputClass section.

diff --git a/debian/control b/debian/control
index e0e0b63..c0e920f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends:
  debhelper (>= 8),
  dh-autoreconf,
  pkg-config,
- xserver-xorg-dev,
+ xserver-xorg-dev (>= 2:1.15.99),
  libxatracker-dev (>= 10.2.4-2),
  libdrm-dev (>= 2.4.55),
  libudev-dev [linux-any],


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/e1xeywx-0004lq...@moszumanska.debian.org



Bug#756848: xserver-xorg-video-radeon: Random segfaults with glamor enabled on Southern Islands card

2014-08-06 Thread Michel Dänzer
On 06.08.2014 11:55, Jeff Bradberry wrote:
> On Tue, Aug 5, 2014 at 10:26 PM, Michel Dänzer  wrote:
>>
>> Does setting the environment variable EGL_DRIVER=egl_dri2 work around
>> this problem?
> 
> It has no effect on the behavior.  The Xorg.0.log is the same, and the
> debug output looks like (with non-EGL lines redacted):
> 
> libEGL debug: Native platform type: drm (autodetected)
> libEGL debug: ignore EGL_DRIVERS_PATH for setuid/setgid binaries
> libEGL debug: EGL search path is /usr/lib/x86_64-linux-gnu/egl
> libEGL debug: added egl_dri2 to module array
> libEGL debug: EGL user error 0x3001 (EGL_NOT_INITIALIZED) in eglInitialize

Hmm, my best guess is that dri2_initialize_drm() fails, but I'm not sure
why...

Did installing the *-dbg packages cause any other packages to be removed
/ upgraded / installed?


-- 
Earthling Michel Dänzer|  http://www.amd.com
Libre software enthusiast  |Mesa and X developer


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: https://lists.debian.org/53e1d31c.9060...@daenzer.net