Re: [PATCH] remove dead code in dummy driver

2016-09-21 Thread Aaron Plattner
On 09/20/2016 02:07 AM, Eric Engestrom wrote: > On Tue, Sep 20, 2016 at 01:34:40PM +0700, Antoine Martin wrote: >> Signed-off-by: Antoine Martin > > Reviewed-by: Eric Engestrom Looks good to me too (although I'm cheating since this chunk is

Re: [PULL] Windows-DRI extension

2016-09-21 Thread Eric Anholt
Emil Velikov writes: > On 16 September 2016 at 17:46, Eric Anholt wrote: >> Emil Velikov writes: >> >>> On 15 September 2016 at 20:12, Jon Turney >>> wrote: On 15/09/2016 14:14, Emil

Re: [PATCH 1/1] dix: Make InitCoreDevices() failures more verbose.

2016-09-21 Thread Peter Hutterer
On Mon, Sep 19, 2016 at 01:13:02AM -0700, Jeremy Huddleston Sequoia wrote: > Signed-off-by: Jeremy Huddleston Sequoia stop taking the mystery out of life! :) low impact, so I figured we might as well push that in now. 5794bdd..d0c5d20 master -> master Cheers, Peter

Re: Huge mouse-click delay

2016-09-21 Thread martin f krafft
also sprach Peter Hutterer [2016-09-21 08:49 +0200]: > * run evemu-record on the mouse and check if you see the button events show > up while they're delayed in X. if they work as expected, then it's not a > kernel/hw issue. > * run xev and see if that gets the

[Bug 97850] Suspending AIGLX clients for VT switch when Radeon is configured

2016-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97850 --- Comment #21 from Yu Tzu Wu --- (In reply to Michel Dänzer from comment #19) > Note that a black screen is Xorg's default startup behaviour, so unless the > problem doesn't happen e.g. using the modesetting driver instead

[Bug 97850] Suspending AIGLX clients for VT switch when Radeon is configured

2016-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97850 --- Comment #20 from Yu Tzu Wu --- Created attachment 126699 --> https://bugs.freedesktop.org/attachment.cgi?id=126699=edit /var/log/sddm.log when /var/Xorg.0.log no Errors -- You are receiving this mail because: You are

Re: [PATCH xf86-input-libinput] Fix --with-xorg-conf-dir default value

2016-09-21 Thread Peter Hutterer
On Wed, Sep 21, 2016 at 04:17:00PM +0900, Michel Dänzer wrote: > On 21/09/16 03:49 PM, Peter Hutterer wrote: > > On Fri, Sep 16, 2016 at 05:26:06PM +0900, Michel Dänzer wrote: > >> From: Michel Dänzer > >> > >> If --prefix isn't specified on the command line, $prefix

[Bug 97827] (EE) [mi] EQ overflowing -> freeze

2016-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97827 --- Comment #7 from Paul Wise --- There is a newer version of mesa in Debian jessie-backports: http://backports.debian.org/Instructions/ https://packages.debian.org/source/stable-backports/mesa This command should upgrade

[Bug 97850] Suspending AIGLX clients for VT switch when Radeon is configured

2016-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97850 --- Comment #19 from Michel Dänzer --- (In reply to Yu Tzu Wu from comment #17) > /var/log/Xorg.0.log after emerge xf86-video-ati Assuming the Xorg process still existed when you grabbed the log file, it looks like Xorg

Re: [PATCH] xkb: fix turbo-repeat of RedirectKey-ed keysyms

2016-09-21 Thread Peter Hutterer
On Wed, Sep 14, 2016 at 11:47:15AM +0100, Daniel Stone wrote: > From: Mihail Konev > > RedirectKey() action had been broken by commit 2e6190. > A dropped check caused over-intense autorepeat of keysyms enriched > with the action. > > Previous to this commit, the check wrapped the

[Bug 97850] Suspending AIGLX clients for VT switch when Radeon is configured

2016-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97850 --- Comment #18 from Yu Tzu Wu --- (In reply to Michel Dänzer from comment #16) > From the Xorg log file: > > [ 129.365] (WW) Warning, couldn't open module radeon > [ 129.365] (II) UnloadModule: "radeon" > [ 129.365]

[Bug 97850] Suspending AIGLX clients for VT switch when Radeon is configured

2016-09-21 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=97850 --- Comment #17 from Yu Tzu Wu --- Created attachment 126691 --> https://bugs.freedesktop.org/attachment.cgi?id=126691=edit /var/log/Xorg.0.log after emerge xf86-video-ati -- You are receiving this mail because: You are

Re: [PATCH xf86-input-libinput] Fix --with-xorg-conf-dir default value

2016-09-21 Thread Michel Dänzer
On 21/09/16 03:49 PM, Peter Hutterer wrote: > On Fri, Sep 16, 2016 at 05:26:06PM +0900, Michel Dänzer wrote: >> From: Michel Dänzer >> >> If --prefix isn't specified on the command line, $prefix contains "NONE" >> at this point, not the default prefix value. So make

Re: [PATCH xf86-input-libinput] Fix --with-xorg-conf-dir default value

2016-09-21 Thread Peter Hutterer
On Fri, Sep 16, 2016 at 05:26:06PM +0900, Michel Dänzer wrote: > From: Michel Dänzer > > If --prefix isn't specified on the command line, $prefix contains "NONE" > at this point, not the default prefix value. So make install would > attempt to install the xorg.conf.d

Re: Huge mouse-click delay

2016-09-21 Thread Peter Hutterer
On Tue, Sep 20, 2016 at 02:46:35PM +0200, martin f krafft wrote: > also sprach Lucien Gentis [2016-09-20 14:39 > +0200]: > > Same problem with touch pad or USB extern mouse ? > > Good question; yes, the same problem exists with an external mouse. that's...