From owner-freebsd-x11@FreeBSD.ORG Mon May 3 12:04:59 2010 Return-Path: Delivered-To: freebsd-x11@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2802E1065673 for ; Mon, 3 May 2010 12:04:59 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from mail.vnode.se (mail.vnode.se [62.119.52.80]) by mx1.freebsd.org (Postfix) with ESMTP id D31F18FC24 for ; Mon, 3 May 2010 12:04:58 +0000 (UTC) Received: from mail.vnode.se (localhost [127.0.0.1]) by mail.vnode.se (Postfix) with ESMTP id A797AE3F08B for ; Mon, 3 May 2010 13:48:26 +0200 (CEST) X-Virus-Scanned: amavisd-new at vnode.se Received: from mail.vnode.se ([127.0.0.1]) by mail.vnode.se (mail.vnode.se [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iQ8BLBunoOsU for ; Mon, 3 May 2010 13:48:25 +0200 (CEST) Received: from bubba.vnode.local (unknown [83.223.1.131]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.vnode.se (Postfix) with ESMTPSA id 387E7E3F085 for ; Mon, 3 May 2010 13:48:25 +0200 (CEST) Date: Mon, 3 May 2010 13:48:23 +0200 From: Joel Dahl To: freebsd-x11@freebsd.org Message-ID: <20100503114823.GB1608@bubba.vnode.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.20 (2009-06-14) Subject: xset problems after Xorg update X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 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 May 2010 12:04:59 -0000 I noticed one weird thing after the latest Xorg update and maybe someone else is seeing the same thing... I use "xset b off" in my .xinitrc to turn off the bell sound, but that stopped working after the latest Xorg update. My .xinitrc looks like this: joel@bubba [~] cat .xinitrc setxkbmap -option terminate:ctrl_alt_bksp -model pc105 -layout se & xscreensaver & xset b off & exec awesome The setxkbmap stuff works, and xscreensaver starts... but not xset. I can still do "xset b off" from an xterm and get the expected behavior, but not from my .xinitrc. Any suggestions? -- Joel