个人工具

UbuntuHelp:X61T

来自Ubuntu中文

Wikibot讨论 | 贡献2009年5月18日 (一) 18:30的版本 (创建新页面为 '{{From|https://help.ubuntu.com/community/X61T}} {{Languages|UbuntuHelp:X61T}} == Introduction == For me ant many others the fdi files are just not familiar so I thought we need ...')

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

Introduction

For me ant many others the fdi files are just not familiar so I thought we need some help to configure the Lenovo X61 Tablet PC! The guid here will be written for Ubuntu Jaunty 9.04 and later versions supporting HAL and fdi configuration files.

Stylus

It works out of the box, you should know that every changes from https://help.ubuntu.com/community/Wacom can be applied to the fdi file as in xorg.conf for older versions of Ubuntu. but there is no need normally.

Eraser

Not configured by default but is easy to configure in the next step.

Touch

Works out of the box, just needs calibration .

Reassigning and calibrating

Using wacomcpl is straight forward you open an terminal and run it as normal user or by sudo .

Helping wacomcpl

The hal assignes names to wacom devices in a way that the recent wacomcpl from jaunty the they it was released was 8.2.2 cant find them , you need to rename then on every boot. Do the following steps to make to make sure it is done on every boot . open a terminal and type :

sudo gedit /etc/init.d/wacomtohal

and paste this code in:

#! /bin/sh
for udi in `hal-find-by-property --key input.x11_driver --string wacom`
do
type=`hal-get-property --udi $udi --key input.x11_options.Type`
hal-set-property --udi $udi --key info.product --string $type
done

then run :

sudo chmod +x /etc/init.d/wacomtohal
sudo update-rc.d wacomtohal defaults 27

now reboot and launch wacomcpl

More

Feel free to add more stuff here as I don't see any need now, but an autorotation script for the screen would be nice, I will add one as I find one.

See Also

  • [1] - See post 102 and 104 where the script is taken from, DO not edit your fdi as in the howto , there is no need of that for X61t.
  • [2] - An discussion aboout the new driver.
  • [3] - Latest Wacom driver.