Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 May 2010 13:48:23 +0200
From:      Joel Dahl <joel@FreeBSD.org>
To:        freebsd-x11@freebsd.org
Subject:   xset problems after Xorg update
Message-ID:  <20100503114823.GB1608@bubba.vnode.local>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100503114823.GB1608>