Go Back   Tablet PC Forums, Discussion and Support > Tablet PC Hardware Manufacturers > Motion Computing

Motion Computing Motion Computing offers an industry standard in the slate Tablet PC arena. Talk about Motion tablets here.

Welcome to TabletPCReview.com! Have a Tablet PC related question?

Register and ask it here in the forums and remove this ad


Reply
 
LinkBack Thread Tools
Old 08-27-2009, 12:02 PM   #1 (permalink)
Pen Pro - Senior Member
 
Nichod's Avatar
 
Join Date: May 2006
Posts: 143
Rep Power: 5 Nichod is an unknown quantity at this point
Default Linux on LE1600 "How-to"

These are resources and information I've collected from various placed on the web. I'll do my best to answer any questions you may have.

Distribution: Ubuntu 9.04 "Jaunty"
Download it here.

Wacom:
-*Works out of box.
The "standard" behavior under Windows is for the stylus to trigger a right click whenever you hold the button on the stylus and then tap the stylus on the screen. Under Ubuntu this triggered a middle click.

To get a right click when holding the button and tapping the screen do

xsetwacom set stylus Button2 "button 3"

OR

System | Preferences | Assistive Technologies |
Mouse Accessibility Button | Accessibility tab | tick Simulated Secondary Click box.

If problems are still occurring on setting up Wacom then visit the following:

Different possibilities: http://ubuntuforums.org/showthread.php?t=1038949

Rec's script (3a): http://ubuntuforums.org/showthread.p...15#post7068115

Screen rotation:
-utilize xrandr

For the LE1600 there were some differences in the orientation instructions:
Using gedit I created one file called "tablet.sh" and one called "laptop.sh"
Each were changed to executable scripts via this command:
chmod +x tablet.sh
chmod +x laptop.sh

I used the gedit text editor to put in the following code.
tablet.sh content:
#!/bin/bash
#tablet.sh to rotate into tablet mode/orientation
xrandr -o 1
xsetwacom set stylus Rotate CCW
xsetwacom set eraser Rotate CCW

laptop.sh content:
#!/bin/bash
#laptop.sh to rotate into laptop mode/orientation
xrandr -o 0
xsetwacom set stylus Rotate NONE
xsetwacom set eraser Rotate NONE

To rotate the screen I merely open a terminal and type:
$ ./tablet.sh

to go into tablet mode/orientation

$ ./laptop.sh

to go into laptop mode/orientation

*Could be mapped to buttons. But buttons currently not working.

Hardware buttons:
-No solution available at this time. It is being "worked on".

Fingerprint reader:
Works with pam (password auth) and gdm login.

Handwriting recognition:
-I recommend CELLWRITER (onscreen keyboard and cell-based character recognition)
-I recommend EASYSTROKE gesture recognition (can customize any gesture and link to command, button, etc)

Sound/Microphone:
The sound driver is installed correctly on Ubuntu 8.10+, though the ports are not mapped on the LE1600 as other computers, therefore we need to make the following changes:

Where to make these changes: ALT+F2 and type “alsamixer”, or from the Volume icon at the system tray

Click on Preferences Button and un-hide the following:
- enable Master, PCM, and Mic for Playback
- enable only MicBoost and External Amplifier for Switches
- enable ALL Options

The most important change is the “External Amplifier” Switch, this needs to be DISABLED, sound should be coming out of the MIC jack (plug in a set of headphones), check out my screenshots in the following link to enable only whats needed in the Volume Control panel:

Note, we only need to worry about the
“Intel ICH6 ALSA (Alsa Mixer)”

http://s28.photobucket.com/albums/c2...ignjam/le1600/

Wi-Fi:
-Works out of box.

If wireless is having problems try the following: http://www.auburn.edu/oit/connectivi...wifi_linux.php


Bluetooth:

-Not working. It appears to be something that needs to be enabled in BIOS and doesn't stay on with boot-up.

SD card:
-Works out of box.

Log-in without keyboard:
To login without keyboard, the only thing that came to my mind was enabling automatic login under System > Administration > Login Window > Security. Of course this does not solve the serious problem that there is no on-screen keyboard available at the login screen.

Disabling Window Lock for password entry:
When starting an application that requires administrative rights (such as Synaptic), the password entry window locks the screen. Thus, on-screen keyboards etc. cannot be used to enter the password, and consequently, such administrative tools can only be started via the command line. This issue can be resolved as follows:

There are two ways to stop gksu from locking the screen.

Method 1: Go to System -> Preferences -> Assistive Technologies and check "Password Dialogues as Normal Windows".

Method 2: Set the gconf key /apps/gksu/disable-grab to true. To do this start gconf-editor from the command line, navigate to apps -> gksu and check disable-grab.

Other recommendations:
Download and install the following apps:
Inkscape http://www.inkscape.org -Vector program on Linux
GIMP http://www.gimp.org -Photoshop alternative on Linux
mypaint http://mypaint.intilinux.com/ -Program similar to Artrage
Gnome Graphics Tablet Apps http://alexmac.cc/tablet-apps/ -Good for configuring pressure sensitivity.

Last edited by Nichod : 08-28-2009 at 09:02 AM.
Nichod is offline   Reply With Quote
Old 08-27-2009, 10:20 PM   #2 (permalink)
Pen Pal - Newbie
 
Join Date: Aug 2009
Posts: 17
Rep Power: 2 Davaris is an unknown quantity at this point
Default Re: Linux on LE1600 "How-to"

This is great! I have tried Win7 and am installing Ubuntu on on my LE1600 now.


BTW I visited the Wine site and it says ritePen works in it.


EDIT
At the moment I can't get it to detect my network.

EDIT2
Figured it out with this link
http://www.auburn.edu/oit/connectivi...wifi_linux.php

Last edited by Davaris : 08-28-2009 at 03:08 AM.
Davaris is offline   Reply With Quote
Old 08-28-2009, 03:18 AM   #3 (permalink)
Pen Pal - Newbie
 
Join Date: Aug 2009
Posts: 17
Rep Power: 2 Davaris is an unknown quantity at this point
Default Re: Linux on LE1600 "How-to"

How do you get right clicks to work on the pen?
Davaris is offline   Reply With Quote
Welcome to TabletPCReview.com! Have a Tablet PC related question?

Register and ask it here in the forums and remove this ad
Old 08-28-2009, 04:20 AM   #4 (permalink)
Pen Pro - Senior Member
 
Nichod's Avatar
 
Join Date: May 2006
Posts: 143
Rep Power: 5 Nichod is an unknown quantity at this point
Default Re: Linux on LE1600 "How-to"

Quote:
Originally Posted by Davaris View Post
This is great! I have tried Win7 and am installing Ubuntu on on my LE1600 now.


BTW I visited the Wine site and it says ritePen works in it.


EDIT
At the moment I can't get it to detect my network.

EDIT2
Figured it out with this link
http://www.auburn.edu/oit/connectivi...wifi_linux.php
It didn't autodetect? Should work out of box in 9.04.
Nichod is offline   Reply With Quote
Old 08-28-2009, 04:29 AM   #5 (permalink)
Pen Pro - Senior Member
 
Nichod's Avatar
 
Join Date: May 2006
Posts: 143
Rep Power: 5 Nichod is an unknown quantity at this point
Default Re: Linux on LE1600 "How-to"

Quote:
Originally Posted by Davaris View Post
How do you get right clicks to work on the pen?
Ahhh. Seems Jaunty broke some things.

Try doing the following:
Different possibilities: http://ubuntuforums.org/showthread.php?t=1038949

Rec's script: http://ubuntuforums.org/showthread.p...15#post7068115
Nichod is offline   Reply With Quote
Old 08-28-2009, 07:16 AM   #6 (permalink)
Pen Pal - Newbie
 
Join Date: Aug 2009
Posts: 17
Rep Power: 2 Davaris is an unknown quantity at this point
Default Re: Linux on LE1600 "How-to"

I'm up to page 11 (the next page) of that last link you posted as that is where they are directing people at the end of the thread.

Have a look at all the steps. Its a bit daunting for a newbie.

*****Tutorial For USB Tablet PC*****


BTW I'm up to step 3. In step 2 they give you a default script and then say

Quote:
Copy and paste the above contents then save.
But I'm not sure where they want me to save it. Do they want me to overwrite the contents of 10-wacom.fdi? That can't be right, because when I ran wacomcpl in Step 3, I got a Wacom control panel with no devices.


Quote:
It didn't autodetect? Should work out of box in 9.04.
My network was hidden and for some reason it wouldn't connect event when I gave it the name and password until I made my network visble.
Davaris is offline   Reply With Quote
Old 08-28-2009, 07:21 AM   #7 (permalink)
Pen Pal - Newbie
 
Join Date: Aug 2009
Posts: 17
Rep Power: 2 Davaris is an unknown quantity at this point
Default Re: Linux on LE1600 "How-to"

Is the LE1600 a USB tablet or is it a serial tablet? I know what a USB port is.
Davaris is offline   Reply With Quote
Old 08-28-2009, 08:35 AM   #8 (permalink)
Pen Pal - Newbie
 
Join Date: Aug 2009
Posts: 17
Rep Power: 2 Davaris is an unknown quantity at this point
Default Re: Linux on LE1600 "How-to"

I just figured out how to get right click capability, even though I am still stuck on that tutorial.

System | Preferences | Assistive Technologies |
Mouse Accessibility Button | Accessibility tab | tick Simulated Secondary Click box.
Davaris is offline   Reply With Quote
Old 08-28-2009, 08:44 AM   #9 (permalink)
Pen Pro - Senior Member
 
Nichod's Avatar
 
Join Date: May 2006
Posts: 143
Rep Power: 5 Nichod is an unknown quantity at this point
Default Re: Linux on LE1600 "How-to"

Quote:
Originally Posted by Davaris View Post
I just figured out how to get right click capability, even though I am still stuck on that tutorial.

System | Preferences | Assistive Technologies |
Mouse Accessibility Button | Accessibility tab | tick Simulated Secondary Click box.
Cool! I'll add that to the list. This walkthrough was referencing a bit of 8.04. And 9.04 changed how Wacom works. It used to use x.org for configuration and now it's using HAL.
Nichod is offline   Reply With Quote
Old 08-28-2009, 08:46 AM   #10 (permalink)
Pen Pro - Senior Member
 
Nichod's Avatar
 
Join Date: May 2006
Posts: 143
Rep Power: 5 Nichod is an unknown quantity at this point
Default Re: Linux on LE1600 "How-to"

So everything working for you now? Other than Bluetooth and the buttons? Really wish the buttons could be figured out :-/
Then it would be a fully viable option.
Nichod is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


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



Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.2

TechTarget provides enterprise IT professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective IT purchase decisions and managing their organizations' IT projects - with its network of technology-specific Web sites, events and magazines.

TechTarget Corporate Web Site  |  About Us  |  Advertising  |  Site Map  |  Contact Us  |  Submit Review  |  RSS Feeds  |  Jobs




All Rights Reserved, Copyright 1999 - 2007, TechTarget | Read our Privacy Policy
  TechTarget - The Most Targeted IT Media