RE: Simple question about X

2003-01-25 Thread Mike Meyer
[Context lost to top posting.]

In <000b01c2c4ae$1c39f870$1500a8c0@dogbert>, Brian McCann <[EMAIL PROTECTED]> 
typed:
> Ok...I got it to work...it was a problem with the app.  But...now I've
> got a really odd one.  I'm trying to install "Qt30", and when I do a
> make install it tells me " qt-3.0.5_5 is marked as broken: The QT 3.x
> port does not support any XFree86 < 4.x".  That's fine with me, since
> I'll be using the 4 libraries, but how to I get it to install?

The makefile does the right thing, and checks XFREE86_VERSION. You
need to add "XFREE86_VERSION=4" to /etc/make.conf.

  http://www.mired.org/consulting.html
Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



RE: Simple question about X

2003-01-25 Thread Brian McCann
Ok...I got it to work...it was a problem with the app.  But...now I've
got a really odd one.  I'm trying to install "Qt30", and when I do a
make install it tells me " qt-3.0.5_5 is marked as broken: The QT 3.x
port does not support any XFree86 < 4.x".  That's fine with me, since
I'll be using the 4 libraries, but how to I get it to install?

Thanks,
--Brian

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Mykroft Holmes
IV
Sent: Saturday, January 25, 2003 2:59 PM
To: Brian McCann
Cc: [EMAIL PROTECTED]
Subject: Re: Simple question about X


You shouldn't even need to configure X if you are exporting the display.
X needs to be installed merely for the support apps & libraries.

Make sure your DISPLAY Variable is set to windowshostname:0 where 0 is
the number of your display (And it should be 0 by default).

Then from the command line, run the app, it should appear on your
Windows Desktop.

Adam


On Sat, 2003-01-25 at 14:31, Brian McCann wrote:
> Hi all.  I've got a simple and stupid question.  I'm trying to run an 
> X app (dcgui) via Xmanager from a windows box.  So...I did a make 
> install on that, and it complained about xauth not being there.  So, I

> just installed X, did a make install in /usr/ports/x11/XFree86-4.  But

> when I type "startx" or "X" I get a message that it's unable to open a

> config file.  And I'm having a MAJOR brain fart and cannot remember 
> what package provides the configure scripts.  Can someone help me out?
> 
> Thanks,
> --Brian
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: Simple question about X

2003-01-25 Thread Mykroft Holmes IV
You shouldn't even need to configure X if you are exporting the display.
X needs to be installed merely for the support apps & libraries.

Make sure your DISPLAY Variable is set to windowshostname:0 where 0 is
the number of your display (And it should be 0 by default).

Then from the command line, run the app, it should appear on your
Windows Desktop.

Adam


On Sat, 2003-01-25 at 14:31, Brian McCann wrote:
> Hi all.  I've got a simple and stupid question.  I'm trying to run an X
> app (dcgui) via Xmanager from a windows box.  So...I did a make install
> on that, and it complained about xauth not being there.  So, I just
> installed X, did a make install in /usr/ports/x11/XFree86-4.  But when I
> type "startx" or "X" I get a message that it's unable to open a config
> file.  And I'm having a MAJOR brain fart and cannot remember what
> package provides the configure scripts.  Can someone help me out?
> 
> Thanks,
> --Brian
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Fwd: Re: Simple question about X

2003-01-25 Thread Willie Viljoen
DAMMIT! Yet again I send it back to the sender, and not the list, if I do this 
one more time, somebody have me banned.

--  Forwarded Message  --

Subject: Re: Simple question about X
Date: Sat, 25 Jan 2003 21:41:18 +0200
From: Willie Viljoen <[EMAIL PROTECTED]>
To: Brian McCann <[EMAIL PROTECTED]>

No configure scripts needed, just run XFree86 -configure :)

On Saturday 25 January 2003 21:31, Brian McCann wrote:
> Hi all.  I've got a simple and stupid question.  I'm trying to run an X
> app (dcgui) via Xmanager from a windows box.  So...I did a make install
> on that, and it complained about xauth not being there.  So, I just
> installed X, did a make install in /usr/ports/x11/XFree86-4.  But when I
> type "startx" or "X" I get a message that it's unable to open a config
> file.  And I'm having a MAJOR brain fart and cannot remember what
> package provides the configure scripts.  Can someone help me out?
>
> Thanks,
> --Brian
>
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message

--
Willie Viljoen
Freelance IT Consultant

214 Paul Kruger Avenue, Universitas
Bloemfontein
9321
South Africa

+27 51 522 15 60
+27 51 522 44 36 (after hours)
+27 82 404 03 27 (mobile)

[EMAIL PROTECTED]

---

-- 
Willie Viljoen
Freelance IT Consultant

214 Paul Kruger Avenue, Universitas
Bloemfontein
9321
South Africa

+27 51 522 15 60
+27 51 522 44 36 (after hours)
+27 82 404 03 27 (mobile)

[EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Simple question about X

2003-01-25 Thread Brian McCann
Hi all.  I've got a simple and stupid question.  I'm trying to run an X
app (dcgui) via Xmanager from a windows box.  So...I did a make install
on that, and it complained about xauth not being there.  So, I just
installed X, did a make install in /usr/ports/x11/XFree86-4.  But when I
type "startx" or "X" I get a message that it's unable to open a config
file.  And I'm having a MAJOR brain fart and cannot remember what
package provides the configure scripts.  Can someone help me out?

Thanks,
--Brian


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message