> hello again,
> im getting a new error.
> when I try to run something from a terminal , and have su'd , I get this
> error :
>
> Xlib: connection to ":0.0" refused by server
> Xlib: Invalid MIT-MAGIC-COOKIE-1 key
> Application initialization failed: couldn't connect to display ":0"
> Error in startup script: invalid command name "button"
>     while executing
> "button .ref"
>     (file "scripts/kconfig.tk" line 50)

If you startx as your user account and then su, you have to set your DISPLAY
environment variable to the console (if that's where you are):

export DISPLAY=:0.0

You may also, in your user xterm, say:

xhost +hostname

with your machine's hostname to give authority to other users to run X apps
on your display.

Eric Cifreo
Austin, TX


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to