LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 12-22-2009, 11:11 AM   #1
Jack128
Member
 
Registered: Feb 2009
Location: Germany
Distribution: Slackware64 Current
Posts: 90

Rep: Reputation: 22
Trust 200-V2 Tablet (Aiptek) - Slackware64-current


Hello Community,
I've got a Trust 200-V2 Wireless Tablet and now I'm trying
to use this device. I've got it working long time ago, so
I can't remember how I did it. I think it was running out-of-box.

Here are some infos:

lsusb
Code:
Bus 003 Device 004: ID 08ca:0021 Aiptek International, Inc. APT-2 Tablet
dmesg | grep aiptek
Code:
aiptek 3-1:1.0: Aiptek using 400 ms programming speed
usbcore: registered new interface driver aiptek
aiptek: v2.3 (May 2, 2007):Aiptek HyperPen USB Tablet Driver (Linux 2.6.x)
aiptek: Bryan W. Headley/Chris Atenasio/Cedric Brun/Rene van Paassen
aiptek 3-1:1.0: Aiptek using 400 ms programming speed
cat /proc/bus/usb/devices
Code:
T:  Bus=03 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#=  4 Spd=1.5 MxCh= 0
D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
P:  Vendor=08ca ProdID=0021 Rev= 3.00
S:  Manufacturer=AIPTEK
S:  Product=APT-USB-3
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr= 40mA
I:* If#= 0 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=00 Prot=00 Driver=aiptek
E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=10ms
xinput list
Code:
"Mouse1"        id=2    [XExtensionPointer]
        Type is Cursor                     
        Num_keys is 248                    
        Min_keycode is 8                   
        Max_keycode is 255                 
        Num_buttons is 5                   
        Num_axes is 5                      
        Mode is Absolute                   
        Motion_buffer is 256               
        Axis 0 :                           
                Min_value is 0             
                Max_value is 2999          
                Resolution is 14763        
        Axis 1 :                           
                Min_value is 0             
                Max_value is 2249          
                Resolution is 14763        
        Axis 2 :                           
                Min_value is 0             
                Max_value is 511           
                Resolution is 512          
        Axis 3 :                           
                Min_value is -128          
                Max_value is 127           
                Resolution is 256          
        Axis 4 :
                Min_value is -128
                Max_value is 127
                Resolution is 256
/etc/X11/xorg.conf
Code:
Section "ServerLayout"
	Identifier	"Layout0"
	Screen		0	"Screen0"	0	0
	InputDevice	"Keyboard0"	"CoreKeyboard"
	InputDevice	"Mouse0"	"CorePointer"
	InputDevice	"Mouse1"	"AlwaysCore"
EndSection

Section "Files"
	FontPath	"/usr/lib64/X11/fonts/misc/:unscaled"
	FontPath	"/usr/lib64/X11/fonts/100dpi/:unscaled"
	FontPath	"/usr/lib64/X11/fonts/75dpi/:unscaled"
	FontPath	"/usr/lib64/X11/fonts/misc/"
	FontPath	"/usr/lib64/X11/fonts/Type1/"
	FontPath	"/usr/lib64/X11/fonts/Speedo/"
	FontPath	"/usr/lib64/X11/fonts/100dpi/"
	FontPath	"/usr/lib64/X11/fonts/75dpi/"
	FontPath	"/usr/lib64/X11/fonts/cyrillic/"
	FontPath	"/usr/lib64/X11/fonts/TTF/"
EndSection

Section "ServerFlags"
	Option		"Xinerama" "0"
EndSection

Section "InputDevice"
	Identifier	"Mouse0"
	Driver		"mouse"
	Option		"Protocol"		"auto"
	Option		"Device"		"/dev/psaux"
	Option		"Emulate3Buttons"	"no"
	Option		"ZAxisMapping"		"45"
EndSection

Section "InputDevice"
	Identifier	"Mouse1"
	Driver		"aiptek"
	Option		"Device"	"/dev/input/aiptek"
	Option		"Type"		"cursor"
	Option		"Mode"		"absolute"
	Option		"Cursor"	"puck"
	Option		"USB"		"on"
	Option		"zMin"		"0"
	Option		"zMax"		"512"
	Option		"PressCurve"	"0,5,95,100"
	Option		"KeepShape"	"on"
	Option		"debuglevel"	"0"
EndSection

#Section "InputDevice"
#	Identifier	"Mouse1"
#	Driver		"aiptek"
#	Option		"Device"	"/dev/input/event6"
#	Option		"Type"		"cursor"
#	Option		"Mode"		"absolute"
#	Option		"Cursor"	"puck"
#	Option		"USB"		"on"
#EndSection

Section "InputDevice"
	Identifier	"Keyboard0"
	Driver		"kbd"
EndSection

Section "Monitor"
	Identifier	"Monitor0"
	VendorName	"Unknown"
	ModelName	"Hansol720E"
	HorizSync	30.0-72.0
	VertRefresh	50.0-160.0
	Option		"DPMS"
EndSection

Section "Device"
	Identifier	"Device0"
	Driver		"nvidia"
	VendorName	"NVIDIACorporation"
	BoardName	"GeForce7600GS"
EndSection

Section "Screen"
	Identifier	"Screen0"
	Device		"Device0"
	Monitor		"Monitor0"
	DefaultDepth	24
	Option		"TwinView" "1"
	Option		"TwinViewXineramaInfoOrder" "CRT-0"
	Option		"metamodes" "CRT-0:nvidia-auto-select+0+0,CRT-1:nvidia-auto-select+0+0"
	SubSection "Display"
		Depth	24
	EndSubSection
EndSection
lsmod | grep aiptek
Code:
Module                  Size  Used by
aiptek                 19744  0
The attached file is my X Server log file,
in it you can read some info's about the
aiptek X driver. The command xinput test "Mouse1"
didn't print anything on moving the pen.
But if I test cat /dev/input/aiptek,
I've get feedback from the device.

Please can someone help me?
Many thanks in advance.

Best Regards,
Jack.
Attached Files
File Type: txt Xorg.0.log.txt (21.5 KB, 12 views)
 
  


Reply

Tags
slackware, tablet



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Why is my Aiptek graphics tablet working like a mouse? uinseann Linux - Hardware 1 04-10-2008 12:08 AM
Configuring Aiptek 12000u Tablet Omnutia Linux - Hardware 1 03-07-2008 06:56 AM
Stumped by Aiptek tablet driver installation under SuSE 9.2 DeekBeek Linux - Hardware 0 06-29-2005 07:35 AM
loopy aiptek 6000 tablet netsurf Linux - Hardware 0 04-23-2005 05:58 PM
Mandrake 9.2 XFree 4.3 Aiptek Hyperpen Tablet problem purpurea Mandriva 0 01-20-2004 09:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 07:03 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration