Results 1 to 3 of 3
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
01-23-2007 #1
- Join Date
- Jul 2006
- Posts
- 13
Xlib: connection to ":0.0" refused by server
when i run by root any application i have the error
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
i use the gui environement KDE
thanks for your helps
Best regard
-
01-23-2007 #2
You can use the xhost command to let root use your X server. xhost +root will add root to the list of authorized users. If you're on a home computer where you're the only one who uses it, or you don't mind if everyone can use it, you can run xhost + to disable all restrictions on who can use your X server.
Another option is to install sux and use that to switch to root. It will take care of granting access to the X server.Stand up and be counted as a Linux user!
-
01-24-2007 #3
- Join Date
- Jul 2006
- Posts
- 13
Thank you for your response, its ok for me, i can use the application when i switch root without error, i installed sux on my os, its works
Best regard