 |
 |
 |
 |
| Hardware & Laptops Help with your hardware, including laptop issues |

5th September 2004, 02:10 PM
|
 |
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
|

5th September 2004, 03:00 PM
|
|
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
|

18th October 2004, 12:40 AM
|
 |
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
|

6th January 2005, 02:05 AM
|
|
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
|

25th September 2005, 08:07 AM
|
 |
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 !
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 21:55 (Saturday, 18-05-2013)
|
|
 |
 |
 |
 |
|
|