Gentoo Archives: gentoo-user

From: YoYo siska <yoyo@××××××.sk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] No Mousewheel in X and ctrl-alt-backspace not working
Date: Sun, 18 Apr 2010 09:34:15
Message-Id: 20100418093310.GA8631@ksp.sk
In Reply to: [gentoo-user] No Mousewheel in X and ctrl-alt-backspace not working by Konstantinos Agouros
1 On Sun, Apr 18, 2010 at 07:53:43AM +0000, Konstantinos Agouros wrote:
2 > Hi,
3 >
4 > for whatever reason my mousewheel is no longer working after upgrading
5 > zu the latest X-Org server (and corresponding libraries). Here's the
6 > excerpt from the xorg.conf that is relevant:
7 >
8 > Section "InputDevice"
9 >
10 > Identifier "Mouse1"
11 > Driver "mouse"
12 > Option "Protocol" "IMPS/2"
13 > Option "Device" "/dev/input/mouse0"
14 > Option "ZAxisMapping" "4 5 6 7"
15 >
16 > I had to rebuild the mouse-drive for ABI changes but that didn't fix
17 > the problem. Any input is welcome.
18 >
19 > Also ctrl-alt-backspace to kill X does not work anymore. DonZap is
20 > commented out. Clues in that regard would be welcome as well.
21
22 this changed some while back, try adding
23 Option "XkbOptions" "terminate:ctrl_alt_bksp"
24 to your keyboard InputDevice
25
26 yoyo