Re: Intellimouse Explorer 4.0 wheel support buggy

2006-01-14 Thread Andreas Bögehold

Adam Porter wrote:

What kernel are you using?  Maybe you should try a newer one.


2.6.15, and theres nothing in the changelogs for the Snapshots that 
sounds like it would help.


Is it maybe possible to somehow compare the output USBsnoopy produces 
under Windows with the output the usbmon module generates under linux 
and then just send the commands that differ to the device manually, to 
see which command that is send under windows changes the configuraton of 
the mouse in a way that it works?


Andy



--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: Intellimouse Explorer 4.0 wheel support buggy

2006-01-13 Thread Adam Porter
Andreas Boegehold wrote:

> Hi,
> i have following problem:
> As soon as i move the mouse, the mouse wheel won't scroll anymore.
> I checked on the /dev/input/event2 device with input-events from the
> input-utils and it shows very few mouse wheel events passed from the
> kernel when i move the mouse (grepped it and 2-3 for several seconds of
> moving as opposed to many more when i hold the mouse still). The stupid
> thing is, that when i first boot to windows and then reboot to linux it
> works perfectly until i switch the computer off.

What kernel are you using?  Maybe you should try a newer one.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Intellimouse Explorer 4.0 wheel support buggy

2006-01-13 Thread Andreas Boegehold
Hi, 
i have following problem: 
As soon as i move the mouse, the mouse wheel won't scroll anymore. 
I checked on the /dev/input/event2 device with input-events from the 
input-utils and it shows very few mouse wheel events passed from the 
kernel when i move the mouse (grepped it and 2-3 for several seconds of 
moving as opposed to many more when i hold the mouse still). The stupid 
thing is, that when i first boot to windows and then reboot to linux it 
works perfectly until i switch the computer off. 

Does anyone know a solution or at least have the same problem?

Andy

-- 
10 GB Mailbox, 100 FreeSMS/Monat http://www.gmx.net/de/go/topmail
+++ GMX - die erste Adresse für Mail, Message, More +++


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Problems getting all buttons in intellimouse working using imwheel & xmodmap

2005-01-08 Thread rich
I'm trying to get the side buttons working on my ms intellimouse under
sarge.  Previously under yoper, I had set XF86Config-4 to a 7 button
mouse with ZAxisMapping to "6 7", run xmodmap -e "pointer = 1 2 3 6 7 4
5" and then run imwheel to map the side buttons to something useful.
However this isn't working under sarge.  Here's where I'm at:

I'm running on a laptop with a touchpad & a MS intellimouse attached by
USB.  The mouse section of XF86Config-4 looks like this:

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/psaux"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "false"
Option  "Buttons"   "7"
Option  "ZAxisMapping"  "6 7"
EndSection
Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "SendCoreEvents""true"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
    Option  "Emulate3Buttons"   "false"
Option  "Buttons"   "7"
Option  "ZAxisMapping"  "6 7"
EndSection

The odd thing is that the touchpad doesn't work atall, and
the /dev/psaux device seems to be my USB intellimouse - since changing
the original config of the /dev/psaux mouse from 5 to 7 buttons caused
the scrollwheel on the intellimouse to stop working.

So, question 1 is why does the USB mouse show up as /dev/psaux and can I
change this?  Could this be the cause of my problems (below)?

With this setup xev shows the following button mappings:

left mouse = button 1
click scrollwheel - button 2
right mouse = button 3
scroll down = button 7
scroll up = button 6
left side button = button 2
right side button = button 3

I then run xmodmap -e "pointer = 1 2 3 6 7 4 5"

Now, xev shows left, right & scrollwheel clicks to be the same.  However
the scrolling down now shows as button 7, then if I carry on scrolling
button 5.  Likewise scrolling up shows initally as button 6 then, if I
carry on scrolling, button 4.  The side buttons still act as buttons 2 &
3.  Obviously running imwheel doesn't work because the button mappings
are still messed up.

As an experiment I tried changing the protocol to ExplorerPS/2.  This
time before the xmodmap line, the side buttons acted as buttons 4 and 5.
However after running the xmodmap line, a single scroll up gives a
press/release of both button 4 & 6.  A single scroll down gives
press/releases of buttons 5 and 7.  The side buttons give the same
events as a scroll up or down.

So, why does the xmodmap line not work?  And why does scrolling activate
as 2 buttons?



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: intellimouse is crazy

2004-06-23 Thread Panos
>Hi all...
>
>I am geeting some troubles with a Intellimouse Ps2 in Debian Sarge
2.6.6.
>Its completely crazy in graphical interface. I know i have to modify
>/etc/XF86Config-4 (and I did it), but it doesnt work.
>Any suggestion.
>
>>From now, thanks all.

I have intellimouse explorer and Debian with 2.6.6 kernel.. It worked
either it was on ps/2 or on USB.. I do NOT have gpm installed but I have
mdetect. (you *SHOULD* uninstall gpm before installing mdetect otherwise
it won't work..). So, I suggest:
-uninstall gpm
-install mdetect
I will propably work
-Also, here's my mouse section on XF86Config4: (I just realized I have 2
mouse sections!! :? )

Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/psaux"
Option  "Protocol"  "ExplorerPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Section "InputDevice"
Identifier  "Generic Mouse"
Driver  "mouse"
Option  "SendCoreEvents""true"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection

Panos
--
Hi! I'm a .signature virus. Copy me into
your ~/.signature to help me spread!


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: intellimouse is crazy

2004-06-21 Thread Kent West
[EMAIL PROTECTED] wrote:
Hi all...
I am geeting some troubles with a Intellimouse Ps2 in Debian Sarge 2.6.6.
Its completely crazy in graphical interface. I know i have to modify
/etc/XF86Config-4 (and I did it), but it doesnt work.
Any suggestion.
From now, thanks all.

 

Are you running gpm? If so, what's the contents of /etc/gpm.conf?
What's the contents of the mouse section in /etc/X11/XF86Config-4?
Without this info, we're just shootin' in the dark.
--
Kent
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: intellimouse is crazy

2004-06-21 Thread Rthoreau
 
>[EMAIL PROTECTED] wrote:
> Hi all...
>
> I am geeting some troubles with a Intellimouse Ps2 in Debian Sarge 2.6.6.
> Its completely crazy in graphical interface. I know i have to modify
> /etc/XF86Config-4 (and I did it), but it doesnt work.
> Any suggestion.

> From now, thanks all.

You might want to post your Mouse section of your XF86Config-4 file.  It looks 
like your using the wrong protocol, most PS2 mice, even if they are 
Intellimouse work better if you use the ImPS/2 protocol. Give that a try, 
also you might want to try using gpm so you can have a mouse in a console 
window.  If that is the case search the list, or google for gpm setup.

Rthoreau


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: intellimouse is crazy

2004-06-21 Thread Pigeon
On Mon, Jun 21, 2004 at 03:53:42PM -0300, [EMAIL PROTECTED] wrote:
> Hi all...
> 
> I am geeting some troubles with a Intellimouse Ps2 in Debian Sarge 2.6.6.
> Its completely crazy in graphical interface. I know i have to modify
> /etc/XF86Config-4 (and I did it), but it doesnt work.
> Any suggestion.
> 
> >From now, thanks all.


What did you put in your config, then?

-- 
Pigeon

Be kind to pigeons
Get my GPG key here: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x21C61F7F


pgp7RGVlYTBIg.pgp
Description: PGP signature


Re: intellimouse is crazy

2004-06-21 Thread Kamaraju Kusumanchi
[EMAIL PROTECTED] wrote:
Hi all...
I am geeting some troubles with a Intellimouse Ps2 in Debian Sarge 2.6.6.
Its completely crazy in graphical interface. I know i have to modify
/etc/XF86Config-4 (and I did it), but it doesnt work.
Any suggestion.
From now, thanks all.

You have to load the mousedev and psmouse modules into the kernel.Use 
modconf program (as root) to do this. Run modconf and go into 
/kernel/drivers/input and
/kernel/drivers/input/mouse and make appropriate changes. That should 
set everything.

raju
Home page: http://www.people.cornell.edu/pages/kk288/index.html
Fluid's group: http://groups.yahoo.com/group/flumech/
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



intellimouse is crazy

2004-06-21 Thread listas
Hi all...

I am geeting some troubles with a Intellimouse Ps2 in Debian Sarge 2.6.6.
Its completely crazy in graphical interface. I know i have to modify
/etc/XF86Config-4 (and I did it), but it doesnt work.
Any suggestion.

>From now, thanks all.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: IntelliMouse Explorer (USB Compatible)

2003-12-08 Thread Sebastian Zehetbauer
> I decided trying to get help on this list after having read many articles
I
> found with google and having tried a lot of different entries in the
> /etc/X11/XF86Config-4 and /etc/gpm.conf files - none of which worked.
> 
> My computer is a PowerBook G3 ("pismo").
> I run 'woody' (2.4.18-newpmac).
> 
> The built-in touchpad runs very well (with button2 mapped on F11 and
button2
> mapped on F12), but I cannot get my external USB mouse to work properly.
> Whatever I try, the following happens:
> 
> -up/down movements of the mouse are not recognized.
> -left/right movements of the mouse result in up/down movements of the
> pointer.
> -clicking the left and right buttons moves the cursor just a little to the
> right.
> -clicking the wheel (=middle button) moves the curser a little faster to
the
> right.
> 
> (These things happen BOTH in X and in the text console (tty1...tty6).
> 
> my current configuration is:
> 
> /etc/gpm.conf
> device=/dev/input/mice
> responsiveness=
> repeat_type=ms3
> type=ps2
> append=""
> sample_rate=
> 
> /etx/X11/XF86Config-4
> ...
> Section "InputDevice"
> Identifier"Configured Mouse"
> Driver"mouse"
> Option"CorePointer"
> Option"Device""/dev/input/mice"
> Option"Protocol""ImPS/2"
> Option"Emulate3Buttons""true"
> Option"ZAxisMapping""4 5"
> EndSection
> ...
> 
> There seems to be someome with a similar problem:
> http://lists.debian.org/debian-user/2002/debian-user-200212/msg04475.html
> 
> I did not have this problem when I had the 2.2 kernel installed - but
> several other things didn't work then; besides -as far as i understood-
the 2.4
> kernel is recommended for the pismo.
> 
> Thank you for reading - your help is greatly appreciated!
> 
> -Sebastian
Hi Sebastian

I run a G4 and my XF86Config-4 Mouse section is identical to yours but
I'm sure I read somewhere that you don't need gpm and that may be part
of your problem. I don't have it installed.

You could try uninstalling gpm and see whether that helps.  If 
not, I suggest you post to [EMAIL PROTECTED] - 
there are some knowledgeable folks there ;)

HTH

Clive
--- --- ---

Craig, lsmod says the following - i hope this allows further suggestions.
Module  Size  Used byNot tainted
soundcore   4840   0  (autoclean)
pcmcia_core43376   0 
tap03628   1  (autoclean)
rtc 1792   0  (autoclean)
--- --- ---

Hi Clive, thanks for your suggestion. uninstalling (and re-installing) gpm
did not solve the problem. For some reason, I believe that knowing what
exactly is different between the 2.2 and the 2.4 kernel as far as mouse options and
usb functionality would be the key to a possible solution or workaround
---Seb.

-- 
+++ GMX - die erste Adresse für Mail, Message, More +++
Neu: Preissenkung für MMS und FreeMMS! http://www.gmx.net



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: IntelliMouse Explorer (USB Compatible)

2003-12-08 Thread Clive Menzies
On (08/12/03 22:27), [EMAIL PROTECTED] wrote:
> I decided trying to get help on this list after having read many articles I
> found with google and having tried a lot of different entries in the
> /etc/X11/XF86Config-4 and /etc/gpm.conf files - none of which worked.
> 
> My computer is a PowerBook G3 ("pismo").
> I run 'woody' (2.4.18-newpmac).
> 
> The built-in touchpad runs very well (with button2 mapped on F11 and button2
> mapped on F12), but I cannot get my external USB mouse to work properly.
> Whatever I try, the following happens:
> 
> -up/down movements of the mouse are not recognized.
> -left/right movements of the mouse result in up/down movements of the
> pointer.
> -clicking the left and right buttons moves the cursor just a little to the
> right.
> -clicking the wheel (=middle button) moves the curser a little faster to the
> right.
> 
> (These things happen BOTH in X and in the text console (tty1...tty6).
> 
> my current configuration is:
> 
> /etc/gpm.conf
> device=/dev/input/mice
> responsiveness=
> repeat_type=ms3
> type=ps2
> append=""
> sample_rate=
> 
> /etx/X11/XF86Config-4
> ...
> Section "InputDevice"
>   Identifier  "Configured Mouse"
>   Driver  "mouse"
>   Option  "CorePointer"
>   Option  "Device""/dev/input/mice"
>   Option  "Protocol"  "ImPS/2"
>   Option  "Emulate3Buttons"   "true"
>   Option  "ZAxisMapping"  "4 5"
> EndSection
> ...
> 
> There seems to be someome with a similar problem:
> http://lists.debian.org/debian-user/2002/debian-user-200212/msg04475.html
> 
> I did not have this problem when I had the 2.2 kernel installed - but
> several other things didn't work then; besides -as far as i understood- the 2.4
> kernel is recommended for the pismo.
> 
> Thank you for reading - your help is greatly appreciated!
> 
> -Sebastian
Hi Sebastian

I run a G4 and my XF86Config-4 Mouse section is identical to yours but
I'm sure I read somewhere that you don't need gpm and that may be part
of your problem. I don't have it installed.

You could try uninstalling gpm and see whether that helps.  If 
not, I suggest you post to [EMAIL PROTECTED] - 
there are some knowledgeable folks there ;)

HTH

Clive
-- 
http://www.clivemenzies.co.uk
strategies for business


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



IntelliMouse Explorer (USB Compatible)

2003-12-08 Thread sz-pr
Hi,

I decided trying to get help on this list after having read many articles I
found with google and having tried a lot of different entries in the
/etc/X11/XF86Config-4 and /etc/gpm.conf files - none of which worked.

My computer is a PowerBook G3 ("pismo").
I run 'woody' (2.4.18-newpmac).

The built-in touchpad runs very well (with button2 mapped on F11 and button2
mapped on F12), but I cannot get my external USB mouse to work properly.
Whatever I try, the following happens:

-up/down movements of the mouse are not recognized.
-left/right movements of the mouse result in up/down movements of the
pointer.
-clicking the left and right buttons moves the cursor just a little to the
right.
-clicking the wheel (=middle button) moves the curser a little faster to the
right.

(These things happen BOTH in X and in the text console (tty1...tty6).

my current configuration is:

/etc/gpm.conf
device=/dev/input/mice
responsiveness=
repeat_type=ms3
type=ps2
append=""
sample_rate=

/etx/X11/XF86Config-4
...
Section "InputDevice"
Identifier  "Configured Mouse"
Driver  "mouse"
Option  "CorePointer"
Option  "Device""/dev/input/mice"
Option  "Protocol"  "ImPS/2"
Option  "Emulate3Buttons"   "true"
Option  "ZAxisMapping"  "4 5"
EndSection
...

There seems to be someome with a similar problem:
http://lists.debian.org/debian-user/2002/debian-user-200212/msg04475.html

I did not have this problem when I had the 2.2 kernel installed - but
several other things didn't work then; besides -as far as i understood- the 2.4
kernel is recommended for the pismo.

Thank you for reading - your help is greatly appreciated!

-Sebastian

-- 
+++ GMX - die erste Adresse für Mail, Message, More +++
Neu: Preissenkung für MMS und FreeMMS! http://www.gmx.net



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



USB Intellimouse problem

2003-08-14 Thread Aaron
Hey everyone,

I'm running Debian stable with an Intellimouse 3.0 and I'm having the
most awful time.

I had the older version Intellimouse on this machine (my laptop, an
Inspiron 4100) and it was great, then I had some problems and ended up
reinstalling Debian from scratch (in other words, all of my old
configuration is gone). Now the mouse is really choppy and many times
the left click isn't even detected. Sometimes it will click, but in
slightly the wrong place!

Here is the appropriate section of my XF86Config-4:

Section "InputDevice"
Identifier  "Intellimouse"
Driver  "mouse"
Option  "Protocol"  "ImPS/2"
Option  "Device""/dev/input/mice"
Option  "Buttons"   "5"
Option  "ZAxisMapping"  "4 5"
Option  "Emulate3Buttons"   "no"
Option  "Resolution""1200"
EndSection

I added the Resolution option on a whim after seeing it in someone
else's config file, but it didn't do anything for me. Basically the
mouse cursor is smooth and accurate using the touchpad (/dev/psaux)
but really choppy and inaccurate using the Intellimouse.

Any suggestions? Any help appreciated.

-- 
Aaron Bieber
-
Graphic Design // Web Design
http://www.core-dev.com/
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: USB Intellimouse problem

2003-08-14 Thread Aaron
On -2035-Tue, Aug 12, 2003 at 11:02:55AM +1000, Damien Solley <[EMAIL PROTECTED]> 
spake thus,
> JASITD (Just a stab in the dark): What sort of surface are you you using
> the Intellimouse on? I have had similar problems to what you're
> describing when using the optical sensor on printed sheets (newspaper),
> pattered wood desks, and even ornamental mousepads (with pictures on
> em). If this might be the problem, then try using the mouse on a plain
> surface (eg a blank sheet of paper). 

It definitely wasn't that. I have experienced the problems you
describe, but I have since gotten it working and not only do I not
know HOW I did it, but I'm not sure how it worked in the first
place... :p

I was missing one or two kernel modules or options that I needed, and
after adding them I started to see output from `cat /dev/input/mice`
where there was none before. I believe it was, in particular, the
"input layer support" under one of the primary usb modules, like HID,
but I don't have my laptop in front of me so I'm not sure.

In any case, problem solved, very irritating, went through about 5
kernel builds trying different options, finally I'm operational.

Thanks!

-- 
Aaron Bieber
-
Graphic Design // Web Design
http://www.core-dev.com/
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: USB Intellimouse problem

2003-08-11 Thread Damien Solley
JASITD (Just a stab in the dark): What sort of surface are you you using
the Intellimouse on? I have had similar problems to what you're
describing when using the optical sensor on printed sheets (newspaper),
pattered wood desks, and even ornamental mousepads (with pictures on
em). If this might be the problem, then try using the mouse on a plain
surface (eg a blank sheet of paper). 

On Tue, 2003-08-12 at 05:19, Aaron wrote:
> Hey everyone,
> 
> I'm running Debian stable with an Intellimouse 3.0 and I'm having the
> most awful time.
> 
> I had the older version Intellimouse on this machine (my laptop, an
> Inspiron 4100) and it was great, then I had some problems and ended up
> reinstalling Debian from scratch (in other words, all of my old
> configuration is gone). Now the mouse is really choppy and many times
> the left click isn't even detected. Sometimes it will click, but in
> slightly the wrong place!
> 
> Here is the appropriate section of my XF86Config-4:
> 
> Section "InputDevice"
> Identifier  "Intellimouse"
> Driver  "mouse"
> Option  "Protocol"  "ImPS/2"
> Option  "Device""/dev/input/mice"
> Option  "Buttons"   "5"
> Option  "ZAxisMapping"  "4 5"
> Option  "Emulate3Buttons"   "no"
> Option  "Resolution""1200"
> EndSection
> 
> I added the Resolution option on a whim after seeing it in someone
> else's config file, but it didn't do anything for me. Basically the
> mouse cursor is smooth and accurate using the touchpad (/dev/psaux)
> but really choppy and inaccurate using the Intellimouse.
> 
> Any suggestions? Any help appreciated.
> 
> -- 
> Aaron Bieber
> -
> Graphic Design // Web Design
> http://www.core-dev.com/
[EMAIL PROTECTED]
-- 
Damien Solley
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: MS Intellimouse Explorer

2002-12-23 Thread Faheem Mitha
On Tue, 24 Dec 2002 02:52:52 + (UTC), Faheem Mitha
<[EMAIL PROTECTED]> wrote:
> On Sun, 22 Dec 2002 16:08:52 -0500, Trey Sizemore <[EMAIL PROTECTED]> wrote:
>> I liked the idea of Knoppix and downloaded it to try.  I noticed that my
>> Intellimouse Explorer (USB/optical) does not work however.  Side to side
>> motion moves the mouse up and down (up and down does nothing) and
>> clicking the mouse buttons moves the cursor to the right incrementally.
>> The mouse works fine in Red Hat and Libranet, but I have the same mouse
>> issue in Mandrake 9.0.  I have posted to both forums over the past weeks
>> with no results (other than switch to a PS/2 mouse) and searched many
>> FAQs.  Any help in resolving this issue is greatly appreciated.
> 
> I have the Intellimouse Explorer, and I get the same behaviour with
> the default bootup. But have you tried booting Knoppix with "knoppix
> wheelmouse" at the bootprompt? This enables IMPS/2 protocol for
> wheelmice.

I just googled for "knoppix intellimous" and found someone who said
"knoppix wheelmouse" doesn't work and that "the cursor just runs
mindlessly on the screen, ending at the far right where it stays no
matter what I try". Oh well. I guess I should try these things before
recommending them.
 Faheem.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: MS Intellimouse Explorer

2002-12-23 Thread Faheem Mitha
On Sun, 22 Dec 2002 16:08:52 -0500, Trey Sizemore <[EMAIL PROTECTED]> wrote:
> I liked the idea of Knoppix and downloaded it to try.  I noticed that my
> Intellimouse Explorer (USB/optical) does not work however.  Side to side
> motion moves the mouse up and down (up and down does nothing) and
> clicking the mouse buttons moves the cursor to the right incrementally.
> The mouse works fine in Red Hat and Libranet, but I have the same mouse
> issue in Mandrake 9.0.  I have posted to both forums over the past weeks
> with no results (other than switch to a PS/2 mouse) and searched many
> FAQs.  Any help in resolving this issue is greatly appreciated.

I have the Intellimouse Explorer, and I get the same behaviour with
the default bootup. But have you tried booting Knoppix with "knoppix
wheelmouse" at the bootprompt? This enables IMPS/2 protocol for
wheelmice.

If this doesn't work, you could try the "expert" option.  This gives
you the option to interactively configure stuff. I haven't got around
to trying either of these myself, and I've just lent my Knoppix CD to
someone. See
http://download.linuxtag.org/knoppix/knoppix-cheatcodes.txt for a list
of boot-time options.

  Faheem.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




MS Intellimouse Explorer

2002-12-22 Thread Trey Sizemore
I liked the idea of Knoppix and downloaded it to try.  I noticed that my
Intellimouse Explorer (USB/optical) does not work however.  Side to side
motion moves the mouse up and down (up and down does nothing) and
clicking the mouse buttons moves the cursor to the right incrementally.
The mouse works fine in Red Hat and Libranet, but I have the same mouse
issue in Mandrake 9.0.  I have posted to both forums over the past weeks
with no results (other than switch to a PS/2 mouse) and searched many
FAQs.  Any help in resolving this issue is greatly appreciated.

-Trey
-- 
  Trey Sizemore
  [EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Intellimouse Explorer USB

2001-10-17 Thread Morbo
I'm using an Intellimouse Explorer connected through USB and generally it's
working fine,
but when I move the mouse around, from time to time it stops. When this
happens ther 'red
light' on the bottom of the mouse is turned of, and I have to move it a bit
to get it on again.

Does anybody know the reason for this?

Many thanks i n advance!
regards,
Balazs



Re: cannot use microsoft intellimouse 1.2A ps/2 compatible

2001-09-10 Thread Mike Williams
  >>> On Fri, 07 Sep 2001 18:50:18 -0700,
  >>> "carlos" == "carlos mena" <[EMAIL PROTECTED]> wrote:

  carlos> can anyone help me. i'm in the process of installing the official
  carlos> binary-i386 version 2.2_r3 of debian, but when i get to the part of
  carlos> configuring xf86 and i'm trying to configure the mouse wich is a  
microsoft
  carlos> intellimouse 1.2A ps/2 compatible.

The following config works well for me and my MS Wheel-Mouse:

  +--- /etc/gpm.conf ---
  | device=/dev/psaux
  | responsiveness=
  | repeat_type=raw
  | type=imps2
  | append=""

  +--- in /etc/X11/XF86Config-4 ---
  | Section "InputDevice"
  | Identifier  "Mouse2"
  | Driver  "mouse"
  | Option  "Protocol"  "IMPS/2"
  | Option  "Device""/dev/gpmdata"
  | Option  "ZAxisMapping"  "4 5"
  | EndSection

Note that the "raw" repeat-type gets gpm to echo mouse-events directly thru
to /dev/gpmdata ... I then configure X to talk "IMPS/2".  If you use the
default repeat-type ("msc"), you'd have to modify your XF86Config to suit.

-- 
cheers, Mike



Re: cannot use microsoft intellimouse 1.2A ps/2 compatible

2001-09-08 Thread Helmut Trinkl

carlos mena wrote:

can anyone help me. i'm in the process of installing the official  
binary-i386 version 2.2_r3 of debian, but when i get to the part of  
configuring xf86 and i'm trying to configure the mouse wich is a  
microsoft  intellimouse 1.2A ps/2 compatible. i've tried different 
cconfigurations such  as

(1) protocol: imps2 device: /dev/mouse (mouse did not move);
(2)protocol: imps2 device: dev/ttySO (mouse moved erratically,but 
always  shifted to the right corner of the screen).
someone told me to check and see if i had gpm.conf file in my /etc  
directory, but i did not find it. any help is appreciated. thanks.

--cc


Try to run 'gpmconfig' as root. If the program doesn't show up, you will 
have to install the 'gpm' package by running 'dselect'. Use dselect 
carefully in order to not confuse your system. The program will provide 
you with sufficient online help, but you might have to study your way 
through. After installing and configuring gpm, you will be able to use 
your mouse in text mode. I have set my ps2 mouse on device /dev/psaux as 
concerns the gpm mouse interface server. Now you will also have your 
/etc/gpm.conf file as well.


Next run 'XF86Setup' as root. Follow the instructions closely. The 
'Mouse Device' will be already preset to '/dev/gpmdata'. Don't change. 
Instead try different mouse protocols as you think might fit. Don't get 
stuck on the brand of your mouse necessarily. Experiment but don't 
fumble about. My system once hung up completely while configuring the mouse.


That's how it worked out on my system. This way you will have a mouse in 
both, text and graphics mode. Isn't that great ...


Helmut



Re: cannot use microsoft intellimouse 1.2A ps/2 compatible

2001-09-08 Thread Johnny Ernst Nielsen
Actually I think that should be /dev/psaux

Best regards
Johnny :o)

>If your mouse is a PS/2 compatible the device you should be 
using is /dev/aux 
>(which is usually symlinked to /dev/mouse, but sometimes 
not..). Hope this is 
>of help.
>
>On September 7, 2001 18:50, carlos mena wrote:
>> can anyone help me. i'm in the process of installing the 
official
>> binary-i386 version 2.2_r3 of debian, but when i get to the 
part of
>> configuring xf86 and i'm trying to configure the mouse wich 
is a  microsoft
>> intellimouse 1.2A ps/2 compatible. i've tried different 
cconfigurations
>> such as
>> (1) protocol: imps2 device: /dev/mouse (mouse did not move);
>> (2)protocol: imps2 device: dev/ttySO (mouse moved 
erratically,but always
>> shifted to the right corner of the screen).
>> someone told me to check and see if i had gpm.conf file in 
my /etc
>> directory, but i did not find it. any help is appreciated. 
thanks.
>> --cc
>>
>>
>> 
_
>> Get your FREE download of MSN Explorer at 
http://explorer.msn.com/intl.asp
>
>
>-- 
>To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
>with a subject of "unsubscribe". Trouble? Contact 
[EMAIL PROTECTED]
>
>
>



Re: cannot use microsoft intellimouse 1.2A ps/2 compatible

2001-09-07 Thread Kamil Kisiel
If your mouse is a PS/2 compatible the device you should be using is /dev/aux 
(which is usually symlinked to /dev/mouse, but sometimes not..). Hope this is 
of help.

On September 7, 2001 18:50, carlos mena wrote:
> can anyone help me. i'm in the process of installing the official
> binary-i386 version 2.2_r3 of debian, but when i get to the part of
> configuring xf86 and i'm trying to configure the mouse wich is a  microsoft
> intellimouse 1.2A ps/2 compatible. i've tried different cconfigurations
> such as
> (1) protocol: imps2 device: /dev/mouse (mouse did not move);
> (2)protocol: imps2 device: dev/ttySO (mouse moved erratically,but always
> shifted to the right corner of the screen).
> someone told me to check and see if i had gpm.conf file in my /etc
> directory, but i did not find it. any help is appreciated. thanks.
> --cc
>
>
> _
> Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp



cannot use microsoft intellimouse 1.2A ps/2 compatible

2001-09-07 Thread carlos mena
can anyone help me. i'm in the process of installing the official 
binary-i386 version 2.2_r3 of debian, but when i get to the part of 
configuring xf86 and i'm trying to configure the mouse wich is a  microsoft 
intellimouse 1.2A ps/2 compatible. i've tried different cconfigurations such 
as

(1) protocol: imps2 device: /dev/mouse (mouse did not move);
(2)protocol: imps2 device: dev/ttySO (mouse moved erratically,but always 
shifted to the right corner of the screen).
someone told me to check and see if i had gpm.conf file in my /etc 
directory, but i did not find it. any help is appreciated. thanks.

--cc


_
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp



Re: problems with intellimouse explorer USB

2001-08-21 Thread Kevin C. Smith
On Tue, Aug 21, 2001 at 10:28:35AM -0700, Anthony Lau wrote:
> At 7:50 AM -0700 8/21/2001, David Roundy wrote:
> >On Tue, Aug 21, 2001 at 02:44:00PM -0500, Juan Antonio wrote:
> >
> > > I have installed debian woody but I still use kernel 2.2.19 (the one
> > > which is installed with floppy disks) I installed Xfree 4.x.x (the ones
> > > that come with woody). And they do not recognize my mouse. So I can?t
> > > execute xf86cfg. When I execute xf86config and asks me for the dev entry
> > > for my mouse I do not know what to answer. And there is no /dev/mouse
> > > entry in /dev dir.
> >
Do you have the PS/2 adaptor?
Try putting the adaptor on it for PS/2, makes this easier for now.
Then for "dev entry" for your mouse enter: /dev/psaux

My /etc/X11/XF86Config-4

Section "InputDevice"
Indentifier "Mouse0"
Driver  "mouse"
Option  "Protocol" "ExplorerPS/2"
Option  "Device" "/dev/psaux"
Option  "Buttons" "7"
Option  "ZAxisMapping" "6 7"
EndSection


My /etc/X11/Xsession I added:

xmodmap -e "pointer = 1 2 3 6 7 4 5"


The above stuff got my wheel working in X.


-- 
Kevin C. Smith| Debian GNU/Linux
[EMAIL PROTECTED]   | 



Re: problems with intellimouse explorer USB

2001-08-21 Thread Anthony Lau

At 7:50 AM -0700 8/21/2001, David Roundy wrote:

On Tue, Aug 21, 2001 at 02:44:00PM -0500, Juan Antonio wrote:

 > I have installed debian woody but I still use kernel 2.2.19 (the one
 > which is installed with floppy disks) I installed Xfree 4.x.x (the ones
 > that come with woody). And they do not recognize my mouse. So I can?t
 > execute xf86cfg. When I execute xf86config and asks me for the dev entry
 > for my mouse I do not know what to answer. And there is no /dev/mouse
 > entry in /dev dir.

I would guess it would be /dev/input/mice.


I would also make sure your 2.2.19 kernel has USB support compiled in or made
as a module.

--
Anthony Lau



Re: problems with intellimouse explorer USB

2001-08-21 Thread David Roundy
On Tue, Aug 21, 2001 at 02:44:00PM -0500, Juan Antonio wrote:

> I have installed debian woody but I still use kernel 2.2.19 (the one
> which is installed with floppy disks) I installed Xfree 4.x.x (the ones
> that come with woody). And they do not recognize my mouse. So I can?t
> execute xf86cfg. When I execute xf86config and asks me for the dev entry
> for my mouse I do not know what to answer. And there is no /dev/mouse
> entry in /dev dir.

I would guess it would be /dev/input/mice.
-- 
David Roundy
http://civet.berkeley.edu/droundy/



problems with intellimouse explorer USB

2001-08-21 Thread Juan Antonio



I have installed debian woody but I still use 
kernel 2.2.19 (the one which is installed with floppy disks) I installed Xfree 
4.x.x (the ones that come with woody). And they do not recognize my mouse. So I 
can´t  execute xf86cfg. When I execute xf86config and  asks me for the 
dev entry for my mouse I do not know what to answer. And there is no 
/dev/mouse entry in /dev dir.
 
I have the mouse connected to my LG Flatron 795 FT+ 
USB hub.
 
Thank you
 
NANO


Re: error trying to use XFree86 4.x.x with USB Microsoft Intellimouse....

2001-07-04 Thread Jeld The Dark Elf
On Wed, Jul 04, 2001 at 09:42:16AM -0400, Walter Tautz wrote:
> Module  Size  Used by
> usbmouse1648   0  (unused)
> input   2752   0  [usbmouse]
> usb-uhci   17984   0  (unused)
> usbcore44560   1  [usbmouse usb-uhci]
> 3c59x  21200   1 
> 
I got one of those optical mice meself. The correct module list is 
usbcore
uhci ( or usb-uhci )
devmouse
hid

-- 
"The difference between sex and death is that with death you can do it alone 
and no one is going to make fun of you." Woody Allen



Re: error trying to use XFree86 4.x.x with USB Microsoft Intellimouse....

2001-07-04 Thread Jimmy Richards
On Wed, Jul 04, 2001 at 09:42:16AM -0400, Walter Tautz wrote:
> Ok, Followed the instructions at www.linux-usb.org/USB-guide/


Hiya There Walter,

I'll try and help you out here. I use /dev/usbmouse, but
/dev/input/mice applies to the device file in the same way.
I'll get to it in a sec. First, you don't have all the modules you need
loaded. I put them in /etc/modules so that they load when I boot up.
You're missing 'hid', 'mousedev', and I don't have/use a module called
'usbmouse' myself just to let you know. My mouse is the same as the one
you have. So, you'll need to make sure you have those modules in your
kernel config. Here's my relevent modules listing for you...

lsmod

mousedev
hid
input
usb-uhci
usbcore


Then, (my example will be with /dev/usbmouse)once you've got the modules
thing straightened out, go into /dev and make the device file with the
correct minor and major numbers, 13 and 32 respectively. The 13 63
doesn't work for me.

cd /dev
rm -fv usbmouse
mknod usbmouse c 13 32

Now that the device file is made, as long as the modules are properly
loaded, you should be able to test it by catting it to stdout...

cat /dev/usbmouse

This will give you a bunch of strange characters as you move the mouse
around. Now you should be ready to start X.



Good Luck and Enjoy!

Jimmmy Richards


Is this the party to whom I'm speaking? - Lily Tomlin



>  
>  but X gives error:
> 
>  (EE) xf86OpenSerial: Cannot open device /dev/input/mice
>  No such device. 
>(EE) USB Mice: cannot open input device
>(EE) PreInit failed for input device "USB Mice"
> 
> 
> The device does exist! ls -al /dev/input/mice 
> 
> crw-r--r-- 1 root   root13,  63  
> 
> 
> 
> /proc/bus/usb/devices gives:
> 
> T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
> B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
> D:  Ver= 1.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
> P:  Vendor= ProdID= Rev= 0.00
> S:  Product=USB UHCI Root Hub
> S:  SerialNumber=b400
> C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=  0mA
> I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
> E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=255ms
> T:  Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#=  2 Spd=1.5 MxCh= 0
> D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
> P:  Vendor=045e ProdID=0029 Rev= 1.08
> S:  Manufacturer=Microsoft
> S:  Product=Microsoft IntelliMouse? Optical
> C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
> I:  If#= 0 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=01 Prot=02 Driver=usb_mouse
> E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl= 10ms
> 
> 
> 
> and lsmod gives:
> 
> 
> Module  Size  Used by
> usbmouse1648   0  (unused)
> input   2752   0  [usbmouse]
> usb-uhci   17984   0  (unused)
> usbcore44560   1  [usbmouse usb-uhci]
> 3c59x  21200   1 
> 
> --
> I put the appropriate entries as suggested for a wheel mouse: (The whole
> configuration XF86Config-4 file is included): SEE END of this message
> for XFree86.0.log file. 
> 
> 
> 
> 
> 
> # File XF86Config -4 generated by xf86config.
> 
> #
> # Copyright (c) 1999 by The XFree86 Project, Inc.
> #
> # Permission is hereby granted, free of charge, to any person obtaining a
> # copy of this software and associated documentation files (the "Software"),
> # to deal in the Software without restriction, including without limitation
> # the rights to use, copy, modify, merge, publish, distribute, sublicense,
> # and/or sell copies of the Software, and to permit persons to whom the
> # Software is furnished to do so, subject to the following conditions:
> # 
> # The above copyright notice and this permission notice shall be included in
> # all copies or substantial portions of the Software.
> # 
> # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
> # THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
> # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
> # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> # SOFTWARE.
> # 
> # Except as contained in this notice, the name of the XFree86 Pr

error trying to use XFree86 4.x.x with USB Microsoft Intellimouse....

2001-07-04 Thread Walter Tautz
Ok, Followed the instructions at www.linux-usb.org/USB-guide/
 
 but X gives error:

 (EE) xf86OpenSerial: Cannot open device /dev/input/mice
 No such device. 
 (EE) USB Mice: cannot open input device
 (EE) PreInit failed for input device "USB Mice"


The device does exist! ls -al /dev/input/mice 

crw-r--r-- 1 root   root13,  63  



/proc/bus/usb/devices gives:

T:  Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#=  1 Spd=12  MxCh= 2
B:  Alloc=  0/900 us ( 0%), #Int=  0, #Iso=  0
D:  Ver= 1.00 Cls=09(hub  ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor= ProdID= Rev= 0.00
S:  Product=USB UHCI Root Hub
S:  SerialNumber=b400
C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr=  0mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=09(hub  ) Sub=00 Prot=00 Driver=hub
E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=255ms
T:  Bus=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#=  2 Spd=1.5 MxCh= 0
D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=045e ProdID=0029 Rev= 1.08
S:  Manufacturer=Microsoft
S:  Product=Microsoft IntelliMouse® Optical
C:* #Ifs= 1 Cfg#= 1 Atr=a0 MxPwr=100mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=01 Prot=02 Driver=usb_mouse
E:  Ad=81(I) Atr=03(Int.) MxPS=   4 Ivl= 10ms



and lsmod gives:


Module  Size  Used by
usbmouse1648   0  (unused)
input   2752   0  [usbmouse]
usb-uhci   17984   0  (unused)
usbcore44560   1  [usbmouse usb-uhci]
3c59x  21200   1 

--
I put the appropriate entries as suggested for a wheel mouse: (The whole
configuration XF86Config-4 file is included): SEE END of this message
for XFree86.0.log file. 





# File XF86Config -4 generated by xf86config.

#
# Copyright (c) 1999 by The XFree86 Project, Inc.
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
# to deal in the Software without restriction, including without limitation
# the rights to use, copy, modify, merge, publish, distribute, sublicense,
# and/or sell copies of the Software, and to permit persons to whom the
# Software is furnished to do so, subject to the following conditions:
# 
# The above copyright notice and this permission notice shall be included in
# all copies or substantial portions of the Software.
# 
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
# THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
# OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# 
# Except as contained in this notice, the name of the XFree86 Project shall
# not be used in advertising or otherwise to promote the sale, use or other
# dealings in this Software without prior written authorization from the
# XFree86 Project.
#

# **
# Refer to the XF86Config(4/5) man page for details about the format of 
# this file.
# **

# **
# Module section -- this  section  is used to specify
# which dynamically loadable modules to load.
# **
#
Section "Module"

# This loads the DBE extension module.

Load"dbe"   # Double buffer extension

# This loads the miscellaneous extensions module, and disables
# initialisation of the XFree86-DGA extension within that module.
SubSection  "extmod"
  Option"omit xfree86-dga"   # don't initialise the DGA extension
EndSubSection

# This loads the Type1 and FreeType font modules
Load"type1"
Load"freetype"

# This loads the GLX module
#Load   "glx"

EndSection

# **
# Files section.  This allows default font and rgb paths to be set
# **

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

RgbPath "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
# 
# If you don't have a floating point coprocessor and emacs, Mosai

Microsoft Intellimouse optical USB and PS/2 compatible mouse?

2001-06-15 Thread Walter Tautz
specifically the plug is a little rectangular shape, i.e, it
is plugged into one of two USB ports. Anyone have some cogent
advice? Does the kernel need updating (currently have
2.2.19pre17-idepci).

-walter





Re: [debian-user] Scrolling the mouse wheel of Microsoft Intellimouse Explorer (again) in Corel Linux 1.2

2001-01-04 Thread Rüdiger Kuhlmann

Hi!

>--[Marco Herrn]--<[EMAIL PROTECTED]>
> > I'd like to have it, too. I can't get the wheel to work at all - the funny
> > thing is, when I do something like "cat /dev/psaux/ | od -tc", it starts
> > printing characters for moving the mouse or clicking the buttons, but not
> > for moving the wheel! What can I do? If there is no response to the wheel
> > that low level, of course it can't work anywhere else...

> To use the wheel you must add line for ZAxisMapping in your XF86Config.

Yes I did everything I should, but

> Look at http://www.inria.fr/koala/colas/mouse-wheel-scroll/ 

this is the right tip - I bought an OEM Logitech PilotMouse+, so it looks
like I'm doomed...

Thanks a lot!

Yours, Rüdiger.

-- 
 mailto:[EMAIL PROTECTED]
   http://www.ruediger-kuhlmann.de/



Re: [debian-user] Scrolling the mouse wheel of Microsoft Intellimouse Explorer (again) in Corel Linux 1.2

2000-12-31 Thread Marco Herrn

- Original Message -
From: "Rüdiger Kuhlmann" <[EMAIL PROTECTED]>
To: 
Sent: Sunday, December 31, 2000 1:06 AM
Subject: Re: [debian-user] Scrolling the mouse wheel of Microsoft
Intellimouse Explorer (again) in Corel Linux 1.2


>
> Hi!
>
> >--[Rob VanFleet]--<[EMAIL PROTECTED]>
> > On Mon, Dec 25, 2000 at 10:13:16AM +0100, Andrea Vettorello wrote:
>
> > > Modifying your ~/.Xdefaults file you can use the wheel in Nestcape 4.x
too without
> > > imwheell.
> > > I've posted mine some time ago on the list...
> > Could you possibly repost it?  I searched the archives back to 97 and I
only
> > got two results.
>
> I'd like to have it, too. I can't get the wheel to work at all - the funny
> thing is, when I do something like "cat /dev/psaux/ | od -tc", it starts
> printing characters for moving the mouse or clicking the buttons, but not
> for moving the wheel! What can I do? If there is no response to the wheel
> that low level, of course it can't work anywhere else...
>


To use the wheel you must add line for ZAxisMapping in your XF86Config.
Look at http://www.inria.fr/koala/colas/mouse-wheel-scroll/ That is a good
source for information how to get your wheelmouse working.


Marco Herrn



Re: [debian-user] Scrolling the mouse wheel of Microsoft Intellimouse Explorer (again) in Corel Linux 1.2

2000-12-30 Thread Rüdiger Kuhlmann

Hi!

>--[Rob VanFleet]--<[EMAIL PROTECTED]>
> On Mon, Dec 25, 2000 at 10:13:16AM +0100, Andrea Vettorello wrote:

> > Modifying your ~/.Xdefaults file you can use the wheel in Nestcape 4.x too 
> > without
> > imwheell.
> > I've posted mine some time ago on the list...
> Could you possibly repost it?  I searched the archives back to 97 and I only
> got two results.

I'd like to have it, too. I can't get the wheel to work at all - the funny
thing is, when I do something like "cat /dev/psaux/ | od -tc", it starts
printing characters for moving the mouse or clicking the buttons, but not
for moving the wheel! What can I do? If there is no response to the wheel
that low level, of course it can't work anywhere else...

Yours, Rüdiger.

-- 
 mailto:[EMAIL PROTECTED]
   http://www.ruediger-kuhlmann.de/



Re: Scrolling the mouse wheel of Microsoft Intellimouse Explorer (again) in Corel Linux 1.2

2000-12-25 Thread Rob VanFleet
On Mon, Dec 25, 2000 at 10:13:16AM +0100, Andrea Vettorello wrote:
> Modifying your ~/.Xdefaults file you can use the wheel in Nestcape 4.x too 
> without
> imwheell.
> 
> I've posted mine some time ago on the list...

Could you possibly repost it?  I searched the archives back to 97 and I only
got two results.

-Rob



Re: Scrolling the mouse wheel of Microsoft Intellimouse Explorer (again) in Corel Linux 1.2

2000-12-25 Thread Andrea Vettorello
Rob VanFleet wrote:

> On Sun, Dec 24, 2000 at 07:20:19PM -0800, Nate Amsden wrote:
> > if your using gpm to interact with X you need to set XF86config
> > to use /dev/gpmdata instead of /dev/psaux
>
> Not necessarily.  Actually, that method gave me problems.  I got gpm and X
> working together harmoniously by simpling setting my gpm repeat protocol to
> nothing (it seems to want to default to ms3, even when the mouse type is
> imps2).
>
> > Bruce Miller wrote:
> > > I will be trying Colas Nahaboo's modifications to Netscape to see if
> > > the wheel scrolls there. I gather that users of Debian have had
> > > particular difficulty getting a wheel mouse to scroll. Has anyone
> > > solved this?
>
> Netscape 4.x is the only app this doesn't work with.  I have the same mouse as
> yours, and all I use is the ZAxisMapping line and I don't use imwheel.  I 
> think
> that possibly the one app imwheel is good for is NS 4.x.  All gnome and kde
> apps scroll fine without it as does Mozilla and Opera.
>
> [...]

Modifying your ~/.Xdefaults file you can use the wheel in Nestcape 4.x too 
without
imwheell.

I've posted mine some time ago on the list...


Andrea



Re: Scrolling the mouse wheel of Microsoft Intellimouse Explorer (again) in Corel Linux 1.2

2000-12-25 Thread Rob VanFleet
On Sun, Dec 24, 2000 at 07:20:19PM -0800, Nate Amsden wrote:
> if your using gpm to interact with X you need to set XF86config
> to use /dev/gpmdata instead of /dev/psaux

Not necessarily.  Actually, that method gave me problems.  I got gpm and X
working together harmoniously by simpling setting my gpm repeat protocol to
nothing (it seems to want to default to ms3, even when the mouse type is
imps2).

> Bruce Miller wrote:
> > I will be trying Colas Nahaboo's modifications to Netscape to see if
> > the wheel scrolls there. I gather that users of Debian have had
> > particular difficulty getting a wheel mouse to scroll. Has anyone
> > solved this?

Netscape 4.x is the only app this doesn't work with.  I have the same mouse as
yours, and all I use is the ZAxisMapping line and I don't use imwheel.  I think
that possibly the one app imwheel is good for is NS 4.x.  All gnome and kde
apps scroll fine without it as does Mozilla and Opera.

It mya be possible to tell imwheel to only affect certain apps, so that may be
a possible solution.  I just don't use NS4 unless I have to, preferring
Mozilla, Opera, or Konqueror over it.  I know that if imwheel affects
everything, then it makes wheel-aware apps scroll extra lines, which is
annoying.

-Rob



Re: Scrolling the mouse wheel of Microsoft Intellimouse Explorer (again) in Corel Linux 1.2

2000-12-24 Thread Nate Amsden
if your using gpm to interact with X you need to set XF86config
to use /dev/gpmdata instead of /dev/psaux

although the only wheel prog ive ever used is imwheel(with 
logitech trackman marble wheel trackballs) - which used
/dev/psaux instead

nate

Bruce Miller wrote:
> 
> I am yet another user having difficulty getting the wheel of a
> Microsoft Intellimouse Explorer (the big mouse with the optical eye)
> to scroll in Linux.  I am running Corel Linux Desktop version 1.2
> with a 2.2.16 kernel, and with Corel's modifications to KDE. Corel
> Linux is a flavour of Debian, so a few packages are from the latest
> stable release of Debian (potato).
> 
> Xfree is version 3.3.6. gpm is version 1.17.8-18. Imwheel was
> behaving strangely and I uninstalled it.  Following advice from Colas
> Nahaboo's X mouse wheel scroll page (http://www-
> sop.inria.fr/koala/colas/mouse-wheel-scroll/) and other
> sources, I set up the pointer section of XF86Config like this:
> 
> Section "Pointer"
>  Protocol   "imps/2"
>  Device "/dev/psaux"
>  Resolution   100
>  Buttons 5
>  ZAxisMapping4 5
> EndSection
> 
> The following appear to be consensus settings for /etc/gpm.conf:
> 
> device=y
> responsiveness=
> repeat_type=ms3
> type=imps2
> # append=""
> 
> I will be trying Colas Nahaboo's modifications to Netscape to see if
> the wheel scrolls there. I gather that users of Debian have had
> particular difficulty getting a wheel mouse to scroll. Has anyone
> solved this?
> 
> I will be attempting to post this message to:
> 
> debian-user@lists.debian.org
> thecorelsupport.linux.corellinux newsgroup
> X Mouse Wheel WWW Board:
> http://www-sop.inria.fr/koala/colas/mouse-wheel-scroll/
> 
> --
> To UNSUBSCRIBE, email to [EMAIL PROTECTED]
> with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

-- 
:::
ICQ: 75132336
http://www.aphroland.org/
http://www.linuxpowered.net/
[EMAIL PROTECTED]



Scrolling the mouse wheel of Microsoft Intellimouse Explorer (again) in Corel Linux 1.2

2000-12-24 Thread Bruce Miller
I am yet another user having difficulty getting the wheel of a 
Microsoft Intellimouse Explorer (the big mouse with the optical eye) 
to scroll in Linux.  I am running Corel Linux Desktop version 1.2 
with a 2.2.16 kernel, and with Corel's modifications to KDE. Corel 
Linux is a flavour of Debian, so a few packages are from the latest 
stable release of Debian (potato).

Xfree is version 3.3.6. gpm is version 1.17.8-18. Imwheel was 
behaving strangely and I uninstalled it.  Following advice from Colas 
Nahaboo's X mouse wheel scroll page (http://www-
sop.inria.fr/koala/colas/mouse-wheel-scroll/) and other
sources, I set up the pointer section of XF86Config like this:

Section "Pointer"
 Protocol   "imps/2"
 Device "/dev/psaux"
 Resolution   100
 Buttons 5
 ZAxisMapping4 5
EndSection

The following appear to be consensus settings for /etc/gpm.conf:  

device=y
responsiveness=
repeat_type=ms3
type=imps2
# append=""

I will be trying Colas Nahaboo's modifications to Netscape to see if 
the wheel scrolls there. I gather that users of Debian have had 
particular difficulty getting a wheel mouse to scroll. Has anyone 
solved this?

I will be attempting to post this message to:

debian-user@lists.debian.org
thecorelsupport.linux.corellinux newsgroup
X Mouse Wheel WWW Board: 
http://www-sop.inria.fr/koala/colas/mouse-wheel-scroll/



RE: RE: Intellimouse + gpm + X

2000-09-28 Thread Jérôme Lacoste
I mean dpkg --purge gpmdata and reconfigure X86


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 28, 2000 5:27 PM
> To: Jérôme Lacoste
> Cc: debian-user@lists.debian.org
> Subject: Re: RE: Intellimouse + gpm + X
>
>
> What do you mean "by removing th gpmdata"?  Did you just not include the
> -R option?  If so, what options did you use in X?  I tried not running
> gpm and still couldn't get the scrolling mouse to work.
>
> Rob
>
> - Original Message -
> From: Jérôme Lacoste <[EMAIL PROTECTED]>
> Date: Thursday, September 28, 2000 9:34 am
> Subject: RE: Intellimouse + gpm + X
>
> > I've made it work on a machine by removing the gpmdata...
> > But I still get strange behavior: If I am on the console mode and
> > switchback t X, sometimes the mouse is stuck and I have to press on
> > the middle
> > button to unlock it.
> >
> > I think I may go back to the former solution if nobody has an idea
> > on how to
> > fix this problem.
> >
> >
> >
> > > -Original Message-
> > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > > Sent: Thursday, September 28, 2000 4:15 PM
> > > To: debian-user@lists.debian.org
> > > Subject: Intellimouse + gpm + X
> > >
> > >
> > > I have a MS Intellimouse that I have working with gpm and X just
> > fine,> however I have not been able to get the scrolling ball to work.
> > > Depressing it works as the third button, however.  I have looked
> > at the
> > > scolling mouse howto on my machine and online, but I haven't found
> > > anything that will get it to work.  I'm using the -R option with
> > gpm so
> > > X can use /dev/gpmdata as it's mouse device.  It's a ps2 mouse,
> > so the
> > > type is set to imps2, but it still doesn't work.  There must be some
> > > configuration option I'm missing somewhere?  Maybe with the repeat
> > > option or something?  Can anyone help me out here?
> > >
> > > Rob
> > >
> > >
> > > --
> > > Unsubscribe?  mail -s unsubscribe
> > > [EMAIL PROTECTED] < /dev/null
> > >
> >
> >
>
>
> --
> Unsubscribe?  mail -s unsubscribe
> [EMAIL PROTECTED] < /dev/null
>



Re: Intellimouse + gpm + X

2000-09-28 Thread somogyi lorand
Hi,
there is an imwheel packet...
install it, and read the docu...
This should do.

Bye,
Lori.

[EMAIL PROTECTED] wrote:

> I have a MS Intellimouse that I have working with gpm and X just fine,
> however I have not been able to get the scrolling ball to work.
> Depressing it works as the third button, however.  I have looked at the
> scolling mouse howto on my machine and online, but I haven't found
> anything that will get it to work.  I'm using the -R option with gpm so
> X can use /dev/gpmdata as it's mouse device.  It's a ps2 mouse, so the
> type is set to imps2, but it still doesn't work.  There must be some
> configuration option I'm missing somewhere?  Maybe with the repeat
> option or something?  Can anyone help me out here?
>
> Rob
>
> --
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null



Re: RE: Intellimouse + gpm + X

2000-09-28 Thread robhr
What do you mean "by removing th gpmdata"?  Did you just not include the
-R option?  If so, what options did you use in X?  I tried not running
gpm and still couldn't get the scrolling mouse to work.

Rob

- Original Message -
From: Jérôme Lacoste <[EMAIL PROTECTED]>
Date: Thursday, September 28, 2000 9:34 am
Subject: RE: Intellimouse + gpm + X

> I've made it work on a machine by removing the gpmdata...
> But I still get strange behavior: If I am on the console mode and 
> switchback t X, sometimes the mouse is stuck and I have to press on 
> the middle
> button to unlock it.
> 
> I think I may go back to the former solution if nobody has an idea 
> on how to
> fix this problem.
> 
> 
> 
> > -Original Message-
> > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> > Sent: Thursday, September 28, 2000 4:15 PM
> > To: debian-user@lists.debian.org
> > Subject: Intellimouse + gpm + X
> >
> >
> > I have a MS Intellimouse that I have working with gpm and X just 
> fine,> however I have not been able to get the scrolling ball to work.
> > Depressing it works as the third button, however.  I have looked 
> at the
> > scolling mouse howto on my machine and online, but I haven't found
> > anything that will get it to work.  I'm using the -R option with 
> gpm so
> > X can use /dev/gpmdata as it's mouse device.  It's a ps2 mouse, 
> so the
> > type is set to imps2, but it still doesn't work.  There must be some
> > configuration option I'm missing somewhere?  Maybe with the repeat
> > option or something?  Can anyone help me out here?
> >
> > Rob
> >
> >
> > --
> > Unsubscribe?  mail -s unsubscribe
> > [EMAIL PROTECTED] < /dev/null
> >
> 
>



RE: Intellimouse + gpm + X

2000-09-28 Thread Jérôme Lacoste
I've made it work on a machine by removing the gpmdata...
But I still get strange behavior: If I am on the console mode and switch
back t X, sometimes the mouse is stuck and I have to press on the middle
button to unlock it.

I think I may go back to the former solution if nobody has an idea on how to
fix this problem.



> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> Sent: Thursday, September 28, 2000 4:15 PM
> To: debian-user@lists.debian.org
> Subject: Intellimouse + gpm + X
>
>
> I have a MS Intellimouse that I have working with gpm and X just fine,
> however I have not been able to get the scrolling ball to work.
> Depressing it works as the third button, however.  I have looked at the
> scolling mouse howto on my machine and online, but I haven't found
> anything that will get it to work.  I'm using the -R option with gpm so
> X can use /dev/gpmdata as it's mouse device.  It's a ps2 mouse, so the
> type is set to imps2, but it still doesn't work.  There must be some
> configuration option I'm missing somewhere?  Maybe with the repeat
> option or something?  Can anyone help me out here?
>
> Rob
>
>
> --
> Unsubscribe?  mail -s unsubscribe
> [EMAIL PROTECTED] < /dev/null
>



Intellimouse + gpm + X

2000-09-28 Thread robhr
I have a MS Intellimouse that I have working with gpm and X just fine,
however I have not been able to get the scrolling ball to work. 
Depressing it works as the third button, however.  I have looked at the
scolling mouse howto on my machine and online, but I haven't found
anything that will get it to work.  I'm using the -R option with gpm so
X can use /dev/gpmdata as it's mouse device.  It's a ps2 mouse, so the
type is set to imps2, but it still doesn't work.  There must be some
configuration option I'm missing somewhere?  Maybe with the repeat
option or something?  Can anyone help me out here?

Rob



drivers for IntelliMouse Explorer

2000-07-24 Thread Luis Gustavo Madrigal Salazar
Does anybody knows anything about driver drivers for IntelliMouse Explorer
(the one with 5 buttons)?



Re: Netscape and MS Intellimouse

2000-05-20 Thread Oswald Buddenhagen
> Netscape used to have support for the Intellimouse in my Debian 2.1 box.
> Now I have a fresh Potato install (new hard drive), only a few days old,
> and the old ¨tricks¨ don´t work anymore. So far I have the line
> 
>ZAxisMapping4 5
> 
the whole section:

Section "Pointer"
Protocol"IMPS/2"
Device  "/dev/psaux"
#Device  "/dev/gpmdata"
Buttons 5
ZAxisMapping4 5
EndSection
 
> in my /etc/X11/XF86Config file. I also have some blurb in
> /etc/X11/Xresources/netscape that starts like this
> 
i attached my xdefaults. concentrate on the btn4down and btn5down.
of course, it should be possible to move these to the global
netscape Xresource.

-- 
Hi! I'm a .signature virus! Copy me into your ~/.signature, please!
--
If Windows is the answer, I want the problems back!
!# Scrolling on wheel mouse: half a page normally, line per line with shift
XTerm.vt100.translations: #override\n\
Shift,:scroll-back(1,line)\n\
Shift,:scroll-forw(1,line)\n\
Ctrl,:scroll-back(1,page)\n\
Ctrl,:scroll-forw(1,page)\n\
,:scroll-back(1,halfpage)\n\
,:scroll-forw(1,halfpage)\n\

!# In the scrollbar we map buttons 5 & 4 to 1 and 2 otherwise, core dump
!# This will move proportionnaly to cursor position but we dont know how to
!# program the same exact behavior as in the text widget.
XTerm.vt100.Scrollbar.translations: #override\n\
: StartScroll(Forward)\n\
: StartScroll(Backward)\n\

!## Athena text widgets
*Paned.Text.translations: #override\n\
Shift,: scroll-one-line-down()\n\
Shift,: scroll-one-line-up()\n\
Ctrl,: previous-page()\n\
Ctrl,: next-page()\n\
None,:scroll-one-line-down()scroll-one-line-down()scroll-one-line-down()scroll-one-line-down()scroll-one-line-down()\n\
None,:scroll-one-line-up()scroll-one-line-up()scroll-one-line-up()scroll-one-line-up()scroll-one-line-up()\n\

!## Athena table of contents, for toc widgets of xrn & xmh
*toc.Translations: #override\n\
Shift,: scroll-one-line-down()\n\
Shift,: scroll-one-line-up()\n\
Ctrl,: previous-page()\n\
Ctrl,: next-page()\n\
None,:scroll-one-line-down()scroll-one-line-down()scroll-one-line-down()scroll-one-line-down()scroll-one-line-down()\n\
None,:scroll-one-line-up()scroll-one-line-up()scroll-one-line-up()scroll-one-line-up()scroll-one-line-up()\n\

!## NETSCAPE
Netscape*drawingArea.translations:  #replace\
:   ArmLink()   \n\
:   ArmLink()   \n\
~Shift:   ActivateLink()  \n\
~Shift:   ActivateLink(new-window)  \
DisarmLink()\n\
Shift:ActivateLink(save-only)  \
DisarmLink()\n\
Shift:ActivateLink(save-only)  \
DisarmLink()\n\
: DisarmLinkIfMoved()  \n\
: DisarmLinkIfMoved()  \n\
: DisarmLinkIfMoved()  \n\
: DescribeLink()  \n\
:   xfeDoPopup()\n\
: ActivatePopup() \n\
Ctrl: PageUp()\n\
Ctrl: PageDown()\n\
Shift: LineUp()\n\
Shift: LineDown()\n\
None: LineUp()LineUp()LineUp()LineUp()LineUp()LineUp()\n\
None:
LineDown()LineDown()LineDown()LineDown()LineDown()LineDown()\n\
Alt: xfeDoCommand(forward)\n\
Alt: xfeDoCommand(back)\n

Netscape*globalNonTextTranslations: #override\n\
Shift: LineUp()\n\
Shift: LineDown()\n\
None:LineUp()LineUp()LineUp()LineUp()LineUp()LineUp()\n\
None:LineDown()LineDown()LineDown()LineDown()LineDown()LineDown()\n\
Alt: xfeDoCommand(forward)\n\
Alt: xfeDoCommand(back)\n

! Restrict the range of size increments allowed by 
! directives to
! the range 80% - 120% rather than 50% - 210%.  Default increment is 20.
! KMSelf Wed Dec 29 15:47:57 PST 1999
Netscape*documentFonts.sizeIncrement:   05

! Clean up the fscking toolbar
Netscape*toolBar.search.isEnabled: false
Netscape*toolBar.destinations.isEnabled: false
Netscape*toolBar.myshopping.isEnabled: false
Netscape*toolBar.viewSecurity.isEnabled: false
Netscape*toolBar.print.isEnabled: true
Netscape*toolBar.home.isEnabled: true

! And some other brain damage
Netscape*useStdoutDialog: false
Netscape*useStderrDialog: false
Netscape*noAboutSplash: true

! Document fonts -- scaling doesn't appear to take effect w/ TTF fonts
!Netscape*documentFonts.defaultFont*iso-8859-1.prop: -ttf-garamond-120-noscale
!Netscape*documentFonts.defaultFont*iso-8859-1.fixed: -ttf-couriernew-90-noscale


Netscape and MS Intellimouse

2000-05-19 Thread Pedro I. Sanchez
Hello,

Netscape used to have support for the Intellimouse in my Debian 2.1 box.
Now I have a fresh Potato install (new hard drive), only a few days old,
and the old ¨tricks¨ don´t work anymore. So far I have the line

   ZAxisMapping4 5

in my /etc/X11/XF86Config file. I also have some blurb in
/etc/X11/Xresources/netscape that starts like this

!## NETSCAPE
Netscape*drawingArea.translations:  #merge\
: ArmLink()   \n\
: ArmLink()   \n\
~Shift: ActivateLink()  \n\
~Shift: ActivateLink(new-window)  \
DisarmLink()\n\
Shift:  ActivateLink(save-only)  \
DisarmLink()\n\
Shift:  ActivateLink(save-only)  \
DisarmLink()\n\
:   DisarmLinkIfMoved()  \n\

..

I also installed the imwheel package. However, netscape (4.7.2) simply
ignores my mouse´s wheel. What am I missing?

Thank you,

-- 
Pedro



Quake and Intellimouse Explorer

2000-05-18 Thread jason
does anyone know how to get the intellimouse explorerer to work w/
quake-3dfx ? thanks.

 

-jason

"When you are courting a nice girl an hour seems like a second.  When you
sit on a red-hot cinder a second seems like an hour. That's relativity."
-Einstein




Re: intellimouse/XF86Setup

2000-04-11 Thread Peter Ross
Check to see whether or not you have gpm installed, and if it is
running.

If it is, you should use /dev/gpmdata as the mouse device.

If it isn't you could try installing gpm and let it auto detect your
mouse.

Also make sure that your kernel has PS/2 support compiled into it, by
finding a line like below in /var/log/messages

Apr 10 15:39:10 laptop kernel: Detected PS/2 Mouse Port.

HTH,
Pete

On Mon, Apr 10, 2000 at 11:37:39PM +0100, Nuno Almeida wrote:
> > I'm a complete idiot in the Linux world, and I feel worst when I get
> myself
> > involved and spending so much time with little things like catching and
> > configuring my Microsoft Intellimouse in the XF86Setup. And quess what!!
> It
> > just doesn't work. It's a normal Intellimouse for PS/2 standard. It
> doesn't
> > work in /dev/psaux, nor in any of the other shown in XF86Setup. When I try
> > to call startx the startup routine aborts because it just "can't connect
> to
> > device".
> > Please help me. I thougt I was a great computer specialist but I guess
> > beeing a good C code maker, doesn't help me at all in this pitfall. I will
> > be absolutely thankfull for any clue that anyone can give me.
> >
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null


intellimouse/XF86Setup

2000-04-11 Thread Nuno Almeida
> I'm a complete idiot in the Linux world, and I feel worst when I get
myself
> involved and spending so much time with little things like catching and
> configuring my Microsoft Intellimouse in the XF86Setup. And quess what!!
It
> just doesn't work. It's a normal Intellimouse for PS/2 standard. It
doesn't
> work in /dev/psaux, nor in any of the other shown in XF86Setup. When I try
> to call startx the startup routine aborts because it just "can't connect
to
> device".
> Please help me. I thougt I was a great computer specialist but I guess
> beeing a good C code maker, doesn't help me at all in this pitfall. I will
> be absolutely thankfull for any clue that anyone can give me.
>


Re: gpm repeating Intellimouse protocol?

2000-01-19 Thread Zephaniah E. Hull
On Wed, Jan 19, 2000 at 08:10:02AM -0800, [EMAIL PROTECTED] wrote:
> 
> Has anyone gotten gpm to repeat in Intellimouse protocol for X? I'm trying
> to get my wheel mouse (logitech forst mouse+ serial) to work with wheel
> events alongside my USB generic 3-button.
> 
> According to
> <http://www.inria.fr/koala/colas/mouse-wheel-scroll/wwwboard/messages/93.html>
> Zephaniah E. Hull (GPM's maintainer) says that the gpm in Potato (which my

> in ms3 protocol. (gpm -t ms3 -R ms3). gpm repeating in raw mode didn't

> 
> Looks like a bug somewhere, but is it that potato's gpm is supposed to
> repeat intellimouse but doesn't, or is it a bug in my setup? >

There was a bug in the init scripts up until a few days ago, you want
'-Rms3' not '-R ms3'..

Sorry

Zephaniah E. Hull.

-- 
 PGP EA5198D1-Zephaniah E. Hull <[EMAIL PROTECTED]>-GPG E65A7801
Keys available at http://whitestar.soark.net/~warp/public_keys.
   CCs of replies from mailing lists are encouraged.

 Espy: oh yes, Espy, let me ride your sparcbeast


pgpbsdSH9gnLc.pgp
Description: PGP signature


gpm repeating Intellimouse protocol?

2000-01-19 Thread ferret

Has anyone gotten gpm to repeat in Intellimouse protocol for X? I'm trying
to get my wheel mouse (logitech forst mouse+ serial) to work with wheel
events alongside my USB generic 3-button.

According to
<http://www.inria.fr/koala/colas/mouse-wheel-scroll/wwwboard/messages/93.html>
Zephaniah E. Hull (GPM's maintainer) says that the gpm in Potato (which my
machine is running) will repeat into ms3 protocol. Unfortunately, when I
set up X to use protocol IntelliMouse with device /dev/gpmdata I get the
classic `pointer stays in top left corner and acts jumpy' behaviour. X
works with MouseSystems protocol even when gpm is (supposedly) repeating
in ms3 protocol. (gpm -t ms3 -R ms3). gpm repeating in raw mode didn't
seem to work with ANY X mouse protocol I tried.

Looks like a bug somewhere, but is it that potato's gpm is supposed to
repeat intellimouse but doesn't, or is it a bug in my setup? >



Microsoft IntelliMouse IntelliEye

1999-12-25 Thread Brian May
Hello,

Somebody I know has a Microsoft IntelliMouse, with optical
sensor.

It uses version 3.0 of Intellipoint mouse drivers under Windows.

Is it possible to get this mouse to work with X and/or
GPM?

So far nothing I have tried seems to work.

I have searched the archives for this mailing list, but
couldn't find anything that helps.

gpm-mousetest cannot determine the mouse type.

Setting the mouse type to "imps/2" in X-Windows _almost_ works, but
the mouse frequently jumps to the edge of the screen.

Thanks in advance.
-- 
Brian May <[EMAIL PROTECTED]>


Re: MS Intellimouse

1999-12-23 Thread Nitebirdz
Colin,

I found a little program called imwheel in the freshmeat.net site,
downloaded it and installed it.  It has been working fine for me ever
since, and it does precisely what you are looking for: wheel + third
button.  Give it a try.


Nitebirdz



On Tue, 14 Dec 1999 [EMAIL PROTECTED] wrote:

> Someone I know is running potato and has a MS Intellimouse (a mouse with two 
> buttons and a wheel). What we'd like to be able to do is have the 
> functionality of both the wheel and an emulated third button. However, we 
> read 
> that the Emulate3Buttons in X doesn't work if ZAxisMapping is turned on. So, 
> currently, we have ZAxisMapping on (so we can get the scrolling) but she has 
> no way of doing the third mouse-button click. What we'd like to be able to do 
> is somehow make Ctrl + Button-1 (or button-1 + button-2) send X a button-3 
> click. Is there any way to do this, either with XF86Config, xmodmap, the 
> window manager (we are using Enlightenment), or any other method?
> 
> Thanks.
> 
> Colin McMillen 
> -- 
> Debian GNU/Linux 2.2 (potato): 1 day, 17 hours, 25 minutes without a reboot...
> The revolution will be complete when the operating system is perfect.
> 
> 
> -- 
> Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
> 
> 


Re: MS Intellimouse

1999-12-15 Thread Ian Winter
On Tue, Dec 14, 1999 at 02:04:07PM -0600, [EMAIL PROTECTED] wrote:
> Someone I know is running potato and has a MS Intellimouse (a mouse with two 
> buttons and a wheel). What we'd like to be able to do is have the 
> functionality of both the wheel and an emulated third button. However, we 
> read 
> that the Emulate3Buttons in X doesn't work if ZAxisMapping is turned on. So, 
> currently, we have ZAxisMapping on (so we can get the scrolling) but she has 
> no way of doing the third mouse-button click. What we'd like to be
> able to do 
> is somehow make Ctrl + Button-1 (or button-1 + button-2) send X a button-3 
> click. Is there any way to do this, either with XF86Config, xmodmap, the 
> window manager (we are using Enlightenment), or any other method?
> 

If you set the mouse protocol in your XF86Config file to either IMPS/2
(PS/2 intellimouse) or Intellimouse (serial) then clicking on the
middle mouse button, i.e. the wheel, works just fine.  You don't need
to emulate anything...

Hope that helps,

Ian.


MS Intellimouse

1999-12-14 Thread mcmi0037
Someone I know is running potato and has a MS Intellimouse (a mouse with two 
buttons and a wheel). What we'd like to be able to do is have the 
functionality of both the wheel and an emulated third button. However, we read 
that the Emulate3Buttons in X doesn't work if ZAxisMapping is turned on. So, 
currently, we have ZAxisMapping on (so we can get the scrolling) but she has 
no way of doing the third mouse-button click. What we'd like to be able to do 
is somehow make Ctrl + Button-1 (or button-1 + button-2) send X a button-3 
click. Is there any way to do this, either with XF86Config, xmodmap, the 
window manager (we are using Enlightenment), or any other method?

Thanks.

Colin McMillen 
-- 
Debian GNU/Linux 2.2 (potato): 1 day, 17 hours, 25 minutes without a reboot...
The revolution will be complete when the operating system is perfect.


Re: Intellimouse configuration in XF86Setup

1999-11-30 Thread aphro
On Sun, 28 Nov 1999, dan sampsel wrote:

sampse >Am doing a new install & can't get mouse to work. It is an Intellimouse
sampse >Trackball (PS/2), BUT, I have it connected through an adaptor to the
sampse >serial port. I've tried tried ps/aux with "Intellimouse"
sampse >highlightednothing. I've tried it with "PS/2"
sampse >highlightednothing. Any & all assistance will be GREATLY
sampse >appreciated

use the normal microsoft driver and point it to whatever port its
using..even if its a ps/2 mouse, the adapter makes it a serial
mouse.  make sure you are using the adapter that came with the mouse(if it
came with one) most ps/2 mice dont like being converted to serial with a
generic adapter(anyone know why??)

nate

[mailto:[EMAIL PROTECTED] ]--
   Vice President Network Operations   http://www.firetrail.com/
  Firetrail Internet Services Limited  http://www.aphroland.org/
   Everett, WA 425-348-7336http://www.linuxpowered.net/
Powered By:http://comedy.aphroland.org/
Debian 2.1 Linux 2.0.36 SMPhttp://yahoo.aphroland.org/
-[mailto:[EMAIL PROTECTED] ]--
9:54pm up 102 days, 9:34, 1 user, load average: 1.91, 1.59, 1.54


Re: Intellimouse configuration in XF86Setup

1999-11-30 Thread Quietman
dan sampsel wrote:

> Am doing a new install & can't get mouse to work. It is an Intellimouse
> Trackball (PS/2), BUT, I have it connected through an adaptor to the
> serial port. I've tried tried ps/aux with "Intellimouse"
> highlightednothing. I've tried it with "PS/2"
> highlightednothing. Any & all assistance will be GREATLY
> appreciated

Don't know if you will have already received a reply to this since I'm having
problems with my mail server, but as you have the mouse connected to a serial 
port
rather than a PS/2 port you should be referring to it as ttySx where x is the 
serial
port you have the mouse connected to, probably 0 or 1.

Cheers,
Tom


Re: Intellimouse configuration in XF86Setup

1999-11-30 Thread dan sampsel
Am doing a new install & can't get mouse to work. It is an Intellimouse
Trackball (PS/2), BUT, I have it connected through an adaptor to the
serial port. I've tried tried ps/aux with "Intellimouse"
highlightednothing. I've tried it with "PS/2"
highlightednothing. Any & all assistance will be GREATLY
appreciated


Re: Intellimouse

1999-08-03 Thread Michael E. Touloumtzis
On Tue, Aug 03, 1999 at 03:21:33PM +0200, Andreas Tille wrote:
> 
> ... if it is possible to use the wheel of the MS-Intellimouse as
> third button to get the selections of gpm and X.
> 

Yes, it is possible and even easy.  Definitely read the available HOTWOs.
This may also help - the note I wrote to myself to remember how I got
the wheel working both as a scrolling wheel and as the middle button:

- download imwheel from freshmeat and then
make
sudo make install
- change XF86Config:
55c55
<Protocol"PS/2"
---
>Protocol"IMPS/2"
56a57
>ZAxisMapping4 5
60c61
<Emulate3Buttons
---
> #  Emulate3Buttons
- modify gpm configuration:
type=imps2
- add to .xinitrc:
imwheel

There will be little differences depending on the Linux system you run
and how you start X, etc.  This is for Debian 2.1 and running X with
"startx" (vs. xdm).


Re: Intellimouse

1999-08-03 Thread Greg Starkes
Andy Spiegl wrote:
> > sorry for posting to this list, but I have to know quickly, if
> > it is possible to use the wheel of the MS-Intellimouse as
> > third button to get the selections of gpm and X.
> Yes, sure is!
> 
> GPM:
>   If it's a PS/2 mouse, choose ps/2, otherwise ms3 I think.
> 
> X11:
>  * PS/2 version:
>   Section "Pointer"
> Protocol"IMPS/2"
> Device  "/dev/psaux"
> 
>  * Serial version:
>   Section "Pointer"
> Protocol"IntelliMouse"
> Device  "/dev/ttyS0"

You might want to check out Colas Nahaboo X mouse wheel scroll page:
http://www.inria.fr/koala/colas/mouse-wheel-scroll/

---
Tower 
Visit my Window Maker page at http://www.cs.mun.ca/~gstarkes/wmaker/

"You can twist perceptions, reality won't budge."
-Neil Peart, Rush, "Show Don't Tell"


Re: Intellimouse

1999-08-03 Thread Andy Spiegl
Hi Andreas,

> sorry for posting to this list, but I have to know quickly, if
> it is possible to use the wheel of the MS-Intellimouse as
> third button to get the selections of gpm and X.
Yes, sure is!

GPM:
  If it's a PS/2 mouse, choose ps/2, otherwise ms3 I think.

X11:
 * PS/2 version:
  Section "Pointer"
Protocol"IMPS/2"
Device  "/dev/psaux"

 * Serial version:
  Section "Pointer"
Protocol"IntelliMouse"
Device  "/dev/ttyS0"

Bye,
 Andy.

-- 
 E-Mail: [EMAIL PROTECTED] URL: http://andy.spiegl.de
 Finger [EMAIL PROTECTED] for my PGP key
o  _ _ _
  - __o   __o  /\_   _ \\o  (_)\__/o  (_)
  --- _`\<,__`\<,__>(_) (_)/<_\_| \   _|/' \/
  -- (_)/ (_)  (_)/ (_)  (_)(_)   (_)(_)'  _\o_
 ~~~
 I said "no" to drugs, but they just wouldn't listen!


Intellimouse

1999-08-03 Thread Andreas Tille
Hello,

sorry for posting to this list, but I have to know quickly, if
it is possible to use the wheel of the MS-Intellimouse as
third button to get the selections of gpm and X.

Kind regards

  Andreas.


Re: Problem with IntelliMouse

1999-07-28 Thread Ian Winter
On Wed, Jul 28, 1999 at 04:46:25PM +0200, Andy Spiegl wrote:
> Hi!
> 
> I've got a small problem with my MS IntelliMouse (no, I didn't buy
> it - I won it :-)
> When I use the PS/2 - Serial adapter and put this in my XF86config:
>   Protocol  "IntelliMouse"
>   Device"/dev/ttyS0"
> everything works as expected.  (Sidenote: if I add
>  Buttons 5
>  ZAxisMapping 4 5
> I can even use the wheel!)
> 
> But I would like to use it as PS/2 mouse to free the serial port.
> So I put this in my XF86config:
>   Protocol  "PS/2"
>   Device"/dev/psaux"
> and I only get _two_ buttons. *sniff*
> I really would be happy with 3 buttons, but 2 is just not enough
> for X.  Has anyone seen this problem before?
> 

You need to tell X it's a ps/2 intellimouse, strangely enough.  I've
got the following in my XF86config,

Section "Pointer"
   Protocol"IMPS/2"
   Device  "/dev/mouse"
   BaudRate1200
   Resolution      100
   ZAxisMapping4 5
EndSection

which works quite nicely...  I forget where I found out this info,
probably on one of the Linux intellimouse websites.

Ian.


Problem with IntelliMouse

1999-07-28 Thread Andy Spiegl
Hi!

I've got a small problem with my MS IntelliMouse (no, I didn't buy
it - I won it :-)
When I use the PS/2 - Serial adapter and put this in my XF86config:
  Protocol  "IntelliMouse"
  Device"/dev/ttyS0"
everything works as expected.  (Sidenote: if I add
 Buttons 5
 ZAxisMapping 4 5
I can even use the wheel!)

But I would like to use it as PS/2 mouse to free the serial port.
So I put this in my XF86config:
  Protocol  "PS/2"
  Device"/dev/psaux"
and I only get _two_ buttons. *sniff*
I really would be happy with 3 buttons, but 2 is just not enough
for X.  Has anyone seen this problem before?

Thanks a lot in advance for any pointer!
 Andy.

-- 
 E-Mail: [EMAIL PROTECTED] URL: http://andy.spiegl.de
 Finger [EMAIL PROTECTED] for my PGP key
o  _ _ _
  - __o   __o  /\_   _ \\o  (_)\__/o  (_)
  --- _`\<,__`\<,__>(_) (_)/<_\_| \   _|/' \/
  -- (_)/ (_)  (_)/ (_)  (_)(_)   (_)(_)'  _\o_
 ~~~


Re: IntelliMouse support???

1999-01-11 Thread E.L. Meijer \(Eric\)
> 
> Hey,
> 
> Where can i find a "driver" for a MS Intelli (comp.) Mouse connected to
> /dev/psaux?

The real driver is the ps2 mouse driver in the kernel.  To configure it
with X, see for example

http://www.inria.fr/koala/colas/mouse-wheel-scroll/

Maybe some information from this page could be included in the doc
directory of the xbase package (or otherwise a pointer to the web page I
mentioned)?

HTH,

Eric

-- 
 E.L. Meijer ([EMAIL PROTECTED])  | tel. office +31 40 2472189
 Eindhoven Univ. of Technology | tel. lab.   +31 40 2475032
 Lab. for Catalysis and Inorg. Chem. (TAK) | tel. fax+31 40 2455054


Re: IntelliMouse support???

1999-01-08 Thread servis
*- Bernd Mueller wrote about "IntelliMouse support???"
> Hey,
> 
> Where can i find a "driver" for a MS Intelli (comp.) Mouse connected to
> /dev/psaux?
> 
> bye
> / Bernd /
> 
> 
> 

Gpm and X both support this mouse.  You have to have ps/2(psaux) support
compiled into the kernel or as a module.

For gpm use the imps2(see 'gpm -t help') type and for X use the IMPS/2
type(see /usr/doc/X11/README.mouse and the Debian imwheel package).

-- 
Brian 
-
"Never criticize anybody until you have walked a mile in their shoes,  
 because by that time you will be a mile away and have their shoes." 
   - unknown  

Mechanical Engineering[EMAIL PROTECTED]
Purdue University   http://www.ecn.purdue.edu/~servis
-


IntelliMouse support???

1999-01-08 Thread Bernd Mueller
Hey,

Where can i find a "driver" for a MS Intelli (comp.) Mouse connected to
/dev/psaux?

bye
/ Bernd /



Re: more intellimouse

1998-08-14 Thread Robert Wilderspin
On 13 Aug 98 22:34:45 GMT, [EMAIL PROTECTED] wrote:

>The mouse works OK outside of X, started via
>   gpm -m /dev/psaux -t ps2
>gpmconfig actually wants 'ms3' according to its help option, rather than ps2
>but won't accept ms3 (maybe linux chokes on any 'ms' concatenation :)  ).
>
>Still wanting hints to get this thing X happy.

With the same setup, I have "-2 -R" appended to the gpm line.  '-2'
because it doesn't seem to work with three buttonw, and '-R' to pipe
the mouse into /dev/gpmdata for use by the X server.

The mouse section in XF86Config needs to point to /dev/gpmdata with
"MouseSystems" as the mouse type, and Emulate3Buttons on due to the
funny 2-button thing.  GPMs man-page describes this in more detail.

If you use "imps/2" as the XF86Config mouse type instead then it
should work fine, but the mouse will go crazy once you leave X, even
if you'd killed the gpm server beforehand.

If anyone can do any better than this...


Rob Wilderspin
--
"But I need it to crash once every few days - 
reboots are the only chance I get to sleep..."
--= (send replies to rob@)


more intellimouse

1998-08-13 Thread Richard Sevenich

The mouse works OK outside of X, started via
gpm -m /dev/psaux -t ps2
gpmconfig actually wants 'ms3' according to its help option, rather than ps2
but won't accept ms3 (maybe linux chokes on any 'ms' concatenation :)  ).

Still wanting hints to get this thing X happy.

TIA, Richard


intellimouse

1998-08-13 Thread Richard Sevenich
I've just installed 2.0 Beta on my new-to-me Gateway. The mouse works, but
not well enough to be useful. For example, it does let me install X - but
it isn't able to operate coherently.
Details:
It is a microsoft intellimouse
Upon bailing out of X with , I get the message:
"Warning: /dev/psaux unable to unable to get status of mouse fd (Inappropriate
 ioctl for device)"

Any hints appreciated!
TIA, Richard


Re: Help: M$-intellimouse and Debian GNU/Linux 2.0

1998-08-10 Thread Max Lawson
Greg, Liran

I thank you for your answers and tips :-). 
I'll try again in a few hours.

[..]
> 
> BTW: I hope that you do have a mouse support compiled into the kernel.
> 

I hope so. I remember having added the ps2 support automatically. And tried 
some other drivers randomly ... Hmmm 

> > Thanx in advance, Max
> HTH,
> Liran.
> ---
> http://www.math.tau.ac.il/~liranz/


Regards, Max


Re: Help: M$-intellimouse and Debian GNU/Linux 2.0

1998-08-10 Thread Liran Zvibel
On Mon, 10 Aug 1998, Max Lawson wrote:
>   Hi, 
Hi.
> 
> All went fine, except that we can't use its M$-mouse:
> gpm's not working and I'm unable to configure the Xserver. 
:(
> Could someone points me to the port the mouse is 
> associated to and which driver should I install ? 

Every mouse is connected to another port. If this is a ps2 mouse it should
be at /dev/psaux, it it is connected to com1, the port is /dev/ttyS0.
If you still have problems, try to /usr/sbin/gpm-mouse-test and then
/usr/sbin/gpmconfig.

About X: After you see how to configure gpm, it shouldn't be a problem.

BTW: I hope that you do have a mouse support compiled into the kernel.

> Thanx in advance, Max
HTH,
Liran.
---
http://www.math.tau.ac.il/~liranz/




Re: Help: M$-intellimouse and Debian GNU/Linux 2.0

1998-08-10 Thread Greg Starkes
On Mon, 10 Aug 1998, Max Lawson wrote:

> All went fine, except that we can't use its M$-mouse:
> gpm's not working and I'm unable to configure the Xserver. 
> Could someone points me to the port the mouse is 
> associated to and which driver should I install ? 

Read the man page for XF86Config. It explains how to set up an
IntelliMouse (or anything else). For more information about wheeled mice
in X, take a look at http://www.inria.fr/koala/colas/mouse-wheel-scroll/

---
Greg Starkes, Computing & Communications, Memorial University of Newfoundland.
e-mail: [EMAIL PROTECTED]www: http://www.cs.mun.ca/~gstarkes/

"You can twist perception, reality won't budge."
-Neil Peart, Rush


Help: M$-intellimouse and Debian GNU/Linux 2.0

1998-08-10 Thread Max Lawson
Hi, 
I'm running into trouble while trying to install the 2.0 
on a friend box. 

All went fine, except that we can't use its M$-mouse:
gpm's not working and I'm unable to configure the Xserver. 
Could someone points me to the port the mouse is 
associated to and which driver should I install ? 

Thanx in advance, Max


Re: Microsoft Intellimouse

1998-03-02 Thread Tommi Virtanen
On Sun, Mar 01, 1998 at 10:20:16PM -0500, Ben Pfaff wrote:
> To get the extra button working on my Intellimouse, I had to plug it
> into the serial port with the adapter supplied with the mouse; then
> select Intellimouse and it should work fine.

Plug it in the PS/2-port and use
Section "Pointer"
Protocol "imps/2"
Device "/dev/psaux"
EndSection

-- atleast with SuSE's patched X-servers that works..
-- 
[EMAIL PROTECTED] - it's a valid address w/o spam


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: Microsoft Intellimouse

1998-03-02 Thread Ben Pfaff
  I just got debian linux up, got everything configured (including X),
   but I have one problem.  I have a microsoft intellimouse which has a
   PS/2 connector.  When I run xf86config and pick microsoft intellimouse
   from the list, my mouse immediately goes to the top left corner when I
   run X, but if I pick PS/2 from the list, my mouse works fine.
   Unfortunately, that means I don't get the use of the roller/third
   button.  Anyone know how I can get my intellimouse working?  In case
   this helps, I use /dev/psaux as the mouse device.  That works with both
   X and gpm.

To get the extra button working on my Intellimouse, I had to plug it
into the serial port with the adapter supplied with the mouse; then
select Intellimouse and it should work fine.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Microsoft Intellimouse

1998-02-28 Thread Brian
Hi,

   I just got debian linux up, got everything configured (including X),
but I have one problem.  I have a microsoft intellimouse which has a
PS/2 connector.  When I run xf86config and pick microsoft intellimouse
from the list, my mouse immediately goes to the top left corner when I
run X, but if I pick PS/2 from the list, my mouse works fine.
Unfortunately, that means I don't get the use of the roller/third
button.  Anyone know how I can get my intellimouse working?  In case
this helps, I use /dev/psaux as the mouse device.  That works with both
X and gpm.


Brian

*

  email [EMAIL PROTECTED]
*



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: PS/2 IntelliMouse && X 3.3-3 problems...

1997-10-06 Thread Carey Evans
Jason Costomiris <[EMAIL PROTECTED]> writes:

[snip]

> However, Linux is another matter altogether.  I'm running kernel 2.0.30,
> customized to suit my hardware (yes, I used kernel-package), including the
> PS2 mouse support.  I altered my XF86Config file so that I now have:
> 
> Section "Pointer"
> Protocol "IntelliMouse"
> Device "/dev/psaux"

>From `man XF86Config':

   If you have a mouse connected to a PS/2 port,  you
   should  specify  PS/2,  regardless  of the type of
   mouse you are using.

-- 
Carey Evans  <*>  http://home.clear.net.nz/pages/c.evans/  gc

kernel: Warning: possible SYN flooding. Sending cookies. 
kernel: validated probe(17f, 17f, 11557, 5010, -1645409555) 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


PS/2 IntelliMouse && X 3.3-3 problems...

1997-10-05 Thread Jason Costomiris
Greetings...

When I first got my M$ IntelliMouse, I set it up with the serial adapter
on COM1.  Now that I have a USR PalmPilot, I need that COM port so that
I can HotSync under Lose95.  I realized that my MB had a PS2 mouse
connector on it, so I uncovered the hole on the back of my case and
hooked up the mouse to it.  Lose95 finds the mouse just fine and dandy.

However, Linux is another matter altogether.  I'm running kernel 2.0.30,
customized to suit my hardware (yes, I used kernel-package), including the
PS2 mouse support.  I altered my XF86Config file so that I now have:

Section "Pointer"
Protocol "IntelliMouse"
Device "/dev/psaux"

[ Other commented stuff ]

EndSection

I'm running xdm, and when it starts up, I *do* get the "X" mouse cursor in
the middle of the screen, but when I move the mouse, it immediately jumps
to the upper left corner, never to return from there..  Anyone seen this
and overcome it before?  BTW, the X server is XF86_SVGA, running with a
Matrox Millennium.

During bootup, I see:

PS/2 auxiliary pointing device detected -- driver installed.

Which leads me to believe that the kernel sees the mouse.

-- 
Jason Costomiris <><| "VMS is about as secure as a poodle 
[EMAIL PROTECTED]   |  encased in a block of lucite
http://www.jasons.org/~jcostom/ |   about as useful, too."
#include  |  --some guy I read on Usenet


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .