sony-vaio-z-series team mailing list archive
-
sony-vaio-z-series team
-
Mailing list archive
-
Message #02525
Re: Touchpad and VPC-Z2
Without shorcut, need a mouse :{
2012/1/13 Gyhor <gyhor@xxxxxx>
> Hi,
>
> with a keyboard shortcut? Because it is a bad idea to try it without a
> mouse :)
>
> gyhor
>
> Am 13.01.2012 11:33, schrieb Dupain Nicolas:
>
>> Hi,
>>
>> you can also use Jupiter
>> (http://www.webupd8.org/2010/**07/jupiter-ubuntu-ppa-**
>> hardware-and-power.html<http://www.webupd8.org/2010/07/jupiter-ubuntu-ppa-hardware-and-power.html>)
>> to
>> enable/disable the touchpad.
>>
>> Regards,
>>
>> 2012/1/13 Gyhor <gyhor@xxxxxx <mailto:gyhor@xxxxxx>>
>>
>>
>> Hi,
>>
>> to get the touchpad working i followed this instruction from this site:
>> http://bigbrovar.aoizora.org/_**_index.php/2011/05/24/better-_**
>> _clickpad-support-for-ubuntu-_**_11-04/<http://bigbrovar.aoizora.org/__index.php/2011/05/24/better-__clickpad-support-for-ubuntu-__11-04/>
>>
>> <http://bigbrovar.aoizora.org/**index.php/2011/05/24/better-**
>> clickpad-support-for-ubuntu-**11-04/<http://bigbrovar.aoizora.org/index.php/2011/05/24/better-clickpad-support-for-ubuntu-11-04/>
>> >
>>
>> But I had still the problem that while I am typing I touch
>> accidentally the
>> clickpad and the cursor lands somewhere.
>> The option "disable touchpad while typing" didn't work.
>>
>> The solution is to enable the touchpad in gnome:
>> <code>
>> gconftool-2 --set --type boolean
>> /desktop/gnome/peripherals/__**touchpad/touchpad_enabled true
>>
>> </code>
>> Now the touchpad is disabled while typing.
>>
>> For disabling the touchpad i used this shellscript:
>> <code>
>> # toggle synaptic touchpad on/off
>> # credits http://ubuntuforums.org/__**showthread.php?t=1675603<http://ubuntuforums.org/__showthread.php?t=1675603>
>>
>> <http://ubuntuforums.org/**showthread.php?t=1675603<http://ubuntuforums.org/showthread.php?t=1675603>
>> >
>> SYNSTATE=$(xinput list-props "ImPS/2 Generic Wheel Mouse" | grep
>> Enabled |
>> grep -Eo '.$')
>> if [ $SYNSTATE = 0 ]; then xinput set-int-prop "ImPS/2 Generic Wheel
>> Mouse"
>> "Device Enabled" 8 1
>> else xinput set-int-prop "ImPS/2 Generic Wheel Mouse" "Device Enabled"
>> 8 0; fi
>> </code>
>> and binded it with gnome-keybinding-properties to a shortcut.
>>
>> regards
>> gyhor
>>
>> ______________________________**___________________
>> Mailing list: https://launchpad.net/~sony-__**vaio-z-series<https://launchpad.net/%7Esony-__vaio-z-series>
>> <https://launchpad.net/%**7Esony-vaio-z-series<https://launchpad.net/%7Esony-vaio-z-series>
>> >
>> Post to : sony-vaio-z-series@lists.__lau**nchpad.net<http://launchpad.net>
>> <mailto:sony-vaio-z-series@**lists.launchpad.net<sony-vaio-z-series@xxxxxxxxxxxxxxxxxxx>
>> >
>> Unsubscribe : https://launchpad.net/~sony-__**vaio-z-series<https://launchpad.net/%7Esony-__vaio-z-series>
>> <https://launchpad.net/%**7Esony-vaio-z-series<https://launchpad.net/%7Esony-vaio-z-series>
>> >
>> More help : https://help.launchpad.net/__**ListHelp<https://help.launchpad.net/__ListHelp>
>>
>> <https://help.launchpad.net/**ListHelp<https://help.launchpad.net/ListHelp>
>> >
>>
>>
>>
>>
>> --
>> Nicolas Dupain
>>
>
>
--
Nicolas Dupain
References
-
Re: Linux on VPC-Z21
From: Gyhor, 2012-01-03
-
Re: Linux on VPC-Z21
From: Nicklas Overgaard, 2012-01-03
-
Re: Linux on VPC-Z21
From: Gyhor, 2012-01-03
-
Re: Linux on VPC-Z21
From: Nicklas Overgaard, 2012-01-04
-
Re: Linux on VPC-Z21
From: Gyhor, 2012-01-04
-
Re: Linux on VPC-Z21
From: Gyhor, 2012-01-04
-
Re: Linux on VPC-Z21
From: vick, 2012-01-04
-
Touchpad and VPC-Z2
From: Gyhor, 2012-01-13
-
Re: Touchpad and VPC-Z2
From: Dupain Nicolas, 2012-01-13
-
Re: Touchpad and VPC-Z2
From: Gyhor, 2012-01-13