maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Applications (https://talk.maemo.org/forumdisplay.php?f=41)
-   -   osso-xterm w/ overlayed transparent keyboard (https://talk.maemo.org/showthread.php?t=10348)

johnkzin 2007-10-20 19:26

Re: osso-xterm w/ overlayed transparent keyboard
 
Quote:

Originally Posted by dnastase (Post 81583)
Colors, in general, are "de gustibus" (depend on one's taste). The optimal color is also highly dependent on the background color. So this one should be configurable.

Having seen a lot of subtitled movies, in which this is a similar problem, I'd say that the best result is:

White character, with a black halo (slight outline around the character). To achieve that, you wont be able to just use text, you'll probably have to make bitmaps/pixmaps of each character, with a 1 or 2 pixel black outline ... but it allows the white to stand out on light backgrounds.

Just my $.02

formal 2007-10-25 16:40

Re: osso-xterm w/ overlayed transparent keyboard
 
Using canoe I wasn't able to copy the osso-xterm file to /usr/bin/ Is this something I can do from xterm? I didn't think it would be a good idea to try to replace the xterm files while using it. Sorry if this is a simple question.

Benson 2007-11-01 00:16

Re: osso-xterm w/ overlayed transparent keyboard
 
Second the call for source; I'd like to tinker with this!
One obvious enhancement: it'd be great if backspace had repeat.

As it is, this is making sshing into my cygwin box to run GNU Octave much more feasible. Thanks!
A little OT, but the N800 does awesome VNCing into a 1024x768 display. By rotating it, the 768 leaves just enough room for a scrollbar. (That's how I view plots from Octave.)

dnastase 2008-03-19 04:09

Re: osso-xterm w/ overlayed transparent keyboard
 
Since I have a N810 now I don't really have the motivation to work on the transparent keyboard xterm.
Before I got it though I was working on a really transparent version (using cairo), which allowed for external creation of the way the keyboard was looking.
Unfortunately the N770 was too slow for real transparency.
Now that you threatened with the FSF :) I got the impulse I needed to at least see how fast it is on the N810.

So I installed the Chinook and tried to build the xterm. Unfortunately it's not just a matter of rebuilding with the new SDK. Since apparently the API changed, some porting will be necessary. Hopefully in a day or two I'll be done with it.

Daniel

gl00my 2008-03-19 05:58

Re: osso-xterm w/ overlayed transparent keyboard
 
Thanx! Will try this too. But, anyway, why not upload sources???
I am always afraid use softwate w/o sources... :)
Do you plan release them?

P.S. Oh, do not work on OS2008... So, sources are really needed... :)

dnastase 2009-01-19 03:29

Re: osso-xterm w/ overlayed transparent keyboard
 
First of all I want to apologize for the delay in releasing the sources. Outside of my control an almost year long interruption happened and by now probably nobody needs this anymore. Sorry.

But now I finally finished the OS2008 build. Please check: www.dnastase.info/nokia_tablet/os2008/index.htm.

I hope it's still useful to somebody.

Daniel

dgec 2009-01-19 14:15

Re: osso-xterm w/ overlayed transparent keyboard
 
Nobody needs this anymore? Are you kidding? All of us N800 people still need it!

I'd love to see this functionality replace the regular full-screen thumb-board in fact.
Chat & Pidgin for example, email, just about anything in fact.

belanger 2009-01-19 14:27

Re: osso-xterm w/ overlayed transparent keyboard
 
Quote:

Originally Posted by dgec (Post 258610)
Nobody needs this anymore?

I haven't tried it yet, but I've been wanting this since I heard about it a while ago. So thanks many times over!

qwerty12 2009-01-19 15:40

Re: osso-xterm w/ overlayed transparent keyboard
 
Thanks a million for this! I've diffed your changes and applied them to the modded xterm I did (which seems to be a higher version :/ but smaller in function compared to this) and the keyboard works beautifully!

My script to disable the hildon keyboard on N800 helps though :) :

Quote:

#!/bin/sh

GC=`gconftool-2 --get /system/osso/af/keyboard-attached`

if [ x$GC = xfalse ]; then
gconftool-2 --set -t bool /system/osso/af/keyboard-attached true
else
gconftool-2 --set -t bool /system/osso/af/keyboard-attached false
fi
http://qwerty12.maemobox.org/screenshot04.png
http://qwerty12.maemobox.org/screenshot05.png

dnastase 2009-01-19 16:16

Re: osso-xterm w/ overlayed transparent keyboard
 
Excellent! I'm glad you're using my changes, I won't have too much time to maintain this.
Two things:
- I have also sound support in my changes but it was commented out. The current executable on my website has it enabled. Not the sources though but it's just a matter of commenting in 3 function defs and a fn call. Pls tell me if you cant' figure it out.
- From your nice snapshots it looks like the transparency could be a little bit more.
I've posted on my website another tkbd.png file which is more transparent. Could you pls give it a try. (I mostly tested on white background, on black it seems a diff story)

Thanks,
Daniel


All times are GMT. The time now is 18:54.

vBulletin® Version 3.8.8