Bug#822868: System with AMD A6-7400K Radeon R5 with display errors (Pepper Flash, VLC Video)

2016-04-28 Thread Julien Cristau
On Thu, Apr 28, 2016 at 16:56:07 +0200, Patrick Frank wrote:

> Package: xserver-xorg-video-radeon
> Version: 1:7.5.0-1
> Severity: normal
> 
You're not actually using that driver...

> DRM Information from dmesg:
> ---
> [0.00] AGP: No AGP bridge found
> [0.00] AGP: Checking aperture...
> [0.00] AGP: No AGP bridge found
> [0.00] AGP: Node 0: aperture [bus addr 0x-0x01ff] (32MB)
> [0.00] AGP: Your BIOS doesn't leave a aperture memory hole
> [0.00] AGP: Please enable the IOMMU option in the BIOS setup
> [0.00] AGP: This costs you 64MB of RAM
> [0.00] AGP: Mapping aperture over RAM [mem 0x9400-0x97ff]
> (65536KB)
> [0.928652] Linux agpgart interface v0.103
> [1.521077] ata1.00: supports DRM functions and may not be fully
> accessible
> [1.521895] ata1.00: supports DRM functions and may not be fully
> accessible
> [1.894511] [drm] Initialized drm 1.1.0 20060810
> [1.923576] [drm] radeon kernel modesetting enabled.
> [1.931630] [drm:radeon_pci_probe] *ERROR* radeon kernel modesetting for
> R600 or later requires firmware-linux-nonfree.
> 
... because it requires the firmware-linux-nonfree package for your
hardware.

Cheers,
Julien



Bug#822874: [xkb] Terminate_Server does not work when bound to Ctrl-Alt-XF86*

2016-04-28 Thread Dmitry Alexandrov

Package: xorg
Version: 1:7.7+7
Severity: minor

Dear maintainer, I would like to bind killing X server to something less 
easy to hit accidentally than Ctrl-Alt-Bksp.  I could bind it, for 
instance, to Ctrl-Alt-Del and it worked, but the very same approach 
fails with Ctrl-Alt-XF86ScreenSaver which I actually would like to use.


Minimal non-working example:

~/.xkb (that is loaded with xkbcomp):

xkb_keymap {
  xkb_keycodes {
include "evdev+aliases(qwerty)"
  };

  xkb_types {
include "complete"
  };

  xkb_compatibility {
include "complete"
  };

  xkb_symbols {
include "pc+us+inet(evdev)"

key  {
type = "CTRL+ALT",
symbols =
  [ NoSymbol, NoSymbol, NoSymbol, NoSymbol, Terminate_Server ]
};
  };
};

So the relevant part of applied config looks like (excerpt from output 
of $ xkbcomp $DISPLAY -):


key  {
type= "CTRL+ALT",
symbols[Group1]= [ XF86ScreenSaver, NoSymbol, NoSymbol, NoSymbol, 
Terminate_Server ]

};

When I press C-A-XF86ScreenSaver xev sees the correct keysym 
(Terminate_Server), however it does not have any real effect:


KeyPress event, serial 39, synthetic NO, window 0x421,
root 0x2db, subw 0x0, time 12213787, (-1039,487), root:(281,508),
state 0x0, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False

KeyPress event, serial 39, synthetic NO, window 0x421,
root 0x2db, subw 0x0, time 12214086, (-1039,487), root:(281,508),
state 0x4, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False

MappingNotify event, serial 39, synthetic NO, window 0x0,
request MappingKeyboard, first_keycode 8, count 248

KeyRelease event, serial 39, synthetic NO, window 0x421,
root 0x2db, subw 0x0, time 12214678, (-1039,487), root:(281,508),
state 0xc, keycode 160 (keysym 0xfed5, Terminate_Server), 
same_screen YES,

XLookupString gives 0 bytes:
XFilterEvent returns: False

MappingNotify event, serial 40, synthetic NO, window 0x0,
request MappingKeyboard, first_keycode 8, count 248

KeyRelease event, serial 40, synthetic NO, window 0x421,
root 0x2db, subw 0x0, time 12215662, (-1039,487), root:(281,508),
state 0xc, keycode 64 (keysym 0xffe9, Alt_L), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False

KeyRelease event, serial 41, synthetic NO, window 0x421,
root 0x2db, subw 0x0, time 12215667, (-1039,487), root:(281,508),
state 0x4, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
XLookupString gives 0 bytes:
XFilterEvent returns: False


I have not try all XF86* keys, but done several — the same story.

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.16.0-4-amd64

Debian Release: 8.4



Bug#822872: libinput package doesn't install udev hwdb/rules files

2016-04-28 Thread Jason Rhinelander
Source: libinput
Version: 1.2.4-1
Severity: normal

Dear Maintainer,

libinput has udev hwdb and rules entries (and a couple binary helpers called by
the rules) for handling various device quirks, but the debian packages aren't
including them, and so the libinput device quirks don't get applied.

Building the package properly with the udev entries requires an addition to
debian/rules of:

override_dh_auto_configure:
dh_auto_configure -- --with-udev-dir=/lib/udev

(Because otherwise the udev rules end up under /usr/lib/{arch-triplet}/udev,
which doesn't work).

I'm not completely sure how these should be packaged, though; I stuck them into
libinput10 to get it working for me, but that seems wrong (because it would, I
assume, break multi-arch), so perhaps a new libinput-common package?


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.5.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)



x11proto-input: Changes to 'debian-unstable'

2016-04-28 Thread Andreas Boll
 ChangeLog   |   53 
 configure.ac|2 -
 debian/changelog|   12 +
 debian/control  |2 -
 debian/upstream/signing-key.asc |   23 +
 debian/watch|1 
 specs/XI2proto.txt  |   15 ++-
 7 files changed, 95 insertions(+), 13 deletions(-)

New commits:
commit ad41ab18969c1609326c3f117a93a631f1db3d1e
Author: Andreas Boll 
Date:   Thu Apr 28 17:23:05 2016 +0200

Bump Standards-Version to 3.9.8 (no changes).

diff --git a/debian/changelog b/debian/changelog
index 71c1264..ae051e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,7 +5,7 @@ x11proto-input (2.3.2-1) UNRELEASED; urgency=medium
   (Closes: #795981).  Thanks, Eduard Sanou!
   * Bump debhelper compat level to 9.
   * Update Vcs fields to use https.
-  * control: Bump Standards-Version to 3.9.7 (no changes).
+  * Bump Standards-Version to 3.9.8 (no changes).
   * Let uscan verify tarball signatures.
 
  -- Andreas Boll   Thu, 28 Apr 2016 17:10:10 +0200
diff --git a/debian/control b/debian/control
index 9866fd6..51fb4a1 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
  quilt,
  xutils-dev (>= 1:7.5+4),
  asciidoc,
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-xorg/proto/x11proto-input.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/proto/x11proto-input.git
 

commit cbf8650ea0336d96cca1bf0ae42ec0995ed11345
Author: Andreas Boll 
Date:   Thu Apr 28 17:13:06 2016 +0200

Bump changelogs.

diff --git a/ChangeLog b/ChangeLog
index 5b67ee3..fe5d600 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,56 @@
+commit 6946d497e3fe496818fa70de6702934bf70e44ec
+Author: Peter Hutterer 
+Date:   Mon Apr 4 12:28:42 2016 +1000
+
+inputproto 2.3.2
+
+Signed-off-by: Peter Hutterer 
+
+commit 1dbdc297d915e4979a7823d6a569d9c7fed14617
+Author: Andreas Boll 
+Date:   Fri Dec 11 10:49:33 2015 +0100
+
+specs: Set TZ=UTC before calling asciidoc
+
+Set TZ=UTC before calling asciidoc to make the embedded dates invariant
+to timezones in order to make the package build reproducibly.
+
+Fixes bug:
+https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795981
+
+v2: Set TZ=UTC after $(AM_V_GEN) (fixes non-verbose build)
+
+Suggested-by: Eduard Sanou 
+Signed-off-by: Andreas Boll 
+Signed-off-by: Peter Hutterer 
+
+commit 7c7c2c18864d166391e49758d83e9cc601bbfb17
+Author: Peter Hutterer 
+Date:   Mon Oct 27 14:22:58 2014 +1000
+
+specs: rename EVENTMASK to EVTYPEMASK
+
+EVENTMASK was used twice in the spec, once as the actual bitmask for 
events,
+once as the set of deviceid, mask length and mask.
+
+The libXi public API uses XIEventMask for the latter data triplet, so leave
+EVENTMASK, and rename the pure bitmask to EVTYPEMASK.
+
+Reported-by: Gabriel Laskar 
+Signed-off-by: Peter Hutterer 
+Reviewed-by: Hans de Goede 
+
+commit 81378a1e7139af9d476d90df8737c0c1a58670f3
+Author: Peter Hutterer 
+Date:   Mon Aug 25 11:04:38 2014 +1000
+
+specs: note the (unused) time field in XIPassiveGrabDevice
+
+We don't actually use it either in libXi or in the server, it's a 
copy/paste
+error that never got noticed and removed.
+
+Signed-off-by: Peter Hutterer 
+
 commit 343ff0938f592876b9d82c966f166bf45a78c3c8
 Author: Peter Hutterer 
 Date:   Fri May 30 11:25:39 2014 +1000
diff --git a/debian/changelog b/debian/changelog
index 0c61551..71c1264 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,13 +1,14 @@
-x11proto-input (2.3.1-2) UNRELEASED; urgency=medium
+x11proto-input (2.3.2-1) UNRELEASED; urgency=medium
 
-  * Cherry-pick 1dbdc29 (specs: Set TZ=UTC before calling asciidoc) from
-upstream (Closes: #795981).  Thanks, Eduard Sanou!
+  * New upstream release
+- specs: Set TZ=UTC before calling asciidoc
+  (Closes: #795981).  Thanks, Eduard Sanou!
   * Bump debhelper compat level to 9.
   * Update Vcs fields to use https.
   * control: Bump Standards-Version to 3.9.7 (no changes).
   * Let uscan verify tarball signatures.
 
- -- Andreas Boll   Fri, 01 Apr 2016 11:42:48 +0200
+ -- Andreas Boll   Thu, 28 Apr 2016 17:10:10 +0200
 
 x11proto-input (2.3.1-1) unstable; urgency=medium
 

commit de9bfa6020ca43c4eda8045334704e04a77d4bfc
Author: Andreas Boll 
Date:   Thu Apr 28 

x11proto-input: Changes to 'upstream-unstable'

2016-04-28 Thread Andreas Boll
 configure.ac   |2 +-
 specs/Makefile.am  |2 +-
 specs/XI2proto.txt |   15 +--
 3 files changed, 11 insertions(+), 8 deletions(-)

New commits:
commit 6946d497e3fe496818fa70de6702934bf70e44ec
Author: Peter Hutterer 
Date:   Mon Apr 4 12:28:42 2016 +1000

inputproto 2.3.2

Signed-off-by: Peter Hutterer 

diff --git a/configure.ac b/configure.ac
index 56115df..7480425 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ([2.60])
-AC_INIT([InputProto], [2.3.1], 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
+AC_INIT([InputProto], [2.3.2], 
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
 AM_INIT_AUTOMAKE([foreign dist-bzip2])
 
 # Require xorg-macros: XORG_WITH_ASCIIDOC

commit 1dbdc297d915e4979a7823d6a569d9c7fed14617
Author: Andreas Boll 
Date:   Fri Dec 11 10:49:33 2015 +0100

specs: Set TZ=UTC before calling asciidoc

Set TZ=UTC before calling asciidoc to make the embedded dates invariant
to timezones in order to make the package build reproducibly.

Fixes bug:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=795981

v2: Set TZ=UTC after $(AM_V_GEN) (fixes non-verbose build)

Suggested-by: Eduard Sanou 
Signed-off-by: Andreas Boll 
Signed-off-by: Peter Hutterer 

diff --git a/specs/Makefile.am b/specs/Makefile.am
index a83cf40..f2454bc 100644
--- a/specs/Makefile.am
+++ b/specs/Makefile.am
@@ -6,7 +6,7 @@ doc_DATA = XI2proto.html XIproto.html
 dist_doc_DATA = XI2proto.txt XIproto.txt
 
 %.html: %.txt
-   $(AM_V_GEN)$(ASCIIDOC) -o $@ $<
+   $(AM_V_GEN)TZ=UTC $(ASCIIDOC) -o $@ $<
 
 CLEANFILES = $(doc_DATA)
 

commit 7c7c2c18864d166391e49758d83e9cc601bbfb17
Author: Peter Hutterer 
Date:   Mon Oct 27 14:22:58 2014 +1000

specs: rename EVENTMASK to EVTYPEMASK

EVENTMASK was used twice in the spec, once as the actual bitmask for events,
once as the set of deviceid, mask length and mask.

The libXi public API uses XIEventMask for the latter data triplet, so leave
EVENTMASK, and rename the pure bitmask to EVTYPEMASK.

Reported-by: Gabriel Laskar 
Signed-off-by: Peter Hutterer 
Reviewed-by: Hans de Goede 

diff --git a/specs/XI2proto.txt b/specs/XI2proto.txt
index e3636ac..697dd89 100644
--- a/specs/XI2proto.txt
+++ b/specs/XI2proto.txt
@@ -672,9 +672,9 @@ Data types
 device hierarchy. See Section "The Master/Slave device hierarchy"
 for more information.
 
-EVENTMASK
-An EVENTMASK is a binary mask defined as (1 << event type).
-A SETofEVENTMASK is a binary OR of zero or more EVENTMASK.
+EVTYPEMASK
+An EVTYPEMASK is a binary mask defined as (1 << event type).
+A SETofEVTYPEMASK is a binary OR of zero or more EVTYPEMASK.
 
 FP1616
 Fixed point decimal in 16.16 format as one INT16 and one CARD16.
@@ -971,7 +971,7 @@ XISelectEvents
 
 EVENTMASK { deviceid:  DEVICE,
 mask_len:  CARD16,
-mask:  SETofEVENTMASK
+mask:  SETofEVTYPEMASK }
 
 window
 The window to select the events on.
@@ -1392,7 +1392,7 @@ XIGrabDevice
 time:TIMESTAMP or CurrentTime
 cursor:  Cursor
 mask_len:CARD16
-masks:   SETofEVENTMASK
+masks:   SETofEVTYPEMASK
 ▶
 status:  Success, AlreadyGrabbed, Frozen, InvalidTime, 
NotViewable
 └───
@@ -1638,7 +1638,7 @@ XIPassiveGrabDevice
 paired_device_mode: { Synchronous, Asynchronous }
 num_modifiers:   INT16
 mask_len:CARD16
-masks:   SETofEVENTMASK
+masks:   SETofEVTYPEMASK
 modifiers:   LISTofSETofMODIFIERMASK
 ▶
 num_modifiers_return:INT16

commit 81378a1e7139af9d476d90df8737c0c1a58670f3
Author: Peter Hutterer 
Date:   Mon Aug 25 11:04:38 2014 +1000

specs: note the (unused) time field in XIPassiveGrabDevice

We don't actually use it either in libXi or in the server, it's a copy/paste
error that never got noticed and removed.

Signed-off-by: Peter Hutterer 

diff --git a/specs/XI2proto.txt b/specs/XI2proto.txt
index 2f81bef..e3636ac 100644
--- a/specs/XI2proto.txt
+++ b/specs/XI2proto.txt
@@ -1630,6 +1630,7 @@ XIPassiveGrabDevice
 deviceid:DEVICE
 detail:  CARD32
 grab_type:   GRABTYPE
+time:TIMESTAMP
 grab_window: Window
 cursor:

mesa: Changes to 'debian-jessie-backports'

2016-04-28 Thread Andreas Boll
 Android.common.mk |4 
 Android.mk|4 
 Makefile.am   |7 
 VERSION   |2 
 bin/.cherry-ignore|3 
 bin/get-extra-pick-list.sh|   35 +
 bin/get-pick-list.sh  |2 
 debian/changelog  |   12 
 docs/relnotes/11.1.2.html |3 
 docs/relnotes/11.1.3.html |  318 ++
 include/D3D9/d3d9types.h  |   16 
 include/pci_ids/i965_pci_ids.h|2 
 include/pci_ids/virtio_gpu_pci_ids.h  |2 
 install-gallium-links.mk  |   15 
 scons/llvm.py |   14 
 src/egl/Android.mk|7 
 src/egl/drivers/dri2/platform_wayland.c   |   39 +
 src/egl/drivers/dri2/platform_x11.c   |   12 
 src/egl/main/eglapi.c |   10 
 src/egl/main/eglconfig.c  |1 
 src/egl/main/egldefines.h |7 
 src/egl/main/eglsurface.c |6 
 src/egl/main/eglsync.c|3 
 src/gallium/auxiliary/draw/draw_pipe_stipple.c|   30 
 src/gallium/auxiliary/gallivm/lp_bld_pack.c   |   31 
 src/gallium/drivers/freedreno/Android.mk  |4 
 src/gallium/drivers/llvmpipe/lp_rast.c|8 
 src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gk110.cpp|   10 
 src/gallium/drivers/nouveau/codegen/nv50_ir_emit_gm107.cpp|   41 -
 src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nv50.cpp |9 
 src/gallium/drivers/nouveau/codegen/nv50_ir_emit_nvc0.cpp |   10 
 src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nv50.cpp |4 
 src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp |   22 
 src/gallium/drivers/nouveau/nv50/nv50_screen.c|2 
 src/gallium/drivers/nouveau/nv50/nv50_shader_state.c  |2 
 src/gallium/drivers/nouveau/nv50/nv50_state.c |4 
 src/gallium/drivers/nouveau/nvc0/nvc0_screen.c|2 
 src/gallium/drivers/nouveau/nvc0/nvc0_shader_state.c  |1 
 src/gallium/drivers/nouveau/nvc0/nvc0_state.c |6 
 src/gallium/drivers/nouveau/nvc0/nvc0_surface.c   |   19 
 src/gallium/drivers/nouveau/nvc0/nvc0_vbo.c   |   11 
 src/gallium/drivers/r600/evergreen_state.c|   13 
 src/gallium/drivers/r600/r600_isa.h   |   16 
 src/gallium/drivers/r600/r600_state.c |6 
 src/gallium/drivers/r600/r600_state_common.c  |   31 
 src/gallium/drivers/r600/sb/sb_expr.cpp   |8 
 src/gallium/drivers/radeon/r600_buffer_common.c   |6 
 src/gallium/drivers/radeon/r600_pipe_common.h |2 
 src/gallium/drivers/radeon/r600_texture.c |   19 
 src/gallium/drivers/radeon/radeon_video.c |3 
 src/gallium/drivers/radeonsi/si_state.c   |6 
 src/gallium/drivers/softpipe/sp_tex_sample.c  |9 
 src/gallium/state_trackers/clover/Makefile.am |1 
 src/gallium/state_trackers/omx/vid_dec.c  |   21 
 src/gallium/state_trackers/omx/vid_dec.h  |7 
 src/gallium/state_trackers/omx/vid_dec_h264.c |   26 
 src/gallium/state_trackers/omx/vid_dec_mpeg12.c   |6 
 src/gallium/state_trackers/omx/vid_enc.c  |   44 -
 src/gallium/targets/dri/Android.mk|3 
 src/gallium/targets/opencl/Makefile.am|3 
 src/gallium/winsys/svga/drm/vmw_screen_ioctl.c|3 
 src/gallium/winsys/svga/drm/vmw_surface.c |2 
 src/glsl/Android.gen.mk   |2 
 src/glsl/ast_function.cpp |3 
 src/glsl/linker.cpp   |8 
 src/glsl/nir/nir_lower_vec_to_movs.c  |4 
 src/glx/dri2_glx.c|   11 
 src/glx/dri3_glx.c|7 
 src/glx/dri_common.c  |   28 
 src/glx/drisw_glx.c   |4 
 

mesa: Changes to 'refs/tags/mesa-11.1.3-1-bpo8+1'

2016-04-28 Thread Andreas Boll
Tag 'mesa-11.1.3-1-bpo8+1' created by Andreas Boll  
at 2016-04-28 09:42 +

Tagging upload of mesa 11.1.3-1~bpo8+1 to jessie-backports.
-BEGIN PGP SIGNATURE-

iQIcBAABCgAGBQJXIdsiAAoJEB7vU9OKOpxn2ekQAJ9Qeort3f4Lli89iHBcBpt2
SdI/sTqq2eFzuTEEaellH+OnMQOrWZbSgKYyTtQwYoIPJbyy3KpdDr2NTuXxzbWi
J+g2HopYEkrD5N0qNbt5Pnkj1ihi1Xnm5WP2Mqjxf/vj0mwKm+zgbXuQ5hVtAZkY
NhuzEXQvB363fVuDO+mtg5YFUTBmSRRD7dvbs8w+bK4U10kHmrOVfOe06R9yKGLN
FU/YOZOvso1I9mmNHWfVkwRQjit2bmsLUurhmmFBI1XZuElL99f0b/e8CsIgSzeQ
mrwPTRR1FC7+APHjmMxGPeyh5Ac6pTU4grAv3QoRippuKurr9zBQmkoSx+FsI4VK
3muQUT3iSaVVMts+2MdrJwMXgKwMI7FnC7el5YDlVhLrCQ05e257RuKUuZZaMfxA
uO5pRIpDmS6Xu1Gzu9EHQ2kVJuP6JwpN42Yi1IYPB9GpneZph3KmQ9sCHZ8eJvlD
d/c43vn8xagksfWZRZztshR55DFM3vEiR3v9JnK91zgROq2JOE5e45OtCaxN6Ypb
3HlWHKi1UKTPnAlfvfZjYEKC1NNSG5TCc02iBAninOv00KC1gLk0prbGV865uu9Z
I+i5KU8/Hry3hgif8arsMoLRfEKokT/zAp6tGgfihjgPHXcHi11/skNukJIZA1YL
hylOjgJG2pxjHMO/Q6pD
=oLkx
-END PGP SIGNATURE-

Changes since mesa-11.1.3-1:
Andreas Boll (8):
  Rebuild for jessie-backports
  Rebuild against llvm-3.5.
  Use libclc version from jessie.
  Disable llvmpipe on armhf and ppc64el.
  Merge branch 'debian-unstable' into debian-jessie-backports
  Rebuild for jessie-backports.
  Merge branch 'debian-unstable' into debian-jessie-backports
  Rebuild for jessie-backports.

Vincent Cheng (1):
  set distribution to jessie-backports

---
 debian/changelog |   21 +
 debian/control   |   11 +--
 debian/rules |   14 +-
 3 files changed, 35 insertions(+), 11 deletions(-)
---



Het assortiment van Sanifun is uitgebreid met toebehoren voor de badkamer! | Une série d'accessoires pour salle de bains est venue enrichir notre assortiment

2016-04-28 Thread OnlineSanitair

Deze email nieuwsbrief werd in grafisch HTML formaat verzonden.
Als u deze tekstversie ziet, verkiest uw email programma "gewone tekst" emails.
U kan de originele nieuwsbrief online bekijken:
http://lauca.ens-mail1.net/zv1jGq



Défiler vers le bas pour voir la version Française - Scroll naar
beneden voor de Franse versie

Bij Sanifun bent u aan het juiste adres voor vrijwel alles voor de
badkamer. Wanneer u de badkamer gaat verbouwen of renoveren, dan kunt
u bij ons sanitair bestellen voor de laagste prijsgarantie! Naast
douchecabines in allerlei formaten en badkamermeubels in verschillende
stijlen, zijn er onlangs ook allerlei toebehoren voor de badkamer
toegevoegd aan ons assortiment. Een greep uit onze collectie vindt u
in deze nieuwsbrief, zelf een kijkje nemen op de website kan
natuurlijk ook!

Bezoek nu de website van Sanifun! ( https://www.online-sanitair.com )

Toebehoren voor de badkamer

Zodra de verbouwing of renovatie van de badkamer bijna klaar is, dan
wordt er vaak pas nagedacht over de accessoires en toebehoren. Denk
bijvoorbeeld aan een douche-glijstangset, een toiletrolhouder, een
handdoekhouder en een zeepdispenser of een rekje om doucheproducten op
neer te zetten. Deze accessoires en toebehoren zijn nu ook
verkrijgbaar bij Sanifun, zodat u deze direct bij het nodige sanitair
voor de verbouwing eenvoudig online kunt bestellen voor de laagste
prijsgarantie!

Facebook winactie

Na het succes van de vorige winactie voor de Facebook fans van
Sanifun, zijn wij weer een nieuwe winactie gestart! Bij iedere 500
likes en gedeelde berichten, wordt het badkamermeubel Aurelio t.w.v.
€360,- verloot. Heeft u dus niet gewonnen, dan kunt u gewoon nog een
keer meedoen en kans maken op een van de negen badkamermeubels die wij
gaan verloten!

Hoe kunt u meedoen?

- Like het bericht op de Facebookpagina van Sanifun (
https://www.facebook.com/OnlineSanitair/ ).

- Deel het bericht op uw eigen Facebookpagina, zodat uw vrienden ook
mee kunnen doen.

- Laat in een reactie weten waarom u dit badkamermeubel graag zou
winnen!

Chez Sanifun, vous êtes sûr de trouver quasiment tout pour votre
salle de bains. Vous transformez ou rénovez votre salle de bains?
Commandez chez nous les sanitaires aux prix les plus bas garantis!
Outre les cabines de douche aux formats divers et les meubles de salle
de bains aux styles variés, une série d'accessoires pour salle de
bains est venue enrichir notre assortiment. Vous découvrirez un
aperçu de notre collection dans cette letrre d'information, mais rien
ne vous empêche bien évidemment de jeter un coup d'œil sur notre
site Web!

Visitez maintenant le site Web de Sanifun!isitez maintenant le site
Web de Sanifun! ( http://https//www.online-sanitair.fr )

Accessoires pour salle de bains

Ce n'est souvent qu'au moment où la transformation ou la rénovation
de la salle de bains est quasi terminée que l'on réfléchit aux
différents accessoires. Il peut s'agir par exemple d'un système de
douche, d'un porte-rouleau de papier hygiénique, d'un
porte-serviettes, d'un distributeur de savon ou encore d'une petite
étagère pour déposer les produits de douche. Ces accessoires sont
désormais aussi disponibles chez Sanifun. Vous pouvez ainsi les
commander en ligne directement avec les sanitaires avant la
transformation, afin de bénéficier de la garantie des prix les plus
bas!

Action-Cadeau Facebook

Après le succès de la précédente action-cadeau pour les fans
Facebook de Sanifun, nous lançons déjà une nouvelle action! À
chaque fois que nous atteindrons les 500 likes et messages partagés,
nous tirerons au sort un meuble de salle de bains Aurelio d'une valeur
de 360,- €. Si vous n'avez pas gagné, il vous suffira de participer
une nouvelle fois et de retenter votre chance pour l'un des neuf
meubles de salle de bains que nous tirerons au sort!

Comment participer?

- Likez le message sur la page Facebook de Sanifun (
https://www.facebook.com/OnlineSanitair/ ).

- Partagez le message sur votre propre page Facebook afin que vos amis
puissent également participer.

- Faites savoir dans une réaction pourquoi vous aimeriez gagner ce
meuble de salle de bains!

Online Sanitair BVBA
Kalmhoutsesteenweg 197 Bus 3 | 2990 Wuustwezel
Tel: België   +32 (0)3.294.57.83

Nederland:  +31 (0)85.027.00.00E-mail: i...@online-sanitair.com
www.online-sanitair.com | www.online-sanitairkopen.nl

_
Uitschrijven / Abonnement wijzigen: 
http://lauca.ens-mail1.net/ughbwhqwgsgejbjqjgbqhggeueus



mesa_11.1.3-1~bpo8+1_source.changes ACCEPTED into jessie-backports

2016-04-28 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 28 Apr 2016 11:02:45 +0200
Source: mesa
Binary: libxatracker2 libxatracker2-dbg libxatracker-dev libgbm1 libgbm1-dbg 
libgbm-dev libegl1-mesa libegl1-mesa-dbg libegl1-mesa-dev libegl1-mesa-drivers 
libwayland-egl1-mesa libwayland-egl1-mesa-dbg libgles1-mesa libgles1-mesa-dbg 
libgles1-mesa-dev libgles2-mesa libgles2-mesa-dbg libgles2-mesa-dev 
libglapi-mesa libglapi-mesa-dbg libgl1-mesa-glx libgl1-mesa-glx-dbg 
libgl1-mesa-dri libgl1-mesa-dri-dbg libgl1-mesa-dev mesa-common-dev libosmesa6 
libosmesa6-dev mesa-vdpau-drivers mesa-vdpau-drivers-dbg mesa-opencl-icd 
mesa-opencl-icd-dbg
Architecture: source
Version: 11.1.3-1~bpo8+1
Distribution: jessie-backports
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Andreas Boll 
Description:
 libegl1-mesa - free implementation of the EGL API -- runtime
 libegl1-mesa-dbg - free implementation of the EGL API -- debugging symbols
 libegl1-mesa-dev - free implementation of the EGL API -- development files
 libegl1-mesa-drivers - transitional dummy package
 libgbm-dev - generic buffer management API -- development files
 libgbm1- generic buffer management API -- runtime
 libgbm1-dbg - generic buffer management API -- debugging symbols
 libgl1-mesa-dev - free implementation of the OpenGL API -- GLX development 
files
 libgl1-mesa-dri - free implementation of the OpenGL API -- DRI modules
 libgl1-mesa-dri-dbg - Debugging symbols for the Mesa DRI modules
 libgl1-mesa-glx - free implementation of the OpenGL API -- GLX runtime
 libgl1-mesa-glx-dbg - Debugging symbols for the Mesa GLX runtime
 libglapi-mesa - free implementation of the GL API -- shared library
 libglapi-mesa-dbg - free implementation of the GL API -- debugging symbols
 libgles1-mesa - free implementation of the OpenGL|ES 1.x API -- runtime
 libgles1-mesa-dbg - free implementation of the OpenGL|ES 1.x API -- debugging 
symbols
 libgles1-mesa-dev - free implementation of the OpenGL|ES 1.x API -- 
development files
 libgles2-mesa - free implementation of the OpenGL|ES 2.x API -- runtime
 libgles2-mesa-dbg - free implementation of the OpenGL|ES 2.x API -- debugging 
symbols
 libgles2-mesa-dev - free implementation of the OpenGL|ES 2.x API -- 
development files
 libosmesa6 - Mesa Off-screen rendering extension
 libosmesa6-dev - Mesa Off-screen rendering extension -- development files
 libwayland-egl1-mesa - implementation of the Wayland EGL platform -- runtime
 libwayland-egl1-mesa-dbg - implementation of the Wayland EGL platform -- 
debugging symbols
 libxatracker-dev - X acceleration library -- development files
 libxatracker2 - X acceleration library -- runtime
 libxatracker2-dbg - X acceleration library -- debugging symbols
 mesa-common-dev - Developer documentation for Mesa
 mesa-opencl-icd - free implementation of the OpenCL API -- ICD runtime
 mesa-opencl-icd-dbg - free implementation of the OpenCL API -- debugging 
symbols
 mesa-vdpau-drivers - Mesa VDPAU video acceleration drivers
 mesa-vdpau-drivers-dbg - Debugging symbols for the Mesa VDPAU video 
acceleration drivers
Changes:
 mesa (11.1.3-1~bpo8+1) jessie-backports; urgency=medium
 .
   * Rebuild for jessie-backports.
 .
 mesa (11.1.3-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 2a41065acbf161777ac9fd9e0c5e27e71f24964d 4891 mesa_11.1.3-1~bpo8+1.dsc
 fe59ded67d4ed266d6184f658d71a100f57072b4 117324 mesa_11.1.3-1~bpo8+1.diff.gz
Checksums-Sha256:
 b47786e2e9c6ead9f8695cab1e28376e382f22ab8b5a45e6185248a5093a2194 4891 
mesa_11.1.3-1~bpo8+1.dsc
 e34d15946c8081f20e62db6fa2c0d92f25230f387d0a42083703798de5db6f4f 117324 
mesa_11.1.3-1~bpo8+1.diff.gz
Files:
 dab1b73c321ef25d9e479602104c170f 4891 graphics optional 
mesa_11.1.3-1~bpo8+1.dsc
 db213d20c9c87a68da7ccdc1455de9ea 117324 graphics optional 
mesa_11.1.3-1~bpo8+1.diff.gz

-BEGIN PGP SIGNATURE-

iQIcBAEBCgAGBQJXIdqfAAoJEB7vU9OKOpxn1ZUP/AsFDFhFb71AmLgvkUmIDn3m
vFtMMKIsKESbHElMVuZvFQNqCbJ4X8TTfhhvbh+04gZBvu8rtpYdjnS55zsqwOLD
f+vmZ91HCGrmmwJfVfJzpo/zD7PilbWEWFp5uuvD2JptOpeupgOoYMBjnNVyHo/B
/OiLphhh3gWntjCZx1oPEOrmtH1Zhzsk9iKMKOmrxYY7KAKpsDfUBjKRiG7CwJpg
lTSCJ0t/c/XeDZPerQ5uY0ROXElNk9cC3drnb/7QYT2TmW6LRv24m7ePsCopeYAC
e3isbf38j+E1UQqbxPjdo1xWwkHzXiT70pKSr1KCoTf6ZDsxcuDCY3rOMhKN0jKi
6h9QEGeZ9O6ZAKjd6AOSju6xaQYcebwoXM9URp1H+AGxH6Ex3LKPnC/pd29bQLHP
Ve41k2vWgCqZpdr/CD80F/TTiMU865VU4M+p431khUqdNfuaEIxV1LnrWFNfYuuw
u1HvZypZ7qRnG1bHynzLPwv3VPULuwEvfava7eaW4EB5/mqqts6CAYiAEAIS0N4Y
YCrmJm+g/GvtfoRe1HlSk3+aEo2NXzFFavY78QszaKLeZ+0KspKid6j6y/gS8MZ4
fGTSX3uu/CqRwkaSEKX7FwAAAOsNR7SNfnWJ6nV0cn/+PVTW/RcZ/H8hCieCtJ8H
/4y015VNdl6Pgd/WFzf3
=8vwg
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of mesa_11.1.3-1~bpo8+1_source.changes

2016-04-28 Thread Debian FTP Masters
mesa_11.1.3-1~bpo8+1_source.changes uploaded successfully to localhost
along with the files:
  mesa_11.1.3-1~bpo8+1.dsc
  mesa_11.1.3-1~bpo8+1.diff.gz

Greetings,

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



Bug#821763: xserver-xorg-video-radeon: LibreOffice Preferences UI font corruption on AMD A6-1450 APU/Radeon HD 8250

2016-04-28 Thread Walter Garcia-Fontes
On Thu, 28 Apr 2016 12:01:26 +0900 =?UTF-8?Q?Michel_D=c3=a4nzer?= 
 wrote:
> On 26.04.2016 17:13, Walter Garcia-Fontes wrote:
> > 
> > See:
> > https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-ati/+bug/1575000
> 
> Does the problem also occur on an Intel GPU using the Xorg modesetting
> driver instead of the intel driver?
> 
> 

I don't have the hardware to try this, but I will look around.

In any case in the bug report in Launchpad there are all reports on
similar graphic cards, AFAIK, Bonaire + radeon.

-- 
Walter Garcia-Fontes



Processed: Re: Bug#822225: xserver-xorg-video-radeon: White glow and flicker on edges of LVDS display on boot

2016-04-28 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 src:linux 4.4.6-1~bpo8+1
Bug #85 [xserver-xorg-video-radeon] xserver-xorg-video-radeon: White glow 
and flicker on edges of LVDS display on boot
Bug reassigned from package 'xserver-xorg-video-radeon' to 'src:linux'.
No longer marked as found in versions xserver-xorg-video-ati/1:7.7.0-1.
Ignoring request to alter fixed versions of bug #85 to the same values 
previously set
Bug #85 [src:linux] xserver-xorg-video-radeon: White glow and flicker on 
edges of LVDS display on boot
Marked as found in versions linux/4.4.6-1~bpo8+1.

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



Bug#822225: xserver-xorg-video-radeon: White glow and flicker on edges of LVDS display on boot

2016-04-28 Thread Julien Cristau
Control: reassign -1 src:linux 4.4.6-1~bpo8+1

On Thu, Apr 28, 2016 at 12:26:04 +0900, Michel Dänzer wrote:

> On 22.04.2016 17:17, thomas wrote:
> > Package: xserver-xorg-video-radeon
> > Version: 1:7.7.0-1
> > Severity: normal
> > 
> > Dear Maintainer,
> > 
> >* What led up to the situation?
> >I installed the open radeon driver package instead of the closed one
> > 
> >* What exactly did you do (or not do) that was effective (or
> >  ineffective)?
> >Boot the system
> > 
> >* What was the outcome of this action?
> >Increasing white glow on the edges of the built in display, a freeze,
> >some flicker and finally the normal boot process continues
> > 
> >* What outcome did you expect instead?
> >A normal boot process without the glitches
> > 
> > I am not sure if this is the fault of the display driver,
> 
> Agreed, however...
> 
> > but since it looks like a display (or maybe backlight?) glitch, I
> > though it was best to report this under the video driver package.
> 
> ... the display driver is actually the kernel driver with KMS, so this
> report should be reassigned to the kernel package.
> 
Reassigning.

Cheers,
Julien

> 
> > I am worried that it might damage something hardware related, because
> > it really doesn't look healthy to me.
> 
> FWIW, IME it's quite unlikely that this kind of issue could result in
> hardware damage.
> 
> 
> -- 
> Earthling Michel Dänzer   |   http://www.amd.com
> Libre software enthusiast | Mesa and X developer
> 



Bug#822835: Driver doesn't seem to load anymore

2016-04-28 Thread Julien Cristau
On Thu, Apr 28, 2016 at 09:43:10 +0200, Wouter Verhelst wrote:

> Package: xserver-xorg-input-synaptics
> Version: 1.8.3-1+b1
> Severity: normal
> 
> Hi,
> 
> Since a few days, when I try to run synclient to configure the touchpad
> on my laptop, I get the following message:
> 
> wouter@gangtai:~$ synclient TapButton1=1 TapButton2=2 HorizTwoFingerScroll=1 
> ClickPad=1 PalmDetect=true
> Couldn't find synaptics properties. No synaptics driver loaded?
> 
> Not sure what changed. If you need any further input, please do ask.
> 
The synaptics driver is no longer used by default, the libinput driver
mostly replaces it, so the touchpad is no longer configured with
synclient.  There are some configuration knobs you can set with
xinput(1), which may or may not resemble the synaptics ones.

Cheers,
Julien



Bug#822835: Driver doesn't seem to load anymore

2016-04-28 Thread Wouter Verhelst
Package: xserver-xorg-input-synaptics
Version: 1.8.3-1+b1
Severity: normal

Hi,

Since a few days, when I try to run synclient to configure the touchpad
on my laptop, I get the following message:

wouter@gangtai:~$ synclient TapButton1=1 TapButton2=2 HorizTwoFingerScroll=1 
ClickPad=1 PalmDetect=true
Couldn't find synaptics properties. No synaptics driver loaded?

Not sure what changed. If you need any further input, please do ask.

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

lrwxrwxrwx. 1 root root 13 Mar 11  2015 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x. 1 root root 274 Apr  5 09:05 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
00:02.0 VGA compatible controller [0300]: Intel Corporation 4th Gen Core 
Processor Integrated Graphics Controller [8086:0416] (rev 06)

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

/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 4.5.0-1-amd64 (debian-ker...@lists.debian.org) (gcc version 5.3.1 
20160409 (Debian 5.3.1-14) ) #1 SMP Debian 4.5.1-1 (2016-04-14)

Xorg X server log files on system:
--
-rw-r--r--. 1 root root 24199 Apr 28 09:38 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
-
[ 8.365] 
X.Org X Server 1.18.3
Release Date: 2016-04-04
[ 8.365] X Protocol Version 11, Revision 0
[ 8.365] Build Operating System: Linux 3.16.0-4-amd64 x86_64 Debian
[ 8.365] Current Operating System: Linux gangtai 4.5.0-1-amd64 #1 SMP 
Debian 4.5.1-1 (2016-04-14) x86_64
[ 8.366] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.5.0-1-amd64 
root=UUID=eb72ef37-ca28-45df-8d86-191350525cdc ro selinux=1 security=selinux 
quiet
[ 8.366] Build Date: 05 April 2016  07:00:43AM
[ 8.366] xorg-server 2:1.18.3-1 (http://www.debian.org/support) 
[ 8.366] Current version of pixman: 0.33.6
[ 8.366]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 8.366] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 8.366] (==) Log file: "/var/log/Xorg.0.log", Time: Thu Apr 28 09:38:53 
2016
[ 8.374] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 8.379] (==) No Layout section.  Using the first Screen section.
[ 8.379] (==) No screen section available. Using defaults.
[ 8.379] (**) |-->Screen "Default Screen Section" (0)
[ 8.379] (**) |   |-->Monitor ""
[ 8.380] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 8.380] (==) Automatically adding devices
[ 8.380] (==) Automatically enabling devices
[ 8.380] (==) Automatically adding GPU devices
[ 8.380] (==) Max clients allowed: 256, resource mask: 0x1f
[ 8.385] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[ 8.385]Entry deleted from font path.
[ 8.385] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
[ 8.385]Entry deleted from font path.
[ 8.385] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[ 8.385]Entry deleted from font path.
[ 8.385] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
[ 8.385]Entry deleted from font path.
[ 8.385] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[ 8.385]Entry deleted from font path.
[ 8.386] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/Type1,
built-ins
[ 8.386] (==) ModulePath set to "/usr/lib/xorg/modules"
[ 8.386] (II) The server relies on udev to provide the list of input 
devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[ 8.386] (II) Loader magic: 0x5565a93c4dc0
[ 8.386] (II) Module ABI versions:
[ 8.386]X.Org ANSI C Emulation: 0.4
[ 8.386]X.Org Video Driver: 20.0
[ 8.386]X.Org XInput driver : 22.1
[ 8.386]X.Org Server Extension : 9.0
[ 8.387] (++) using VT number 7

[ 8.387] (II) systemd-logind: logind integration requires -keeptty and 
-keeptty was not provided, disabling logind integration
[ 8.388] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 8.390] (--) PCI:*(0:0:2:0) 8086:0416:10cf:17aa rev 6, Mem @ 
0xf000/4194304, 0xe000/268435456, I/O @ 0x3000/64
[ 8.390] (II) LoadModule: "glx"
[ 8.398] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 8.448] (II) Module glx: vendor="X.Org Foundation"
[ 8.448]compiled for 1.18.3, module version = 

Bug#762047:

2016-04-28 Thread Mathieu Malaterre
FYI it may also simply be related to:
https://bugs.freedesktop.org/show_bug.cgi?id=71789