nanogui: Thread: Problem with nano-X


[<<] [<] Page 1 of 2 [>] [>>]
Subject: Problem with nano-X
From: "Manoj Sharma" ####@####.####
Date: 22 Oct 2001 09:33:36 -0000
Message-Id: <Pine.LNX.4.33.0110221449580.2561-100000@kaveri>

Hello,

I installed microwindows 0.88 on my linux (2.4.3) based
embedded device and I am facing some problem with nano-X.

1) When I run the nano-X in the background on the device, it
   simply stops. I tried with '-p' option also.
   But when I checked the demo applications coming along with
   the package, they work. How to run Nano-X alone in the background?

2) I need to run some java swing GUI application on the
   embedded device, is it possible to run it with Nano-X?


Regards,
Manoj.

Subject: Re: [nanogui] Problem with nano-X
From: "Greg Haerr" ####@####.####
Date: 22 Oct 2001 16:31:46 -0000
Message-Id: <067e01c15b10$9a129d00$3aba46a6@xmission.com>

: 1) When I run the nano-X in the background on the device, it
:    simply stops. I tried with '-p' option also.
:    But when I checked the demo applications coming along with
:    the package, they work. How to run Nano-X alone in the background?

I'm not sure why this is, it has something to do with stopped tty output.
Just put the nano-X command in a shell script alone:
nano-X -e & sleep 100000



: 
: 2) I need to run some java swing GUI application on the
:    embedded device, is it possible to run it with Nano-X?

Yes, but you must port the Java interepreter to nano-X.  Currently,
Kaffe runs.

Regards,

Greg




Subject: Problem with Nano-X
From: "Sharad Gupta" ####@####.####
Date: 8 Jul 2002 19:53:54 -0000
Message-Id: <00f101c226b7$ae7af6c0$f0171981@elcompute>

Hi,

I tried downloading some stuff from Microwindows. I compiled it, but when i
try to run it on my board (nano-X & sleep 1; demo) , nano-X says Stopped
(tty output) ; the screen goes blank and no other demo program shows up. I
tried with and without mouse support. Is it some problem with my framebuffer
?

I am using Intel SA 1110 ADS Bitsy Board.

Any suggestions ?
Sharad.


Subject: Re: [nanogui] Problem with Nano-X
From: "Greg Haerr" ####@####.####
Date: 8 Jul 2002 20:37:29 -0000
Message-Id: <001a01c226bd$001ead00$6401a8c0@gregnewport>

> I tried downloading some stuff from Microwindows. I compiled it, but when
i
> try to run it on my board (nano-X & sleep 1; demo) , nano-X says Stopped
> (tty output) ; the screen goes blank and no other demo program shows up. I
> tried with and without mouse support. Is it some problem with my
framebuffer

run using one of the src/*.sh scripts, or redirect
all stdout and stderr to /dev/null.

Regards,

Greg

Subject: Re: [nanogui] Problem with Nano-X
From: ####@####.####
Date: 9 Jul 2002 11:37:10 -0000
Message-Id: <OFDE19E147.A7EDC3CD-ON80256BF1.003E4B3F@diamond.philips.com>

Hi,

I had a similar problem using the scancode keyboard driver.  This driver won't work in the background.  I had to run nano-X as the foreground application:

(sleep 3 && demo) & nano-X

(I use bash; other shells may need a different syntax).

Hope this helps.

Kind regards,

Jon Foster
--
Philips Research Laboratories
Cross Oak Lane, Redhill, Surrey, RH1 5HA, England
Tel: 01293 81 5666
E-mail: ####@####.####



                                                                                                                                         
                      "Sharad Gupta"                                                                                                     
                      ####@####.####             To:  ####@####.####                                                      
                      drexel.edu>                    cc:  (bcc: Jonathan Foster/RED/RESEARCH/PHILIPS)                                    
                                                     Subject:   [nanogui] Problem with Nano-X                                            
                      08/07/2002 08:43                                                                                                   
                      pm                             Classification:                                                                     
                                                                                                                                         
                                                                                                                                         




Hi,

I tried downloading some stuff from Microwindows. I compiled it, but when i
try to run it on my board (nano-X & sleep 1; demo) , nano-X says Stopped
(tty output) ; the screen goes blank and no other demo program shows up. I
tried with and without mouse support. Is it some problem with my framebuffer
?

I am using Intel SA 1110 ADS Bitsy Board.

Any suggestions ?
Sharad.



---------------------------------------------------------------------
To unsubscribe, e-mail: ####@####.####
For additional commands, e-mail: ####@####.####





Subject: Re: [nanogui] Problem with Nano-X
From: "wang zhenyuan" ####@####.####
Date: 11 Jul 2002 08:15:47 -0000
Message-Id:

Sharad Gupta!

	  Just run the shell script in ./src ,
It will work well!

======= 2002-07-08 15:43:00 =======

>Hi,
>
>I tried downloading some stuff from Microwindows. I compiled it, but when i
>try to run it on my board (nano-X & sleep 1; demo) , nano-X says Stopped
>(tty output) ; the screen goes blank and no other demo program shows up. I
>tried with and without mouse support. Is it some problem with my framebuffer
>?
>
>I am using Intel SA 1110 ADS Bitsy Board.
>
>Any suggestions ?
>Sharad.
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: ####@####.####
>For additional commands, e-mail: ####@####.####

= = = = = = = = = = = = = = = = = = = =
			

        致
礼!
 
				 
        wang zhenyuan
####@####.####
          2002-07-11




Subject: [nanogui] Problem with nano-X
From: Nishant Singh ####@####.####
Date: 14 Aug 2003 12:44:21 -0000
Message-Id: <5.0.0.25.0.20030814184859.00adb900@mail.neomagic.com>

hi!,
i am trying to port linux-2.4.18 on my Software development board,i have 
come up with text shell with frame buffer enabled as it is showing penguin 
at display.
I want to bring up some gui on it,for this i have tried microwindows and 
qt/Embedded,but unfortunately got nothing.
my all applications just run,but no gui comes up?can somebody tell me why 
it is happening ?what could be the problem?
e.g.when i try it looks like this on screen----
#nano-X & sleep 1
[1] 20
#nxclock &
[2] 30
# nxcal $
[3] 38
#nxscribble &
but i dont see any gui ,please help me,to get gui on it.
I have built all the libraries and binaries and also i am copying these 
into my ramdisk.
Thanks in advance,
nishant singh
software engineer

Subject: Re: [nanogui] Problem with nano-X
From: "Greg Haerr" ####@####.####
Date: 14 Aug 2003 18:33:26 -0000
Message-Id: <051a01c36298$0f22dd40$3aba46a6@xmission.com>

: i am trying to port linux-2.4.18 on my Software development board,i have 
: come up with text shell with frame buffer enabled as it is showing penguin 
: at display.

make sure /dev/fb0 exists.

: e.g.when i try it looks like this on screen----
: #nano-X & sleep 1

Is there an error message? 
Subject: Re: [nanogui] Problem with nano-X
From: Nishant Singh ####@####.####
Date: 22 Aug 2003 08:28:09 -0000
Message-Id: <5.0.0.25.0.20030822143448.05bd5a08@mail.neomagic.com>

hi!,
i am still not able to get any gui,
i have tried filling some color on the frame buffer in an application 
(writing on /dev/fb0) in c and c++ both,it successfully writes and fills 
the color,as i can see the color on screen,but no nano-x or qt/embedded 
application give any gui?
They all are running without giving any error,but no message no error.
please give me some clue to resolve this issue?what should i do to get it ?
thanks in advance,
nishant

At 01:12 PM 8/14/2003 -0600, Greg Haerr wrote:
>: i am trying to port linux-2.4.18 on my Software development board,i have
>: come up with text shell with frame buffer enabled as it is showing penguin
>: at display.
>
>make sure /dev/fb0 exists.
>
>: e.g.when i try it looks like this on screen----
>: #nano-X & sleep 1
>
>Is there an error message?

Subject: Re: [nanogui] Problem with nano-X
From: "Greg Haerr" ####@####.####
Date: 23 Aug 2003 00:31:17 -0000
Message-Id: <017001c36911$c23c5440$3aba46a6@xmission.com>

: but no nano-x or qt/embedded 
: application give any gui?

Since neither nano-X nor QT works, I believe you
have a framebuffer problem.  It might be that the format
is not what is reported, you should check that the color
format you write when you draw it is properly displayed.
Are you running a custom framebuffer driver?

Regards,

Greg
[<<] [<] Page 1 of 2 [>] [>>]


Powered by ezmlm-browse 0.20.