Re: [gentoo-user] Mouse wheel does not work in XFree86

2004-01-13 Thread Vanh Phom

 
 is this for USB mouse? when i try to use IMPS/2, the mouse cannot be
 used.

No, it is a microsoft ps2 mouse.

Vanh


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Mouse wheel does not work in XFree86

2004-01-13 Thread Krikket
On Tue, 13 Jan 2004, Tianran Chen wrote:
 On Mon, 12 Jan 2004, Vanh Phom wrote:

  Here is mine. I have microsoft intelli mouse.
 
 
  Section InputDevice
  Identifier  Mouse0
  Driver  mouse
  Option  Protocol IMPS/2 #auto
  Option  Device /dev/psaux
  Option ZAxisMapping  4 5
  EndSection
 
  Vanh

 is this for USB mouse? when i try to use IMPS/2, the mouse cannot be
 used.

Err, what's the command to load IMPS/2?

(Also, I'd check the archives, but as I'm a brand-spanking new user, I
haven't figured out where they are.  No obvious links on
http://www.gentoo.org/main/en/lists.xml...)

Thanks in advance!

Krikket


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Mouse wheel does not work in XFree86

2004-01-13 Thread Krikket
On Tue, 13 Jan 2004, Krikket wrote:

 Err, what's the command to load IMPS/2?

 (Also, I'd check the archives, but as I'm a brand-spanking new user, I
 haven't figured out where they are.  No obvious links on
 http://www.gentoo.org/main/en/lists.xml...)

I hang my head in shame.  Both questions were answered on the list before
I posted.  Many apologies for a bad start...

Krikekt


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Mouse wheel does not work in XFree86

2004-01-12 Thread Vanh Phom
Here is mine. I have microsoft intelli mouse.


Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol IMPS/2 #auto
Option  Device /dev/psaux
Option ZAxisMapping  4 5
EndSection

Vanh


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Mouse wheel does not work in XFree86

2004-01-12 Thread Tianran Chen


On Mon, 12 Jan 2004, Vanh Phom wrote:

 Here is mine. I have microsoft intelli mouse.
 
 
 Section InputDevice
   Identifier  Mouse0
   Driver  mouse
   Option  Protocol IMPS/2 #auto
   Option  Device /dev/psaux
 Option   ZAxisMapping  4 5
 EndSection
 
 Vanh

is this for USB mouse? when i try to use IMPS/2, the mouse cannot be
used.

--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Mouse wheel does not work in XFree86

2004-01-11 Thread Drake Wyrm
On Sat, Jan 10, 2004 at 07:38:44PM -0500, in [EMAIL PROTECTED], Tianran Chen [EMAIL 
PROTECTED] wrote:
 hi,
 
 i just installed Gentoo on my labtop, which has a touch pad as well as a 
 usb mouse. now everything work fine except that the mouse wheel still does 
 not work in X. i had tried adding following lines in XF86Config just as I 
 did in Redhat:
 
 Option Protocol PS/2
 Option Device   /dev/mouse
 Option Buttons  5
 Option ZAxisMapping 4 5

This is how my mouse section reads:
Section InputDevice
Identifier  Mouse0
Driver  mouse
Option  Protocol imps/2
Option  Device /dev/usbmouse
Option  Buttons 6
Option  ZAxisMapping 4 5
Option  CorePointer
EndSection

 ... i tried to change the protocol to IMPS/2, 
'imps/2' is usually the correct protocol. You may need to edit your
'/etc/devfsd.conf'. This is the relevant section from mine:
# Create /dev/mouse
LOOKUP  ^mouse$  CFUNCTION GLOBAL mksymlink misc/psaux mouse
REGISTER^misc/psaux$ CFUNCTION GLOBAL mksymlink $devname mouse
UNREGISTER  ^misc/psaux$ CFUNCTION GLOBAL unlink mouse

# Manage USB mouse
#REGISTER^input/mouse0$   CFUNCTION GLOBAL mksymlink $devname usbmouse
#UNREGISTER  ^input/mouse0$   CFUNCTION GLOBAL unlink usbmouse
REGISTER^input/mice$ CFUNCTION GLOBAL mksymlink $devname usbmouse
UNREGISTER  ^input/mice$ CFUNCTION GLOBAL unlink usbmouse

I am pretty sure that the /dev/mouse lines were in the default version
included with sys-apps/baselayout, but I may have wrote the USB mouse
stuff myself. You can either try this, or change the Device line from
XF86Config to /dev/input/mice or /dev/input/mouse0. input/mice is a
composite of all the USB mice installed in your system (i.e. input/mouse0
input/mouse1, input/mouse2, etc.), and is probably the one you want
to use.

-- 
Batou: Hey, Major... You ever hear of human rights?
Kusanagi: I understand the concept, but I've never seen it in action.
  --Ghost in the Shell


pgp0.pgp
Description: PGP signature


Re: [gentoo-user] Mouse wheel does not work in XFree86

2004-01-11 Thread Kathy Wills
Tianran Chen wrote:

On Sun, 11 Jan 2004, Redeeman wrote:

 

try:
Option Protocol ImPS/2
   

Thanks for replying.
I had already tried it, but it still does not work.
--
[EMAIL PROTECTED] mailing list


 

I have to use /dev/input/mice for my optical usb mouse to work.

--
Kathy Wills
+
+ Genealogy Web Site: http://www.kathywillsfamily.com   +
+   +
+


--
[EMAIL PROTECTED] mailing list


[gentoo-user] Mouse wheel does not work in XFree86

2004-01-10 Thread Tianran Chen
hi,

i just installed Gentoo on my labtop, which has a touch pad as well as a 
usb mouse. now everything work fine except that the mouse wheel still does 
not work in X. i had tried adding following lines in XF86Config just as I 
did in Redhat:

Option Protocol PS/2
Option Device   /dev/mouse
Option Buttons  5
Option ZAxisMapping 4 5

this does not help at all. i tried to change the protocol to IMPS/2, 
by which i cannot even use the mouse. i also tried to change the number of 
buttons to 3 (this mouse just have 3 buttons), and it does not help 
neither. when i use xev to listen to events, it seems the mouse wheel does 
not generate any events at all. can anyone help me out with this.

thanks for any information.


--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Mouse wheel does not work in XFree86

2004-01-10 Thread Redeeman
try:
Option Protocol ImPS/2

On Sun, 2004-01-11 at 01:38, Tianran Chen wrote:
 hi,
 
 i just installed Gentoo on my labtop, which has a touch pad as well as a 
 usb mouse. now everything work fine except that the mouse wheel still does 
 not work in X. i had tried adding following lines in XF86Config just as I 
 did in Redhat:
 
 Option Protocol PS/2
 Option Device   /dev/mouse
 Option Buttons  5
 Option ZAxisMapping 4 5
 
 this does not help at all. i tried to change the protocol to IMPS/2, 
 by which i cannot even use the mouse. i also tried to change the number of 
 buttons to 3 (this mouse just have 3 buttons), and it does not help 
 neither. when i use xev to listen to events, it seems the mouse wheel does 
 not generate any events at all. can anyone help me out with this.
 
 thanks for any information.
 
 
 --
 [EMAIL PROTECTED] mailing list
-- 
Regards, Redeeman
()  ascii ribbon campaign - against html e-mail 
/\- against microsoft attachments



--
[EMAIL PROTECTED] mailing list



Re: [gentoo-user] Mouse wheel does not work in XFree86

2004-01-10 Thread Tianran Chen


On Sun, 11 Jan 2004, Redeeman wrote:

 try:
 Option Protocol ImPS/2

Thanks for replying.
I had already tried it, but it still does not work.

--
[EMAIL PROTECTED] mailing list