From owner-freebsd-x11@FreeBSD.ORG Mon Sep 22 21:38:40 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 01EB868B for ; Mon, 22 Sep 2014 21:38:39 +0000 (UTC) Received: from astart2.astart.com (108-248-95-193.lightspeed.sndgca.sbcglobal.net [108.248.95.193]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A7410C0D for ; Mon, 22 Sep 2014 21:38:39 +0000 (UTC) Received: from laptop_93.private (localhost [127.0.0.1]) by astart2.astart.com (8.14.4/8.14.4) with ESMTP id s8MLcUvX039806 for ; Mon, 22 Sep 2014 14:38:31 -0700 (PDT) (envelope-from papowell@astart.com) Message-ID: <542096D6.2000403@astart.com> Date: Mon, 22 Sep 2014 14:38:30 -0700 From: Patrick Powell Reply-To: papowell@astart.com Organization: Astart Technologies User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:31.0) Gecko/20100101 Thunderbird/31.0 MIME-Version: 1.0 To: freebsd-x11@freebsd.org Subject: Re: FreeBSD Port: x11-servers/xorg-server References: <5414A4B6.5010706@UToledo.edu> <5416B1FE.1010801@dumbbell.fr> <1411306792093-5950838.post@n5.nabble.com> <1411317698961-5950873.post@n5.nabble.com> <541F2CA4.6@hiwaay.net> <1411341142791-5950945.post@n5.nabble.com> <541F64A4.3030002@hiwaay.net> In-Reply-To: <541F64A4.3030002@hiwaay.net> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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: Mon, 22 Sep 2014 21:38:40 -0000 On 09/21/14 16:52, William A. Mahaffey III wrote: > > On 09/21/14 18:12, Robert_Burmeister wrote: >> William A. Mahaffey III wrote >>> On 09/21/14 11:41, Robert_Burmeister wrote: >>>>>>> On 13.09.2014 22:10, Robert Burmeister wrote: >>>>>>>> FreeBSD 10.1 i386 >>>>>>>> xorg-server 1.12.4_9,1 and 1.12.4_1,1 >>>>>>>> Still don't have mouse support after upgrade from 1.12.4_8,1 >>>>>> [ 1786.822] (EE) Failed to load module "mouse" (module does not >>>>>> exist, >>>>>> 0) >>>>> Have you installed x11-drivers/xf86-input-mouse? >>>>>> [ 1786.825] (EE) Failed to load module "kbd" (module does not >>>>>> exist, >>>>>> 0) >>>>> And x11-drivers/xf86-input-keyboard? >>>>> _______________________________________________ >>>> Installing x11-drivers/xf86-input-mouse and >>>> x11-drivers/xf86-input-keyboard >>>> fixed the problem, however, I don't understand why upgrading >>>> from xorg-server 1.12.4_8,1 to xorg-server 1.12.4_9,1 >>>> would require new drivers, or lose the ones it had. >>>> >>>> I would think these drivers would/should be a dependency for >>>> xorg-server >>>> in the Ports system... >>>> _______________________________________________ >>> I have had that same problem verbatim the last 2 x-server upgrades I >>> did, & that was the fix, (re?)install the kbd & mouse drivers. I >>> (pkg-)upgraded this A.M., no such issues .... >>> ---------------------------------------------------------------------- >> Even more interesting... >> x11-drivers/xf86-input-mouse and x11-drivers/xf86-input-keyboard >> have xorg-server as a dependency, and so cannot be a circular >> dependency. >> >> I'm guessing that the mouse and keyboard drivers got deleted as >> dependents >> of >> xorg-server during the upgrade, but there are no dependencies in my >> desktop >> build >> process that require that they be put back, even through a complete >> system >> recompile. >> >> I'm thinking 'x11-drivers/xorg-drivers' and 'x11/xorg-minimal' should be >> bumped >> when xorg-server is upgraded. >> >> (When my current recompile is done, I will check that my xorg-drivers >> didn't >> get removed as well.) > > > I am using pkg, no ports, no recompiling .... FBSD 9.3, BTW .... > > Just a thought - check to make sure that the x11-drivers/xf86-input-keyboard port on the PKGng server you are using was actually rebuilt for the new version of xorg-server. I had this problem a couple of weeks ago and the X log file hinted that the keyboard driver was not compatible with the version of xorg-server. At the time I thought that this was due to a lag in the PKGng server building the new drivers so I compiled and installed the x11-drivers/xf86-input-keyboard. The problem went away. This appears to be the same sort of issue. Perhaps the driver(s) are not getting rebuilt for the new version of xorg-server? Or perhaps this is related to packages on the 'with_new_xorg' PKGng server versus packages on the standard PKGng server?