OESF Portables Forum

Everything Else => Zaurus - Everything Development => Distros, Development, and Model Specific Forums => Archived Forums => User Request for Applications => Topic started by: panyo on February 03, 2004, 05:51:29 pm

Title: Help getting started:install,uic, Dvorak Kbd
Post by: panyo on February 03, 2004, 05:51:29 pm
I got my Zaurus 5500 last week, and quickly added 128 M flash,
256 M sd, and a Targus Universal wireless IR keyboard and installed
OZ 3.3.5. Had to check out a digital camera from school because
nothing I did to my CF could get me around the dual blinking lights.

My main reason for buying it was to write articles using the Dvorak
keyboard layout on an external keyboard and vim or emacs.
I quickly grew to like the built-in keyboard and now want Dvoark on
that too.

Unfortunately, all I found in my searching was opie-dvorak which is an
on-screen keyboard, posts leading to dead links, and posts asking for
Dvorak and getting no reply. Then the Zaurus forum site disappeared
(found it again, but now here I am). It is a shame that there is no
Dvorak on this, a linux device.

I thus turned to the source code for keyz
http://sourceforge.net/projects/keyz/ (http://sourceforge.net/projects/keyz/)
and for IRK, (can\'t find source site anymore), to try to add the support
myself. To do this I had to  get development working. I failed to get a
cross compiler working on OSX, and have no room to do the installation
under Gentoo on PPC. I have, however, almost completely succeeded
on-board using the cramfs files from:
http://www.zaurususergroup.com/feed/zgcc2install.html (http://www.zaurususergroup.com/feed/zgcc2install.html) .
I had to add these symbolic links to the instructions,

Code: [Select]
# ln -sf /mnt/card/.include/Qtopia/ $QTDIR/include

# ln -sf /mnt/card/.zgcc/bin/moc $QTDIR/bin/moc


but now I can compile. However, I cannot make an ipk. The the make
fails when the Makefile calls the \'install\' binary.

Questions:
 1) Is there already Dvorak support on the Zaurus?

 2) Where do I get the \'install\' binary?

Also, where can I get uic ? Needed to compile IRK.
 3) How are the keys handled if I am running with no GUI? Can I rotate
    the console under these conditions?
edit
Partial answers I have found:/ur/bin/ install comes from fileutils, /usr/bin/uic is available for arm in Debian stable. Trying to satisfy uic dependenices made me run out of space, so don\'t know how  well it would have worked.
Title: Help getting started:install,uic, Dvorak Kbd
Post by: panyo on February 04, 2004, 07:13:39 pm
edit: I have changed spacing and indentation and reversed ' and " (now mapped to e and w).  This map is supported by opie-zkbapplet.

The following keymap file gives Dvorak-like input on the builtin 5500 keyboard with keyz.
      http://sourceforge.net/projects/keyz (http://sourceforge.net/projects/keyz)
Just put it in the zkb/ directory and with en.xml and the other maps. Name it something like dv.xml.

It maps, wrapping around to the purple keys on the 5500 and displacing the question mark to the Q.
?"'PYFGCRL
/,.pyfgcrl

AOEUIDHTN
aoeuidhtn

:QJKXBMS
;qjkxbms

ZVW
zvw


Code: [Select]





        
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                

      




      
              
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      

        
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      

              
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      



      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      


    

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      

      
                
      


Title: Help getting started:install,uic, Dvorak Kbd
Post by: dhns on March 26, 2004, 04:13:44 am
Quote
I failed to get a 
cross compiler working on OSX, and have no room to do the installation 
under Gentoo on PPC.
There are two resources to create a cross compiler:

http://www.lucid-cake.net/osx_arm/index_en.html (http://www.lucid-cake.net/osx_arm/index_en.html) - for creating the cross compiler yourself

http://www.lucid-cake.net/osx_arm/index_en.html (http://www.lucid-cake.net/osx_arm/index_en.html) - a complete binaries package - but without Qt headers and libraries

-- hns