Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Mozilla 1.3 and MS Intellimouse Explorer
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
C.M
Tux's lil' helper
Tux's lil' helper


Joined: 14 Mar 2003
Posts: 132
Location: Göteborg - Sweden

PostPosted: Mon Mar 24, 2003 8:07 pm    Post subject: Mozilla 1.3 and MS Intellimouse Explorer Reply with quote

Does anyone know how to get the side buttons to work in Mozilla 1.3?

I'm using imwheel and the back/forward buttons work perfectly in Phoenix (phoenix-bin). In Mozilla it's like the Alt-button isn't pressed at all. Instead one click moves the cursor left 1 step, and if I hold down Alt and click it moves 10 steps. The side buttons are mapped to be Up and Down, and are at button 6 and 7.

I guess the problem comes because I've compiled Mozilla with gtk2 (WANT_GTK2="yes"). Is this a bug, or have I missed something really trivial? I've searched the forums but found no post about this. Nothing on google either.
Back to top
View user's profile Send private message
easykill
Apprentice
Apprentice


Joined: 07 Dec 2002
Posts: 230

PostPosted: Sun Mar 30, 2003 7:44 pm    Post subject: Reply with quote

gtk2 doesn't prevent my side buttons from working with mozilla 1.3

search the documentation and tips forum for intellimouse and there is a great thread there on setting it up.

if that doesn't work, i might be able to help more, but try searching for that first.
Back to top
View user's profile Send private message
djf_jeff
Apprentice
Apprentice


Joined: 17 Feb 2003
Posts: 174
Location: Quebec

PostPosted: Mon Mar 31, 2003 12:54 am    Post subject: Reply with quote

Maybe you speak french... I write a tutorial on this at http://www.megaoctet.net/dossier11.php.

If you can read french, I'm sure you will be able to understand.
Back to top
View user's profile Send private message
thadk
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jun 2002
Posts: 123

PostPosted: Mon Mar 31, 2003 2:21 am    Post subject: Reply with quote

I have been having the same issue ever since I started using gtk2 with phoenix, mozilla and galeon. I have tried about everything I could come up with and everything recommended on the forum.

djf_jeff: are you sure that you'd used the gtk2 version of phoenix and mozzy?

I heard that imwheel has issues with gtk2 right now. if you try to target a gtk2 window in it's configurator it fails. Maybe that has something to do with it. But when the default main config file (/etc/X11/imwheelrc) is used and the scroller functionality is replaced by page-up/page-down imwheel seems to do it's job okay. But I can reproduce the mozilla scroll-up-10-lines glich that cm mentioned no matter whether there is a config file for imwheel at all (~/.imwheelrc & /etc/X11/imwheelrc).
Back to top
View user's profile Send private message
C.M
Tux's lil' helper
Tux's lil' helper


Joined: 14 Mar 2003
Posts: 132
Location: Göteborg - Sweden

PostPosted: Tue Apr 01, 2003 10:30 am    Post subject: Reply with quote

Thanks for the tips, but I'm still not getting it to work. I read a lot on the forums even before I asked, but still couldn't get it working. I've tested the imwheel -c thing to make sure that the sidebuttons work, and they do.

I've added a script called fixmouse.sh to my Gnome Startup Programs. The file right now is:
Code:

#!/bin/sh
xset s off dpms 3600 3600 3600
xmodmap -e "pointer = 1 2 3 6 7 4 5"
imwheel -k -b 0067

My .imwheelrc in my homedir has been simplified to just:
Code:

".*"
None,   Left,   Alt_L|Left
None,   Right,  Alt_L|Right


If I wasn't clear enough before... The scroll isn't lines up or down, but characters left and right. Just as if using the arrow buttons on the keyboard. And if I use Alt + Keyboard-left-arrow-button, i go back, but if I hold down Alt and press the back button on my mouse, i move 10 characters left with the marker.

In Phoenix the mouse works just fine, but not in the new Moz. I've tried changing from 'imwheel -k -b 0067' to 'imwheel -k -b "67"', but that just made the both the fprward and back buttons Page-Up. I've read the imwheel manpage many times now, not getting anywhere... :?

/Claes
Back to top
View user's profile Send private message
thadk
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jun 2002
Posts: 123

PostPosted: Thu Apr 03, 2003 3:54 am    Post subject: Reply with quote

Like I said, I think it has to do with GTK2, the phoenix-bin package isn't compiled with gtk2 while I believe that the newest mozilla release uses it by default. I betcha if you tried the phoenix-cvs one and set the USE_GTK2=yes it would show the same problem.

I can delete all my config files for imwheel and still have it jump 10 lines when i use the back/forward mouse buttons.


Last edited by thadk on Thu Apr 03, 2003 4:21 am; edited 1 time in total
Back to top
View user's profile Send private message
djf_jeff
Apprentice
Apprentice


Joined: 17 Feb 2003
Posts: 174
Location: Quebec

PostPosted: Thu Apr 03, 2003 3:58 am    Post subject: Reply with quote

It's doesn't work for me with gtk2 rigth now...

I've have test several config but nothing to do... imwheel -p say it's correct but mozilla 1.3 dont reconize it...
Back to top
View user's profile Send private message
C.M
Tux's lil' helper
Tux's lil' helper


Joined: 14 Mar 2003
Posts: 132
Location: Göteborg - Sweden

PostPosted: Thu Apr 03, 2003 1:22 pm    Post subject: Reply with quote

Ok, thanks. At least I'm not the only one with the problem. Just updated to gnome 2.2.1, but it still doesn't work. Guess I have to be a little more patient.. :P
Back to top
View user's profile Send private message
TRauMa
n00b
n00b


Joined: 26 Nov 2002
Posts: 43
Location: Germany

PostPosted: Sat Apr 05, 2003 5:43 pm    Post subject: Reply with quote

Did anyone of you try
Code:
ACCEPT_KEYWORDS="~x86" USE="-gtk2" emerge mozilla
already?
Perhaps the problem then goes away. My back/forward keys did work till I went for moz-1.3[-r1], faling to notice the gtk2-warnign isn't there anymore.
Back to top
View user's profile Send private message
TRauMa
n00b
n00b


Joined: 26 Nov 2002
Posts: 43
Location: Germany

PostPosted: Sat Apr 05, 2003 11:33 pm    Post subject: Reply with quote

Here I found a hack which din't work, compiling right now without gtk2, we'll see if this is better.
Back to top
View user's profile Send private message
thadk
Tux's lil' helper
Tux's lil' helper


Joined: 21 Jun 2002
Posts: 123

PostPosted: Sat Apr 05, 2003 11:52 pm    Post subject: Reply with quote

This fixed the problem with GTK2 Mozilla-spawn for me:


~/.imwheelrc
Code:
"(null)"
None, Up, Alt_L|Left,1
None, Down, Alt_L|Right,1


"^Mozilla.*"
None, Up, Alt_L|Left,1
None, Down, Alt_L|Right,1


thanks to swat
Back to top
View user's profile Send private message
TRauMa
n00b
n00b


Joined: 26 Nov 2002
Posts: 43
Location: Germany

PostPosted: Sun Apr 06, 2003 2:21 pm    Post subject: Reply with quote

As ssaid above didn't WFM, but reverting to gtk1 did. Responsiveness is also much better now.
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