Re: [XFree86] Black screen when running X

2003-08-14 Thread Craig Ringer
When I try it with the startx command, the screen flash and give me this output.

startx -- :1 -query sunbox
Yeah, it'll do that. "X -query host" is actually the correct usage, the 
guy who responded to your post misunderstood what you were trying to do.

In an XDMCP query like you're doing, you don't want any local programs 
trying to connect to the X server, it automatically gets a session from 
a remote host using an XDMCP request. So startx gets confused, and when 
all connections to the X server are rejected it probably kills the X server.

See if you have any luck with the suggestions I made in my last mail on 
this - check out the xdmcp setup on the sun box and make sure the 
networking is going ok. Of course, if you know that both of these are 
fine, and there's nothing in the logs on the sun box, that's pretty weird.

Craig Ringer

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Black screen when running X

2003-08-14 Thread Craig Ringer
I'm running RH9 (Dell Latitude C800) trying to connect
to Solaris 9(Ultra 10) system through X.
command from linux box to the sun box.

X :1 -query sunbox

problem:  all I get is a black screen and a cursor.
I'd say your XDMCP server on your Sun box is not listening to requests, 
rejecting requests from that host, or perhaps there are network issues. 
RH9 uses a black background by default on XFree86 instead of the 
stippled grey you're probably used to, so if you get a black background 
and cursor then your X server is loading fine.

Make sure you can ping the target host, and check the remote host's logs 
for indications of rejected connections. Most likely this is more of a 
remote host connectivity/configuration issue than an XFree86 issue.

I've used XDMCP queries from RH9 to SCO OpenServer, so I can confirm 
that XFree's XDMCP querying is at least somewhat well behaved. Hell, 
it'll deal with OpenServer

'luck

Craig Ringer

   I'm not familiar with the "-query" switch.  But a black
screen and cursor is all you're expected to get when you
run "X".  I think you want "startx -- :1"
It runs an XDMCP query - the easy way of getting a remote graphical 
login screen. Commonly used by thin clients etc, to make the X server 
behave like an old-style xterm.

Craig Ringer

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: Re: Re: [XFree86] Black screen when running X

2003-08-05 Thread Peter Le
---Original Message---
From: Craig Ringer <[EMAIL PROTECTED]>
Sent: 08/05/03 05:47 PM
To: [EMAIL PROTECTED]
Subject: Re: [XFree86] Black screen when running X

> 
> >>I'm running RH9 (Dell Latitude C800) trying to connect
>>to Solaris 9(Ultra 10) system through X.
>>
>>command from linux box to the sun box.
>>
>>X :1 -query sunbox
>>
>>problem:  all I get is a black screen and a cursor.

I'd say your XDMCP server on your Sun box is not listening to requests, 
rejecting requests from that host, or perhaps there are network issues. 
RH9 uses a black background by default on XFree86 instead of the 
stippled grey you're probably used to, so if you get a black background 
and cursor then your X server is loading fine.

Make sure you can ping the target host, and check the remote host's logs 
for indications of rejected connections. Most likely this is more of a 
remote host connectivity/configuration issue than an XFree86 issue.

I've used XDMCP queries from RH9 to SCO OpenServer, so I can confirm 
that XFree's XDMCP querying is at least somewhat well behaved. Hell, 
it'll deal with OpenServer

'luck

Craig Ringer

>I'm not familiar with the "-query" switch.  But a black
> screen and cursor is all you're expected to get when you
> run "X".  I think you want "startx -- :1"

It runs an XDMCP query - the easy way of getting a remote graphical 
login screen. Commonly used by thin clients etc, to make the X server 
behave like an old-style xterm.

Craig Ringer

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86
> 
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86
> 


When I try it with the startx command, the screen flash and give me this output.

startx -- :1 -query sunbox
 
 
XFree86 Version 4.3.0 (Red Hat Linux release: 4.3.0-2)
Release Date: 27 February 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.4.20-3bigmem i686 [ELF]
Build Date: 27 February 2003
Build Host: porky.devel.redhat.com
  
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.4.20-18.9 ([EMAIL PROTECTED]) (gcc version 3.2.2 20030222 
(Red Hat Linux 3.2.2-5)) #1 Thu May 29 07:08:16 EDT 2003
Markers: (--) probed, (**) from config file, (==) default setting,
 (++) from command line, (!!) notice, (II) informational,
 (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.1.log", Time: Tue Aug  5 11:06:07 2003
(==) Using config file: "/etc/X11/XF86Config"
IBM ITSX95
Color, Single, TFT
(EE) R128(0): [dri] DRIScreenInit failed.  Disabling DRI.
gnome-session: you're already running a session manager
 
waiting for X server to shut down
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: [XFree86] Black screen when running X

2003-08-05 Thread Mark Vojkovich
On Mon, 4 Aug 2003, Peter Le wrote:

> Hi,
> 
> 
> I'm running RH9 (Dell Latitude C800) trying to connect
> to Solaris 9(Ultra 10) system through X.
> 
> command from linux box to the sun box.
> 
> X :1 -query sunbox
> 
> problem:  all I get is a black screen and a cursor.


   I'm not familiar with the "-query" switch.  But a black
screen and cursor is all you're expected to get when you
run "X".  I think you want "startx -- :1"

Mark.

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86


Re: Re: [XFree86] Black screen when running X

2003-08-05 Thread Peter Le
Craig,

Thanks.

PL
---Original Message---
From: Craig Ringer <[EMAIL PROTECTED]>
Sent: 08/05/03 05:47 PM
To: [EMAIL PROTECTED]
Subject: Re: [XFree86] Black screen when running X

> 
> >>I'm running RH9 (Dell Latitude C800) trying to connect
>>to Solaris 9(Ultra 10) system through X.
>>
>>command from linux box to the sun box.
>>
>>X :1 -query sunbox
>>
>>problem:  all I get is a black screen and a cursor.

I'd say your XDMCP server on your Sun box is not listening to requests, 
rejecting requests from that host, or perhaps there are network issues. 
RH9 uses a black background by default on XFree86 instead of the 
stippled grey you're probably used to, so if you get a black background 
and cursor then your X server is loading fine.

Make sure you can ping the target host, and check the remote host's logs 
for indications of rejected connections. Most likely this is more of a 
remote host connectivity/configuration issue than an XFree86 issue.

I've used XDMCP queries from RH9 to SCO OpenServer, so I can confirm 
that XFree's XDMCP querying is at least somewhat well behaved. Hell, 
it'll deal with OpenServer

'luck

Craig Ringer

>I'm not familiar with the "-query" switch.  But a black
> screen and cursor is all you're expected to get when you
> run "X".  I think you want "startx -- :1"

It runs an XDMCP query - the easy way of getting a remote graphical 
login screen. Commonly used by thin clients etc, to make the X server 
behave like an old-style xterm.

Craig Ringer

___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86
> 
___
XFree86 mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/xfree86