From owner-svn-ports-head@freebsd.org Thu Sep 21 17:55:37 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 85D18E15AD5 for ; Thu, 21 Sep 2017 17:55:37 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from mx.nsu.ru (mx.nsu.ru [84.237.50.39]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 329D863843 for ; Thu, 21 Sep 2017 17:55:36 +0000 (UTC) (envelope-from danfe@regency.nsu.ru) Received: from Debian-exim by mx.nsu.ru with local (Exim 4.72) (envelope-from ) id 1dv5hF-0008FC-IF for svn-ports-head@freebsd.org; Fri, 22 Sep 2017 00:55:33 +0700 Received: from [84.237.50.47] (helo=regency.nsu.ru) by mx.nsu.ru with esmtp (Exim 4.72) (envelope-from ) id 1dv5hF-0008El-EQ; Fri, 22 Sep 2017 00:55:33 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.14.2/8.14.2) with ESMTP id v8LI1L6w081617; Fri, 22 Sep 2017 00:01:21 +0600 (NOVT) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.14.2/8.14.2/Submit) id v8LI1G6S081580; Fri, 22 Sep 2017 01:01:16 +0700 (+07) (envelope-from danfe) Date: Fri, 22 Sep 2017 01:01:16 +0700 From: Alexey Dokuchaev To: Matthew Rezny Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r433863 - in head: Mk x11-drivers x11-drivers/xf86-input-acecad x11-drivers/xf86-input-egalax x11-drivers/xf86-input-elographics x11-drivers/xf86-input-evdev x11-drivers/xf86-input-evde... Message-ID: <20170921180116.GA78931@regency.nsu.ru> References: <201702111417.v1BEHxaP098524@repo.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201702111417.v1BEHxaP098524@repo.freebsd.org> User-Agent: Mutt/1.4.2.1i X-KLMS-Rule-ID: 3 X-KLMS-Message-Action: skipped X-KLMS-AntiSpam-Status: not scanned, whitelist X-KLMS-AntiPhishing: not scanned, whitelist X-KLMS-AntiVirus: Kaspersky Security 8.0 for Linux Mail Server, version 8.0.1.705, not scanned, whitelist X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Sep 2017 17:55:37 -0000 On Sat, Feb 11, 2017 at 02:17:59PM +0000, Matthew Rezny wrote: > New Revision: 433863 > URL: https://svnweb.freebsd.org/changeset/ports/433863 > > Log: > Xorg-servers update to 1.18.4 with driver updates and revision bumps. Just to let folks know in case they notice similar regressions: this X.org server update (apparently, input and video drivers do not play a role in here) had broken movement in vanilla Quake2 (games/quake2lnx) for me, that is, jumping (may it be with keyboard or mouse). Basically, consecutive strafe jumps hiccup now, making it impossible to gain speed and move fluently around the map; even simple two-jump hop from MH on ztn2dm3 across (to the elevator) is not doable (you might hear the jump sound if you're lucky, when jumping off the edge, but will fail to accelerate/actually perform jump normally) any more. Normal single jumps and *scripted* double jumps ("double jump" in Q2 terms, that is, when one accelerates vertically in certain circumstances) appear to work as usual though. Reverting r433863 (updating to r433862 really) back to xorg-server-1.17.4 had fixed the movement for me. I'll try to investigate more to understand what exactly had caused this issue. Any ideas/insights are most welcome. ./danfe