Fedora Linux Support Community & Resources Center
  #16  
Old 5th September 2004, 02:10 PM
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 44
Posts: 8,256
tripplehead,

read post # 10 and as root type: gedit /etc/X11/xorg.conf see if it works for you because you did not mention it you tried editing and changing setting according to post 10
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #17  
Old 5th September 2004, 03:00 PM
triplehead Offline
Registered User
 
Join Date: Mar 2004
Location: Helsinki, Finland
Age: 40
Posts: 187
Quote:
Originally Posted by imdeemvp
tripplehead,

read post # 10 and as root type: gedit /etc/X11/xorg.conf see if it works for you because you did not mention it you tried editing and changing setting according to post 10
i was just telling (to thread starter) that i have wheel working and submitted my default settings. With any other setting i get thumb buttons to work, but then wheel does not work. i have tried different settings in xorg.conf but never got all buttons to work at same time. anyway i need wheel more than those extra thumb buttons so i will stick to my current settings
__________________
Desktop1: Shuttle SN85G4, AMD64 3200+, 1GB 400MHz, EIZO 778, Asus N6600GT
Desktop2: Shuttle SN20G5, AMD64 X2 4200+, 1GB 400MHz, EIZO 778, ATI Radeon Express 200
Server:AMD64 3200+, 1GB 400MHz, matrox g400
network: G.SHDSL 2.3/2.3 Mbit/s
Reply With Quote
  #18  
Old 18th October 2004, 12:40 AM
Brunkku's Avatar
Brunkku Offline
Registered User
 
Join Date: Oct 2004
Posts: 4
I had the exact same problem as djnifos had. The events arrived from wheel and each button, but the mappings were the upside down.

Just found out that my $HOME/.xinitrc was actually never executed, thus xmodmap setting never made it through and imwheel client was never started.

So, djnifos (if you are still following the thread...) is suggest you'd better start with
% ps -A | grep imwheel

If the process isn't there then you'd better move the 'xmodmap -e...' stuff and 'imwheel -k -b "67"' to a file that WILL be executed. My setup (FC2 and gnome) looks for files $HOME/.Xclients and $HOME/.Xclients-default, not .xinitrc!!!

I attach here both of them. There is stuff about Red Hat, I bet it is because originally I used RH, then upgraded to FC1 and now FC2. Probably there are some of my old sins (read: configurations) still giving me hard time... A fresh FC2 installation might have been easier to configure.

.Xclients:
=======

#!/bin/bash
# Created by Red Hat Desktop Switcher

if [ -e "$HOME/.Xclients-$HOSTNAME$DISPLAY" ]; then
exec $HOME/.Xclients-$HOSTNAME$DISPLAY
else
xmodmap -e "pointer = 1 2 3 6 7 4 5"
imwheel -k -b "67"
exec $HOME/.Xclients-default
fi

and .Xclients-default:
================

# Created by Red Hat Desktop Switcher
exec gnome-session

Now that the mappings have really been reconfigured and the client is running then you can start tweaking $HOME/.imwheelrc. But that's easy...

Good luck!
--
Brunkku
Reply With Quote
  #19  
Old 6th January 2005, 02:05 AM
KeDruff Offline
Registered User
 
Join Date: Nov 2004
Posts: 82
Well, once I figured this out, it shouldn't be so hard. For the 5 button Intellimouse Optical (through USB) I have the following in xorg.conf:

Section "InputDevice"
# Identifier "USB Mouse"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
# Option "Emulate3Buttons" "no"
EndSection

Then, I have the following in /etc/X11/xinit/xinitrc.d/mouse.sh

#!/bin/sh
# /etc/X11/xinit/xinitrc.d/mouse.sh
# Required for the configuration of a 5-button mouse
xmodmap -e "pointer = 1 2 3 6 7 4 5"

Everything works.

KD
Reply With Quote
  #20  
Old 25th September 2005, 08:07 AM
nyinge's Avatar
nyinge Offline
Registered User
 
Join Date: Sep 2005
Posts: 116
I confirm that the above post (post #19) by KeDruff works perfectly through PS/2 as well with Microsoft IntelliMouse Optical. Thanks KeDruff !
Reply With Quote
Reply

Tags
explorer, intellimouse

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Wireless IntelliMouse Explorer 2.0 Scott6480 Hardware & Laptops 1 16th February 2006 09:11 PM
Microsoft Intellimouse Explorer 2.0 CaffeineAddict Hardware & Laptops 10 2nd February 2005 11:23 PM
wireless intellimouse explorer 1.0A thelight Hardware & Laptops 3 29th January 2005 12:54 AM


Current GMT-time: 21:55 (Saturday, 18-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat