serviam
Jul 19 2004, 05:32 AM
I have a GUI application for the Z (SL- 6000L), which runs perfectly fine when the screen is in normal view. However, after having rotated the screen, the application refuses to run, and I get the following message in the terminal:
QLinuxFbScreen::connect() disp spec Transformed:Rot0:Vga:0 != server disp spec
Transformed driver cannot connect
Aborted
I would be most grateful for any tips on how to fix this, I really need the GUI to run in landscape view.
By the way, even when the application runs fine, I get the following message:
SlSharedManager: can't get proc entry
could not open translation file /home/QtPalmtop//i18n/en/libsl.qmid
I guess it would spare me some annoyance if I could get rid of these lines also...
jamesannan
Jul 25 2004, 02:36 AM
I'm also looking for an answer to this - for my case on an 860, I have written a java application which I really want to run in portrait mode, I get a similar error as the above but with a Rot270. What's the trick? A simple "hello world" that works both ways would be handy...
Thanks,
James
henley_regatta
Aug 25 2004, 07:43 AM
I can help you with
one of your problems. Unfortunately, not the main one!
The message:
QUOTE
could not open translation file /home/QtPalmtop//i18n/en/libsl.qmid
..comes about because you've installed the package in a different locale to your shell. I have the same problem in reverse - my system locale is "en" but my shell locale is "C" (in my case, to stop Perl complaining at me).
A simple fix is to create the directory
/home/QtPalmtop/i18n/en and then link the libsl.qmid file into it. You'll have to find it first, but on my machine the
actual file is in
/usr/QtPalmtop.rom/i18n/en/libsl.qmidCODE
su -
mkdir /home/QtPalmtop/i18n/en
ln -s /usr/QtPalmtop.rom/i18n/en/libsl.qmid /home/QtPalmtop/i18n/en/libsl.qmid
...Ought to do it!
iamasmith
Aug 25 2004, 07:52 AM
Actually 'henley_regatta' a better way of avoiding the locale issue is to export PERL_BADLANG=0
henley_regatta
Aug 25 2004, 08:15 AM
QUOTE(iamasmith @ Aug 25 2004, 03:52 PM)
Actually 'henley_regatta' a better way of avoiding the locale issue is to export PERL_BADLANG=0
I did not know that. Thanks for the tip!
Tehas
Dec 13 2004, 06:05 PM
Did any of you get this working? I just got my SL6k last week and noticed that the Java demo programs seem to go maximized when you rotate the screen.
Anyone stumble upon a HelloWorld yet / or care to post a snipit of code?
xenophobe
Dec 14 2004, 09:10 AM
What kind of JVM you use?.
My application written for Java PP and running with cvm works fine with screen rotation.
Tehas
Dec 15 2004, 05:28 AM
I want to target the JVM that came with the 6000. Did you have to do something special to handle the resize & rotate?
xenophobe
Dec 15 2004, 06:49 AM
SL-6000 has two JVM - Jeode (evm) and Sun J2ME PP (cvm). I run my programs with Sun J2ME (cvm). I have not any special things for screen rotating.
Omicron
Dec 19 2004, 12:11 AM
I just got my 6000L, but I would be glad to take a crack at the problem. Can anyone post a link to an IPK that contains source....Just being lazy here...I just mean the simple hello world source wrapped ina nice neat IPK that I can mess with and give back in working condition (I hope ;-)
I have actually many ideas on this but probably most won't work, so I would rather do the work myself and see where it leads me, but an IPK would give me a leg up. Also, my C860 had evm installled, so I need special install for Java on 6000L....If so, a link/instruction would be great.
Either way I am sure I will have to work on this for my own reasons, but a little of the above will get me there faster.,
Thanks,
O
speculatrix
Nov 23 2005, 03:15 PM
not quite fully relevant but I was playing with my QT/E application and found that it ran fine on my SL-C6000 in portrait, fine on my SL-C860 in landscape, but the other way round gave me the QPEApplication error "Transformed driver cannot connect"
I was running my app from the command line in both cases.
When I created a proper .desktop entry in the /opt/QtPalmTop/apps/X directory, and an icon to match, with the .desktop specifying everything correctly, then it worked. Oddly, when I got the reference to the icon wrong, it ran in double-size lo-res portrait mode! Also, dynamic rotation also magically worked too.
So, don't underestimate the importance of a properly setup .desktop file! Just copy a simple one that works.
Paul
Big-fat_penguin
Aug 14 2006, 08:39 AM
QUOTE(henley_regatta @ Aug 25 2004, 05:43 PM)
The message:
QUOTE
could not open translation file /home/QtPalmtop//i18n/en/libsl.qmid
..comes about because you've installed the package in a different locale to your shell. I have the same problem in reverse - my system locale is "en" but my shell locale is "C" (in my case, to stop Perl complaining at me).
A simple fix is to create the directory
/home/QtPalmtop/i18n/en and then link the libsl.qmid file into it. You'll have to find it first, but on my machine the
actual file is in
/usr/QtPalmtop.rom/i18n/en/libsl.qmidUnfortunately this doesn't work. For me the two "/" in ".../QtPalmtop//i18n.." seem to be the problem. As long as these stay in the path the system won't find the directory.
But I can't find the file or environment-variable where the first part of the path ends with "/" (most probably OPEDIR=/home/QtPalmtop/) and the second part begins with "/" (/in18n/...). Together this leads to the two "/" one after the other. Maybe it's a mistake in some program which adds the second "/" without need.
Somebody who knows the solution? The thread ist half a year old?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.