mesa: Changes to 'debian-experimental'

2014-02-24 Thread Andreas Boll
 debian/changelog |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cf3baf547de7c530d2080e67fd8fec918cbb4a2f
Author: Andreas Boll 
Date:   Mon Feb 24 22:49:15 2014 +0100

debian/changelog: Close #705558

diff --git a/debian/changelog b/debian/changelog
index c920231..3f82a07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ mesa (10.1.0~rc2-1) UNRELEASED; urgency=medium
 
   [ Maarten Lankhorst ]
   * Add missing depends to keep lib(e)gl1-dev usable.
-  * Enable building drivers for libvdpau1.
+  * Enable building drivers for libvdpau1 (Closes: #705558).
   * Bump to rc2.
 
   [ Sjoerd Simons ]


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



mesa: Changes to 'debian-experimental'

2014-02-24 Thread Andreas Boll
 debian/changelog |1 
 debian/patches/05_fix-defaults-glxfbconfig.patch |   55 +
 debian/patches/06_fix-sort-glxfbconfig.patch |   58 +++
 debian/patches/series|2 
 4 files changed, 116 insertions(+)

New commits:
commit 75c8abd584efb7e89cbdd21b6f4f39c3a89ad526
Author: Maarten Lankhorst 
Date:   Wed Feb 19 10:07:45 2014 +0100

Cherry pick some fixes for GLX fbconfig. (Closes: #739691)

Signed-off-by: Andreas Boll 

diff --git a/debian/changelog b/debian/changelog
index 39cfb7c..c920231 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ mesa (10.1.0~rc2-1) UNRELEASED; urgency=medium
 
   [ Andreas Boll ]
   * Attempt to fix FTBFS on hurd.
+  * Cherry pick some fixes for GLX fbconfig. (Closes: #739691)
 
  -- Maarten Lankhorst   Thu, 20 Feb 2014 
19:12:12 +0100
 
diff --git a/debian/patches/05_fix-defaults-glxfbconfig.patch 
b/debian/patches/05_fix-defaults-glxfbconfig.patch
new file mode 100644
index 000..5e61098
--- /dev/null
+++ b/debian/patches/05_fix-defaults-glxfbconfig.patch
@@ -0,0 +1,55 @@
+From patchwork Mon Feb 17 22:10:17 2014
+Content-Type: text/plain; charset="utf-8"
+MIME-Version: 1.0
+Content-Transfer-Encoding: 7bit
+Subject: [Mesa-dev] glx: Fix the default values for GLXFBConfig attributes
+From: =?utf-8?q?Fredrik_H=C3=B6glund?= 
+X-Patchwork-Id: 20458
+Message-Id: <1392675017-17844-1-git-send-email-fred...@kde.org>
+To: mesa-...@lists.freedesktop.org
+Cc: "9.2 10.0 10.1" 
+Date: Mon, 17 Feb 2014 23:10:17 +0100
+
+The default values for GLX_DRAWABLE_TYPE and GLX_RENDER_TYPE are
+GLX_WINDOW_BIT and GLX_RGBA_BIT respectively, as specified in
+the GLX 1.4 specification.
+
+This fixes the glx-choosefbconfig-defaults piglit test.
+
+Cc: "9.2 10.0 10.1" 
+Reviewed-by: Dave Airlie 
+Reviewed-by: Ian Romanick 
+
+---
+src/glx/glxcmds.c | 9 ++---
+ 1 file changed, 2 insertions(+), 7 deletions(-)
+
+diff --git a/src/glx/glxcmds.c b/src/glx/glxcmds.c
+index 38a5262..43c473b 100644
+--- a/src/glx/glxcmds.c
 b/src/glx/glxcmds.c
+@@ -925,13 +925,10 @@ init_fbconfig_for_chooser(struct glx_config * config,
+if (fbconfig_style_tags) {
+   config->rgbMode = GL_TRUE;
+   config->doubleBufferMode = GLX_DONT_CARE;
+-  /* allow any kind of drawable, including those for off-screen buffers */
+-  config->drawableType = 0;
+-   } else {
+-   /* allow configs which support on-screen drawing */
+-   config->drawableType = GLX_WINDOW_BIT;
++  config->renderType = GLX_RGBA_BIT;
+}
+ 
++   config->drawableType = GLX_WINDOW_BIT;
+config->visualRating = GLX_DONT_CARE;
+config->transparentPixel = GLX_NONE;
+config->transparentRed = GLX_DONT_CARE;
+@@ -940,8 +937,6 @@ init_fbconfig_for_chooser(struct glx_config * config,
+config->transparentAlpha = GLX_DONT_CARE;
+config->transparentIndex = GLX_DONT_CARE;
+ 
+-   /* Set GLX_RENDER_TYPE property to not expect any flags by default. */
+-   config->renderType = 0;
+config->xRenderable = GLX_DONT_CARE;
+config->fbconfigID = (GLXFBConfigID) (GLX_DONT_CARE);
+ 
diff --git a/debian/patches/06_fix-sort-glxfbconfig.patch 
b/debian/patches/06_fix-sort-glxfbconfig.patch
new file mode 100644
index 000..c598ee2
--- /dev/null
+++ b/debian/patches/06_fix-sort-glxfbconfig.patch
@@ -0,0 +1,58 @@
+From patchwork Mon Feb 17 22:47:32 2014
+Content-Type: text/plain; charset="utf-8"
+MIME-Version: 1.0
+Content-Transfer-Encoding: 7bit
+Subject: [Mesa-dev] glx: Fix the GLXFBConfig attrib sort priorities
+From: =?utf-8?q?Fredrik_H=C3=B6glund?= 
+X-Patchwork-Id: 20464
+Message-Id: <1392677252-18889-1-git-send-email-fred...@kde.org>
+To: mesa-...@lists.freedesktop.org
+Cc: "9.2 10.0 10.1" 
+Date: Mon, 17 Feb 2014 23:47:32 +0100
+
+The sort priorites for GLX_SAMPLES and GLX_SAMPLE_BUFFERS are
+not defined in GL_ARB_multisample, but they are defined in
+the GLX 1.4 specification.
+
+Cc: "9.2 10.0 10.1" 
+
+---
+src/glx/glxcmds.c | 11 ---
+ 1 file changed, 4 insertions(+), 7 deletions(-)
+
+diff --git a/src/glx/glxcmds.c b/src/glx/glxcmds.c
+index 43c473b..837d8a2 100644
+--- a/src/glx/glxcmds.c
 b/src/glx/glxcmds.c
+@@ -1105,7 +1105,7 @@ static int
+ fbconfig_compare(struct glx_config **a, struct glx_config **b)
+ {
+/* The order of these comparisons must NOT change.  It is defined by
+-* the GLX 1.3 spec and ARB_multisample.
++* the GLX 1.4 specification.
+ */
+ 
+PREFER_SMALLER(visualSelectGroup);
+@@ -1134,6 +1134,9 @@ fbconfig_compare(struct glx_config **a, struct 
glx_config **b)
+ 
+PREFER_SMALLER(numAuxBuffers);
+ 
++   PREFER_SMALLER(sampleBuffers);
++   PREFER_SMALLER(samples);
++
+PREFER_LARGER_OR_ZERO(depthBits);
+PREFER_SMALLER(stencilBits);
+ 
+@@ -1147,12 +1150,6 @@ fbconfig_compare(struct glx_config **a, struct 
glx_config **b)
+ 
+PREFER_SMALLER(visualType);
+ 
+-   /* None of the multisample specs say where this compari

mesa: Changes to 'debian-experimental'

2014-02-24 Thread Andreas Boll
 debian/changelog   |3 +++
 debian/libgl1-mesa-dri.install.hurd.in |2 --
 2 files changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 3827eb6d21cf36e2eb8dec59fea7e827b0a8347e
Author: Andreas Boll 
Date:   Mon Feb 24 17:58:51 2014 +0100

Attempt to fix FTBFS on hurd

diff --git a/debian/changelog b/debian/changelog
index e9a5773..39cfb7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,9 @@ mesa (10.1.0~rc2-1) UNRELEASED; urgency=medium
   * Update build dependencies and dependencies minimum versions. Thanks to
 Fabio Pedretti  for the patch.
 
+  [ Andreas Boll ]
+  * Attempt to fix FTBFS on hurd.
+
  -- Maarten Lankhorst   Thu, 20 Feb 2014 
19:12:12 +0100
 
 mesa (10.1.0~rc1-1) experimental; urgency=low
diff --git a/debian/libgl1-mesa-dri.install.hurd.in 
b/debian/libgl1-mesa-dri.install.hurd.in
index 5eda011..e69de29 100644
--- a/debian/libgl1-mesa-dri.install.hurd.in
+++ b/debian/libgl1-mesa-dri.install.hurd.in
@@ -1,2 +0,0 @@
-dri/usr/lib/${DEB_HOST_MULTIARCH}/dri/*_dri.so 
usr/lib/${DEB_HOST_MULTIARCH}/dri
-dri/usr/lib/${DEB_HOST_MULTIARCH}/libdricore*.so* 
usr/lib/${DEB_HOST_MULTIARCH}/


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



mesa: Changes to 'debian-experimental'

2014-02-24 Thread Maarten Lankhorst
 VERSION  |2 
 debian/changelog |3 
 debian/control   |   14 ++
 src/gallium/docs/source/screen.rst   |6 +
 src/gallium/drivers/freedreno/freedreno_screen.c |5 
 src/gallium/drivers/i915/i915_screen.c   |5 
 src/gallium/drivers/ilo/ilo_screen.c |3 
 src/gallium/drivers/llvmpipe/lp_screen.c |3 
 src/gallium/drivers/nouveau/codegen/nv50_ir_ra.cpp   |   39 ++-
 src/gallium/drivers/nouveau/nouveau_screen.h |5 
 src/gallium/drivers/nouveau/nouveau_vp3_video.c  |   78 ++-
 src/gallium/drivers/nouveau/nv30/nv30_screen.c   |4 
 src/gallium/drivers/nouveau/nv50/nv50_screen.c   |3 
 src/gallium/drivers/nouveau/nv50/nv84_video.c|   68 -
 src/gallium/drivers/nouveau/nvc0/nvc0_screen.c   |3 
 src/gallium/drivers/r300/r300_screen.c   |2 
 src/gallium/drivers/r600/r600_hw_context.c   |2 
 src/gallium/drivers/r600/r600_pipe.c |   14 +-
 src/gallium/drivers/r600/r600_pipe.h |1 
 src/gallium/drivers/radeon/r600_buffer_common.c  |2 
 src/gallium/drivers/radeon/r600_pipe_common.c|2 
 src/gallium/drivers/radeon/r600_pipe_common.h|3 
 src/gallium/drivers/radeon/r600_texture.c|2 
 src/gallium/drivers/radeonsi/si_hw_context.c |4 
 src/gallium/drivers/radeonsi/si_pipe.c   |6 +
 src/gallium/drivers/softpipe/sp_screen.c |3 
 src/gallium/drivers/svga/svga_screen.c   |2 
 src/gallium/include/pipe/p_defines.h |4 
 src/gallium/targets/r600/vdpau/Makefile.am   |6 -
 src/glsl/ast_to_hir.cpp  |   13 +-
 src/glsl/builtin_functions.cpp   |   11 +-
 src/glsl/glcpp/glcpp-parse.y |   22 +++-
 src/glsl/glcpp/tests/086-reserved-macro-names.c.expected |4 
 src/glsl/linker.cpp  |9 -
 src/glsl/opt_vectorize.cpp   |   14 ++
 src/mesa/drivers/dri/i915/i830_vtbl.c|8 -
 src/mesa/drivers/dri/i915/i915_context.c |2 
 src/mesa/drivers/dri/i915/i915_texstate.c|2 
 src/mesa/drivers/dri/i915/i915_vtbl.c|8 -
 src/mesa/drivers/dri/i915/intel_fbo.c|2 
 src/mesa/drivers/dri/i915/intel_screen.c |2 
 src/mesa/drivers/dri/i965/brw_blorp.cpp  |4 
 src/mesa/drivers/dri/i965/brw_blorp_blit.cpp |6 -
 src/mesa/drivers/dri/i965/brw_clear.c|2 
 src/mesa/drivers/dri/i965/brw_context.c  |   12 +-
 src/mesa/drivers/dri/i965/brw_misc_state.c   |6 -
 src/mesa/drivers/dri/i965/brw_surface_formats.c  |   12 +-
 src/mesa/drivers/dri/i965/intel_fbo.c|2 
 src/mesa/drivers/dri/i965/intel_mipmap_tree.c|8 -
 src/mesa/drivers/dri/i965/intel_mipmap_tree.h|4 
 src/mesa/drivers/dri/i965/intel_screen.c |4 
 src/mesa/drivers/dri/nouveau/nouveau_context.c   |7 -
 src/mesa/drivers/dri/nouveau/nouveau_context.h   |3 
 src/mesa/drivers/dri/nouveau/nouveau_driver.h|1 
 src/mesa/drivers/dri/nouveau/nv04_context.c  |5 
 src/mesa/drivers/dri/nouveau/nv04_surface.c  |8 -
 src/mesa/drivers/dri/nouveau/nv10_context.c  |   13 +-
 src/mesa/drivers/dri/nouveau/nv10_state_fb.c |4 
 src/mesa/drivers/dri/nouveau/nv10_state_raster.c |3 
 src/mesa/drivers/dri/nouveau/nv20_context.c  |5 
 src/mesa/drivers/dri/radeon/radeon_fbo.c |   10 -
 src/mesa/drivers/dri/radeon/radeon_screen.c  |4 
 src/mesa/drivers/dri/radeon/radeon_texture.c |4 
 src/mesa/main/attrib.c   |1 
 src/mesa/main/format_pack.c  |   22 ++--
 src/mesa/main/format_unpack.c|   12 +-
 src/mesa/main/formats.c  |   16 +--
 src/mesa/main/formats.h  |4 
 src/mesa/main/readpix.c  |2 
 src/mesa/main/shaderapi.c|1 
 src/mesa/main/shaderobj.c|1 
 src/mesa/main/texformat.c|6 -
 src/mesa/main/texparam.c |3 
 src/mesa/main/texstore.c |8 -
 src/mesa/state_tracker/st_extensions

mesa: Changes to 'upstream-experimental'

2014-02-24 Thread Maarten Lankhorst
 VERSION  |2 
 src/gallium/docs/source/screen.rst   |6 +
 src/gallium/drivers/freedreno/freedreno_screen.c |5 
 src/gallium/drivers/i915/i915_screen.c   |5 
 src/gallium/drivers/ilo/ilo_screen.c |3 
 src/gallium/drivers/llvmpipe/lp_screen.c |3 
 src/gallium/drivers/nouveau/codegen/nv50_ir_ra.cpp   |   39 ++-
 src/gallium/drivers/nouveau/nouveau_screen.h |5 
 src/gallium/drivers/nouveau/nouveau_vp3_video.c  |   78 ++-
 src/gallium/drivers/nouveau/nv30/nv30_screen.c   |4 
 src/gallium/drivers/nouveau/nv50/nv50_screen.c   |3 
 src/gallium/drivers/nouveau/nv50/nv84_video.c|   68 -
 src/gallium/drivers/nouveau/nvc0/nvc0_screen.c   |3 
 src/gallium/drivers/r300/r300_screen.c   |2 
 src/gallium/drivers/r600/r600_hw_context.c   |2 
 src/gallium/drivers/r600/r600_pipe.c |   14 +-
 src/gallium/drivers/r600/r600_pipe.h |1 
 src/gallium/drivers/radeon/r600_buffer_common.c  |2 
 src/gallium/drivers/radeon/r600_pipe_common.c|2 
 src/gallium/drivers/radeon/r600_pipe_common.h|3 
 src/gallium/drivers/radeon/r600_texture.c|2 
 src/gallium/drivers/radeonsi/si_hw_context.c |4 
 src/gallium/drivers/radeonsi/si_pipe.c   |6 +
 src/gallium/drivers/softpipe/sp_screen.c |3 
 src/gallium/drivers/svga/svga_screen.c   |2 
 src/gallium/include/pipe/p_defines.h |4 
 src/gallium/targets/r600/vdpau/Makefile.am   |6 -
 src/glsl/ast_to_hir.cpp  |   13 +-
 src/glsl/builtin_functions.cpp   |   11 +-
 src/glsl/glcpp/glcpp-parse.y |   22 +++-
 src/glsl/glcpp/tests/086-reserved-macro-names.c.expected |4 
 src/glsl/linker.cpp  |9 -
 src/glsl/opt_vectorize.cpp   |   14 ++
 src/mesa/drivers/dri/i915/i830_vtbl.c|8 -
 src/mesa/drivers/dri/i915/i915_context.c |2 
 src/mesa/drivers/dri/i915/i915_texstate.c|2 
 src/mesa/drivers/dri/i915/i915_vtbl.c|8 -
 src/mesa/drivers/dri/i915/intel_fbo.c|2 
 src/mesa/drivers/dri/i915/intel_screen.c |2 
 src/mesa/drivers/dri/i965/brw_blorp.cpp  |4 
 src/mesa/drivers/dri/i965/brw_blorp_blit.cpp |6 -
 src/mesa/drivers/dri/i965/brw_clear.c|2 
 src/mesa/drivers/dri/i965/brw_context.c  |   12 +-
 src/mesa/drivers/dri/i965/brw_misc_state.c   |6 -
 src/mesa/drivers/dri/i965/brw_surface_formats.c  |   12 +-
 src/mesa/drivers/dri/i965/intel_fbo.c|2 
 src/mesa/drivers/dri/i965/intel_mipmap_tree.c|8 -
 src/mesa/drivers/dri/i965/intel_mipmap_tree.h|4 
 src/mesa/drivers/dri/i965/intel_screen.c |4 
 src/mesa/drivers/dri/nouveau/nouveau_context.c   |7 -
 src/mesa/drivers/dri/nouveau/nouveau_context.h   |3 
 src/mesa/drivers/dri/nouveau/nouveau_driver.h|1 
 src/mesa/drivers/dri/nouveau/nv04_context.c  |5 
 src/mesa/drivers/dri/nouveau/nv04_surface.c  |8 -
 src/mesa/drivers/dri/nouveau/nv10_context.c  |   13 +-
 src/mesa/drivers/dri/nouveau/nv10_state_fb.c |4 
 src/mesa/drivers/dri/nouveau/nv10_state_raster.c |3 
 src/mesa/drivers/dri/nouveau/nv20_context.c  |5 
 src/mesa/drivers/dri/radeon/radeon_fbo.c |   10 -
 src/mesa/drivers/dri/radeon/radeon_screen.c  |4 
 src/mesa/drivers/dri/radeon/radeon_texture.c |4 
 src/mesa/main/attrib.c   |1 
 src/mesa/main/format_pack.c  |   22 ++--
 src/mesa/main/format_unpack.c|   12 +-
 src/mesa/main/formats.c  |   16 +--
 src/mesa/main/formats.h  |4 
 src/mesa/main/readpix.c  |2 
 src/mesa/main/shaderapi.c|1 
 src/mesa/main/shaderobj.c|1 
 src/mesa/main/texformat.c|6 -
 src/mesa/main/texparam.c |3 
 src/mesa/main/texstore.c |8 -
 src/mesa/state_tracker/st_extensions.c   |2 
 src/mesa/state_tracker/st_format.c   |8 -
 src/mesa/swrast/s_depth.c

Bug#739979: xorg: psmouse lost sync (worked up to Lenny)

2014-02-24 Thread Valerio Vanni
Package: xorg
Version: 1:7.7+3~deb7u1
Severity: important

   * What led up to the situation?
A role in this issue is played by the presence of a KVM switch. If I bypass the
switch and connect the mouse directly to the PC, the issue doesn't happen.
Note: the issue does not happen when I switch PCs. I can leave the KVM pointed
on a PC (without switching to others) and it happens the same.
Another role is played by VMWare Player. The problem happens very rarely if I
don't open VMWare player.
When I use it, the problem happens very frequently. Some times even more time
in a minute, making all unusable. In particular, it seems to happen during the
phase of grabbing / ungrabbing of the pointer by Player window. It's less
frequent (but it happens) if Player windows is set to full screen. The worst
(issue almost sure) is when the Player window is resized.

The issue: the mouse starts suddenly to jump everywhere, the pc speakers make a
repeated beep and then the pointer remains stuck.

At this point, in dmesg I find
24/2/2014 13:53:08  newton  kernel  [  260.365208] psmouse serio1: Wheel
Mouse at isa0060/serio1/input0 lost synchronization, throwing 2 bytes away.

And it's left in that state forever: the only way for me to unlock it is to
CTRL+ALT+Fx an then "rmmod psmouse" "modprobe psmouse".
At this point I find in dmesg
24/2/2014 13:58:22  newton  kernel  [  574.212905] input: ImExPS/2 Logitech
Wheel Mouse as /devices/platform/i8042/serio1/input/input7
and when I come back to graphical environment the mouse is working again.

But then I go inside VMWare Player window and... often it crashes.
I think it's a hardware-related bug, but not that it's a hardware fault,
because:
-All Windows machine are working correctly
-Debian system up to Lenny (in particular I've had Woody - Sarge - Etch) work
correctly.

The problem showed up after the upgrade from Lenny to Squeeze.
I've tried updating from Squeeze to Wheezy, and the issue remained.
I've tried a fresh Wheezy install, and the issue is still present.
I've tried updating Wheezy to Jessie: always the same.

So I think there is some difference from Lenny to Squeeze that triggers the
issue.
Now I'm on the clean install of Wheezy. Standard kernel 3.2.0-4-686-pae, no
backport, no old package.
I report the bug from here because I think it can be useful to have a more
standard environment.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?
-I've tried changing "proto" parameter in psmouse (through a created
/etc/modprobe.d/mouse.conf) but without success. Even proto=bare does not help.
-I've tried many kernels, even vanilla: no difference
-I've tried this patch to psmouse-base.c: http://lkml.org/lkml/2005/11/9/47.
This seems to help but only in the reaction to the problem. With this patch I
wait some second and the mouse is working again. The advantage is that I don't
have to go to text console and rmmod+modprobe psmouse), but the problem is
triggered with the same frequency.



-- Package-specific info:
X server symlink status:

lrwxrwxrwx 1 root root 13 Feb 21 23:31 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 2027892 Dec 17 21:40 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
00:02.0 VGA compatible controller [0300]: Intel Corporation 82G33/G31 Express 
Integrated Graphics Controller [8086:29c2] (rev 02)

Xorg X server configuration file status:

-rw-r--r-- 1 root root 1002 Feb 21 23:44 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
---
Section "Monitor"
Identifier   "Monitor0"
HorizSync   30-90
VertRefresh 50-160
VendorName   "Philips"
ModelName"109B"
Modeline "800x600_56.20"   36.00  800 824 896 1024  600 601 603 625 
+hsync +vsync
Modeline "1024x768_60.00"   65.00  1024 1048 1184 1344  768 771 777 806 
-hsync -vsync
Modeline "1280x1024_75.00"  138.75  1280 1312 1448 1728  1024 1027 1034 
1072 -hsync +vsync
#   Modeline "1280x1024_85.00"  159.50  1280 1376 1512 1744  1024 1027 1034 
1078 -hsync +vsync
Option "PreferredMode" "1280x1024_75.00"
EndSection  

Section "Screen"
   Identifier  "Screen0"
   Device  "Card'"
   Monitor "Monitor0"
   DefaultDepth24
   SubSection "Display"
   Depth   16
   Modes   "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
   Depth   24
   Modes   "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

/etc/X11/xorg.conf.d does not exist.

KMS configuration files:

/etc/modprobe.d/radeon-kms.conf:
  options radeon modeset=1

Kernel version (/proc/version):
---
Linux version 3.2.0-4-686-pae (debian-ker...@lists.debian.org) (gcc ver

Bug#739691: closed by Maximiliano Curia (Bug#739691: fixed in kde-workspace 4:4.11.6-3)

2014-02-24 Thread Maximiliano Curia
¡Hola Ralf!

El 2014-02-24 a las 13:06 +0100, Ralf Jung escribió:
> reopen 739691
> thanks

> However, I don't think that this closes this bugreport. It fixes the
> immediately user-visible issue in KWin, but Mesa still has a
> regression: Even though it announces GLX 1.4, the default for the
> GLX_DRAWABLE_TYPE is wrong.

Thanks, I was checking if I've closed the wrong bug, as I expected it to be
reported to kde-workspace. Thanks for reopening it.

-- 
"Executive ability is deciding quickly and getting somebody else to do the
work."
-- Pollard's Postulate
Saludos /\/\ /\ >< `/


signature.asc
Description: Digital signature


Bug#739691: closed by Maximiliano Curia (Bug#739691: fixed in kde-workspace 4:4.11.6-3)

2014-02-24 Thread Ralf Jung
reopen 739691
thanks

Hi,

> This is an automatic notification regarding your Bug report which
> was filed against the libgl1-mesa-glx package:
> 
> #739691: libgl1-mesa-glx:amd64: Upgrade to Xserver 1.15 broke kwin 
> and others: Invalid GLXFBConfig returned
> 
> It has been closed by Maximiliano Curia .
Thanks a lot for uploading the patched kwin :)

However, I don't think that this closes this bugreport. It fixes the
immediately user-visible issue in KWin, but Mesa still has a
regression: Even though it announces GLX 1.4, the default for the
GLX_DRAWABLE_TYPE is wrong.

Kind regards
Ralf


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/530b35dc.8090...@ralfj.de



Processed: Re: Bug#739691 closed by Maximiliano Curia (Bug#739691: fixed in kde-workspace 4:4.11.6-3)

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

> reopen 739691
Bug #739691 {Done: Maximiliano Curia } [libgl1-mesa-glx] 
libgl1-mesa-glx:amd64: Upgrade to Xserver 1.15 broke kwin and others: Invalid 
GLXFBConfig returned
Bug #739801 {Done: Maximiliano Curia } [libgl1-mesa-glx] mpv: 
Selected GLX FB config has no associated X visual issue
'reopen' may be inappropriate when a bug has been closed with a version;
all fixed versions will be cleared, and you may need to re-add them.
Bug reopened
No longer marked as fixed in versions kde-workspace/4:4.11.6-3.
No longer marked as fixed in versions kde-workspace/4:4.11.6-3.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
739691: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739691
739801: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739801
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: 
http://lists.debian.org/handler.s.c.13932436274356.transcr...@bugs.debian.org



Bug#739691: marked as done (libgl1-mesa-glx:amd64: Upgrade to Xserver 1.15 broke kwin and others: Invalid GLXFBConfig returned)

2014-02-24 Thread Debian Bug Tracking System
Your message dated Mon, 24 Feb 2014 12:00:14 +
with message-id 
and subject line Bug#739691: fixed in kde-workspace 4:4.11.6-3
has caused the Debian Bug report #739691,
regarding libgl1-mesa-glx:amd64: Upgrade to Xserver 1.15 broke kwin and others: 
Invalid GLXFBConfig returned
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
739691: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739691
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libgl1-mesa-glx
Version: 9.2.2-1
Severity: important

Dear Maintainer,

after upgrading to XServer 1.15, compositing in KWin does not work anymore. 
Downgrading X back to 1.14
confirmed that indeed the issue was introduced by the upgrade.

However, further research indicates that this is actually a bug in Mesa, which 
has been reported
against Ubuntu at [1] and upstream at [2]. Upstream has patches [3][4].
It's not only kwin showing the bug, but also my small GL test application [5]: 
glXChooseFBConfig returns
a GLXFBConfig that, when passed to glXGetVisualFromFBConfig, just yields NULL. 
The patch [3]
indicates that the problem is incorrect default values for GLX_DRAWABLE_TYPE, 
and indeed if I
explicitly request a GLX_DRAWABLE_TYPE of GLX_WINDOW_BIT in my test 
application, the bug is gone.

$ sudo lspci -nn |grep -i vga
00:02.0 VGA compatible controller [0300]: Intel Corporation 2nd Generation Core 
Processor Family Integrated Graphics Controller [8086:0126] (rev 09)
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GF108M [GeForce GT 
630M] [10de:0de9] (rev ff)

Kind regards
Ralf


[1] https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1278168
[2] https://bugs.freedesktop.org/show_bug.cgi?id=70706
[3] http://patchwork.freedesktop.org/patch/20458/
[4] http://patchwork.freedesktop.org/patch/20464/
[5] http://www.ralfj.de/git/gltest.git

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

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

Versions of packages libgl1-mesa-glx:amd64 depends on:
ii  libc6  2.17-97
ii  libdrm22.4.52-1
ii  libglapi-mesa  9.2.2-1
ii  libx11-6   2:1.6.2-1
ii  libx11-xcb12:1.6.2-1
ii  libxcb-dri2-0  1.10-2
ii  libxcb-glx01.10-2
ii  libxcb11.10-2
ii  libxdamage11:1.1.4-1
ii  libxext6   2:1.3.2-1
ii  libxfixes3 1:5.0.1-1
ii  libxxf86vm11:1.1.3-1
ii  multiarch-support  2.17-97

Versions of packages libgl1-mesa-glx:amd64 recommends:
ii  libgl1-mesa-dri  9.2.2-1

libgl1-mesa-glx:amd64 suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: kde-workspace
Source-Version: 4:4.11.6-3

We believe that the bug you reported is fixed in the latest version of
kde-workspace, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 739...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Maximiliano Curia  (supplier of updated kde-workspace package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 24 Feb 2014 00:00:42 +0100
Source: kde-workspace
Binary: kde-workspace kdebase-workspace plasma-desktop plasma-netbook 
kde-workspace-bin kdebase-workspace-bin kde-workspace-data kde-workspace-dev 
kdebase-workspace-dev plasma-dataengines-workspace plasma-widgets-workspace 
plasma-scriptengines plasma-scriptengine-ruby plasma-scriptengine-python 
plasma-scriptengine-webkit freespacenotifier kdm kinfocenter klipper ksysguardd 
ksysguard kde-window-manager libkdecorations4abi2 libkwineffects1abi5 
systemsettings kde-workspace-kgreet-plugins kde-style-oxygen kmenuedit 
libkephal4abi1 libkscreensaver5 libksgrd4 libksignalplotter4 libkworkspace4abi2 
liblsofui4 libplasmaclock4abi4 libplasma-geolocation-interface4 
libkwinglutils1abi2 libkwinglesutils1 libplasmagenericshell4 
libprocesscore4abi1 libprocessui4a libtaskmanager4abi4 libweather-ion6 
kde-workspace-dbg kdebase-workspace-dbg ktouchpade

Bug#739801: marked as done (mpv: Selected GLX FB config has no associated X visual issue)

2014-02-24 Thread Debian Bug Tracking System
Your message dated Mon, 24 Feb 2014 12:00:14 +
with message-id 
and subject line Bug#739691: fixed in kde-workspace 4:4.11.6-3
has caused the Debian Bug report #739691,
regarding mpv: Selected GLX FB config has no associated X visual issue
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


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

Package:mpv
Version:0.3.5-1

Due to 2 bugs in mesa  in around 15% of sessions when using xserver-1.15 mpv 
will use the default GLXFBconfig that has no visual id.
This will produce any number of visual glitches, wrong colors ect.
Prior to mpv commit67769db1a4e3a765c5f770f44f8b2b041a0246a9  in these cases mpv 
would just use xv & unless the user had specified  gl the vid would playback 
fine.
mpv bugs -
https://github.com/mpv-player/mpv/issues/564
https://github.com/mpv-player/mpv/issues/573

upstream mesa bugs -
http://patchwork.freedesktop.org/patch/20464/
http://patchwork.freedesktop.org/patch/20458/

Launchpad mesa bug that is fixed released-
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1278168
--- End Message ---
--- Begin Message ---
Source: kde-workspace
Source-Version: 4:4.11.6-3

We believe that the bug you reported is fixed in the latest version of
kde-workspace, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 739...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Maximiliano Curia  (supplier of updated kde-workspace package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 24 Feb 2014 00:00:42 +0100
Source: kde-workspace
Binary: kde-workspace kdebase-workspace plasma-desktop plasma-netbook 
kde-workspace-bin kdebase-workspace-bin kde-workspace-data kde-workspace-dev 
kdebase-workspace-dev plasma-dataengines-workspace plasma-widgets-workspace 
plasma-scriptengines plasma-scriptengine-ruby plasma-scriptengine-python 
plasma-scriptengine-webkit freespacenotifier kdm kinfocenter klipper ksysguardd 
ksysguard kde-window-manager libkdecorations4abi2 libkwineffects1abi5 
systemsettings kde-workspace-kgreet-plugins kde-style-oxygen kmenuedit 
libkephal4abi1 libkscreensaver5 libksgrd4 libksignalplotter4 libkworkspace4abi2 
liblsofui4 libplasmaclock4abi4 libplasma-geolocation-interface4 
libkwinglutils1abi2 libkwinglesutils1 libplasmagenericshell4 
libprocesscore4abi1 libprocessui4a libtaskmanager4abi4 libweather-ion6 
kde-workspace-dbg kdebase-workspace-dbg ktouchpadenabler kde-workspace-randr
Architecture: source all amd64
Version: 4:4.11.6-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Maximiliano Curia 
Description: 
 freespacenotifier - free space notification module for KDE
 kde-style-oxygen - Oxygen widget style
 kde-window-manager - K window manager (KWin)
 kde-workspace - KDE Plasma Workspace components
 kde-workspace-bin - core binaries for the KDE Plasma Workspace
 kde-workspace-data - shared data files for the KDE Plasma Workspace
 kde-workspace-dbg - debugging symbols for the KDE Plasma Workspaces
 kde-workspace-dev - development files for the KDE Plasma Workspace
 kde-workspace-kgreet-plugins - KDE greet libraries for authentication
 kde-workspace-randr - randr tools from kde-workspace
 kdebase-workspace - transitional package for kde-workspace
 kdebase-workspace-bin - transitional package for kde-workspace-bin
 kdebase-workspace-dbg - transitional package for kde-workspace-dbg
 kdebase-workspace-dev - transitional package for kde-workspace-dev
 kdm- KDE Display Manager for X11
 kinfocenter - system information viewer
 klipper- clipboard manager
 kmenuedit  - XDG menu editor
 ksysguard  - process monitor and system statistics
 ksysguardd - System Guard Daemon
 ktouchpadenabler - kded daemon to enable/disable touchpad
 libkdecorations4abi2 - library used by decorations for the KDE window manager
 libkephal4abi1 - API for easier handling of multihead systems
 libkscreensaver5 - library of the KDE Screensaver system
 libksgrd4  - library for ksysguard
 libksignalplotter4 - KSignalPlotter widget
 libkwineffects1abi5 - library u

glamor-egl: Changes to 'ubuntu'

2014-02-24 Thread Maarten Lankhorst
 debian/changelog|   10 --
 debian/rules|1 +
 debian/xserver-xorg-glamoregl.dirs  |2 --
 debian/xserver-xorg-glamoregl.postinst  |   18 --
 debian/xserver-xorg-glamoregl.prerm |   16 
 debian/xserver-xorg-video-glamoregl.install |1 -
 6 files changed, 9 insertions(+), 39 deletions(-)

New commits:
commit 5d840910685b63e31a88c096dff09e622ee379b9
Author: Maarten Lankhorst 
Date:   Mon Feb 24 10:44:22 2014 +0100

Drop xorg.conf snippet, no longer needed in 1.15.

diff --git a/debian/changelog b/debian/changelog
index 277e76b..330647a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+glamor-egl (0.6.0-0ubuntu4) trusty; urgency=low
+
+  * Drop xorg.conf snippet, no longer needed in 1.15.
+
+ -- Maarten Lankhorst   Mon, 24 Feb 2014 
10:43:55 +0100
+
 glamor-egl (0.6.0-0ubuntu3) trusty; urgency=low
 
   * Drop m-a same for xserver-xorg-video-glamoregl.
diff --git a/debian/rules b/debian/rules
index e32fb51..e0ad238 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,7 @@ override_dh_auto_install:
 # Kill *.la files, and forget no-one:
 override_dh_install:
find debian/tmp -name '*.la' -delete
+   rm -f debian/tmp/usr/share/X11/xorg.conf.d/glamor.conf
dh_install --fail-missing
 
 %:
diff --git a/debian/xserver-xorg-glamoregl.dirs 
b/debian/xserver-xorg-glamoregl.dirs
deleted file mode 100644
index 8163880..000
--- a/debian/xserver-xorg-glamoregl.dirs
+++ /dev/null
@@ -1,2 +0,0 @@
-/usr/share/glamor
-/usr/share/X11/xorg.conf.d
diff --git a/debian/xserver-xorg-glamoregl.postinst 
b/debian/xserver-xorg-glamoregl.postinst
deleted file mode 100644
index 629f335..000
--- a/debian/xserver-xorg-glamoregl.postinst
+++ /dev/null
@@ -1,18 +0,0 @@
-#!/bin/sh
-# Copyright (C) 2013 Canonical Ltd
-# Authors: Alberto Milone 
-
-set -e
-
-case "$1" in
-configure)
-# Use alternatives to make it easier for 3rd party modules to
-# override glamor
-update-alternatives --force \
-  --install /usr/share/X11/xorg.conf.d/glamoregl.conf glamor_conf \
-  /usr/share/glamor/glamor.conf 500
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/xserver-xorg-glamoregl.prerm 
b/debian/xserver-xorg-glamoregl.prerm
deleted file mode 100644
index 335bb52..000
--- a/debian/xserver-xorg-glamoregl.prerm
+++ /dev/null
@@ -1,16 +0,0 @@
-#!/bin/sh
-# Copyright (C) 2013 Canonical Ltd
-# Authors: Alberto Milone 
-
-set -e
-
-case "$1" in
-remove)
-# Use alternatives to make it easier for 3rd party modules to
-# override glamor
-update-alternatives --remove glamor_conf /usr/share/glamor/glamor.conf
-esac
-
-#DEBHELPER#
-
-exit 0
diff --git a/debian/xserver-xorg-video-glamoregl.install 
b/debian/xserver-xorg-video-glamoregl.install
index cc3220d..a724ccd 100644
--- a/debian/xserver-xorg-video-glamoregl.install
+++ b/debian/xserver-xorg-video-glamoregl.install
@@ -1,2 +1 @@
 usr/lib/*/xorg/modules/libglamoregl.so usr/lib/xorg/modules
-usr/share/X11/xorg.conf.d/glamor.conf  usr/share/glamor

commit bb44fb2ce046f49cf2c0f109fbf965c9a7f0f1b3
Author: Maarten Lankhorst 
Date:   Mon Feb 24 10:43:44 2014 +0100

release to trusty

diff --git a/debian/changelog b/debian/changelog
index d291698..277e76b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-glamor-egl (0.6.0-0ubuntu3) UNRELEASED; urgency=low
+glamor-egl (0.6.0-0ubuntu3) trusty; urgency=low
 
   * Drop m-a same for xserver-xorg-video-glamoregl.
 
- -- Maarten Lankhorst   Tue, 28 Jan 2014 
16:11:55 +0100
+ -- Maarten Lankhorst   Wed, 05 Feb 2014 
09:17:43 +
 
 glamor-egl (0.6.0-0ubuntu2) trusty; urgency=low
 


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1whs5v-0001hb...@moszumanska.debian.org