You are not logged in.

corktowner

Beginner

  • "corktowner" started this thread

Posts: 14

Location: Detroit

  • Send private message

1

Thursday, April 19th 2007, 8:31am

Left handed mouse control

I installed PCLOS 2007 TR3, KDE 3.5.6 is the gui. I have tried to get my mouse to switch to left handed. Nothing changes. The prior KDE 3.5.5 didn't have this problem. Do you have a bug in this module? Is there another way to assign the buttons? It is very difficult for me to use a right handed mouse configuration.
Bruce Smith

2

Thursday, April 19th 2007, 10:45am

you can use xmodmap to change the button order:

Quoted


xmodmap -e "pointer = 3 2 1"


but in the mouse section of kcontrol you should be able to do this as well.
Help mee om KDE 3.5.5 in het Nederlands te vertalen

corktowner

Beginner

  • "corktowner" started this thread

Posts: 14

Location: Detroit

  • Send private message

3

Thursday, April 19th 2007, 6:27pm

mouse problems

Yes, I should be able to change the mouse to left handed in kcontrol, however nothing changes when I select left handed. It shows that I have made the change. This just happened since installing KDE 3.5.6 included with PCLOS 2007 TR3.
xmodmap doesn't have an effect either. Output from terminal session:
[root@localhost ~]# xmodmap -e "pointer = 3 2 1"
Warning: Only changing the first 3 of 9 buttons.


Attachment is snapshot of the kcontrol > peripherals > mouse
corktowner has attached the following image:
  • snapshot5.png
Bruce Smith

leftbas

Trainee

Posts: 58

Location: Los Angeles, Ca, USA

Occupation: Senior Desktop Support Analyst

  • Send private message

4

Friday, April 20th 2007, 7:28pm

RE: mouse problems

You have a 9-button mouse? Maybe the mouse that's configured in x.conf is the wrong one, so it won't recognize the changes you make. Just a thought.
In retrospect, everything is funny.

-- Unknown

corktowner

Beginner

  • "corktowner" started this thread

Posts: 14

Location: Detroit

  • Send private message

5

Friday, April 20th 2007, 8:09pm

RE: mouse problems

I do not have a 9 button mouse, it has only 3 buttons..
Bruce Smith

6

Friday, April 20th 2007, 9:06pm

try starting another windowmanager (like twm) and check if the mouse works as expected.
Also try the xmod command in twm to see if it has any effect..
Help mee om KDE 3.5.5 in het Nederlands te vertalen

corktowner

Beginner

  • "corktowner" started this thread

Posts: 14

Location: Detroit

  • Send private message

7

Friday, April 20th 2007, 9:35pm

twm is not installed, so I tried drak3d and it wouldn't start up. I did a file search for x.conf but it was not found.
Bruce Smith

leftbas

Trainee

Posts: 58

Location: Los Angeles, Ca, USA

Occupation: Senior Desktop Support Analyst

  • Send private message

8

Friday, April 20th 2007, 9:41pm

That might be the wrong name, actually. If you have XFree86, I think the name is different. Either way, I'd stick with Rinse's advice. The plain old X interface is a good generic environment to test with.
In retrospect, everything is funny.

-- Unknown

corktowner

Beginner

  • "corktowner" started this thread

Posts: 14

Location: Detroit

  • Send private message

9

Friday, April 20th 2007, 9:43pm

Is this a KDE problem or is it PCLOS? I have tried changing the mouse in the "configure your computer" but there is no change in the hardware.
Bruce Smith

10

Sunday, April 22nd 2007, 10:25am

Quoted

Originally posted by corktowner
twm is not installed, so I tried drak3d and it wouldn't start up. I did a file search for x.conf but it was not found.

twm comes with your x-server, so it should be installed (unless pclinuxos ripped it out of the xorg-package)

x.conf is incorrect, should be xorg.conf or XFree86.conf (both reside in the directory /etc/X11)
Help mee om KDE 3.5.5 in het Nederlands te vertalen

11

Sunday, April 22nd 2007, 10:27am

Quoted

Originally posted by corktowner
Is this a KDE problem or is it PCLOS? I have tried changing the mouse in the "configure your computer" but there is no change in the hardware.

i think it is either a problem in your mousesetting in xorg.conf or a pclinux problem.
The xmodmap command i gave should work, kde does not influence it.
Help mee om KDE 3.5.5 in het Nederlands te vertalen

corktowner

Beginner

  • "corktowner" started this thread

Posts: 14

Location: Detroit

  • Send private message

12

Sunday, April 22nd 2007, 10:32pm

twm

So how do I start twm? Also, attached is the xorg.conf and XF86Config files.
corktowner has attached the following files:
  • xorg.conf (3.23 kB - 75 times downloaded - latest: Jul 5th 2008, 2:04am)
  • XF86Confi. (3.23 kB - 68 times downloaded - latest: Jul 8th 2008, 11:04pm)
Bruce Smith

kriko

Trainee

Posts: 127

Location: Slovenia

  • Send private message

13

Monday, April 23rd 2007, 1:55am

Look at inputdevice section (for the mouse), mine is like this:

Source code

1
2
3
4
5
6
7
8
9
10
Section "InputDevice"
    Identifier     "Mouse[1]"
    Driver         "mouse"
    Option         "Buttons" "5"
    Option         "Device" "/dev/input/mice"
    Option         "Name" "Logitech Optical Mouse"
    Option         "Protocol" "explorerps/2"
    Option         "Vendor" "Sysp"
    Option         "ZAxisMapping" "4 5"
EndSection


In your place I would try to add just this two lines:

Source code

1
2
    Option         "ZAxisMapping" "4 5"
    Option         "Buttons" "5"


Left / right handed setting does makes difference on my system (kde 3.5.6, opensuse 10.2)

This post has been edited 1 times, last edit by "kriko" (Apr 23rd 2007, 1:56am)


corktowner

Beginner

  • "corktowner" started this thread

Posts: 14

Location: Detroit

  • Send private message

14

Monday, April 23rd 2007, 6:53am

Left handed mouse control

I made the changes you suggested, it did not make any difference.
Bruce Smith

kriko

Trainee

Posts: 127

Location: Slovenia

  • Send private message

15

Monday, April 23rd 2007, 10:10am

Then your distro broke something, perhaps in kde or xorg. If possible, try to apply latest updates from repositories for your distro and try again. If still doesn't work, you can notify them about this problem.