From owner-freebsd-questions@freebsd.org Tue Sep 29 22:17:50 2015 Return-Path: Delivered-To: freebsd-questions@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 6D4CBA0B180 for ; Tue, 29 Sep 2015 22:17:50 +0000 (UTC) (envelope-from jan.kokemueller@gmail.com) Received: from mail-pa0-x232.google.com (mail-pa0-x232.google.com [IPv6:2607:f8b0:400e:c03::232]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3F3F3183C for ; Tue, 29 Sep 2015 22:17:50 +0000 (UTC) (envelope-from jan.kokemueller@gmail.com) Received: by pablk4 with SMTP id lk4so17565911pab.3 for ; Tue, 29 Sep 2015 15:17:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=to:references:subject:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=9WSjkMz3BKaRLY9Ab/nsBiN0tNib52ELYkV9jXCq0Sw=; b=IHiQGwAHYsE3F8DClmKqWe96sqrBtPAgOTXD7oUd9l3a4qkdu33gFsjP7V9n+gXpR6 er/BF9GwfOiCdZR0ZU0j/zbpFBrK7rKwpFIYijvZGgv7Rk8wYio6JjEvAUbSHpPcgRGw Bd8prHmdMRx4OXSMWPLR8V7wyjEGGjlfSzIn0VoJMwwCmQ8jrIS5uHl5fhL4/yDN6Rbn 9VbyWF4GQ55h6DQ1QoqkxF0Nov9bPMZJl7YhkeMFAj9Qll7k9+7MNit+UXMalqGC0o6O 00vZy3AYqn1f8jVh4UxT7WykdvxW9c1xnDd6UL64YTUlIL4Nw0EfCJB6HRVlzeQDlmWw zYRg== X-Received: by 10.68.254.7 with SMTP id ae7mr418512pbd.131.1443565069900; Tue, 29 Sep 2015 15:17:49 -0700 (PDT) Received: from ?IPv6:2001:470:1f15:b1f:dc7f:be3c:ecc4:daf? ([2001:470:1f15:b1f:dc7f:be3c:ecc4:daf]) by smtp.googlemail.com with ESMTPSA id lc9sm27463977pbc.52.2015.09.29.15.17.47 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 29 Sep 2015 15:17:49 -0700 (PDT) To: freebsd-questions@freebsd.org, ohartman@zedat.fu-berlin.de References: <20150928145458.6758ca58@hermann> Subject: Re: x11: howto disable rogue touchpad? From: =?UTF-8?Q?Jan_Kokem=c3=bcller?= Message-ID: <560B0E07.2020807@gmail.com> Date: Wed, 30 Sep 2015 00:17:43 +0200 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20150928145458.6758ca58@hermann> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Sep 2015 22:17:50 -0000 > Does anyone do have a solution? Please contact me (set me CC, I do not > subscribe the list). Does "sysctl hw.psm.synaptics.touchpad_off=1" work? For this you need hw.psm.synaptics_support="1" in your /boot/loader.conf. -Jan