Page 1 of 2

[SOLVED] mouse buttons not working on netbook

Posted: 19 May 2011, 05:38
by rnport
The mouse buttons of HP-mini netbook are not working in v1rc1 while they work quite alright with v09. Can this problem be corrected ?

Re: mouse buttons not working on netbook

Posted: 19 May 2011, 12:15
by Ahau
Could you give us some more info on this? When you boot up into KDE (as root), press Cntrl+T to get a console, then type 'psinfo' to generate a log file. You can then copy that file to somewhere you can get to it from V09 (or RC1 on another computer). cp /root/Desktop/psinfo.txt /mnt/sdb1/psinfo.txt.

Thanks!

Re: mouse buttons not working on netbook

Posted: 20 May 2011, 01:04
by rnport
Do I put the whole file in these replies (its quite large)? Or do you need any particular portion which I can cut and paste here.

Re: mouse buttons not working on netbook

Posted: 20 May 2011, 01:49
by Ahau
Put the whole thing on pastebin.com, and put a link here :)

Re: mouse buttons not working on netbook

Posted: 20 May 2011, 06:33
by rnport
Following is the link: http://pastebin.com/KrbrGznx

I removed all modules and save.dat and rootcopy items.
With such booting of porteus-v1rc1, left mouse button clicks and double-clicks OK but DOES NOT DRAG WINDOWS;
Right mouse button does not work at all.
Both buttons work very well in porteus-v09.

Re: mouse buttons not working on netbook

Posted: 20 May 2011, 13:05
by Ahau
that's strange... I was looking for the output of lspci and lsmod. lspci (and lsusb) seem to have the wrong path in the script for psinfo, and lsmod isn't there. Please add the output of lspci, lsmod, cat /etc/X11/xorg.conf, and cat /var/log/Xorg.0.log |grep -i mouse. What's the model of your netbook?

I'll be honest with you, I'm probably not capable of solving this problem for you, but I want to help you get more info in this thread so someone that has more experience with hardware issues can give you a hand.

You might try (from Always Fresh mode, so this change isn't saved):

rmmod psmouse
modprobe psmouse proto=imps

Re: mouse buttons not working on netbook

Posted: 20 May 2011, 16:56
by rnport
The netbook is HP mini. I will get output of these commands and post them here.

Re: mouse buttons not working on netbook

Posted: 21 May 2011, 18:49
by brokenman
This is no doubt a synaptics driver issue. You can use synclient to adjust the mouse settings from a terminal. Look for the TapButton option and a little googling should help you resolve it. I don't use my click buttons anymore ... i use a startup script that sets the touchpad to have left and right clicks in the top corners of the touchpad.

synclient TapButton3=3 RTCornerButton=3
synclient FingerHigh=42

The first line sets the right mouse click to top right section of touchpad. The second line makes the touchpad a little less sensitive so it doesn't react if i accidentally touch it with my palm while typing.

Open a console and type 'synclient'

PS: Please read the FAQ for posting bug reports.

Re: mouse buttons not working on netbook

Posted: 22 May 2011, 12:52
by rnport
@brokenman:
I will try this. Can you also drag windows (holding left mouse button down and dragging the cursor) with your method ?

Posted after 11 hours 35 minutes 2 seconds:
@ahau:
The output of lspci, lsmod, 'cat /var/log/Xorg.0.log |grep -i mouse' and 'cat /etc/X11/xorg.conf' is at http://pastebin.com/d1S43NmR

Re: mouse buttons not working on netbook

Posted: 22 May 2011, 20:34
by crashman
@rnport

You will try back to v09 run with 'xconf' cheatcode method and copy /etc/X11/xorg.conf file to hard drive partition.
Run now v1rc1 with 'text' cheatcode if you login press 'mc' find 'xorg.conf' file from hdd and copy to /etc/X11 directory, leave 'mc' and press 'startx' now.Please raport on to forum if your mouse buttons work or not work.

Re: mouse buttons not working on netbook

Posted: 23 May 2011, 00:47
by rnport
So I replace 'autoexec=xconf;telinit~4' with 'autoexec=text'. Do I need to include 'telinit-4' or remove it?

Re: mouse buttons not working on netbook

Posted: 23 May 2011, 01:28
by Ahau
remove all of this: autoexec=xconf; telinit 4

Xconf sets up your xorg.conf, which you don't need because you are copying the configuration from V09. Telinit 4 sends you to KDE via the script /etx/rc.d/rc.4. After copying the xorg.conf from the command line, startx is the command to start KDE.

Re: mouse buttons not working on netbook

Posted: 23 May 2011, 02:08
by rnport
I just tested with cheatcode: 'autoexec=text;telinit~4' and copied v09 xorg.conf from hard disk to /etc/X11/ in v1rc1 and started 'startx' ;
No benefit: same state of affairs: left mouse button clicks to select and double clicks to open but dragging is not possible. Right button acts like left button only; no menu pops up.

I am now routinely using v09 on my netbook. It is much better than v1rc1 for netbook. You may want to try this on other netbooks. I have a feeling that kde 3.5 is (as of now) better than trinity, since trinity has just started and will take some time to remove all its bugs.

Re: mouse buttons not working on netbook

Posted: 24 May 2011, 13:57
by brokenman
since trinity has just started and will take some time to remove all its bugs.
Trinity simply picked up where KDE-3.5.10 stopped developing. Trinity is KDE-3.5.12

Have you tried the following options:

1)
rmmod psmouse && modprobe psmouse proto=auto
rmmod psmouse && modprobe psmouse proto=imps

2)
Adjusting the TapButton option with 'synclient'?

Netbooks are now very popular and i would like to see this problem resolved for v1.0

Re: mouse buttons not working on netbook

Posted: 25 May 2011, 02:19
by rnport
Sorry, I have been somewhat busy. I will try it out tomorrow morning and let you know. But frankly, I do not like tapbutton option, especially since dragging will still not be possible and also given the fact that mouse buttons are working all right in v09. Picking up all available hardware (incl mouse buttons) is very important. I am sure you already have this in mind.

Posted after 7 hours 48 minutes 34 seconds:
@brokenman: The problem is solved! I tried first command (rmmod............proto=auto). It had no effect. But the second command (rmmod...............proto=imps) worked perfectly and both mouse buttons are now working well. However, I had removed all modules, rootcopy and changes.dat for this, but I am sure even with changes also this command should work. I did not need to try synclient.

I hope you will find someway that netbook users do not need to add this command in the final version of porteus; it should come automatically.

Thanks for your help and keep up the good work. I am very keen to see a perfect porteus.