Reply
Thread Tools
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#1051
Originally Posted by qole View Post
With the previous install of OpenGL, things that used OpenGL wouldn't work at all. But now, with software rendering installed, OpenGL apps will work, although somewhat slowly. glxgears was giving me about 20 frames a second.
Most (if not all) debian apps are compiled/written for OpenGL (not OpenGL ES) so the HW is of little use anyway (unless a good GL to GL ES wrapper surfaces).
__________________
Blogging about mobile linux - The Penguin Moves!
Maintainer of PyQt (see introduction and docs), AppWatch, QuickBrownFox, etc
 

The Following User Says Thank You to attila77 For This Useful Post:
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#1052
Well the hardware is of some use; my N800 only got 10 fps on glxgears. 20 fps is respectable.


Ohh, you meant hardware graphics acceleration!
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 

The Following User Says Thank You to qole For This Useful Post:
Posts: 102 | Thanked: 17 times | Joined on Mar 2010 @ Herne,Germany
#1053
Originally Posted by bonkel View Post
hi is there any chance to use the wiimote controller as a mouse in easy debian?
@all i've tried this:
http://bbs.nfvdr.com/redirect.php?ti...&goto=lastpost

and it works...
 

The Following 2 Users Say Thank You to bonkel For This Useful Post:
Posts: 1,873 | Thanked: 4,529 times | Joined on Mar 2010 @ North Potomac MD
#1054
Hi Qole,

I downloaded the v3c image on my memory card and defined
IMAGFILE in the .chroot file to find it. Seems to work. I was
wondering though, was one of the enhancements to set Shift + Backspace to be equal to Escape? For example, when I tried to vi a file using ROXTerm in the LXDE, escape didn't work. I guess this is a trivial thing as I can set the .xbindkeysrc myself. I just had the impression from Rebhana's todo list that this was something you had done in this version. Anyways, just checking to see if there is something not right.

Also I think it would be nice to have a ~ (tilde) readily available on the keyboard. Maybe using control t or some other substitution.
Could you tell me the equivalent xbindkey mapping.

For example in my .xbindkeysrc file I have

"xvkbd -xsendevent -text '\e'"
Shift + BackSpace

that way I can Escape when needed

so I'd like to define

"xvkbd -xsendevent -text 'something'"
control + t

to make a ~
but I do not know what the 'something' is.

Thanks and, once again kudos on the great work!

Last edited by mscion; 2010-04-19 at 21:30.
 

The Following User Says Thank You to mscion For This Useful Post:
oz87's Avatar
Posts: 90 | Thanked: 14 times | Joined on Mar 2010 @ Lebanon
#1055
i know this is not the right place to post but im having problems with easy debian
i downloaded the image .lzma and unpacked it to .ext2 and put them both in MyDocs but when i open easy debian it says no image found and starts downloading...what did i do wrong? if this post bothers u just ignore it...
 
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#1056
Originally Posted by qole View Post
Any other problems?
I have now re-installed almost everything I had under v3b in v3c, and everything works!

Just two questions: Is it on purpose that $CHROOT/etc/passwd has a password set for user and root or is that a leftover? Second, in /etc/apt/sources.list there is a second lenny repository
Code:
deb http://packages.tspre.org lenny main non-free contrib
I couldn't find out what that contains in addition or at variance with the standard Debian repositories. Is it even active?

Finally, I forgot to report my timing of "lzma -d" in /home/user/MyDocs/core-dumps:
Code:
real 8m 29.84s 
user 3m 30.39s 
sys 0m 43.44s
(The device had no activity other than skype being on-line.)

I shall of course continue using the new image and report back any issues I might stumble upon. Since I've installed and tested all the packages I use regularly (including a complete LATEX installation, djview, xmaxima, zim, vpnc, ssh, cups-client, encfs,...) and found no problems, I don't expect anything of importance. When do you plan to produce a corrected image (v3d?)?
__________________
Need more apps for the N900? Check out Qole's Easy Debian and read the wiki!
My Easy Debian installation log
 

The Following User Says Thank You to rebhana For This Useful Post:
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#1057
Originally Posted by mscion View Post
I was
wondering though, was one of the enhancements to set Shift + Backspace to be equal to Escape. For example, when I tried to vi a file using ROXTerm in the LXDE, escape didn't work. I guess this is a trivial thing as I can set the .xbindkeysrc myself. I just had the impression from Rebhana's todo list that this was something you had done in this version.
The .xbindkeysrc file is not part of the image, but of the easy-deb-chroot package, that's why it still has to come (if qole finds it OK).

Also I think it would be nice to have a ~ (tilde) readily available on the keyboard. Maybe using control t or some other substitution.
Could you tell me the equivalent xbindkey mapping.

For example in my .xbindkeysrc file I have

"xvkbd -xsendevent -text '\e'"
Shift + BackSpace

that way I can Escape when needed

so I'd like to define

"xvkbd -xsendevent -text 'something'"
control + t

to make a ~
but I do not know what the 'something' is.
It should be
Code:
"xvkbd -xsendevent -text "\[asciitilde]""
__________________
Need more apps for the N900? Check out Qole's Easy Debian and read the wiki!
My Easy Debian installation log
 

The Following 3 Users Say Thank You to rebhana For This Useful Post:
rebhana's Avatar
Posts: 579 | Thanked: 471 times | Joined on Jan 2010 @ Austria
#1058
Originally Posted by oz87 View Post
im having problems with easy debian
i downloaded the image .lzma and unpacked it to .ext2 and put them both in MyDocs but when i open easy debian it says no image found and starts downloading...what did i do wrong?
Do you see your unpacked file when you do
Code:
ls /home/user/MyDocs/debian*.img*
If you have given it some name or location in MyDocs which doesn't match that, you should edit /home/user/.chroot and name the image explicitly in a line "IMGFILE=...".
__________________
Need more apps for the N900? Check out Qole's Easy Debian and read the wiki!
My Easy Debian installation log
 

The Following User Says Thank You to rebhana For This Useful Post:
qole's Avatar
Moderator | Posts: 7,109 | Thanked: 8,820 times | Joined on Oct 2007 @ Vancouver, BC, Canada
#1059
Originally Posted by mscion View Post
I was
wondering though, was one of the enhancements to set Shift + Backspace to be equal to Escape?
That is not defined in the image, that is something set up by the Easy Debian package. I'll consider those enhancements when I'm updating the package.

...Also I think it would be nice to have a ~ (tilde) readily available on the keyboard. Maybe using control t or some other substitution.
Could you tell me the equivalent xbindkey mapping.
try 'asciitilde'

Originally Posted by oz87 View Post
i downloaded the image .lzma and unpacked it to .ext2 and put them both in MyDocs but when i open easy debian it says no image found and starts downloading.
If you downloaded the v3c file instead of the v3b file, the installer won't recognize the file. But you don't need to use the installer if you unpacked it yourself. Just start running Easy Debian apps and it should "just work".

Originally Posted by rebhana View Post
Just two questions: Is it on purpose that $CHROOT/etc/passwd has a password set for user and root or is that a leftover?
I set the passwords to generic things; root is "rootme" and I don't remember what user is.

Second, in /etc/apt/sources.list there is a second lenny repository
Code:
deb http://packages.tspre.org lenny main non-free contrib
I couldn't find out what that contains in addition or at variance with the standard Debian repositories. Is it even active?
That's the old deblet repository, with Maemo device-specific packages for Debian. It is probably not much use these days. I could probably disable it now.

Finally, I forgot to report my timing of "lzma -d" in /home/user/MyDocs/core-dumps:
Code:
real 8m 29.84s 
user 3m 30.39s 
sys 0m 43.44s
(The device had no activity other than skype being on-line.)
My attempts in MyDocs/core-dumps were terrible. It took over an hour to complete!

When do you plan to produce a corrected image (v3d?)?
I'll try to do it this weekend. It shouldn't be too hard to get it done, but finding the time right at the moment will still be tricky.
__________________
qole.org --- twitter --- Easy Debian wiki page
Please don't send me a private message, post to the appropriate thread.
Thank you all for your donations!
 

The Following 3 Users Say Thank You to qole For This Useful Post:
Posts: 1,873 | Thanked: 4,529 times | Joined on Mar 2010 @ North Potomac MD
#1060
qole and rebhana

Thanks for the rapid response!

By trial and error I found another option for defining keys.

Instead of the using

"xvkbd -xsendevent -text "\[asciitilde]""

try editing .xbindkeysrc, using the xterm from the nokia "desktop" with

"xvkbd -xsendevent -text '~'"

The ~ is obtained from the sym tray (blue arrow key, sym ).
Indeed, to try the former case I had to select
the square brackets in [asciitilde] from the sym tray as they are not on the keyboard either!

I also did this for | .

Assuming it has not already been done, would this be a good time to define a canonical set of key strokes for commonly used symbols that are currently missing from the N900 keyboard? For example, ~ is obtained by control +t, | is
obtained by, say, control p. There are about ten keys that should be defined. ({,},[,],|,^,~,`,<,>) As many of these additional symbols are often used in latex, perhaps rebhanna has already thought this through. Presumably, one should be aware of common conventions like control + z or control + h when doing this. While, the British pound and Euro keys are useless for those in the US, especially as the exchange rate is so bad, I would probably keep them in the spirit of international cooperation.

Personally, the idea of having 3 rows of keys as a standard, appeals to me as my hope is that, in the future, Nokia makes a slightly bigger device that still fits in a shirt pocket
but has a larger screen (perhaps like the 810) and the keys are just big enough so that neighboring keys can be typed with different fingers of the same hand (having 4 rows would again
restrict the key size). Perhaps this is not possible. But having this capability will save my eyes and speed up typing considerably.

Last edited by mscion; 2010-04-21 at 20:33.
 

The Following User Says Thank You to mscion For This Useful Post:
Reply

Tags
beta, debian, easy debian, extras-devel, fremantle, i <3 qole, squeeze


 
Forum Jump


All times are GMT. The time now is 04:56.