Let me complete this very quickly, I am seeing flow of TouchPack Resistive Touch Screen in recent hardwares. It’s not working well with Ubuntu 10.04 LTS. In my pre-test i have found that cursor is automatically moving at top left corner of the screen. I have also seen this behavior in Ubuntu Netbook Edition. During my information triage for this behavior, i have found below hack. I have slightly modify it, so it can work smoothly.
Get the Vendor ID and Product ID of TouchPack Resistive Touch Screen using ‘lsusb’ command.
person@CANONICAL-DESK:~/Desktop$ lsusb
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1bfd:1688 TouchPack Resistive Touch Screen
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
person@CANONICAL-DESK:~/Desktop$
So, here is VID and PID of Touch Screen is:
Bus 002 Device 002: ID 1bfd:1688 TouchPack Resistive Touch Screen
VID = 1bfd
PID = 1688
Now, it requires quirks to work well with Ubuntu. Ubuntu is taking it as usbhid device. There are few ways to enable this device with quirks.
Modify /etc/rc.local file and add below line:
modprobe -r usbhid
modprobe usbhid quirks=0x1bfd:0×1688:0×40
Please reboot the Ubuntu, and next window will give you touch experience. Now, there are few applications in Ubuntu, that will make your user experience rich. There is application called “onboard”, comming in default Ubuntu Netbook Installation. That
will enable on-screen keyboard for every situation. You have to just enable it in start-up application so, GDM can launching new session. There is “onboard-settings” where you can define your optiont, like icon in Ubuntu Top Panel, your custom keyboard layout, launch it while locked screen, etc… And for editor, there is very good application called, “xournal”, which you can installed straight from Ubuntu Software Center.
:wq
–
person@CANONICAL-DESK | Straight from Canonical field, Puducherry, India.
Yes, i know that, title looks weired and confusing. But while managing my backup i found this old puzzle with solution. Let me explain in detail. When i was in Novell, i used to wrote articles on SLES / SLED. Due to that interest, one day my friend redirected me to puzzle section of company wide circular, it was mostly for social activities. First top five, who solved that puzzle got their name in next circular. Imagine your name around 500+ people. So i thought let’s jump in this fame game
So, title contains Puzzle Number of that puzzle which i attended very first time.
Puzzle No: 255 July-21-2008(4)
What would be the value of X and Y to correct X * Y * XY = YYY equation?
I was BASH freak, due to my Q/A Automation work @ Novell. So i thought, let’s not find one result, make it automated to find different possibilities of X and Y. I decided to wrote BASH script with TRY / ERROR methodology. Which took my 30 Minutes due to cosmetic changes. I was feeling top of the world because of my Hard Work + Smart Work deadly combo
. I submitted my solution (Answer + Script). But, in next circular i was not in top five
.
Then i did retrospective analysis of my failure, which helped me to manage my name in top five for next few month. I also took part in Novell Test Fest 2008 by winning series of on-line quizzes. My team was First Prize Winner in Novell Test Fest 2008. Then my friend, who had redirected me to that Puzzle Fame Game (For me at-least) came and told me that you are true winner, you have not used Google. I didn’t say anything, i just smiled
Download script to solve Puzzle No: 255 July-21-2008(4) @ Novell: What would be the value of X and Y to correct X * Y * XY = YYY equation? (Please don’t file any Bug
):
person@CANONICAL-DESK:~/DATA/PUZZULES$ cat 255
#!/bin/bash
###############################################
# Puzzle No: 255 July-21-2008(4) #
# Author: “Hardik Dalwadi” <dhardik@novell.com> #
# Version: 1.0 #
# ChangeLOG: 1. Not considering posibiity of X=0 and Y=0 #
# 2. Support for Try & Error Count if we satrt from #
# X=1 and y=1 #
###############################################
### Sucess Codes ###
E_SUCCESS=0
E_ERROR=1
### Initializing X and Y ###
X=0
Y=0
### Initializing Try & Error Count ###
Z=0
### Clearing Screen ###
clear
### Here we GO ###
### Starting from Y=1 ###
for Y in `seq 1 9`
do
### Starting from X=1 ###
for X in `seq 1 9`
do
YYY=”$Y$Y$Y”
XY=”$X$Y”
let ‘RESULT=X * Y * XY’
let Z++
echo “Try & Error Count : $Z”
echo “Possibility of X : $X”
echo “Possibiligy of Y : $Y”
echo “So, YYY Would be : $YYY”
echo “So, XY Would be : $XY”
echo “So, X * Y * XY : $RESULT”
echo “Comparing Eqation X * Y * XY = YYY”
### Comparing Equation ###
if [ $YYY -eq $RESULT ]
then
echo -en ‘\E[47;34m’”\033[1mRESULT = POSITIVE”
echo
echo -en ‘\E[47;34m’”\033[1mSo, Possibility of X = $X and Y = $Y to make the equation X * Y * XY = YYY Possible!”
echo
exit $E_SUCCESS
else
echo
echo -en ‘\E[47;31m’”\033[1mRESULT = NEGTIVE”
echo
fi
sleep 1
clear
done
done
### Here we STOP ###
person@CANONICAL-DESK:~/DATA/PUZZULES$
Answer of the puzzle and positive output from script with statistics:
Try & Error Count : 57
Possibility of X : 3
Possibiligy of Y : 7
So, YYY Would be : 777
So, XY Would be : 37
So, X * Y * XY : 777
Comparing Eqation X * Y * XY = YYY
RESULT = POSITIVE
So, Possibility of X = 3 and Y = 7 to make the equation X * Y * XY = YYY Possible!
person@CANONICAL-DESK:~/DATA/PUZZULES$
Hello Community,
Thanks a lot for your over helming response to Ubuntu 10.04 LTS Release Party. We had around 20 people (24 had registered). Kartik has already posted event photos. (Pictures speaks louder than words
) and full report (LANG=gu_IN)
Thanks to CIGNEX Technologies for providing place and opportunity. it was perfect ambience for Party / Meeting
. We are hoping same kind of support from them for future events.
Thanks to Gaurav for co-ordination and pre-arrangement (With Dixit) of Ubuntu 10.04 LTS Release Party.
Thanks to Mr. Nilesh for attending party, it was very nice chat with you
.
Now, pictures speaks louder then words, so, here we go….
Ok, Good Night
:wq!
–
Hardik Dalwadi
person@Canonical
Hello Community!
Yes, we are late, but came with perfection ![]()
Here is more information about event.
Date: 30th May, 2010
Time: 4:00 PM To 7:00 PM
Venue (25 Seats + Projector):
CIGNEX Technologies Pvt Ltd.,
1st Floor, President Plaza,
Opp. Muktidham Derasar,
Thaltej Cross Roads, S G Highway,
Ahmedabad – 380054, Gujarat, INDIA.
http://www.cignex.com/company/offices/india
Google Map for directions.
Thanks a lot to Mr. Manish Sheladia, Leena Sasidharan, Ankeeta Rao and
Mr. Gaurav Khambhala for all place offering.
What you can expect from Ubuntu 10.04 LTS Release Party:
* Ubuntu 10.04 LTS Live CD (Printed Box + CD)
* Ubuntu Stickers
* Ubuntu 10.04 LTS (Desktop / Sever / Netbook / Edubuntu ) ISOs for
i386 and AMD64 architectures.
* Demonstration of Edubuntu LIVE LTSP within 5 minutes for testing
* Hacking: Your GSM / CDMA Modem + ISP + Ubuntu 10.04 + Network Manager
* Please come with your GSM / CDMA Modem.
* Food for your Mind & Stomach
Please submit this form if you want to take participate in Ubuntu 10.04 Release Party. Of-course FOSS | Ubuntu anonymous lover are welcomed
. This will help us to perfect pre-necessary (CDs, Food, Seating, etc..) arrangement for the event.
Please let us know for any further information / query. See you soon…
:wq
–
Hardik Dalwadi
+91 974 0100011
Person@Canonical











