Greg London wrote: > > I tried fixing it with linuxconf, but I get when I try to run it, I get: > Error message from remadmin :Xlib: connection to ":0.0" refused by > server > Error message from remadmin :Xlib: Client is not authorized to connect > to ServerError message from remadmin : > Error message from remadmin :Gtk-WARNING **: cannot open display: :0 > > arghh!! I haven't worked around that one yet.
That error means that you started X as a non-root user, and then root tried to connect to the X server. You can fix it by typing 'xhost localhost' from a non-root shell, and then running linuxconf.
