Bug#771416: No problem with Wheezy kernel

2014-12-15 Thread Yvan Masson
Dear maintainers,

I just wanted to add that this problem does not appear with Wheezy.

Thanks for your time and work,
YvanM


-- 
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/1418664574.1878.2.ca...@openmailbox.org



Processed: [bts-link] source package xserver-xorg-video-intel

2014-12-15 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> #
> # bts-link upstream status pull for source package xserver-xorg-video-intel
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
> # remote status report for #755673 (http://bugs.debian.org/755673)
> # Bug title: xserver-xorg-video-intel: Screen flickering with Xorg 1.16
> #  * https://bugs.freedesktop.org/show_bug.cgi?id=81551
> #  * remote status changed: NEW -> RESOLVED
> #  * remote resolution changed: (?) -> WONTFIX
> #  * upstream said bug is wontfix
> tags 755673 + upstream wontfix
Bug #755673 [xserver-xorg-video-intel] xserver-xorg-video-intel: Screen 
flickering with Xorg 1.16
Added tag(s) upstream and wontfix.
> usertags 755673 - status-NEW
Usertags were: status-NEW.
Usertags are now: .
> usertags 755673 + status-RESOLVED resolution-WONTFIX
There were no usertags set.
Usertags are now: resolution-WONTFIX status-RESOLVED.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
755673: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=755673
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.c.14186610169319.transcr...@bugs.debian.org



Bug#758274: Same problem here with i915_dri.so on 10.3.2-1

2014-12-15 Thread Julien Cristau
On Sun, Dec 14, 2014 at 20:20:16 +0100, Piotr Rudzki wrote:

> [26.637] (EE) AIGLX error: dlopen of
> /usr/lib/x86_64-linux-gnu/dri/i965_dri.so failed
> (/usr/lib/x86_64-linux-gnu/dri/i965_dri.so: undefined symbol:
> _glapi_tls_Dispatch)
> [26.637] (EE) AIGLX: reverting to software rendering
> [27.269] (EE) AIGLX error: dlopen of
> /usr/lib/x86_64-linux-gnu/dri/swrast_dri.so failed
> (/usr/lib/x86_64-linux-gnu/dri/swrast_dri.so: undefined symbol:
> _glapi_tls_Dispatch)
> [27.269] (EE) GLX: could not load software renderer
> 
> The same problem exists in mesa-10.3.2-1.
> 
This is not our bug, it's most likely due to a hand-installed version of
mesa.

Cheers,
Julien


signature.asc
Description: Digital signature


xorg-server: Changes to 'ubuntu+1'

2014-12-15 Thread Maarten Bernardus Lankhorst
 debian/changelog  |6 ++
 debian/patches/xmir.patch |   11 ---
 2 files changed, 10 insertions(+), 7 deletions(-)

New commits:
commit 489dc081ec8b76fd29d288a4b5527224b44ee1a9
Author: Maarten Lankhorst 
Date:   Mon Dec 15 16:45:00 2014 +0100

Fix FTBFS caused by the previous patch.

diff --git a/debian/changelog b/debian/changelog
index 908b4a9..e6615e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xorg-server (2:1.16.2.901-1ubuntu3) vivid; urgency=medium
+
+  * Fix FTBFS caused by the previous patch.
+
+ -- Maarten Lankhorst   Mon, 15 Dec 2014 
16:11:00 +0100
+
 xorg-server (2:1.16.2.901-1ubuntu2) vivid; urgency=medium
 
   * Fix FTBFS with the bool redefinition by undef'ing it after including mir.
diff --git a/debian/patches/xmir.patch b/debian/patches/xmir.patch
index 23a620a..538c58b 100644
--- a/debian/patches/xmir.patch
+++ b/debian/patches/xmir.patch
@@ -980,7 +980,7 @@
 +}
 --- /dev/null
 +++ b/hw/xfree86/xmir/xmir-private.h
-@@ -0,0 +1,106 @@
+@@ -0,0 +1,105 @@
 +/*
 + * Copyright © 2012 Canonical, Inc
 + *
@@ -1016,7 +1016,6 @@
 +#ifndef _XMIR_PRIVATE_H
 +#define _XMIR_PRIVATE_H
 +
-+#include 
 +#include "xmir.h"
 +#include "xf86str.h"
 +#include "list.h"
@@ -1828,7 +1827,7 @@
 +}
 --- /dev/null
 +++ b/hw/xfree86/xmir/xmir.h
-@@ -0,0 +1,106 @@
+@@ -0,0 +1,104 @@
 +/*
 + * Copyright © 2012 Canonical, Inc
 + *
@@ -1865,15 +1864,13 @@
 +#define _XMIR_H
 +
 +#include 
-+#include 
-+
-+/* Fix because the library defines one of its members as having the name bool 
*/
-+#undef bool
 +
 +#include "xf86str.h"
 +#include "scrnintstr.h"
 +#include "window.h"
 +
++#include 
++
 +typedef struct xmir_screen xmir_screen;
 +typedef struct xmir_window xmir_window;
 +


-- 
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/e1y0xpt-8t...@moszumanska.debian.org



xorg-server: Changes to 'ubuntu'

2014-12-15 Thread Maarten Bernardus Lankhorst
 debian/changelog  |6 ++
 debian/patches/xmir.patch |   11 ---
 2 files changed, 10 insertions(+), 7 deletions(-)

New commits:
commit 489dc081ec8b76fd29d288a4b5527224b44ee1a9
Author: Maarten Lankhorst 
Date:   Mon Dec 15 16:45:00 2014 +0100

Fix FTBFS caused by the previous patch.

diff --git a/debian/changelog b/debian/changelog
index 908b4a9..e6615e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xorg-server (2:1.16.2.901-1ubuntu3) vivid; urgency=medium
+
+  * Fix FTBFS caused by the previous patch.
+
+ -- Maarten Lankhorst   Mon, 15 Dec 2014 
16:11:00 +0100
+
 xorg-server (2:1.16.2.901-1ubuntu2) vivid; urgency=medium
 
   * Fix FTBFS with the bool redefinition by undef'ing it after including mir.
diff --git a/debian/patches/xmir.patch b/debian/patches/xmir.patch
index 23a620a..538c58b 100644
--- a/debian/patches/xmir.patch
+++ b/debian/patches/xmir.patch
@@ -980,7 +980,7 @@
 +}
 --- /dev/null
 +++ b/hw/xfree86/xmir/xmir-private.h
-@@ -0,0 +1,106 @@
+@@ -0,0 +1,105 @@
 +/*
 + * Copyright © 2012 Canonical, Inc
 + *
@@ -1016,7 +1016,6 @@
 +#ifndef _XMIR_PRIVATE_H
 +#define _XMIR_PRIVATE_H
 +
-+#include 
 +#include "xmir.h"
 +#include "xf86str.h"
 +#include "list.h"
@@ -1828,7 +1827,7 @@
 +}
 --- /dev/null
 +++ b/hw/xfree86/xmir/xmir.h
-@@ -0,0 +1,106 @@
+@@ -0,0 +1,104 @@
 +/*
 + * Copyright © 2012 Canonical, Inc
 + *
@@ -1865,15 +1864,13 @@
 +#define _XMIR_H
 +
 +#include 
-+#include 
-+
-+/* Fix because the library defines one of its members as having the name bool 
*/
-+#undef bool
 +
 +#include "xf86str.h"
 +#include "scrnintstr.h"
 +#include "window.h"
 +
++#include 
++
 +typedef struct xmir_screen xmir_screen;
 +typedef struct xmir_window xmir_window;
 +


-- 
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/e1y0xpy-0008uo...@moszumanska.debian.org



xorg-server: Changes to 'ubuntu+1'

2014-12-15 Thread Maarten Bernardus Lankhorst
 debian/changelog  |6 ++
 debian/patches/xmir.patch |7 +--
 2 files changed, 11 insertions(+), 2 deletions(-)

New commits:
commit cd25c81aad4ea3532ecbe0ae78730d5235616fad
Author: Maarten Lankhorst 
Date:   Mon Dec 15 12:40:23 2014 +0100

refresh ftbfs in xmir patch

diff --git a/debian/patches/xmir.patch b/debian/patches/xmir.patch
index a45c76a..652fb51 100644
--- a/debian/patches/xmir.patch
+++ b/debian/patches/xmir.patch
@@ -78,7 +78,7 @@
 +
  if (xf86configptr->conf_modules) {
  /* Walk the disable list and let people know what we've parsed to
-  * not be loaded 
+  * not be loaded
 --- a/hw/xfree86/common/xf86Events.c
 +++ b/hw/xfree86/common/xf86Events.c
 @@ -613,6 +613,10 @@
@@ -1819,7 +1819,7 @@
 +}
 --- /dev/null
 +++ b/hw/xfree86/xmir/xmir.h
-@@ -0,0 +1,103 @@
+@@ -0,0 +1,106 @@
 +/*
 + * Copyright © 2012 Canonical, Inc
 + *
@@ -1858,6 +1858,9 @@
 +#include 
 +#include 
 +
++/* Fix because the library defines one of its members as having the name bool 
*/
++#undef bool
++
 +#include "xf86str.h"
 +#include "scrnintstr.h"
 +#include "window.h"

commit 7e83b9b581d0b84479c1954f2defd380279d4d1f
Author: Maarten Lankhorst 
Date:   Sat Dec 13 14:18:05 2014 +0100

Fix FTBFS with the bool redefinition by undef'ing it after including mir.

diff --git a/debian/changelog b/debian/changelog
index 5287cff..908b4a9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xorg-server (2:1.16.2.901-1ubuntu2) vivid; urgency=medium
+
+  * Fix FTBFS with the bool redefinition by undef'ing it after including mir.
+
+ -- Maarten Lankhorst   Sat, 13 Dec 2014 
14:13:17 +0100
+
 xorg-server (2:1.16.2.901-1ubuntu1) vivid; urgency=medium
 
   * Merge from released debian-unstable.
diff --git a/debian/patches/xmir.patch b/debian/patches/xmir.patch
index f60216f..23a620a 100644
--- a/debian/patches/xmir.patch
+++ b/debian/patches/xmir.patch
@@ -1,8 +1,6 @@
-diff --git a/configure.ac b/configure.ac
-index e5387bf..ec171d9 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -627,6 +627,7 @@ AC_ARG_ENABLE(linux_acpi, 
AS_HELP_STRING([--disable-linux-acpi], [Disable buildi
+@@ -632,6 +632,7 @@
  AC_ARG_ENABLE(linux_apm, AS_HELP_STRING([--disable-linux-apm], [Disable 
building APM support on Linux (if available).]), [enable_linux_apm=$enableval], 
[enable_linux_apm=yes])
  AC_ARG_ENABLE(systemd-logind, AS_HELP_STRING([--enable-systemd-logind], 
[Build systemd-logind support (default: auto)]), [SYSTEMD_LOGIND=$enableval], 
[SYSTEMD_LOGIND=auto])
  AC_ARG_ENABLE(suid-wrapper, AS_HELP_STRING([--enable-suid-wrapper], [Build 
suid-root wrapper for legacy driver support on rootless xserver systems 
(default: no)]), [SUID_WRAPPER=$enableval], [SUID_WRAPPER=no])
@@ -10,7 +8,7 @@ index e5387bf..ec171d9 100644
  
  dnl DDXes.
  AC_ARG_ENABLE(xorg, AS_HELP_STRING([--enable-xorg], [Build 
Xorg server (default: auto)]), [XORG=$enableval], [XORG=auto])
-@@ -1348,6 +1349,15 @@ if test "x$XINERAMA" = xyes; then
+@@ -1368,6 +1369,15 @@
SDK_REQUIRED_MODULES="$SDK_REQUIRED_MODULES $XINERAMAPROTO"
  fi
  
@@ -20,13 +18,13 @@ index e5387bf..ec171d9 100644
 +AC_SUBST([XMIR_CFLAGS])
 +AC_DEFINE(XMIR, 1, [Support wayland mode])
 +  SDK_REQUIRED_MODULES="$SDK_REQUIRED_MODULES mirclient"
-+fi  
++fi
 +AM_CONDITIONAL(XMIR, [test "x$XMIR" = xyes])
 +
  AM_CONDITIONAL(XACE, [test "x$XACE" = xyes])
  if test "x$XACE" = xyes; then
AC_DEFINE(XACE, 1, [Build X-ACE extension])
-@@ -2573,6 +2583,7 @@ hw/xfree86/utils/Makefile
+@@ -2598,6 +2608,7 @@
  hw/xfree86/utils/man/Makefile
  hw/xfree86/utils/cvt/Makefile
  hw/xfree86/utils/gtf/Makefile
@@ -34,11 +32,9 @@ index e5387bf..ec171d9 100644
  hw/dmx/config/Makefile
  hw/dmx/config/man/Makefile
  hw/dmx/doc/Makefile
-diff --git a/hw/xfree86/Makefile.am b/hw/xfree86/Makefile.am
-index c5992c3..c9a077f 100644
 --- a/hw/xfree86/Makefile.am
 +++ b/hw/xfree86/Makefile.am
-@@ -34,16 +34,20 @@ if INT10MODULE
+@@ -34,16 +34,20 @@
  INT10_SUBDIR = int10
  endif
  
@@ -61,11 +57,9 @@ index c5992c3..c9a077f 100644
  
  bin_PROGRAMS = Xorg
  nodist_Xorg_SOURCES = sdksyms.c
-diff --git a/hw/xfree86/common/xf86Config.c b/hw/xfree86/common/xf86Config.c
-index 2adef44..f8c3a7e 100644
 --- a/hw/xfree86/common/xf86Config.c
 +++ b/hw/xfree86/common/xf86Config.c
-@@ -118,6 +118,7 @@ static ModuleDefault ModuleDefaults[] = {
+@@ -118,6 +118,7 @@
  {.name = "fb",.toLoad = TRUE,.load_opt = NULL},
  {.name = "shadow",.toLoad = TRUE,.load_opt = NULL},
  #endif
@@ -73,7 +67,7 @@ index 2adef44..f8c3a7e 100644
  {.name = NULL,.toLoad = FALSE,.load_opt = NULL}
  };
  
-@@ -272,6 +273,17 @@ xf86ModulelistFromConfig(void ***optlist)
+@@ -272,6 +273,17 @@
  return NULL;
  }
  
@@ -91,11 +85,9 @@ index 2adef44..f8c3a7e 100644
  if (xf86configptr->conf_modules) {
  /* Walk the disable list and let people know what we've parsed to
   * not be loaded 
-diff --git a/hw/xfree86/c

xorg-server: Changes to 'ubuntu+1'

2014-12-15 Thread Maarten Bernardus Lankhorst
 ChangeLog  | 8599 -
 Xext/dpms.c|   10 
 Xext/dpmsstubs.c   |   10 
 Xext/panoramiX.c   |2 
 Xext/panoramiX.h   |2 
 Xext/panoramiXprocs.c  |4 
 Xext/security.c|4 
 Xext/shm.c |6 
 Xext/sync.c|2 
 Xext/syncsrv.h |8 
 Xext/xcmisc.c  |1 
 Xext/xres.c|   12 
 Xext/xvdisp.c  |   28 
 Xext/xvdix.h   |   14 
 Xext/xvmain.c  |   18 
 Xi/chgdctl.c   |8 
 Xi/chgfctl.c   |2 
 Xi/sendexev.c  |3 
 Xi/xiallowev.c |2 
 Xi/xichangecursor.c|2 
 Xi/xichangehierarchy.c |   35 
 Xi/xigetclientpointer.c|1 
 Xi/xigrabdev.c |9 
 Xi/xipassivegrab.c |   12 
 Xi/xiproperty.c|   14 
 Xi/xiquerydevice.c |1 
 Xi/xiquerypointer.c|2 
 Xi/xiselectev.c|8 
 Xi/xisetclientpointer.c|3 
 Xi/xisetdevfocus.c |4 
 Xi/xiwarppointer.c |2 
 composite/compalloc.c  |8 
 composite/compext.c|4 
 composite/compinit.c   |2 
 composite/compint.h|2 
 composite/compoverlay.c|4 
 config/udev.c  |7 
 configure.ac   |1 
 dbe/dbe.c  |   33 
 dbe/dbestruct.h|   12 
 dbe/midbe.c|   14 
 dbe/midbe.h|8 
 debian/changelog   |   61 
 debian/control |8 
 debian/patches/disable-rotation-transform-gpuscreens.patch |   35 
 debian/serverminver|2 
 dix/atom.c |8 
 dix/colormap.c |   34 
 dix/cursor.c   |8 
 dix/devices.c  |2 
 dix/dispatch.c |   19 
 dix/dispatch.h |2 
 dix/dixfonts.c |6 
 dix/dixutils.c |   12 
 dix/extension.c|8 
 dix/gc.c   |   22 
 dix/globals.c  |8 
 dix/glyphcurs.c|8 
 dix/grabs.c|   16 
 dix/inpututils.c   |2 
 dix/main.c |8 
 dix/property.c |8 
 dix/region.c   |   42 
 dix/resource.c |   16 
 dix/selection.c|   10 
 dix/swaprep.c  |8 
 dix/swapreq.c  |8 
 dix/tables.c   |8 
 dix/window.c   |   38 
 dri3/dri3_request.c|6 
 exa/exa.c  |2 
 exa/exa.h  |8 
 exa/exa_glyphs.c   |8 
 exa/exa_render.c 

xorg-server: Changes to 'ubuntu'

2014-12-15 Thread Maarten Bernardus Lankhorst
 ChangeLog   |  
781 ++
 Xext/xcmisc.c   |  
  1 
 Xext/xvdisp.c   |  
 20 
 Xi/chgdctl.c|  
  8 
 Xi/chgfctl.c|  
  2 
 Xi/sendexev.c   |  
  3 
 Xi/xiallowev.c  |  
  2 
 Xi/xichangecursor.c |  
  2 
 Xi/xichangehierarchy.c  |  
 35 
 Xi/xigetclientpointer.c |  
  1 
 Xi/xigrabdev.c  |  
  9 
 Xi/xipassivegrab.c  |  
 12 
 Xi/xiproperty.c |  
 14 
 Xi/xiquerydevice.c  |  
  1 
 Xi/xiquerypointer.c |  
  2 
 Xi/xiselectev.c |  
  8 
 Xi/xisetclientpointer.c |  
  3 
 Xi/xisetdevfocus.c  |  
  4 
 Xi/xiwarppointer.c  |  
  2 
 configure.ac|  
  5 
 dbe/dbe.c   |  
 17 
 debian/changelog|  
 32 
 debian/patches/06_Revert-fb-reorder-Bresenham-error-correction-to-avoi.diff |  
 68 
 debian/patches/09_Xserver-man-iglx.diff |  
 16 
 debian/patches/series   |  
  2 
 debian/patches/xmir.patch   |  
136 -
 dix/dispatch.c  |  
  3 
 dix/region.c|  
 20 
 dri3/dri3_request.c |  
  6 
 fb/fbseg.c  |  
 20 
 glx/clientinfo.c|  
 20 
 glx/glxcmds.c   |  
 85 -
 glx/glxcmdsswap.c   |  
  4 
 glx/glxserver.h |  
 43 
 glx/indirect_dispatch.c |  
 25 
 glx/indirect_dispatch_swap.c|  
 26 
 glx/indirect_program.c  |  
  2 
 glx/indirect_reqsize.c  |  
142 -
 glx/indirect_reqsize.h  |  
181 +-
 glx/indirect_texture_compression.c  |  
  4 
 glx/indirect_util.c |  
  9 
 glx/rensize.c   |  
114 -
 glx/single2.c   |  
 23 
 glx/single2swap.c   |  
 19 
 glx/singlepix.c |  
 60 
 glx/singlepixswap.c |  
 50 
 glx/swap_interval.c |  
  2 
 glx/unpack.h|  
  3 
 hw/xfree86/dri2/dri2ext.c   |  
  3 
 include/dix.h   |  
  7 
 include/regionstr.h |  
 10 
 man/Xserver.man |  
 10 
 os/access.c |  
  6 
 os/rpcauth.c|  
  4 
 present/present.c   |  
 18 
 present/present_request.c   |  
  6 
 randr/rrsdispatch.c |  
  4 
 render/render.c |