Hi Ron,

your problem is very simple,
> 
> I posted earlier and perhaps it would help if I get more
> specific. I'm trying to compile a kernel with make xconfig as root and I
> get errors. Below is the tail end of the make xconfig output. I suppose
> that I need to set my "display name" and $DISPLAY environment variable.
> How can I do this? It seems that button .ref wants to look at something
> default colors and there is nothing to look at. Help!
> 
> End of make xconfig std output:
> 
> Application initialization failed: no display name and no
> $DISPLAY environment variable

when you log in as a normal user, startx and then access
superuser privileges... you have your DISPLAY env
variable not setted...
try this:
inside X started as normal user at one console:
$ su -
etc..
$ echo $DISPLAY --> this will output the contents of your DISPLAY
variable
if nothing is echoed... then
$ export $DISPLAY=yourhostname.yourdomainname:0.0
then again chek your DISPLAY variable and it will output the string over
there,
so you are ready to start every program (not only xconfig) that uses X

hope this helps

ciao fede
> Error in startup script: invalid command name "button"
>     while executing
> "button .ref"
>     (file "scripts/kconfig.tk" line 26)
> make: *** [xconfig] Error 1
> [root@ozenfant linux]#
> 
> --
> Ron Golan
> [EMAIL PROTECTED]
> 
> --
>   PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
> http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
>          To unsubscribe: mail [EMAIL PROTECTED] with
>                        "unsubscribe" as the Subject.

-- 

Semper Voster

--------------------------------------------
|                                          |
| [EMAIL PROTECTED]                           |
|                                          |
| Via W. Tobagi, 21                        |
| 20143 Milano - Italy                     |
|                                          |
| Phone: +39/2/89.12.65.76                 |
|                                          |
| Member of the Linux Community :-)        |
| Microsoft's just a rebooting Infinity... |
|                                          |
--------------------------------------------


-- 
  PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
         To unsubscribe: mail [EMAIL PROTECTED] with 
                       "unsubscribe" as the Subject.

Reply via email to