From owner-freebsd-stable@FreeBSD.ORG Thu May 17 14:52:49 2012 Return-Path: Delivered-To: stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C8C9B1065670 for ; Thu, 17 May 2012 14:52:49 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id 692958FC0A for ; Thu, 17 May 2012 14:52:49 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.5/8.14.5) with ESMTP id q4HEqmpJ059570; Thu, 17 May 2012 08:52:48 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.5/8.14.5/Submit) with ESMTP id q4HEqmJ8059567; Thu, 17 May 2012 08:52:48 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Thu, 17 May 2012 08:52:48 -0600 (MDT) From: Warren Block To: Tom Evans In-Reply-To: Message-ID: References: <20120517110155.GA37078@spectrum.skysmurf.nl> 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.2.7 (wonkity.com [127.0.0.1]); Thu, 17 May 2012 08:52:48 -0600 (MDT) Cc: stable@freebsd.org, "A.J. Fonz van Werven" Subject: Re: [stable-9] Touchpad mouse stopped working X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2012 14:52:49 -0000 This is the config file I use. Hot-connect works for USB mice and keyboards. Comments included for completeness. >From rc.conf: dbus_enable="YES" moused_enable="YES" Without running moused from rc.conf, only one of the mice would work at a time. HAL is not installed, so the AutoAddDevices setting is unnecessary but kept as a reminder. The double monitor entries and Virtual setting are for using an external projector. Note that all the InputDevice stuff is commented. xorg doesn't need it. xorg.conf: Section "ServerLayout" Identifier "X.org Configured" Screen 0 "Screen0" 0 0 # InputDevice "Mouse0" "CorePointer" # InputDevice "Keyboard0" "CoreKeyboard" Option "DontZap" "On" Option "AutoAddDevices" "Off" EndSection Section "Files" ModulePath "/usr/local/lib/xorg/modules" EndSection #Section "InputDevice" # Identifier "Keyboard0" # Driver "kbd" #EndSection #Section "InputDevice" # Identifier "Mouse0" # Driver "mouse" # Option "Protocol" "auto" # Option "Device" "/dev/sysmouse" # Option "ZAxisMapping" "4 5 6 7" #EndSection Section "Monitor" Identifier "Monitor0" VendorName "AUO" Option "Position" "0 0" EndSection Section "Monitor" Identifier "Monitor1" Option "Above" "LVDS" #Option "Position" "0 800" EndSection Section "Device" ### Available Driver options are:- ### Values: : integer, : float, : "True"/"False", ### : "String", : " Hz/kHz/MHz" ### [arg]: arg optional #Option "NoAccel" # [] #Option "SWcursor" # [] #Option "ColorKey" # #Option "CacheLines" # #Option "Dac6Bit" # [] #Option "DRI" # [] #Option "NoDDC" # [] #Option "ShowCache" # [] #Option "XvMCSurfaces" # #Option "PageFlip" # [] Identifier "Card0" Driver "intel" VendorName "Intel Corporation" BoardName "Mobile GM965/GL960 Integrated Graphics Controller (primary)" BusID "PCI:0:2:0" Option "Monitor-LVDS" "Monitor0" Option "Monitor-VGA" "Monitor1" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" SubSection "Display" Viewport 0 0 Depth 24 Virtual 1280 2080 EndSubSection EndSection