* [gentoo-user] No Mousewheel in X and ctrl-alt-backspace not working
@ 2010-04-18 7:53 Konstantinos Agouros
2010-04-18 8:14 ` Mick
2010-04-18 9:33 ` YoYo siska
0 siblings, 2 replies; 6+ messages in thread
From: Konstantinos Agouros @ 2010-04-18 7:53 UTC (permalink / raw
To: gentoo-user
Hi,
for whatever reason my mousewheel is no longer working after upgrading
zu the latest X-Org server (and corresponding libraries). Here's the
excerpt from the xorg.conf that is relevant:
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mouse0"
Option "ZAxisMapping" "4 5 6 7"
I had to rebuild the mouse-drive for ABI changes but that didn't fix
the problem. Any input is welcome.
Also ctrl-alt-backspace to kill X does not work anymore. DonZap is
commented out. Clues in that regard would be welcome as well.
Regards,
Konstantin
--
Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elwood@agouros.de
Altersheimerstr. 1, 81545 Muenchen, Germany. Tel +49 89 69370185
----------------------------------------------------------------------------
"Captain, this ship will not survive the forming of the cosmos." B'Elana Torres
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] No Mousewheel in X and ctrl-alt-backspace not working
2010-04-18 7:53 [gentoo-user] No Mousewheel in X and ctrl-alt-backspace not working Konstantinos Agouros
@ 2010-04-18 8:14 ` Mick
2010-04-19 8:44 ` Konstantinos Agouros
2010-04-18 9:33 ` YoYo siska
1 sibling, 1 reply; 6+ messages in thread
From: Mick @ 2010-04-18 8:14 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 955 bytes --]
On Sunday 18 April 2010 08:53:43 Konstantinos Agouros wrote:
> Hi,
>
> for whatever reason my mousewheel is no longer working after upgrading
> zu the latest X-Org server (and corresponding libraries). Here's the
> excerpt from the xorg.conf that is relevant:
>
> Section "InputDevice"
>
> Identifier "Mouse1"
> Driver "mouse"
> Option "Protocol" "IMPS/2"
> Option "Device" "/dev/input/mouse0"
> Option "ZAxisMapping" "4 5 6 7"
>
> I had to rebuild the mouse-drive for ABI changes but that didn't fix
> the problem. Any input is welcome.
>
> Also ctrl-alt-backspace to kill X does not work anymore. DonZap is
> commented out. Clues in that regard would be welcome as well.
I case you missed it, did you rebuild all the relevant drivers including x11-
drivers/xf86-input-mouse or whatever your hardware requires?
Check qlist -I -C x11-drivers/ for a list of what you need to remerge.
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] No Mousewheel in X and ctrl-alt-backspace not working
2010-04-18 8:14 ` Mick
@ 2010-04-19 8:44 ` Konstantinos Agouros
2010-04-19 19:10 ` Mick
0 siblings, 1 reply; 6+ messages in thread
From: Konstantinos Agouros @ 2010-04-19 8:44 UTC (permalink / raw
To: gentoo-user
In <201004180915.01070.michaelkintzios@gmail.com> michaelkintzios@gmail.com (Mick) writes:
>--nextPart1570133.id33PBG5uM
>Content-Type: Text/Plain;
> charset="iso-8859-15"
>Content-Transfer-Encoding: quoted-printable
>On Sunday 18 April 2010 08:53:43 Konstantinos Agouros wrote:
>> Hi,
>>=20
>> for whatever reason my mousewheel is no longer working after upgrading
>> zu the latest X-Org server (and corresponding libraries). Here's the
>> excerpt from the xorg.conf that is relevant:
>>=20
>> Section "InputDevice"
>>=20
>> Identifier "Mouse1"
>> Driver "mouse"
>> Option "Protocol" "IMPS/2"
>> Option "Device" "/dev/input/mouse0"
>> Option "ZAxisMapping" "4 5 6 7"
>>=20
>> I had to rebuild the mouse-drive for ABI changes but that didn't fix
>> the problem. Any input is welcome.
>>=20
>> Also ctrl-alt-backspace to kill X does not work anymore. DonZap is
>> commented out. Clues in that regard would be welcome as well.
>I case you missed it, did you rebuild all the relevant drivers including x1=
>1-
>drivers/xf86-input-mouse or whatever your hardware requires?
Yes I rebuilt mouse and keyboard cause in the first shot they weren't working
at all. I didn't build evdev but at the moment I am not using it. Or is it
used inherently?
Konstantin
>Check qlist -I -C x11-drivers/ for a list of what you need to remerge.
>=2D-=20
>Regards,
>Mick
>--nextPart1570133.id33PBG5uM
>Content-Type: application/pgp-signature; name=signature.asc
>Content-Description: This is a digitally signed message part.
>-----BEGIN PGP SIGNATURE-----
>Version: GnuPG v2.0.14 (GNU/Linux)
>iEYEABECAAYFAkvKv4UACgkQVTDTR3kpaLYfjQCdGHSadWWnDz9u20UtUgVWDFFb
>8CQAoNjcJNkwxYuwYU5CqkfXqmLNSTF0
>=XMkE
>-----END PGP SIGNATURE-----
>--nextPart1570133.id33PBG5uM--
--
Dipl-Inf. Konstantin Agouros aka Elwood Blues. Internet: elwood@agouros.de
Altersheimerstr. 1, 81545 Muenchen, Germany. Tel +49 89 69370185
----------------------------------------------------------------------------
"Captain, this ship will not survive the forming of the cosmos." B'Elana Torres
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] No Mousewheel in X and ctrl-alt-backspace not working
2010-04-19 8:44 ` Konstantinos Agouros
@ 2010-04-19 19:10 ` Mick
2010-04-20 3:53 ` dan blum
0 siblings, 1 reply; 6+ messages in thread
From: Mick @ 2010-04-19 19:10 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: Text/Plain, Size: 1616 bytes --]
On Monday 19 April 2010 09:44:50 Konstantinos Agouros wrote:
> In <201004180915.01070.michaelkintzios@gmail.com> michaelkintzios@gmail.com
(Mick) writes:
> >--nextPart1570133.id33PBG5uM
> >Content-Type: Text/Plain;
> > charset="iso-8859-15"
> >Content-Transfer-Encoding: quoted-printable
> >
> >On Sunday 18 April 2010 08:53:43 Konstantinos Agouros wrote:
> >> Hi,
> >>=20
> >> for whatever reason my mousewheel is no longer working after upgrading
> >> zu the latest X-Org server (and corresponding libraries). Here's the
> >> excerpt from the xorg.conf that is relevant:
> >>=20
> >> Section "InputDevice"
> >>=20
> >> Identifier "Mouse1"
> >> Driver "mouse"
> >> Option "Protocol" "IMPS/2"
> >> Option "Device" "/dev/input/mouse0"
> >> Option "ZAxisMapping" "4 5 6 7"
> >>=20
> >> I had to rebuild the mouse-drive for ABI changes but that didn't fix
> >> the problem. Any input is welcome.
> >>=20
> >> Also ctrl-alt-backspace to kill X does not work anymore. DonZap is
> >> commented out. Clues in that regard would be welcome as well.
> >
> >I case you missed it, did you rebuild all the relevant drivers including
> > x1= 1-
> >drivers/xf86-input-mouse or whatever your hardware requires?
>
> Yes I rebuilt mouse and keyboard cause in the first shot they weren't
> working at all. I didn't build evdev but at the moment I am not using it.
> Or is it used inherently?
For the 2 minutes it might take I would rebuild it and see what gives. I have
found that two of my boxen would not work without it - yours may be the same.
--
Regards,
Mick
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] No Mousewheel in X and ctrl-alt-backspace not working
2010-04-19 19:10 ` Mick
@ 2010-04-20 3:53 ` dan blum
0 siblings, 0 replies; 6+ messages in thread
From: dan blum @ 2010-04-20 3:53 UTC (permalink / raw
To: gentoo-user
If you are still having trouble with xorg, the best source of error information is the file /var/log/Xorg.0.log, which is created every time you run xorg.
Also, the Gento web site has several articles on xorg which can provide additional help, although not all information is in one place.
There I found that you can add the alt_control_backspace control into the conf file under Options:
Option: "XkbdOptions" "terminate:ctrl_alt_bksp". I have never dried this myself. Good luck.
--- On Mon, 4/19/10, Mick <michaelkintzios@gmail.com> wrote:
> From: Mick <michaelkintzios@gmail.com>
> Subject: Re: [gentoo-user] No Mousewheel in X and ctrl-alt-backspace not working
> To: gentoo-user@lists.gentoo.org
> Date: Monday, April 19, 2010, 2:10 PM
> On Monday 19 April 2010 09:44:50
> Konstantinos Agouros wrote:
> > In <201004180915.01070.michaelkintzios@gmail.com>
> michaelkintzios@gmail.com
>
> (Mick) writes:
> > >--nextPart1570133.id33PBG5uM
> > >Content-Type: Text/Plain;
> > > charset="iso-8859-15"
> > >Content-Transfer-Encoding: quoted-printable
> > >
> > >On Sunday 18 April 2010 08:53:43 Konstantinos
> Agouros wrote:
> > >> Hi,
> > >>=20
> > >> for whatever reason my mousewheel is no
> longer working after upgrading
> > >> zu the latest X-Org server (and corresponding
> libraries). Here's the
> > >> excerpt from the xorg.conf that is relevant:
> > >>=20
> > >> Section "InputDevice"
> > >>=20
> > >> Identifier "Mouse1"
> > >> Driver "mouse"
> > >> Option "Protocol" "IMPS/2"
> > >> Option "Device"
> "/dev/input/mouse0"
> > >> Option "ZAxisMapping" "4
> 5 6 7"
> > >>=20
> > >> I had to rebuild the mouse-drive for ABI
> changes but that didn't fix
> > >> the problem. Any input is welcome.
> > >>=20
> > >> Also ctrl-alt-backspace to kill X does not
> work anymore. DonZap is
> > >> commented out. Clues in that regard would be
> welcome as well.
> > >
> > >I case you missed it, did you rebuild all the
> relevant drivers including
> > > x1= 1-
> > >drivers/xf86-input-mouse or whatever your hardware
> requires?
> >
> > Yes I rebuilt mouse and keyboard cause in the first
> shot they weren't
> > working at all. I didn't build evdev but at the
> moment I am not using it.
> > Or is it used inherently?
>
> For the 2 minutes it might take I would rebuild it and see
> what gives. I have
> found that two of my boxen would not work without it -
> yours may be the same.
> --
> Regards,
> Mick
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-user] No Mousewheel in X and ctrl-alt-backspace not working
2010-04-18 7:53 [gentoo-user] No Mousewheel in X and ctrl-alt-backspace not working Konstantinos Agouros
2010-04-18 8:14 ` Mick
@ 2010-04-18 9:33 ` YoYo siska
1 sibling, 0 replies; 6+ messages in thread
From: YoYo siska @ 2010-04-18 9:33 UTC (permalink / raw
To: gentoo-user
On Sun, Apr 18, 2010 at 07:53:43AM +0000, Konstantinos Agouros wrote:
> Hi,
>
> for whatever reason my mousewheel is no longer working after upgrading
> zu the latest X-Org server (and corresponding libraries). Here's the
> excerpt from the xorg.conf that is relevant:
>
> Section "InputDevice"
>
> Identifier "Mouse1"
> Driver "mouse"
> Option "Protocol" "IMPS/2"
> Option "Device" "/dev/input/mouse0"
> Option "ZAxisMapping" "4 5 6 7"
>
> I had to rebuild the mouse-drive for ABI changes but that didn't fix
> the problem. Any input is welcome.
>
> Also ctrl-alt-backspace to kill X does not work anymore. DonZap is
> commented out. Clues in that regard would be welcome as well.
this changed some while back, try adding
Option "XkbOptions" "terminate:ctrl_alt_bksp"
to your keyboard InputDevice
yoyo
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-04-20 4:03 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-18 7:53 [gentoo-user] No Mousewheel in X and ctrl-alt-backspace not working Konstantinos Agouros
2010-04-18 8:14 ` Mick
2010-04-19 8:44 ` Konstantinos Agouros
2010-04-19 19:10 ` Mick
2010-04-20 3:53 ` dan blum
2010-04-18 9:33 ` YoYo siska
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox