From owner-freebsd-questions@FreeBSD.ORG Tue May 22 09:17:32 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 369C21065673 for ; Tue, 22 May 2012 09:17:32 +0000 (UTC) (envelope-from bah@bananmonarki.se) Received: from feeder.usenet4all.se (1-1-1-38a.far.sth.bostream.se [82.182.32.53]) by mx1.freebsd.org (Postfix) with ESMTP id A29F88FC0A for ; Tue, 22 May 2012 09:17:31 +0000 (UTC) Received: from kw.news4all.se (c80-217-70-175.bredband.comhem.se [80.217.70.175]) by feeder.usenet4all.se (8.13.1/8.13.1) with ESMTP id q4M9HOiC062719; Tue, 22 May 2012 11:17:24 +0200 (CEST) (envelope-from bah@bananmonarki.se) Message-ID: <4FBB5956.9020605@bananmonarki.se> Date: Tue, 22 May 2012 11:16:06 +0200 From: Bernt Hansson User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:10.0.3) Gecko/20120411 Thunderbird/10.0.3 MIME-Version: 1.0 To: Polytropon References: <201205181149.q4IBndvU028665@hera.homer.att.com> <4FB64022.6010206@bananmonarki.se> <4FBB4B8C.3000806@bananmonarki.se> <20120522104441.f05a2f88.freebsd@edvax.de> In-Reply-To: <20120522104441.f05a2f88.freebsd@edvax.de> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Mouse stopped working in X X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 May 2012 09:17:32 -0000 2012-05-22 10:44, Polytropon skrev: > On Tue, 22 May 2012 10:17:16 +0200, Bernt Hansson wrote: >> There is a second way of doing this stunt. >> >> Start X >> When X is up and running press CTRL+ALT+F3 or any F* frpm F3 up to F8 >> then you get to the console >> Su to root in the console and type in >> >> /usr/local/etc/rc.d/dbus restart&& /usr/local/etc/rc.d/hald restart >> >> Then press ALT+F9 to get back to X > > So if that is the _solution_, why not try to automate it? > Not tested, just a suggestion: > > Make this the last-1 line in ~/.xinitrc (or ~/.xsession depending > on actual setup), before the "exec" call to the WM / DE, maybe > like this: > > #!/bin/sh > [ -f ~/.xmodmaprc ]&& xmodmap ~/.xmodmaprc > xterm& > xsetroot -solid rgb:3b/4c/7a > xset b 100 1000 15& > xset r rate 250 30& > xset s off& > xset -dpms& > -> sudo /usr/local/etc/rc.d/dbus restart&& sudo /usr/local/etc/rc.d/hald restart > exec wmaker > > It should "happen" when X is running, and it should be > "back to normal" when the WM or DE is launched (and > all background programs have fully started). We don't use sudo, only su. But I guess it work for those that use sudo.