Quote
ArchiMark - 2021-11-20 12:31 PM
Sounds great, joval.....
Will try it out in a few day....left my 720 at work....so, early next week.....
Not to worry... seems I put the image up too soon... discovering major issue with Jornada-config script re: resetting password actually deletes user name from inittab file leading to endless loop "authentification error". Think I'll delete that option as it's better done in terminal.
Quote
The only issue with US keymap is the left curly bracket as I recall. Been meaning to try fixing it, but didn't get to it yet.....maybe next week.
I don't know which US keymap Timo used, maybe it's not included... didn't seem right... maybe I need to download it place it in the proper directory as you once pointed out X11 or so.
Quote
Thanks again to you and Timo for the excellent work.
Thanks, he really did one heck of a job... I'm learning so much just by reviewing it. Like the run level command in root "init 0" shuts everything down with no reboot into WinCE, cpu clocking, etc. Humbling experience for me.
Quote
PS. I'm tempted to
(finally...
) try a RasPi with 720.....
Could use some info on going about it.....did you already post about how to do it ?
Here, for you and C:Amie too. will include screen shots later:
Simple as pi!
Go to RaspberryPi.org and download their imager, select 32bit full desktop image and burn it to at least 32Gb micro SD card, insert into any RasPi 3 or 4 or Zero2... works the same for each. Boot up, updates itself, runs config file, select options, log onto wifi router and note ip address, change pi password, activate ssh and VNC server, set screen size like 720x480 in preferences , in appearance set default to medium or large screen if desired
(looks better on Jornada
).
Then open terminal on Jornada, type: "ssh -XYC4 none pi@ip_address"
(or just ssh -X pi@ip_address if encryption desired but slower
), give password
(answer yes to ssh question if pops up
), at pi prompt type " vncviewer " or add parameters
(vncviewer -encryption PreferOff -scaling FitWidth -quality High
)and hit enter,
New white window appears at top of screen edge, use alt+Wordkey
(equivalent to F11-- top row J720 keyboard
) to maximize, type in pi ip address, login info, click to save password, etc. Pi Desktop appears. In Pi terminal type sudo apt install firefox-esr. You're done!
Back to Jornada, open new terminal window, ssh -XYC4c none pi@address, etc... at pi prompt type: firefox-esr ==> Browser appears in new Jornada window
(I usually switch to a different workspace as it boots up
). Actually works well with multiple tabs even on the lowly RasPi Zero2... still snappy
(except video sucks
). The Zero2 requires hdmi and usb adapters for monitor and mouse initial set up. Check out the web site and Amazon, etc.
Sounds more complicated than it is, very easy once set up! The ssh login can be automated using ssh security key copy paste... haven't done that yet.
Best,
Joval
Edited by joval 2021-11-20 11:30 PM