Bug#818503: xserver-xorg: Can't get or set X gamma

2016-03-19 Thread Akkana Peck
Package: xserver-xorg
Version: 1:7.7+14
Severity: normal

Dear Maintainer,

A week or two ago, on testing (a bit earlier on sid), X stopped
being able to get or set gamma.

The easiest way to see this is to run xgamma, followed by something
like xgamma -gamma .5 (which should dim the screen significantly,
but has no effect now).

This affects any program that uses functions like
XF86VidModeGetGammaRampSize(), such as xbrightness and xcalib.

I'm on a Lenovo X201 with Intel graphics.

A workaround is to use xrandr, e.g.
xrandr --output HDMI1 --brightness .5
xrandr --output HDMI1 --gamma .5:.5:.5

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

lrwxrwxrwx 1 root root 13 Oct 27  2011 /etc/X11/X -> /usr/bin/Xorg
-rwxr-xr-x 1 root root 274 Feb  9 03:54 /usr/bin/Xorg

VGA-compatible devices on PCI bus:
--
00:02.0 VGA compatible controller [0300]: Intel Corporation Core Processor 
Integrated Graphics Controller [8086:0046] (rev 02)

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

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

KMS configuration files:

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

Kernel version (/proc/version):
---
Linux version 4.3.0-1-686 (debian-ker...@lists.debian.org) (gcc version 5.3.1 
20160121 (Debian 5.3.1-7) ) #1 SMP Debian 4.3.5-1 (2016-02-06)

Xorg X server log files on system:
--
-rw-r--r-- 1 root root 37947 Feb 23 09:04 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
-
[26.222] 
X.Org X Server 1.16.4
Release Date: 2014-12-20
[26.222] X Protocol Version 11, Revision 0
[26.222] Build Operating System: Linux 3.2.0-4-amd64 i686 Debian
[26.222] Current Operating System: Linux hesiodus 3.16.0-4-686-pae #1 SMP 
Debian 3.16.7-ckt20-1+deb8u3 (2016-01-17) i686
[26.222] Kernel command line: initrd=/initrd.img-3.16.0-4-686-pae 
root=/dev/sda5 ro quiet BOOT_IMAGE=/vmlinuz-3.16.0-4-686-pae 
[26.222] Build Date: 11 February 2015  01:14:26AM
[26.222] xorg-server 2:1.16.4-1 (http://www.debian.org/support) 
[26.222] Current version of pixman: 0.32.6
[26.222]Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[26.222] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[26.222] (==) Log file: "/var/log/Xorg.0.log", Time: Tue Feb 23 09:02:56 
2016
[26.379] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[26.421] (==) No Layout section.  Using the first Screen section.
[26.421] (==) No screen section available. Using defaults.
[26.421] (**) |-->Screen "Default Screen Section" (0)
[26.421] (**) |   |-->Monitor ""
[26.427] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[26.427] (==) Automatically adding devices
[26.427] (==) Automatically enabling devices
[26.427] (==) Automatically adding GPU devices
[26.453] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
[26.453]Entry deleted from font path.
[26.454] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
[26.454]Entry deleted from font path.
[26.455] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
[26.455]Entry deleted from font path.
[26.455] (==) FontPath set to:
/usr/share/fonts/X11/misc,
/usr/share/fonts/X11/100dpi/:unscaled,
/usr/share/fonts/X11/Type1,
/usr/share/fonts/X11/100dpi,
built-ins
[26.455] (==) ModulePath set to "/usr/lib/xorg/modules"
[26.455] (II) The server relies on udev to provide the list of input 
devices.
If no devices become available, reconfigure udev or disable 
AutoAddDevices.
[26.455] (II) Loader magic: 0xb77dd700
[26.455] (II) Module ABI versions:
[26.455]X.Org ANSI C Emulation: 0.4
[26.455]X.Org Video Driver: 18.0
[26.456]X.Org XInput driver : 21.0
[26.456]X.Org Server Extension : 8.0
[26.456] (II) xfree86: Adding drm device (/dev/dri/card0)
[26.458] (--) PCI:*(0:0:2:0) 8086:0046:17aa:215a rev 2, Mem @ 
0xf200/4194304, 0xd000/268435456, I/O @ 0x1800/8
[26.469] (II) LoadModule: "glx"
[26.523] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[26.636] (II) Module glx: vendor="X.Org Foundation"
[26.636]compiled for 1.16.4, module version = 1.0.0
[26.636]ABI class: X.Org Server Extension, version 8.0
[26.636] (==) AIGLX enabled
[26.636] (==) Matched intel as autoconfigured driver 0
[26.636] (==) Matched intel as autoconfigured driver 1
[26.636] (==) Matched modesetting as 

Bug#779608: xvfb: cleanup on signal exits as well

2016-03-19 Thread Jérémy Lal
Hello Ximin,

i tried your patch, and now when interrupting using ctrl-c
xvfb-run -a myapp
i get (i added the "cleaning" message):

^Ccleaning /tmp/xvfb-run.UlOS0T
cleaning /tmp/xvfb-run.UlOS0T
rm: cannot remove '/tmp/xvfb-run.UlOS0T': No such file or directory
xvfb-run: error: problem while cleaning up temporary directory

obviously cleanup is run twice.

Jérémy


Bug#817195: Duplicate

2016-03-19 Thread Michael Hanke
Likely duplicate: https://bugs.debian.org/818384



Bug#818695: [xkb] Sticky modifiers are not released by pressing ISO_*_Group keys

2016-03-19 Thread Dmitry Alexandrov

Package: xkb-data
Version: 2.12-1
Severity: normal

Pardon for filing the bug under presumably wrong package, it does not 
seem that the problem is somewhere in /usr/share/X11/xkb/, but I could 
not find package that would fit better, so I hope that dear maintainers 
of xkb-data know where this belongs to.


The problem:

Sticky modifiers (latches) are not released (cleared) by pressing a key 
that switches a keyboard layout.


Minimal steps to reproduce:

$ setxkbmap -layout us,ru -option grp:shift_caps_switch
$ xkbset sticky

Press Shift, release Shift, press Caps, release Caps.

Actual result:

Layout is successfully switched, but Shift is still pressed.

Expected result:

Layout is switched, Shift modifier is cleared.  I. e. I expect that 
layout switching keys (ISO_*_Group) should treat sticky modifiers as any 
other key on keyboard do.


Of course the same applies to any hotkey that involve modifiers: 
shift_caps_toggle, alt_shift_toggle, ctrl_shift_toggle, etc.


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

Debian Release: 8.2



Processing of libinput_1.2.2-1_source.changes

2016-03-19 Thread Debian FTP Masters
libinput_1.2.2-1_source.changes uploaded successfully to localhost
along with the files:
  libinput_1.2.2-1.dsc
  libinput_1.2.2.orig.tar.xz
  libinput_1.2.2-1.debian.tar.xz

Greetings,

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



libinput: Changes to 'upstream-unstable'

2016-03-19 Thread Timo Aaltonen
 configure.ac   |4 -
 src/evdev-mt-touchpad-gestures.c   |1 
 src/evdev-mt-touchpad.c|   34 +--
 src/evdev-mt-touchpad.h|   12 +
 src/evdev-tablet.c |   82 ++---
 src/evdev-tablet.h |2 
 src/evdev.c|1 
 src/evdev.h|1 
 src/libinput.c |3 +
 test/path.c|   60 +++
 test/udev.c|5 --
 udev/90-libinput-model-quirks.hwdb |7 +++
 12 files changed, 168 insertions(+), 44 deletions(-)

New commits:
commit ae7b2f77720f19ce3b6924bb3ecf706cabd17587
Author: Peter Hutterer 
Date:   Tue Mar 15 10:23:42 2016 +1000

configure.ac: libinput 1.2.2

Signed-off-by: Peter Hutterer 

diff --git a/configure.ac b/configure.ac
index 71255ed..7d73183 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@ AC_PREREQ([2.64])
 
 m4_define([libinput_major_version], [1])
 m4_define([libinput_minor_version], [2])
-m4_define([libinput_micro_version], [1])
+m4_define([libinput_micro_version], [2])
 m4_define([libinput_version],
   
[libinput_major_version.libinput_minor_version.libinput_micro_version])
 
@@ -31,7 +31,7 @@ AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])
 # b) If interfaces have been changed or added, but binary compatibility has
 #been preserved, change to C+1:0:A+1
 # c) If the interface is the same as the previous version, change to C:R+1:A
-LIBINPUT_LT_VERSION=17:3:7
+LIBINPUT_LT_VERSION=17:4:7
 AC_SUBST(LIBINPUT_LT_VERSION)
 
 AM_SILENT_RULES([yes])

commit a608d9dc2c70c7915fc94466ed27c1684f65409e
Author: Peter Hutterer 
Date:   Mon Mar 7 16:05:25 2016 +1000

touchpad: add quirk for the T450 and T460 generation hardware

The touchpad's sensors are too far apart (or the firmware interferes), 
causing
in a jerky movement visible especially on slow motion. We get a bunch of
normal motion events, then only ABS_MT_PRESSURE updates without x/y updates.
After about one mm of movement x/y updates resume, with the first event
covering the distance between the last motion event. That event is usually
accelerated and thus causes a large jump. Subsequent events are sufficiently
fine-grained again.

This patch counts the number of non-motion events. Once we hit 10 in a row, 
we
mark the first motion update as non-dirty, effectively discarding the motion
and thus stopping the pointer jumps.

https://bugs.freedesktop.org/show_bug.cgi?id=94379

Signed-off-by: Peter Hutterer 
Tested-by: Benjamin Tissoires 

diff --git a/src/evdev-mt-touchpad.c b/src/evdev-mt-touchpad.c
index 00d6539..d0a8e27 100644
--- a/src/evdev-mt-touchpad.c
+++ b/src/evdev-mt-touchpad.c
@@ -337,7 +337,7 @@ tp_process_absolute(struct tp_dispatch *tp,
case ABS_MT_PRESSURE:
t->pressure = e->value;
t->dirty = true;
-   tp->queued |= TOUCHPAD_EVENT_MOTION;
+   tp->queued |= TOUCHPAD_EVENT_OTHERAXIS;
break;
}
 }
@@ -880,8 +880,10 @@ tp_position_fake_touches(struct tp_dispatch *tp)
 }
 
 static inline bool
-tp_need_motion_history_reset(struct tp_dispatch *tp)
+tp_need_motion_history_reset(struct tp_dispatch *tp, uint64_t time)
 {
+   bool rc = false;
+
/* semi-mt finger postions may "jump" when nfingers changes */
if (tp->semi_mt && tp->nfingers_down != tp->old_nfingers_down)
return true;
@@ -894,7 +896,29 @@ tp_need_motion_history_reset(struct tp_dispatch *tp)
 tp->old_nfingers_down > tp->num_slots))
return true;
 
-   return false;
+   /* Quirk: if we had multiple events without x/y axis
+  information, the next x/y event is going to be a jump. So we
+  reset that touch to non-dirty effectively swallowing that event
+  and restarting with the next event again.
+*/
+   if (tp->device->model_flags & EVDEV_MODEL_LENOVO_T450_TOUCHPAD) {
+   if (tp->queued & TOUCHPAD_EVENT_MOTION) {
+   if (tp->quirks.nonmotion_event_count > 10) {
+   struct tp_touch *t;
+
+   tp_for_each_touch(tp, t)
+   t->dirty = false;
+   rc = true;
+   }
+   tp->quirks.nonmotion_event_count = 0;
+   }
+
+   if ((tp->queued & 
(TOUCHPAD_EVENT_OTHERAXIS|TOUCHPAD_EVENT_MOTION)) ==
+   TOUCHPAD_EVENT_OTHERAXIS)
+   tp->quirks.nonmotion_event_count++;
+   }
+
+   return rc;
 }
 
 static void
@@ -909,7 +933,7 @@ tp_process_state(struct 

Bug#818384: Duplicate

2016-03-19 Thread Michael Hanke
This is likely a duplicate of https://bugs.debian.org/817195



mesa: Changes to 'debian-experimental'

2016-03-19 Thread Timo Aaltonen
 debian/control |1 +
 debian/rules   |2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 5ad663dfc25f976ffef5253be73a13ce82036b7a
Author: Timo Aaltonen 
Date:   Wed Mar 16 15:10:58 2016 +0200

Enable gallium va driver, still needs deciding where to put it.

diff --git a/debian/control b/debian/control
index f81c7d3..95450d1 100644
--- a/debian/control
+++ b/debian/control
@@ -18,6 +18,7 @@ Build-Depends:
  libxfixes-dev,
  libxdamage-dev,
  libxext-dev,
+ libva-dev (>= 1.6.0) [linux-any kfreebsd-any],
  libvdpau-dev (>= 1.1.1) [linux-any kfreebsd-any],
  autoconf,
  automake,
diff --git a/debian/rules b/debian/rules
index bff9879..b68244e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -96,6 +96,7 @@ else
   endif
confflags_DIRECT_RENDERING = --enable-driglx-direct
confflags_GALLIUM += --enable-vdpau
+   confflags_GALLIUM += --enable-va
 endif
 
 confflags_EGL = --with-egl-platforms="$(EGL_DISPLAYS)"
@@ -112,7 +113,6 @@ confflags += \
--enable-shared-glapi \
--enable-texture-float \
--disable-xvmc \
-   --disable-va \
--disable-omx \
$(confflags_DIRECT_RENDERING) \
$(confflags_DRI3) \



Bug#818634: xserver-xorg-core: system log flooded by GetModeLine messages

2016-03-19 Thread Julien Cristau
Control: tag -1 fixed-upstream

On Sat, Mar 19, 2016 at 00:48:15 +0200, Alberto Garcia wrote:

> Package: xserver-xorg-core
> Version: 2:1.18.2-1
> Severity: normal
> Tags: upstream patch
> 
> Hey,
> 
> the system journal is being flooded by thousands of 'GetModeLine ...'
> messages.
> 
> This problem was reported in Fedora a couple of days ago:
> 
>https://bugzilla.redhat.com/show_bug.cgi?id=1318545
> 
> Here's the upstream fix:
> 
>
> https://cgit.freedesktop.org/xorg/xserver/commit/?id=75eecf28ae3709181a51571132b0accd9cae316e
> 
Well, the fix is to stop using xf86vidmode...

Cheers,
Julien



Processed: Re: Bug#818634: xserver-xorg-core: system log flooded by GetModeLine messages

2016-03-19 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 fixed-upstream
Bug #818634 [xserver-xorg-core] xserver-xorg-core: system log flooded by 
GetModeLine messages
Added tag(s) fixed-upstream.

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



Bug#779608: xvfb: cleanup on signal exits as well

2016-03-19 Thread Julien Cristau
On Fri, Mar 18, 2016 at 16:02:16 +0100, Jérémy Lal wrote:

> Hello Ximin,
> 
You didn't send this mail to Ximin...

Cheers,
Julien



Bug#817195: Same observation

2016-03-19 Thread Julien Cristau
On Tue, Mar 15, 2016 at 15:34:18 +0100, Michael Hanke wrote:

> Hi,
> 
> I seem to observe the exact same behavior on a machine with a different
> chipset
> 
> 00:02.0 VGA compatible controller: Intel Corporation 3rd Gen Core processor 
> Graphics Controller (rev 09)
> 
> and using a Display Port connection. Gnome shell in use also. It doesn't
> depend on the particular DP device connected, and the behavior was
> introduced by (or co-occurred with) a recent package upgrade.
> 
> If this package is responsible, the most recent upgrade in my system
> happened on 2016-03-11, upgrading from 2.99.917-2 to
> 2.99.917+git20160218-1.
> 
Your best bet is probably to actually check if reverting to an older
version of the intel driver fixes the issue, and if it does, to file
this upstream per
https://01.org/linuxgraphics/documentation/development/how-report-bugs

Or, you can uninstall xserver-xorg-video-intel and try the generic
modesetting driver.

Cheers,
Julien



Re: xwayland crashing

2016-03-19 Thread Julien Cristau
On Tue, Mar 15, 2016 at 03:03:13 -0500, Jaime Casanova wrote:

> Hi,
> 
> I'm using debian 8 with has xwayland 1.16.4-1
> 
> I'm having problems with my desktop session closing unexpectedly, and
> the backtrace in syslog mentions a segmentation fault in xwayland (i'm
> attaching the file with the lines related to gnome-session from the
> last crash).
> 
wayland in debian 8 is probably more a toy than anything else.  Does the
problem also happen with the version from unstable?

Cheers,
Julien



Bug#758094: libgl1-mesa-glx:x32: SIGSEGV in OpenGL applications on x32

2016-03-19 Thread EoD
By looking at the bug report, it seems to be identical to the one
reported upstream https://bugs.freedesktop.org/show_bug.cgi?id=94512

Does disabling glx-tls help?



Bug#815135: Same issue here

2016-03-19 Thread Yves-Alexis Perez
Hi,

it seems that I have the same kind of issue here, on my ThinkPad X250
(broadwell). The problem started happening recently, I think
when 2:2.99.917+git20160307-1 was installed.

This doesn't happen at first, but only when my lock screen engage, and I get
redirected to the login screen. I'm running Xfce + LightDM + light-locker, and
I can reproduce at will with dm-tool switch-to-greeter. A vt-switch to console
is not enough to reproduce though.

Once it has happened, the mouse pointer/cursor has disappeared, but I can get
it back with  xset dpms force off + pressing a key to light up the screen (I
guess it manage some kind of reset of the graphic engine).

Also, it seems to happen with AccelMethod "sna" (the default) and "glamor" (if
that actually exists), but not "uxa".

Regards,
-- 
Yves-Alexis



signature.asc
Description: This is a digitally signed message part


Processed: notfound 814607 in 2:1.18.1-1, fixed 814607 in 2:1.18.1-1

2016-03-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> notfound 814607 2:1.18.1-1
Bug #814607 {Done: Danny Edel } [xvfb] xvfb-run crashes 
with "Floating point exception" when trying to run qt5 example programs
No longer marked as found in versions xorg-server/2:1.18.1-1.
> fixed 814607 2:1.18.1-1
Bug #814607 {Done: Danny Edel } [xvfb] xvfb-run crashes 
with "Floating point exception" when trying to run qt5 example programs
Marked as fixed in versions xorg-server/2:1.18.1-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
814607: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=814607
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#818471: xserver-xorg-input-synaptics: syndaemon not disabling touch pad

2016-03-19 Thread Russell Stuart
Package: xserver-xorg-input-synaptics
Version: 1.8.3-1+b1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Syndaemon doesn't disable the touchpad.  It seems to have no effect
whatsoever.

I've tried running if from the command line, using a variety
combinations:

  syndaemon -d -p "/tmp/syndaemon.pid" -i 5 -m 50
  syndaemon -d -i 5 -R
  syndaemon -d -t -R
  syndaemon -d -t -K

I've also tried similar set of combinations when running from
/etc/X11/Xsession.d/98x11-syndaemon:

  # start synaptics daemon to enable proper communication with touchpad
  /usr/bin/syndaemon -d -i 5 -R

Regardless of how it was started, it had no effect.  Testing consisted
typing in gnome-terminal and gvim and moving / tapping the touchpad.

There are two config files under /etc/X11.
/etc/X11/xorg.conf.d/touchpad.conf contains:

  #
  # Turn on two finger scrolling.
  #
  Section "InputClass"
Identifier  "Touchpad twofinger scroll"
MatchIsTouchpad "yes"
Option  "ZAxisMapping"  "4 5"
Option  "HorizTwoFingerScroll"  "true"
Option  "VertTwoFingerScroll"   "true"
Option  "FastTaps"  "on"
Option  "AccelFactor"   "0.1028806" #2x
Option  "MinSpeed"  "1"
Option  "MaxSpeed"  "4.75"
Option  "TapButton1""1"
Option  "TapButton2""3"
Option  "TapButton3""2"
  EndSection

/etc/X11/xorg.conf.d/ctrl-alt-bksp.conf:

  #
  # Turn on control+alt+backspace killing of the X server.
  #
  Section "InputClass"
Identifier  "Enable keyboard ctrl_alt_bksp"
MatchIsKeyboard "yes"
Option  "XkbOptions" "terminate:ctrl_alt_bksp"
  EndSection


An strace of "syndaemon -R -i 5" reveals it is receiving events
from the keyboard, it is sending a command somewhere, waiting 5
seconds, then sending another command that differs by 1 bit.
That's exactly what I would expect, so I suspect the problem
is somewhere else. Here is the strace output:

  20:58:55 recvmsg(4, -{msg_name(0)=NULL, 
msg_iov(1)=[{"\1\0\v\0\10\0\0\0\0\0pa\0\0\0\0\r\rD\0\0\0\0\0_stencil"..., 
4096}], msg_controllen=0, msg_flags=0}, 0) = 64
  20:58:55 recvmsg(4, 0x7ffc5bc8ef70, 0)  = -1 EAGAIN (Resource temporarily 
unavailable)
  20:58:55 poll([{fd=3, events=POLLIN|POLLOUT}], 1, 4294967295) = 1 ([{fd=3, 
revents=POLLOUT}])
  20:58:55 writev(3, [{"\203'\6\0004\1\0\0\23\0\0\0\0\0\0\0\1\0\0\0\17\0\6\0", 
24}, {NULL, 0}, {"", 0}], 3) = 24
  20:58:55 poll([{fd=3, events=POLLIN}], 1, 4294967295) = 1 ([{fd=3, 
revents=POLLIN}])
  20:58:55 recvmsg(3, {msg_name(0)=NULL, 
msg_iov(1)=[{"\1'\310\0\1\0\0\0\23\0\0\0\0\0\0\0\1\0\0\0\10\17\0\0\0\0\0\0\0\0\0\0"...,
 4096}], msg_controllen=0, msg_flags=0}, 0) = 36
  20:58:55 recvmsg(3, 0x7ffc5bc8ee50, 0)  = -1 EAGAIN (Resource temporarily 
unavailable)
  20:58:55 recvmsg(3, 0x7ffc5bc8ee50, 0)  = -1 EAGAIN (Resource temporarily 
unavailable)
  20:58:55 poll([{fd=3, events=POLLIN|POLLOUT}], 1, 4294967295) = 1 ([{fd=3, 
revents=POLLOUT}])
  20:58:55 writev(3, [{"\203%\6\0004\1\0\0\23\0\0\0\17\10\0\0\1\0\0\0\1\0\6\0", 
24}, {NULL, 0}, {"", 0}], 3) = 24
  20:58:55 recvmsg(3, 0x7ffc5bc8ef50, 0)  = -1 EAGAIN (Resource temporarily 
unavailable)
  20:58:55 select(5, [4], NULL, NULL, {5, 0}) = 1 (in [4], left {4, 946654})
  20:58:56 recvmsg(4, {msg_name(0)=NULL, 
msg_iov(1)=[{"\1\0\v\0\10\0\0\0\0\0pa\0\0\0\0D\rD\0\0\0\0\0_stencil"..., 
4096}], msg_controllen=0, msg_flags=0}, 0) = 64
  20:58:56 recvmsg(4, 0x7ffc5bc8ef70, 0)  = -1 EAGAIN (Resource temporarily 
unavailable)
  20:58:56 select(5, [4], NULL, NULL, {5, 0}) = 0 (Timeout)
  20:59:01 poll([{fd=3, events=POLLIN|POLLOUT}], 1, 4294967295) = 1 ([{fd=3, 
revents=POLLOUT}])
  20:59:01 writev(3, [{"\203%\6\0004\1\0\0\23\0\0\0\17\10\0\0\1\0\0\0\0\0\6\0", 
24}, {NULL, 0}, {"", 0}], 3) = 24
  20:59:01 recvmsg(3, 0x7ffc5bc8ef50, 0)  = -1 EAGAIN (Resource temporarily 
unavailable)
  20:59:01 select(5, [4], NULL, NULL, NULL) = 1 (in [4])


- -- Package-specific info:
/etc/X11/X does not exist.
/etc/X11/X is not a symlink.
/etc/X11/X is not executable.

VGA-compatible devices on PCI bus:
- --
00:02.0 VGA compatible controller [0300]: Intel Corporation Skylake Integrated 
Graphics [8086:191b] (rev 06)

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

Contents of /etc/X11/xorg.conf.d:
- -
total 8
- -rw-r--r-- 1 root root 210 Feb 12 15:32 ctrl-alt-bksp.conf
- -rw-r--r-- 1 root root 441 Mar 14 13:03 touchpad.conf

/etc/modprobe.d contains no KMS configuration files.

Kernel version (/proc/version):
- ---
Linux version 4.4.0-1-amd64 (debian-ker...@lists.debian.org) (gcc version 5.3.1 
20160205 (Debian 5.3.1-8) ) #1 SMP Debian 4.4.2-3 (2016-02-21)

Xorg X server log files on system:
- --
- -rw-r--r-- 1 root root 29367 Mar 17 20:26 /var/log/Xorg.0.log

Contents of most recent Xorg X server log file (/var/log/Xorg.0.log):
- 

libinput_1.2.2-1_source.changes ACCEPTED into unstable

2016-03-19 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 Mar 2016 10:49:19 +0200
Source: libinput
Binary: libinput10 libinput10-udeb libinput10-dbg libinput-dev libinput-tools
Architecture: source
Version: 1.2.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian X Strike Force 
Changed-By: Timo Aaltonen 
Description:
 libinput-dev - input device management and event handling library - development
 libinput-tools - input device management and event handling library - command 
line
 libinput10 - input device management and event handling library - shared libra
 libinput10-dbg - input device management and event handling library - 
debugging sy
 libinput10-udeb - input device management and event handling library - shared 
libra (udeb)
Changes:
 libinput (1.2.2-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 2e5302b3ea4f8628018820a315ed07da59a855cd 2300 libinput_1.2.2-1.dsc
 b46a8b478960926f010028f558ccbf9b77343f3c 599336 libinput_1.2.2.orig.tar.xz
 8acc52b161809945bd25eedb36f5a2398a786542 5388 libinput_1.2.2-1.debian.tar.xz
Checksums-Sha256:
 e77d252296f01bb760cab92ca74a4d621a709f28e0e128e869240878618f4aba 2300 
libinput_1.2.2-1.dsc
 c3ef7be11a7c6e16c4a405691d1d85cf46d8a1f2c0b3a0bb87a36d54f63a8c91 599336 
libinput_1.2.2.orig.tar.xz
 450c4beb1dd96c780719149aa0c06718314207fddcf436c0ac53f4647e9f6ce6 5388 
libinput_1.2.2-1.debian.tar.xz
Files:
 d139215f2f1fb3f20304a0e9d60bdb03 2300 libs optional libinput_1.2.2-1.dsc
 6fdec4f9b98d4141dcbf2997179a1c66 599336 libs optional 
libinput_1.2.2.orig.tar.xz
 3a57be5945ca3b71969186ecd3e8c8a9 5388 libs optional 
libinput_1.2.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBAgAGBQJW6nESAAoJEMtwMWWoiYTc8FQQAKaJhYOOZ1A9cc244WFc5EtW
0ebC7pR/3yewgkO+K+pJwFrudDbFUoAUK79f4SYagj+2o3p+AYAWAL1N5wEgqoJB
C7uQ3qdDpf9wANMyE9y4i8sEYcwTGi57DUhofD6yrdASc2Drc+9xGN8zPdYNaqK2
7ueDg6kUJ+vWUSEX5kzs+iw2e1WODf0AU7nhaQbKH9EA0ej112XAoRQ5BhN7dF6U
1ThB+bi9846UlCpyXGQ8AxakCnmU3s8mJf9v4BnTN936e9ulxSJqnvSAXExdH8nd
WqS4Rz4ituqI1ZcJbmBKrOQTKZmZBUMMzMz5ll3P+muBarzW3yrW/XABH0+FjU/4
oa17dC3JUAEpUEl3t/E9ZoauBypbexR8fMtZXC3VYFNMlmQN7xfLBiiSJ445YP+j
Asv1mkO1NeZM6qFDrwOP/9jXJ9EIVYsUu+B7BtVnBtoGQejpSqS4tMvILiT5nDrk
ssUxzqiTcVoiBtCyFO/397Qdcy9JSYcQILsJYwpkUNClC29e953v0h0M+9334+jQ
N2qwU8oSlBY7esRfEB9CfXoNcK86rKjvhUO+YzSO+qH7Nu1ivqjLwl7SwXEp49z7
Ykm2X0PYc2ouDHfex22aEVScHcc7sp+kAVSo5rhHLp8axwWKJPUcDXzCRl+6EI2R
DbeNSHmWtdSMOUsOJ6sA
=IeOl
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



libinput: Changes to 'refs/tags/libinput-1.2.2-1'

2016-03-19 Thread Timo Aaltonen
Tag 'libinput-1.2.2-1' created by Timo Aaltonen  at 
2016-03-17 08:55 +

Tagging upload of libinput 1.2.2-1 to unstable.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAABAgAGBQJW6nDzAAoJEMtwMWWoiYTcmVwP/1P0dHM0yjAKkVTTBxhqlbSt
aX2fC1iJVvu3bjjE0NvjFB6O5r3irJE3jz/OFCRAUXRFNJ2LcIBAWLI17mBkSEMF
xJtoSkILkJpOPplBk5eJTXnMbbn3ZCkBjYjVd607BnkXrx8sV23PbXUlP3vDqQgP
oIJEU3XlK5agWEYSKM1ZSLBauLhkKxYOtNVe17osXHRQhB9wUgoeFbkydVxANcFr
m7hq+dDAQ6vvUbavrlkfjlih/v8DY8P9pO+L02ndEItIUdrebrxkXlYEPekBDL6Z
Km9h9iy9bKUTijpGfHw005hSrEobJ5kjZqb+9tKxH4xtxtDm6k3M3m+T+dD4nYgH
BxjBJUrbwKqr0k/9xWvDY4i8LugNWpPfMcejZZ7vfYV7l7UwqwjV1IneL0ag7Kp0
TA9WwQDHfXc3KlGovFsgzSXgFDTMJfw2OSSt/AzewWTIk/T9k9RlkBhNUt9lCrtC
JdpduaQfC/NrpbwCQUgMPN+VWeu0kJdaXS5b6m+lLGk1vrHT+LBSZFE2c5kkZWBq
+GG8eGG0WwVYJot94T99ZRRQ8OvkO2q+c8xJ7IaQdQEQvyvfXpVQm2tQd2pchF2I
jlzSvShphoGJyJGghgtd8jLoWSek4O6P86fxdamzTVHNRiBVLWI32DqDWmWaHcSY
RxVAiGKCpxV43dcyaE5Z
=muSz
-END PGP SIGNATURE-

Changes since libinput-1.2.0-1:
Peter Hutterer (9):
  touchpad: only trigger immediate pinch detection for three fingers
  configure.ac: libinput 1.2.1
  tablet: sanitize button mask passing
  touchpad: use the udev property over a compile-time vendor ID check
  test: add two path tests for invalid devices
  Assert that the interface is actually filled in.
  tablet: reject mislabelled tablet devices
  touchpad: add quirk for the T450 and T460 generation hardware
  configure.ac: libinput 1.2.2

Timo Aaltonen (2):
  Merge branch 'upstream-unstable' into debian-unstable
  release to unstable

---
 configure.ac   |4 -
 debian/changelog   |6 ++
 src/evdev-mt-touchpad-gestures.c   |1 
 src/evdev-mt-touchpad.c|   34 +--
 src/evdev-mt-touchpad.h|   12 +
 src/evdev-tablet.c |   82 ++---
 src/evdev-tablet.h |2 
 src/evdev.c|1 
 src/evdev.h|1 
 src/libinput.c |3 +
 test/path.c|   60 +++
 test/udev.c|5 --
 udev/90-libinput-model-quirks.hwdb |7 +++
 13 files changed, 174 insertions(+), 44 deletions(-)
---