| Author |
Message |
boklanio
Joined: 20 Aug 2007 Posts: 5
|
Posted: Fri 24 Aug 2007, 15:44 Post subject:
|
|
tempestuous thank you so much!
I installed Puppy 2.15 with kernel 2.6.18.1 to make the touchscreen working and was fairly happy with this version. Although some troubles with the needed locale and with my wi-fi card occurIt has some nice desktop themes.
Now with version 2.17 I'll be happier than ever! ))) I really appreciate your help! Many thanks again!
PS Could anyone please tell me if it's possible to transfer the menu layout and desktop theme from 2.15CE to 2.17? Many thanks in advance!
|
|
Back to top
|
|
 |
willhunt

Joined: 05 Oct 2005 Posts: 495
|
Posted: Fri 24 Aug 2007, 20:49 Post subject:
|
|
yes if you want the 2.15CE interface try installing Ezpup
Thread
_________________ 176 Icewm Themes
vlc-0.8.6c-i586.pet
vlc-0.8.6c-i586.pet
|
|
Back to top
|
|
 |
boklanio
Joined: 20 Aug 2007 Posts: 5
|
Posted: Sun 26 Aug 2007, 11:05 Post subject:
|
|
Hello
I'm sorry but I still can't get the touchcsreen to work with 2.6.21.5 (Puppy 2.17)
here is xorg output
II) LoadModule: "evtouch"
(II) Loading /usr/X11R7/lib/xorg/modules/input/evtouch_drv.so
(II) Module evtouch: vendor="Kenan Esau"
compiled for 4.3.99.902, module version = 0.8.3
Module class: X.Org XInput Driver
ABI class: X.Org XInput driver, version 0.6
(EE) module ABI minor version (6) is newer than the server's version (5)
(II) UnloadModule: "evtouch"
(II) Unloading /usr/X11R7/lib/xorg/modules/input/evtouch_drv.so
(EE) Failed to load module "evtouch" (module requirement mismatch, 0)
Any ideas where to obtain Xinput 0.6? Any help is much appreciated ) Many thanks in advance!
|
|
Back to top
|
|
 |
tempestuous
Joined: 10 Jun 2005 Posts: 4950 Location: Australia
|
Posted: Mon 27 Aug 2007, 07:20 Post subject:
|
|
It's strange that the 2.6.21.5 version fails. Only the "usbtouchscreen" kernel module has been updated. The "evtouch" input module is unchanged.
Could you please try the old version in 2.15CE again, and post the same section from the xorg output (from LoadModule: "evtouch")
EDIT: Wait ... I think I provided the old precompiled version.
I just repackaged the 2.6.21.5 dotpet and attached it.
Please download and try again.
|
|
Back to top
|
|
 |
tonylu9
Joined: 21 Aug 2007 Posts: 8 Location: Canada
|
Posted: Mon 27 Aug 2007, 18:09 Post subject:
actually I am a newbie to puppy Subject description: need a complete steps to make the touchscreen work |
|
hi tempestuous :
I have been working on touchscreen for two weeks, can not make it work, can you make a complete list of the steps starting from puppy 2.6.21.5 installation ? how many things should be installed and the commands .
thanks in advance. I need it really bad...
|
|
Back to top
|
|
 |
tempestuous
Joined: 10 Jun 2005 Posts: 4950 Location: Australia
|
Posted: Mon 27 Aug 2007, 22:04 Post subject:
|
|
deleted
Last edited by tempestuous on Thu 16 Apr 2009, 05:04; edited 1 time in total
|
|
Back to top
|
|
 |
tonylu9
Joined: 21 Aug 2007 Posts: 8 Location: Canada
|
Posted: Mon 27 Aug 2007, 23:56 Post subject:
calibration setting Subject description: how to do the calibration manually |
|
my touch screen is able to be touched now. there is only one issue left now. the calibration , I have tried many many set of minx... maxy , but still can not get closer, can you tell what is the best way to do that, my touchscreen is 19", 1024x768 .. can not find the good setting.
|
|
Back to top
|
|
 |
DavidBell
Joined: 24 Nov 2006 Posts: 132
|
Posted: Tue 28 Aug 2007, 16:29 Post subject:
|
|
tempestuous, would you mind briefly explaining how you made these packages ... eg where you got the source code for usbtouchscreen, and what compiler settings etc. I would like to muck around with them myself sometime. TIA DB
|
|
Back to top
|
|
 |
tempestuous
Joined: 10 Jun 2005 Posts: 4950 Location: Australia
|
Posted: Tue 28 Aug 2007, 23:09 Post subject:
|
|
DavidBell,
usbtouchscreen is a standard kernel module, but it's not enabled in Puppy's kernel configuration.
So just run "make menuconfig" and go to
Device Drivers > USB support > USB Touchscreen Driver
and press "m" or the spacebar to enable the module.
Then run "make modules" and the usbtouchscreen module will be compiled.
I used no special compiler settings.
Regarding the Evtouch Xorg input module, I can't remember the exact details of the compilation, but I'm fairly sure that the full Xorg source needed to be present.
Last edited by tempestuous on Thu 16 Apr 2009, 05:05; edited 1 time in total
|
|
Back to top
|
|
 |
tonylu9
Joined: 21 Aug 2007 Posts: 8 Location: Canada
|
Posted: Fri 31 Aug 2007, 00:05 Post subject:
it is realy too much for me to work on the kernel |
|
I have a question , can we make the touchscreen stay at "event3"?
if my computer has mice and keyboard, the touchscreen is /dev/input/event3" , if only has keybord , it will go to "event2"
. no keybard and mice, it will go to "event1", it fores me to change the setting in xorg.conf while the hardware changes.
|
|
Back to top
|
|
 |
Dougal

Joined: 19 Oct 2005 Posts: 2505 Location: Hell more grotesque than any medieval woodcut
|
Posted: Fri 31 Aug 2007, 07:48 Post subject:
Re: it is realy too much for me to work on the kernel |
|
| tonylu9 wrote: | | I have a question , can we make the touchscreen stay at "event3"? |
There's something you can try (I'm just guessing here):
Look up the "minor" and "major" numbers for "event3". I think you can do that by using the "file" command on the device (/dev/usb/even3 ?), or by looking in /proc -- /proc/partitions has them for partitions, maybe you'll find it in /proc/bus/usb/devices or /proc/bus/input/devices.
Now try and associate the touchscreen driver with those numbers: look in /etc/modprobe.conf and try adn figure out how it's done (I've nenevr done it myself, you use "charmajor" and "charminor").
_________________ What's the ugliest part of your body?
Some say your nose
Some say your toes
But I think it's your mind
|
|
Back to top
|
|
 |
DavidBell
Joined: 24 Nov 2006 Posts: 132
|
Posted: Fri 31 Aug 2007, 18:01 Post subject:
|
|
***EDIT***
I got make menuconfig to work when added the kernel source sfs to home.
*End edit*
| tempestuous wrote: |
usbtouchscreen is a standard kernel module, but it's not enabled in Puppy's kernel configuration.
So just run "make menuconfig" and go to
|
I tried this from a couple of places but it doesn't seem to work. Closest I got was frpm /usr/src/linux where I got
| Code: | sh-3.00# make menuconfig
scripts/Makefile.build:17: /usr/src/linux-2.6.18.1/scripts/basic/Makefile: No such file or directory
make[1]: *** No rule to make target `/usr/src/linux-2.6.18.1/scripts/basic/Makefile'. Stop.
make: *** [scripts_basic] Error 2
|
Do I need to install something to make it work? I am running 2.16 frugal HDD install with devx.
DB
|
|
Back to top
|
|
 |
metatouch
Joined: 23 Oct 2007 Posts: 1
|
Posted: Tue 23 Oct 2007, 15:30 Post subject:
Reopen - 3.01 Subject description: 3.01? |
|
Would it be possible for someone to repackage the usbtouchscreen for pup3.01 - The rest of my hardware became available i.e. sound, wifi in v3.01 - or can someone give me a good howto - I am using an Egalax usb touch screen
let me know if you can help
|
|
Back to top
|
|
 |
danvica
Joined: 04 Feb 2008 Posts: 3
|
Posted: Mon 04 Feb 2008, 05:22 Post subject:
|
|
Hi,
I've followed tempestous suggests and my egalax touchscreen works but with x-y swapped coordinates.
I'm not able to find a way to solve the problem. I already tried to use the swapx/swapy option into xorg.conf but actually it seems that the file is not even read.
I'm using XVesa. Do i have to modify something else ?
BTW I'm using Puppy 2.17.
Thanks for any help.
Daniele
|
|
Back to top
|
|
 |
danvica
Joined: 04 Feb 2008 Posts: 3
|
Posted: Mon 04 Feb 2008, 07:12 Post subject:
|
|
Update:
I was able to swapx-y using
echo Y > /sys/modules/touchkitusb/parameters/swap_xy
but the y is still swapped and moreover the touchscreen needs to be calibrated.
swap_xy is the only parameter i can access this way.
Any hint ?
|
|
Back to top
|
|
 |
|