Jump to content

MX700 side buttons


ralph1976
 Share

Recommended Posts

added -p to mousexmodmap.

 

wheel down / up is now "back" and "forward", and buttons do 1 back / 1 forward in text or icons...

 

here my mousexmodmap:

#!/bin/sh

killall /usr/bin/imwheel

xmodmap -e "pointer = 1 2 3 6 7 4 5"

imwheel -p -k -b "67"

 

everything works when:

ralph@localhost ralph]$ killall /usr/bin/imwheel

[ralph@localhost ralph]$ imwheel -p -k -b "67"

WARNING: imwheel process could not be verified, it may not be running anymore, that's OK!

: No such file or directory

WARNING: imwheel pid file could not be removed.

Perhaps you want the -p option.

Or SUID root the imwheel executable...

: Operation not permitted

WARNING: imwheel is not checking/writing a pid file, BE CAREFUL!

An imwheel may be running already.

Two or more imwheel processes on the same X display,

or simultaneously using a wheel fifo,

will not operate as expected!

INFO: imwheel started (pid=2364)

[ralph@localhost ralph]$

Edited by ralph1976
Link to comment
Share on other sites

So, you still have to do the commands by hand to get things working properly?

 

 

Is your mousexmodmap file executable?

 

try:

[ralph@localhost ralph]$ .kde/Autostart/mousexmodmap

 

and paste the output here.

Oh, and if it doesn't execute, do:

[ralph@localhost ralph]$ ll .kde/Autostart/mousexmodmap

as I asked before.

 

If it is not

-rwxr-xr-x ralph ralph [more stuff here]

especially the first rwx matters, .. you may have to make it executable:

chmod a+x .kde/Autostart/mousexmodmap

Link to comment
Share on other sites

thank you so much, everything works now... the file wasn't executable. i just remapped 67 with 76 to my comfort and all works just fine now...

 

and you said in mozilla (and firebird/fox?) it doesn't???

 

just one more question: which .imwheelrc is the one that is really needed: /home/ralph or /root ?

Edited by ralph1976
Link to comment
Share on other sites

The rc is the one in your user account, the one in /root is only for when root is logged on graphically, and this imho should be NEVER.

Sure, linux == choice, so you can, technically, violate this 'rule'..

 

In any case, wow, that was a lengthy problem; hmm, noticed that I didn't write on my website that that file should be executable, will add that soon.

 

In moz/firebird, I don't think the thumbbuttons do back and forth. Correct me if they do..

 

And btw, read my sig and follow the instructions! And: enjoy linux! :P

Link to comment
Share on other sites

i'll give it a try and tell you afterwards...

 

just if you have time: what do you mean by "graphically logging..."? i think for a newbie it's a lot easier to learn from someone experienced than just reading and searching...

 

...works fine with mozilla... don't know how to install firefox /-bird or thunderbird... (yet)

Edited by ralph1976
Link to comment
Share on other sites

Agree on the learning; I learnt unix at uni, mostly with fellow students who were inquisitive and always finding out things about the system..

A bit of competition in the mix and lots of students had their own webpage up, just using a text editor -- that was in 93.

 

It's a shame that not more people use linux, for those who just learn faster by observing..

 

 

"Graphically logging on" means: instead of logging on as user ralph, logging on into kde as user 'root'. This is a bad idea...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...