Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
xorg + imwheel + Logitech Cordless Optical TrackMan
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
zeurx
n00b
n00b


Joined: 26 Jun 2002
Posts: 54

PostPosted: Tue Jun 01, 2004 2:39 am    Post subject: xorg + imwheel + Logitech Cordless Optical TrackMan Reply with quote

ok i have i Logitech Cordless Optical TrackMan with the Foward and Back buttons on them so im useing imwheel to bind them

.imwheelrc
Code:
"(null)"
 None, Left, Alt_L|Left
 None, Right, Alt_L|Right
 
 ".*"
 None, Left, Alt_L|Left
 None, Right, Alt_L|Right


and i have xorg installed and working. first question is how do i get my

.xinitrc
Code:
#!/bin/sh
# merge in defaults and keymaps

USERRESOURCES=$HOME/.Xresources
USERMODMAP=$HOME/.Xmodmap

if [ -f $USERRESOURCES ]; then
    xrdb -merge $USERRESOURCES
fi
if [ -f $USERMODMAP ]; then
    xmodmap $USERMODMAP
fi
exec xmodmap -e "pointer = 1 2 3 6 7 4 5"
exec imwheel -p -k -b 67
to load with my user so it maps the buttons and the second is how do i get smooth scrolling with imwheel... unbind the buttons?
Back to top
View user's profile Send private message
starnix
Guru
Guru


Joined: 02 Mar 2003
Posts: 530

PostPosted: Sun Nov 14, 2004 5:57 pm    Post subject: Reply with quote

If you figure this out, please let me know. I really miss the 'back' button. I use the same mouse at work on a windows box and really miss it.
Back to top
View user's profile Send private message
zeurx
n00b
n00b


Joined: 26 Jun 2002
Posts: 54

PostPosted: Mon Nov 15, 2004 3:57 pm    Post subject: Reply with quote

ummm.... sorry man i got it but i dont think i have the config files anymore. you just need to find the key from the keyboard and map it to the mouse. back is ctrl+<-- or Backspace and forward is Ctrl+-->
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