nanogui: Thread: newbie


[<<] [<] Page 1 of 1 [>] [>>]
Subject: newbie
From: Monah Baki ####@####.####
Date: 20 Mar 2004 23:44:56 +0000
Message-Id: <7AB1AB8F-7AC8-11D8-88EE-00039301F380@whywire.net>

hi all,

I just installed microwindows-0.9 on my slackware 9, the tutorial
examples, all work great. I was however trying to run nano-x from the
shell without starting X, and I got the error message "nano-X: can't
connect to X11 server". When I installed microwindows, i copied the
config.x11 to config. Is there any way to launch nano-X without X11
server.


Thank you

Subject: Re: [nanogui] newbie
From: "Greg Haerr" ####@####.####
Date: 21 Mar 2004 00:32:50 +0000
Message-Id: <058b01c40edc$11520b40$3aba46a6@xmission.com>

:  Is there any way to launch nano-X without X11 server.

Use the Configs/config.fb as your config file, this will build nano-X
for framebuffer.  You'll have to have your kernel setup for framebuffer,
of course.

Regards,

Greg
Subject: Re: [nanogui] newbie
From: Monah Baki ####@####.####
Date: 21 Mar 2004 14:42:46 +0000
Message-Id: <E4513502-7B45-11D8-8EE9-00039301F380@whywire.net>

Thank you

Now, I created a shell script with the following:

bin/nano-X & bin/nxclock & sleep 10000

Once executed, all I get is a black screen with my mouse cursor, and if 
I hit the pause key, I get the error message:

nxclient: retry connect attempt 1
nxclient: retry connect attempt 2
nxclient: retry connect attempt 3
----
nxclient: retry connect attempt 10
Cannot open graphics


Subject: Re: newbie
From: "Aaron J. Grier" ####@####.####
Date: 22 Mar 2004 22:37:00 +0000
Message-Id: <20040322223623.GR10243@aaron.unix.fryenet>

On Sun, Mar 21, 2004 at 09:41:52AM -0500, Monah Baki wrote:
> Thank you
> 
> Now, I created a shell script with the following:
> 
> bin/nano-X & bin/nxclock & sleep 10000

try something like this:

#!/bin/sh
bin/nano-X &
sleep 10
bin/nxclock &
wait

-- 
  Aaron J. Grier  |   Frye Electronics, Tigard, OR   |  ####@####.####
[<<] [<] Page 1 of 1 [>] [>>]


Powered by ezmlm-browse 0.20.