Features/Touchpad control panel section/Testing: Difference between revisions
Created page with 'I'm not sure how to make this easier. Preparation: # download File:Module-touchpad.svg, File:Capacitive,svg, File:Resistive.svg, [[File:Touchpad-__init__.py|__init__...' |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
Preparation: | Preparation: | ||
# download | # download [[File:Touchpad.tar]] and extract the files onto a USB drive | ||
# sudo chmod o+w /sys/devices/platform/i8042/serio1/ptmode | # sudo chmod o+w /sys/devices/platform/i8042/serio1/ptmode | ||
# sudo cp /media/YOURUSB/module-touchpad.svg /usr/share/sugar/data/icons/ | # sudo cp /media/YOURUSB/module-touchpad.svg /usr/share/sugar/data/icons/ | ||
# sudo cp /media/YOURUSB/capacitive.svg /usr/share/icons/sugar/scalable/ | # sudo cp /media/YOURUSB/capacitive.svg /usr/share/icons/sugar/scalable/devices/ | ||
# sudo cp /media/YOURUSB/resistive.svg /usr/share/icons/sugar/scalable/ | # sudo cp /media/YOURUSB/resistive.svg /usr/share/icons/sugar/scalable/devices/ | ||
# sudo mkdir /usr/share/sugar/extensions/cpsection/touchpad | # sudo mkdir /usr/share/sugar/extensions/cpsection/touchpad | ||
# sudo cp /media/YOURUSB/*.py /usr/share/sugar/extensions/cpsection/touchpad/ | # sudo cp /media/YOURUSB/*.py /usr/share/sugar/extensions/cpsection/touchpad/ | ||
| Line 12: | Line 12: | ||
Notes: | Notes: | ||
* This feature requires Fedora 11+ and Sugar 0.84+ (e.g., the build from Paraguay). | |||
* You'll have to do Step 2 every time the you reboot the system. | * You'll have to do Step 2 every time the you reboot the system. | ||
* Substitute the name of your USB key for YOURUSB in the above instructions | * Substitute the name of your USB key for YOURUSB in the above instructions | ||