From owner-freebsd-x11@FreeBSD.ORG Mon Feb 3 13:16:21 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F8E3C4B for ; Mon, 3 Feb 2014 13:16:21 +0000 (UTC) Received: from wonkity.com (wonkity.com [67.158.26.137]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E9DF91761 for ; Mon, 3 Feb 2014 13:16:20 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.7/8.14.7) with ESMTP id s13DGI6o025341; Mon, 3 Feb 2014 06:16:18 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.7/8.14.7/Submit) with ESMTP id s13DGHwo025338; Mon, 3 Feb 2014 06:16:17 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Mon, 3 Feb 2014 06:16:17 -0700 (MST) From: Warren Block To: "Marat N.Afanasyev" Subject: Re: copy Linux/OpenBSD's Xorg settings? In-Reply-To: <52EF61BF.4090208@ksu.ru> Message-ID: References: <20140203081956.GB10262@nnn> <52EF61BF.4090208@ksu.ru> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.4.3 (wonkity.com [127.0.0.1]); Mon, 03 Feb 2014 06:16:18 -0700 (MST) Cc: freebsd-x11@freebsd.org X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Feb 2014 13:16:21 -0000 On Mon, 3 Feb 2014, Marat N.Afanasyev wrote: > M Barrassed wrote: >> I've been using FreeBSD for over 12 years, but having a hard time getting >> Xorg working on a Lenovo W520 Thinkpad. >> >> Arch Linux, Ubuntu, and OpenBSD all install their Xorg configs >> automatically on this laptop, working great. But no such luck with >> FreeBSD. >> >> Doing these steps exactly: >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-install.html >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/x-config.html >> >> But when I do the `Xorg -config xorg.conf.new -retro` step, neither >> keyboard nor mouse/touchpad are recognized, and the resolutions settings >> look way off. >> >> MY QUESTION: >> >> How can I copy the Xorg settings from my OpenBSD or Linux installation into >> my FreeBSD 10 installation? >> >> The others don't seem to have an obvious xorg.conf file anywhere, so I'm >> stumped for where else to look. >> >> Thank you and sorry for the dumb question. >> >> > try to add > > Option "AllowEmptyInput" "false" > > to ServerFlags in your xorg.conf.new. probably yuo've hald misconfigured or > not running No, please do not use that option any more: http://www.wonkity.com/~wblock/docs/html/aei.html