| Author |
Message |
RisunEtsijä
Joined: 08 Sep 2012 Posts: 14 Location: I'm on a [I]REALLY[/I] long vacation in Florida
|
Posted: Sun 09 Sep 2012, 18:23 Post subject:
How to calibrate Fujitsu Lifebook t1010 touch screen? Subject description: I'm suprised the touch screen even works on Puppy Linux, but it needs to be calibrated |
|
I finally got my Puppy to stop peeing on the carpet and doing his business in the lawn. But he needs to be calibrated.
I tried to use the stylus to control the mouse, but the mouse is badly misaligned, so it's not usable. How can I calibrate my LifeBook?
|
|
Back to top
|
|
 |
cthisbear
Joined: 29 Jan 2006 Posts: 2942 Location: Sydney Australia
|
Posted: Sun 09 Sep 2012, 18:50 Post subject:
|
|
Fujitsu Lifebook t 1010
Specs.
http://www.cnet.com/laptops/fujitsu-lifebook-t1010/4507-3121_7-33229267.html
Graphics Processor Intel GMA 4500MHD
::::::::::::
RisunEtsijä......Good day mate.
Please tellus your exact Puppy version.
Chris.
|
|
Back to top
|
|
 |
RisunEtsijä
Joined: 08 Sep 2012 Posts: 14 Location: I'm on a [I]REALLY[/I] long vacation in Florida
|
Posted: Sun 09 Sep 2012, 19:01 Post subject:
|
|
Slacko 5.3.3
ALSO: the stylus does work, and the movement is smooth. The only problems are that it's uncalibrated and whenever I move the stylus, its dragging the click
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5169 Location: Finland
|
Posted: Tue 11 Sep 2012, 14:48 Post subject:
|
|
Hmm...I have previously suggested xinput_calibrator for these kind problems...not sure if it even works....but...
http://doc.ubuntu-fr.org/fujitsu-siemens_lifebook_t1010
Install Chromium and let it translate it to the english. It will do that easiest if you have en locale.
http://www.freedesktop.org/wiki/Software/xinput_calibrator
Of course I know nothing about touchscreens and I dont even know if my suggestion even helps.
Anyway I compiled in Slacko the xinput_calibrator. Install the attached pet.
You get the menu entry under the System > System status and config in Menu
| Description |
|

Download |
| Filename |
xinput_calibrator-0.7.5.pet |
| Filesize |
819.46 KB |
| Downloaded |
81 Time(s) |
|
|
Back to top
|
|
 |
RisunEtsijä
Joined: 08 Sep 2012 Posts: 14 Location: I'm on a [I]REALLY[/I] long vacation in Florida
|
Posted: Tue 11 Sep 2012, 22:32 Post subject:
|
|
| pemasu wrote: | Hmm...I have previously suggested xinput_calibrator for these kind problems...not sure if it even works....but...
http://doc.ubuntu-fr.org/fujitsu-siemens_lifebook_t1010
Install Chromium and let it translate it to the english. It will do that easiest if you have en locale.
http://www.freedesktop.org/wiki/Software/xinput_calibrator
Of course I know nothing about touchscreens and I dont even know if my suggestion even helps.
Anyway I compiled in Slacko the xinput_calibrator. Install the attached pet.
You get the menu entry under the System > System status and config in Menu |
First, thanks a lot for compiling the xinput_calibrator. How did you find that? Are you using some sort of secret google?
Anyway, I installed it, and nothing visual happened such as a window popping up. So I tried launching xinput_calibrator from /usr/shared/applications, and I got a command line window which said: ERROR: No calibratable devices found
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5169 Location: Finland
|
Posted: Wed 12 Sep 2012, 01:12 Post subject:
|
|
That was what I was afraid. You probably will need some driver so that the touchscreen calibrating would be possible. If the xinput_calibrator does not find anything to calibrate, it probably means that something is not loaded for calibration. Just my hunch.
|
|
Back to top
|
|
 |
Karl Godt

Joined: 20 Jun 2010 Posts: 2675 Location: Kiel,Germany
|
Posted: Wed 12 Sep 2012, 12:36 Post subject:
|
|
CONFIG_FUJITSU_TABLET
This is a driver for tablets built by Fujitsu:
* Lifebook P1510/P1610/P1620/Txxxx
* Stylistic ST5xxx
* Possibly other Fujitsu tablet models
~ # modprobe -l | grep tablet
kernel/drivers/platform/x86/fujitsu-tablet.ko
~ # modinfo fujitsu-tablet
filename: /lib/modules/3.4.9-KRG-iCore2-smp-pae/kernel/drivers/platform/x86/fujitsu-tablet.ko
version: 2.4
license: GPL
description: Fujitsu tablet pc extras driver
author: Robert Gerlach <khnz@gmx.de>
srcversion: AB78D41814A1AC07EB6A0FE
alias: acpi*:FUJ02BF:*
alias: acpi*:FUJ02BD:*
depends:
intree: Y
vermagic: 3.4.9-KRG-iCore2-smp-pae SMP mod_unload CORE2
~ # | Code: | | modprobe -v --first-time fujitsu-tablet |
insmod /lib/modules/3.4.9-KRG-iCore2-smp-pae/kernel/drivers/platform/x86/fujitsu-tablet.ko
should load it .
|
|
Back to top
|
|
 |
pemasu

Joined: 08 Jul 2009 Posts: 5169 Location: Finland
|
Posted: Wed 12 Sep 2012, 14:26 Post subject:
|
|
fujitsu-tablet.ko provides lcd brightness control.
There is kernel module usbtouchscreen.ko though. It might be good idea to check with lsmod if it is loaded and test load it with modprobe if it is not:
modprobe usbtouchscreen
Also Xorg input driver evdev provides some control. My previously posted link has something about evdev and xorg.d file for manipulating it and also example xorg.d file for xinput calibration control.
The location to place those xorg.d files is:
/usr/share/X11/xorg.conf.d
My dpup has still xorg driver evtouch but it is not in Slacko Xorg input folder anymore.
Still mostly at loss with all this touchscreen stuff.
|
|
Back to top
|
|
 |
|