Main > Linux

[SOLVED - basically] I need some help with a laptop touchpad. Not game related.

(1/1)

Louis Tully:
.

ed12:
first welcome aboard
second your thread is fine
just hang tight a more refined linux person will come in and drop u the .bash u need
i ran into the exact problem when i first loaded ub
but was lucky enough to lacth on to a linux fourm

ed

sairuk:
Not having used this script before I will be running blind here. I will try to spell out what steps I would go through based on the information available and hope that addresses your needs.

Open Terminal from the Xubuntu Applications Menu>Accessories>Terminal

From what I can see the id you are after is 13, with that in mind you would execute. (# is a prompt in the terminal)

--- Code: ---# chmod a+x enable-rightbutton.sh
# ./enable-rightbutton.sh 13

--- End code ---


If it needs to be run an Xorg startup you should be able to place a call to execute the script in an .xprofile file located in your home directory

Create the ~/.xprofile file

--- Code: ---# touch ~/.xprofile
# gedit ~/.xprofile

--- End code ---

Add the following line to the .xprofile file and save it

--- Code: ---/<absolute path to file>/enable-rightbutton.sh 13
--- End code ---

I use this .xprofile trick to set my resolutions through xrandr, control volumes/muting of devices, etc at xorg startup.

Not come across this issue myself, so i'm working on the assumption that you were after how best to implement the script.

Louis Tully:
.

sairuk:
All good mate, glad you are enjoying linux. I'd forgotten about crunchbag, will grab that for the wifes netbook.

Navigation

[0] Message Index

Go to full version