X Server Client Refusal?

1997-09-29 Thread Victor Torrico
Hello All, Where in the docs is the information regarding X client setup? When running as root or su applications are refused permission to run. The following error message appears: vct# nedit Xlib: connection to :0.0 refused by server Xlib: Client is not authorized to connect to Server NEdit:

Re: X Server Client Refusal?

1997-09-29 Thread Will Lowe
On Mon, 29 Sep 1997, Victor Torrico wrote: When running as root or su applications are refused permission to run. The following error message appears: vct# nedit Xlib: connection to :0.0 refused by server Xlib: Client is not authorized to connect to Server NEdit: Can't open display vct#

Re: X Server Client Refusal?

1997-09-29 Thread Alex Yukhimets
Where in the docs is the information regarding X client setup? man xauth man xhost When running as root or su applications are refused permission to run. The following error message appears: vct# nedit Xlib: connection to :0.0 refused by server Xlib: Client is not authorized to connect

Re: X Server Client Refusal?

1997-09-29 Thread Heikki Vatiainen
Here are my two solutions for the xauth problem. Both of these methods rely on xauth (user based authorization) as opposed to xhost (host based authorization). Let's say I'm running X as hessu and I need to su and run some X programs. hessu% echo $DISPLAY :0.0 hessu% su - type root's password