I have Sony VGN-SZ61WN/C laptop with an Alps touchpad that Xorg keeps detecting as upside-down. I've managed to work around this by reloading the psmouse module a few times but it's getting really annoying (especially after three or four goes).
Has anyone experienced this before and/or does anyone have a better fix?
Thanks.
[Solved] Upside-down touchpad
Re: Upside-down touchpad
Never seen anything like this. I have no idea why this happens to you, but if it happens randomly, I'm inclined to think it's a hardware error. If just removing the module and reloading it again fixes it, maybe you can automate that.
Re: Upside-down touchpad
I've gone as far as removing the keyboard and reseating the touchpad cable but that makes no difference. I've also tried reloading the psmouse module at start up but it doesn't always work first time.
I might install windows or another distro on a spare partition to see if it's Salix/Slackware specific or not.
I might install windows or another distro on a spare partition to see if it's Salix/Slackware specific or not.
Re: Upside-down touchpad
My guess is that it isn't specific to slackware/salix. It could be specific to linux in general, but still I find that hard to believe. Or maybe specific to the kernel version in 13.37. Instead of installing another distro, there are these things these days, I think they're called live CDs. 

Re: Upside-down touchpad
Well I was thinking of breaking out my set of DOS 6.22 diskettes to see if that helps.gapan wrote:My guess is that it isn't specific to slackware/salix. It could be specific to linux in general, but still I find that hard to believe. Or maybe specific to the kernel version in 13.37. Instead of installing another distro, there are these things these days, I think they're called live CDs.

Re: Upside-down touchpad
Have a look at synclient. This provides a list of variables:
Maybe there's something suitable. 
Code: Select all
synclient -l

Re: Upside-down touchpad
I've already tried specifying the top, bottom, left an right in the xorg configuration but it didn't help.
Thanks for the suggestion though.
Thanks for the suggestion though.
Re: Upside-down touchpad
I think I remember that option to be related to clicking or some special zones. Not to orientation.pwatk wrote:I've already tried specifying the top, bottom, left an right in the xorg configuration but it didn't help.
Anyway, no such option to change the orientation then. I was just guessing there might be.