Puppy Linux Discussion Forum Forum Index Puppy Linux Discussion Forum
Puppy HOME page : puppylinux.com
"THE" alternative forum : puppylinux.info
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The time now is Wed 22 May 2013, 16:14
All times are UTC - 4
 Forum index » House Training » Beginners Help ( Start Here)
How to calibrate Fujitsu Lifebook t1010 touch screen?
Moderators: Flash, Ian, JohnMurga
Post new topic   Reply to topic View previous topic :: View next topic
Page 1 of 1 [8 Posts]  
Author Message
RisunEtsijä

Joined: 08 Sep 2012
Posts: 14
Location: I'm on a [I]REALLY[/I] long vacation in Florida

PostPosted: 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
View user's profile Send private message 
cthisbear

Joined: 29 Jan 2006
Posts: 2942
Location: Sydney Australia

PostPosted: 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
View user's profile Send private message 
RisunEtsijä

Joined: 08 Sep 2012
Posts: 14
Location: I'm on a [I]REALLY[/I] long vacation in Florida

PostPosted: Sun 09 Sep 2012, 19:01    Post subject:  

cthisbear wrote:
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.


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
View user's profile Send private message 
pemasu


Joined: 08 Jul 2009
Posts: 5169
Location: Finland

PostPosted: 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
xinput_calibrator-0.7.5.pet
Description 
pet

 Download 
Filename  xinput_calibrator-0.7.5.pet 
Filesize  819.46 KB 
Downloaded  81 Time(s) 
Back to top
View user's profile Send private message 
RisunEtsijä

Joined: 08 Sep 2012
Posts: 14
Location: I'm on a [I]REALLY[/I] long vacation in Florida

PostPosted: 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
View user's profile Send private message 
pemasu


Joined: 08 Jul 2009
Posts: 5169
Location: Finland

PostPosted: 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
View user's profile Send private message 
Karl Godt


Joined: 20 Jun 2010
Posts: 2675
Location: Kiel,Germany

PostPosted: 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
View user's profile Send private message Visit poster's website 
pemasu


Joined: 08 Jul 2009
Posts: 5169
Location: Finland

PostPosted: 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
View user's profile Send private message 
Display posts from previous:   Sort by:   
Page 1 of 1 [8 Posts]  
Post new topic   Reply to topic View previous topic :: View next topic
 Forum index » House Training » Beginners Help ( Start Here)
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group
[ Time: 0.0660s ][ Queries: 12 (0.0121s) ][ GZIP on ]