Re: [gentoo-user] No Mousewheel in X and ctrl-alt-backspace not working

2010-04-19 Thread Konstantinos Agouros
In 201004180915.01070.michaelkintz...@gmail.com michaelkintz...@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 ProtocolIMPS/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: elw...@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



Re: [gentoo-user] No Mousewheel in X and ctrl-alt-backspace not working

2010-04-19 Thread Mick
On Monday 19 April 2010 09:44:50 Konstantinos Agouros wrote:
 In 201004180915.01070.michaelkintz...@gmail.com michaelkintz...@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 ProtocolIMPS/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


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] No Mousewheel in X and ctrl-alt-backspace not working

2010-04-19 Thread dan blum
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 michaelkintz...@gmail.com wrote:

 From: Mick michaelkintz...@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.michaelkintz...@gmail.com
 michaelkintz...@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
 







Re: [gentoo-user] No Mousewheel in X and ctrl-alt-backspace not working

2010-04-18 Thread Mick
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 ProtocolIMPS/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


signature.asc
Description: This is a digitally signed message part.


Re: [gentoo-user] No Mousewheel in X and ctrl-alt-backspace not working

2010-04-18 Thread YoYo siska
On Sun, Apr 18, 2010 at 07:53:43AM +, 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 ProtocolIMPS/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