From owner-freebsd-x11@FreeBSD.ORG Fri Dec 19 06:41:35 2014 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E63CEB53 for ; Fri, 19 Dec 2014 06:41:35 +0000 (UTC) Received: from mail-vc0-x22b.google.com (mail-vc0-x22b.google.com [IPv6:2607:f8b0:400c:c03::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9BA681229 for ; Fri, 19 Dec 2014 06:41:35 +0000 (UTC) Received: by mail-vc0-f171.google.com with SMTP id hy4so125085vcb.16 for ; Thu, 18 Dec 2014 22:41:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=WGwNNs18zpe+6WxlpGcdYffgDiaZtHeMJzXBlIzGWPE=; b=jDG+vBHHbLAh9TTc41a0Rk/pFJmKZKvdq2YK3ILIClg0sIqb7E5Jzs46csLrTLTk8f bOGnnUtcB3On6HdHHaHS6jUak7S9TpwuqrRRJsUu3J3x5vnuxG9/geV5oMKMplFQD0vV 5b0ahH/AgFroJsm3RRuNxk68RDVVsRk51J1SXHn28SHNrId2E3AN1/O/9iY8fYsPz1Ga x/0ZTQ3KiRYXGPgCl3WrsOeuvbedPSvkfyGtEF8xr2cXGlLjt47CpnX13QOn+z0iWVMR 6qkGi4D8kidqTUiVymlwEUUMee9J7Y0p2gGkCC+ZH6i8U5gyXmb+2+p9jYChZNGkSs7t DTng== X-Received: by 10.52.75.202 with SMTP id e10mr1683743vdw.73.1418971294634; Thu, 18 Dec 2014 22:41:34 -0800 (PST) MIME-Version: 1.0 Received: by 10.52.139.51 with HTTP; Thu, 18 Dec 2014 22:41:14 -0800 (PST) In-Reply-To: <549316C1.3060009@dumbbell.fr> References: <547E4B03.2090508@FreeBSD.org> <54909998.3070407@icloud.com> <5490B70A.7020408@FreeBSD.org> <26C9419F-A0AE-460B-ADE8-2D8ACE63CEFB@me.com> <549316C1.3060009@dumbbell.fr> From: Konstantin Kulikov Date: Fri, 19 Dec 2014 10:41:14 +0400 Message-ID: Subject: Re: [Call for testers] Update to xorg-server 1.14 To: "freebsd-x11@freebsd.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Dec 2014 06:41:36 -0000 Mouse works perfectly with disabled moused. Thanks! On Thu, Dec 18, 2014 at 9:02 PM, Jean-S=C3=A9bastien P=C3=A9dron wrote: > On 18.12.2014 16:40, Konstantin Kulikov wrote: >> Hello, x11. > > Hi! > >> Video acceleration works better- kwin constantly crashed in 1.12 >> drmn0: on vgapci0 >> intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 2000 > > Cool! > >> Multimedia buttons on logitech g710+ doesn't work, as with hald - this >> is expected. >> >> Cyborg RAT7 mouse: >> I want to remap wheel button to thumb button (because it sometimes >> doubleclicks), but xinput reports only 5 buttons (it's 21 with hald). >> >> % xinput >> =E2=8E=A1 Virtual core pointer id=3D2 [maste= r pointer (3)] >> =E2=8E=9C =E2=86=B3 Virtual core XTEST pointer id=3D4 = [slave pointer (2)] >> =E2=8E=9C =E2=86=B3 sysmouse id=3D7 = [slave pointer (2)] > > Did you try without moused(8)? > > To disable moused(8) for USB mices, add the following line to /etc/rc.con= f: > moused_nondefault_enable=3D"NO" > > -- > Jean-S=C3=A9bastien P=C3=A9dron >