Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Microsoft inteli explorer mouse
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
polo2883
n00b
n00b


Joined: 27 Oct 2004
Posts: 21

PostPosted: Sun Oct 31, 2004 3:50 pm    Post subject: Microsoft inteli explorer mouse Reply with quote

OK I searched the forums trying to find out how to install my microsoft wireless desktop elite keyboard and wireless intelimouse explorer. The wireless receiver is not being plugged into the usb port but instead its being plugged into two ps/2 ports. My current XF86Config.eg file is

Section "InputDevice"
Identifer "mouse0"
Driver "mouse"
Option "protocol" "IMPS/2"
Option "Device" "/dev/usbmouse"
Option ZAxisMapping" "4 5"

I am trying to get at least the scrolling to work for now.

Thanks for any help
Back to top
View user's profile Send private message
Hayl
Guru
Guru


Joined: 28 Jan 2003
Posts: 442
Location: Calgary, Alberta, Canada

PostPosted: Sun Oct 31, 2004 4:22 pm    Post subject: Reply with quote

http://www.justlinux.com/forum/showthread.php?s=&threadid=117016
_________________
"I do not fear computers. I fear lack of them." - Isaac Asimov
Back to top
View user's profile Send private message
polo2883
n00b
n00b


Joined: 27 Oct 2004
Posts: 21

PostPosted: Sun Oct 31, 2004 5:48 pm    Post subject: Reply with quote

Tried that config too and still doesnt work
Back to top
View user's profile Send private message
polo2883
n00b
n00b


Joined: 27 Oct 2004
Posts: 21

PostPosted: Mon Nov 01, 2004 1:56 am    Post subject: Reply with quote

does anyone else have anything for me to try.....i have fried several configurations in my XF86Config file and nothing seems to be working.....I dont care about the side buttons i just want to be able to scroll
Back to top
View user's profile Send private message
llsardonicll
Tux's lil' helper
Tux's lil' helper


Joined: 07 Oct 2004
Posts: 110

PostPosted: Mon Nov 01, 2004 2:42 am    Post subject: Reply with quote

Here's mine

Code:
Section "InputDevice"

# Identifier and driver

    Identifier  "Mouse1"
    Driver "mouse"
    Option "Protocol"   "ImPS/2"
    Option "ZAxisMapping"   "4 5"
    Option "Device"     "/dev/mouse"
Back to top
View user's profile Send private message
polo2883
n00b
n00b


Joined: 27 Oct 2004
Posts: 21

PostPosted: Mon Nov 01, 2004 3:37 am    Post subject: Reply with quote

Now I am thinking that the mouse is configured correctly. Are there different configuration's that are needed so the scrolling feature can used in firefox?
Back to top
View user's profile Send private message
llsardonicll
Tux's lil' helper
Tux's lil' helper


Joined: 07 Oct 2004
Posts: 110

PostPosted: Mon Nov 01, 2004 8:04 am    Post subject: Reply with quote

None that I'm aware of, but then again, I'm not aware of much :wink:
Back to top
View user's profile Send private message
Talsadus
n00b
n00b


Joined: 29 Oct 2004
Posts: 20

PostPosted: Mon Nov 01, 2004 9:22 am    Post subject: Reply with quote

Do you have more than one mice installed?

Try making that mouse the core device for X
Back to top
View user's profile Send private message
dentharg
Guru
Guru


Joined: 10 Aug 2004
Posts: 438
Location: /poland/wroclaw

PostPosted: Mon Nov 01, 2004 12:41 pm    Post subject: Reply with quote

This is my conifg (Logitech MX 700 optical/wireless). However it is connected by USB.

Code:

Section "InputDevice"
    Identifier   "LogitechMX700"
    Driver   "mouse"
    Option   "Protocol" "ExplorerPS/2"
    Option "Dev Name"    "Logitech USB Receiver"
    Option "Dev Phys"    "usb-*/input0"
   
    Option "Device"      "/dev/input/mice"

    Option "Buttons"      "8"
    Option "ZAxisMapping"   "7 8"

    # Mouse-speed setting for PS/2 mouse.
    # Option "Resolution"   "256"
EndSection

And my .Xmodmap
Code:

pointer = 1 2 3 6 7 8 4 5


I have 8 buttons working. However Firefox sees my 'scroll up' button (not the wheel) as 'scroll-up' + 'history back' - so I'm not using it. Wheel functions correctly.
Back to top
View user's profile Send private message
polo2883
n00b
n00b


Joined: 27 Oct 2004
Posts: 21

PostPosted: Mon Nov 01, 2004 9:49 pm    Post subject: Reply with quote

There is only 1 mice installed on the computer and only one mice is listed in XF86Config.
I have no idea what else to try anymore....its getting fustrating
Back to top
View user's profile Send private message
nempo
Guru
Guru


Joined: 16 Apr 2002
Posts: 360
Location: Linkoping, Sweden

PostPosted: Mon Nov 01, 2004 11:06 pm    Post subject: Reply with quote

Have you tried pushing the button on the reciever and the one on the mouse at the same time ? This usually works for me in situations like these.
_________________
homeobocks wrote:
superjaded wrote:

would Big Brother become a reality?

Yeah . . . it would be just like the tv show. Except somebody would be watching.
Back to top
View user's profile Send private message
polo2883
n00b
n00b


Joined: 27 Oct 2004
Posts: 21

PostPosted: Tue Nov 02, 2004 12:54 am    Post subject: Reply with quote

I can use the mouse. I just cant use the scrolling feature. Is there a different file that I am suppose to edit other than /usr/X11R6/XF86Config for KDE????
Back to top
View user's profile Send private message
chiatello
Guru
Guru


Joined: 21 Jul 2003
Posts: 321
Location: knoxvegas, tn, AMERIKA

PostPosted: Tue Nov 02, 2004 1:39 am    Post subject: Reply with quote

Section "InputDevice"
Identifier "Keyboard0"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xfree86"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"

EndSection

Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
Option "Device" "/dev/psaux"
Option "Resolution" "1200"
EndSection

Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "SendCoreEvents" "true"
Option "Protocol" "IMPS/2"
Option "ZAxisMapping" "4 5"
Option "Buttons" "5"
Option "Resolution" "1200"
EndSection


i also have either imwheelrc or i changed somethign to my .xmodmap

but this works for intellimouse explorer, and wireless intellimouse explorer
Back to top
View user's profile Send private message
no4b
Bodhisattva
Bodhisattva


Joined: 18 Jan 2004
Posts: 774
Location: Tarnów, Poland

PostPosted: Tue Nov 02, 2004 11:23 am    Post subject: Reply with quote

Have someone config for Microsoft Intelli Mouse Explorer 4.0?
Back to top
View user's profile Send private message
rm
Tux's lil' helper
Tux's lil' helper


Joined: 25 Oct 2004
Posts: 87

PostPosted: Tue Nov 02, 2004 11:52 am    Post subject: Reply with quote

Code:
Section "InputDevice"

   Identifier "Mouse1"
   Driver "mouse"
   Option "Protocol" "ExplorerPS/2"
   Option "Device" "/dev/usbmouse"
   Option "Buttons" "7"
   Option "ZAxisMapping" "6 7"
   Option "Resolution" "100"
   
EndSection

Section "ServerLayout"

   # ...
   InputDevice "Mouse0" "CorePointer"
   # ...
   
EndSection


this is the relevant stuff I use and it is working for a wireless optical ms intelli explorer mouse

and I have the following installed:

Code:
x11-misc/imwheel


rm
Back to top
View user's profile Send private message
rm
Tux's lil' helper
Tux's lil' helper


Joined: 25 Oct 2004
Posts: 87

PostPosted: Sat Nov 13, 2004 10:10 am    Post subject: Reply with quote

Well proper way, is to put it like this:

Code:
Section "InputDevice"

   Identifier "Mouse1"
   Driver "mouse"
   Option "Protocol" "ExplorerPS/2"
   Option "Device" "/dev/input/mice"      # THIS LINE
   Option "Buttons" "7"
   Option "ZAxisMapping" "6 7"
   Option "Resolution" "100"
   
EndSection

Section "ServerLayout"

   # ...
   InputDevice "Mouse0" "CorePointer"
   # ...
   
EndSection


and after emerging the latest hotplug, hotplug is only hotplugging, so now you need additionally coldplug, like this:

Code:
emerge coldplug
rc-update add coldplug default


This way, your usb-mouse will be detected next time you reboot (and switch to the runtime level "default").

bye,
rm
Back to top
View user's profile Send private message
Watchoo
Tux's lil' helper
Tux's lil' helper


Joined: 24 May 2004
Posts: 79
Location: Slovakia

PostPosted: Thu Jun 09, 2005 7:10 pm    Post subject: Reply with quote

no4b wrote:
Have someone config for Microsoft Intelli Mouse Explorer 4.0?


Yeah, I am interseted in this 2,
'cos this mouse does have 9, not 7 buttons ...
I am a bit busy now, but next weekend I shall look into this and get also the tilt wheel buttons working ...
_________________
Error 404: "Beer not found !!!"
Back to top
View user's profile Send private message
drobec
n00b
n00b


Joined: 06 Jan 2006
Posts: 3
Location: Slovakia

PostPosted: Mon Jan 23, 2006 11:59 am    Post subject: Reply with quote

I have Microsoft Wireless Desktop Exlusive Edition (wireless keyboard with scroll and media keys + Wireless Intellimouse Explorer 2.0 (imho the same as nonwireless Intellimouse Explorer 4.0) ) connected via PS/2. I've solved mouse issues with this config

Mouse section in /etc/X11/xorg.conf
Code:
....
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "ExplorerPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "Buttons" "9"
        Option      "ZAxisMapping" "8 9"
EndSection
...


and then autostart this command (this is example for use as script in KDE 3.4)

Code:
#!/bin/sh
xmodmap -e "pointer = 1 2 3 6 7 8 9 4 5"


saved in /home/USER/.kde3.4/Autostart/xmodmap

I hope it will help, I'm trying to solve multimedia and other special keys on keyboard ... (I already solved it but i've reinstalled gentoo and forget the solution :) )

P.S: sorry for grammar or so .. english is not my born language
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum