"Taxman" is the name of a great Beatles song and it goes with my career as a CPA. I'm also a musician (if a guitar player can claim to be a musician). I love computers, especially Macs and Tablet PCs and all things gadgets.
Sunday, April 27, 2008
Egalax TouchKit Driver for Linux
Hardy Herron Wifi Issue
For what it's worth, here's a list of steps I did to get the madwifi drivers working in Hardy:
{{{
# remove all linux-restricte
sudo apt-get install build-essential
sudo rmmod ath_pci
sudo rmmod ath_hal
sudo rmmod wlan
wget http://
tar xvzf madwifi-
cd madwifi-
make
sudo make install
# reboot to reset the ethernet hardware.
}}}
Saturday, April 26, 2008
This is an important bit for Touchscreen setup
2. Obtain calibration utility binary from www.nextabyte.com/support/touchscreen (you want the file named “calibrator”). There's a good pdf how-to document in the directory you may also want to grab.
3. Open a terminal and type
cat /proc/bus/input/devices
4. Select the calibrator program on your desktop and right click on it. Select Properties. Click the Permissions tab and click the checkbox “Allow executing file as program.”
5. Open a terminal and navigate to where the calibration program is found (e.g., cd /home/bill/Desktop for me). Type
sudo ./calibrator /dev/input/eventX
The calibration program will modify your xorg.conf file with a new section as follows:
Section "InputDevice"
Identifier "touchscreen"
Driver "evtouch"
Option "Device" "/dev/input/event2"
Option "DeviceName" "touchscreen"
Option "MinX" "82"
Option "MinY" "3900"
Option "MaxX" "3960"
Option "MaxY" "195"
Option "SwapY" "1"
#Option "SwapXY" "1"
Option "ReportingMode" "Raw"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
Option "SendCoreEvents"
EndSection
• Note: the section snippet above contains my tweaked resolution values and not the original values returned by executing the calibration program. I found the calibration program values were a good starting point, but I needed to adjust the values slightly to achieve the best results. Getting the touchscreen calibration just right is a trial and error process.
• Make sure to restart X by hitting Ctrl Alt Backspace after each change to see the results.
• Note: In the section: Option “Device”, I changed the line to read
Option "Device" "/dev/input/mice"
The calibration program will also insert the following line at the top the section: Section “Server Layout”
InputDevice "touchscreen" "SendCoreEvents"
InputDevice "touchscreen" “CorePointer”
The calibration program also modified the section of xorg.conf called:
Section “Input Device’” for my mouse. I had to change the line to read:
Option "Device" "/dev/input/mice"
7. To enable Ubuntu’s silk keyboard for tapping keyboard input without an attached keyboard, I went to System>Preferences>Accessibility>Assistive Technology Preferences. Under On-screen keyboard, click the checkbox “Start on-screen keyboard at log in.” The keyboard will appear as Ubuntu is loaded. You can resize the keyboard and click the Minimize button to minimize it. There will be an icon in the upper task bar that you can click or touch to bring up the keyboard when you need it, like when typing in a web address when surfing the Net while in bed.
Ubuntu 7.04 has come a long way. I can remember when the major challenge for me in getting Ubuntu properly configured on a laptop was wireless networking. With this release, my wireless card was detected and worked right out of the box. We can only hope that with successive releases, the vexing challenges of touchscreens will become less problematic.
Thanks to wmadan
Starting out Fresh with Sambutu
Friday, April 25, 2008
Where are the Mobile Versions of Linux UI?
Hardy Heron Hardly Here...
Thursday, April 24, 2008
Upgrading from Gutsy to Hardy
UPDATE: Well, not so fast there. Looks like their servers are getting hammered and the update is going nowhere after restarting it several times. Maybe I need to give it a rest. :(
Tuesday, April 22, 2008
Dealing with 800x480 Screen Issues in Linux

Over at answers.launchpad.net I found a solution to this problem in Ubuntu Linux. In Linux, you can move a window by holding the ALT key and using the mouse to move the window. A problem is that Linux by default won't let you move the top of the window above the visible screen. However, you can turn this default off by making the following change:
In terminal type:
gconf-editor
Then go to :
apps
—>compiz
——>plugins
———>move
————>allscreens
—————>options
Unselect constrain_y and from now on you can move pages up and down freely by holding ALT button. At least I can navigate on windows
Thanks to sonefe for providing this solution. Apparently, it works on the EEE PC too.
Making Progress with Sambutu
I found instructions on setting up a bluetooth mouse and keyboard in the ubuntu forums
Here's a screenshot of the Bluetooth preferences panel:

You'd think it would be a matter of launching the bluetooth preference control panel, telling the computer to accept the connection and boom! But no, I had to type in the terminal commands listed in the link above. You'll notice that the screenshot shows that the computer recognized my Targus bluetooth mouse too, but it actually doesn't work. I've got more work to do on that.
One note: the instructions in the link say that you have to type a command to restart the bluetooth system. When I tried to type in the suggested command, the terminal came back with an error message "command not found". Maybe this command isn't needed in 7.10. I dunno. Anyway, I ran the next command to scan for devices and it found both the mouse and the keyboard.
I've seen a couple of notes in the forum suggesting that other people are having problems connecting this particular Targus bluetooth mouse to their Linux computer so maybe it's just this mouse. Anyway, I've got touchscreen working and the bluetooth keyboard, so my Linux experience on Sambutu is up another notch. More on this story as it develops.
I see why they call it "Myth" TV...
Monday, April 21, 2008
Sierra Wireless working with Linux
I installed a program called KPPP and followed the instructions for configuring the modem. A few minutes later, I was connected. I still am. I'm using it to write this post.
Sunday, April 20, 2008
Gutsy Gibbon Up and Running
OK, so I don't know how to take a decent screenshot. I managed to get Ubuntu version 7.10 (Gutsy Gibbon) up and running on my Samsung Q1. I'm typing this post on it now. After much tweaking and re-reading of the instructions I posted in an earlier post, I got the touchscreen working. The callibration isn't perfect, but it's good enough for onscreen navigation and light text entry using the on-screen keyboard. I installed the matchbox keybard because it's smaller than the onscreen keyboard that is installed by default. I'm still playing around with that. Mostly, however, I'm keeping the Q1 in the Samsung organizer case and using the USB keyboard/mouse.
I'm not sure that I plan to keep Linux on this device long term, but all this talk about the HP Mini and the EEE PC got me interested in having a Linux experience. If you have some pointers or stuff I should try out, please leave me a comment or catch me on Twitter at Taxman45.
Friday, April 18, 2008
Samsung Q1 and Linux
I started with some great instructions:
Annelyle.com
and
Have a Peek
and some words of encouragement from Kevin Tofel and Thoughtfix
Installation of Ubuntu 7.10 went well. I chose to wipe out the entire XP installation and go all Linux on this box for now. I connected the Samsung USB Keyboard/Mouse for the install and afterwards WIFI and the 800x480 screen resolution worked right out of the box. Not working? Touchscreen! I didn't really plan on inking or handwriting on the Q1 with Linux, but I hope to be able to use touch to enter onscreen keyboard input or make menu selections. According to the links above, it can be done. I just haven't figured out how!
This all brings up the point about why Linux hasn't caught on more (IMHO). When I first started working with PC's back in 1984, everything was entered at the command line, but Windows and OSX have spoiled me and it's been a long time since I had to type commands at a prompt to do something on a computer. Lately, I've been learning a bit of UNIX command stuff to use in Terminal on the Mac, so that was a good start. But, LINUX is going to remain a niche product if consumers have to type commands at a prompt in 2008. At least that's my opinion.
Well, I'll report more later on this experiment of taking a fully functional Windows XP tablet computer and turning into a quasi-functional Linux MID. Who said things have to make sense!
Monday, September 24, 2007
FS: Samsung Q1 Needs a New Home
For sale for $600 + shipping in US only, a Samsung Q1 (900MHZ Celeron) that I have upgraded to 2GB RAM. The deal also includes the keyboard and organizer case. I have an extra 3-cell battery that I will throw in that was the original battery that came with the unit. It doesn't hold a charge for more than about 1 hour, so Samsung sent me a replacement battery that also is included with the unit. I have a Samsung Powerbank 9-cell battery that I've been using. However, I've noticed that the insulation is coming off the cord that connects the battery to the unit. I don't recommend that you use this without getting it repaired.
I've used this Q1 for a little over a year and it in working condition. I purchased the 3-year performance plan when I bought the Q1 in July 2006 and it is transferable to the buyer. I have the original receipt and paperwork. If you are interested, please leave a comment on how I can get in touch with you. Only buyers in the USA please.
Why am I selling? I subsequently purchased a new MacBook as my main notebook so the Q1 isn't seeing much playing time, plus I've decided to keep the HTC Advantage. So, please do me a favor and give my Q1 a new home!
My Blog is Still Here...Where am I? My last blog entry was in January 2021, yet my blog is still here. I've seen too many blog posts ...
-
*** UPDATED *** Mike Cane pointed me to this unhappy tale about the IRS sending an unexpected tax bill to the creator of the Online Etymol...
-
We are underway for another tax season, even though it seems like the last one just ended. The IRS has announced that it will start accepti...
-
In a previous post, I stated that the limitations of Windows 7 Starter Edition made it a non-starter for me on my next netbook. So what did...
