Dear visitor, welcome to KDE-Forum.org.
If this is your first visit here, please read the Help. It explains in detail how this page works.
To use all features of this page, you should consider registering.
Please use the registration form, to register here or read more information about the registration process.
If you are already registered, please login here.
X server blah blah blah
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
./winetools: Can't open display :0.0
That error message pops up alot for really any program (this one just happened to be winetools)
I'm sure it's something dumb, anybody know a way to fix it? I'm on RH9.
Thankya!
It sounds like you are logged in as a normal user into KDE and then started a shell and changed user to another user.
What I suggest you try if you want to use a user such as root.
1- Login to KDE as your self.
2- Start a command shell
3- Type in # xhost +
4- su – root
5- export DISPLAY=localhost:0.0
6- winetools
Good luck
P.S. Have a looks at: http://gcclinux.game-host.org/viewtopic.php?t=86
--> I wrote a article in how I got Wine configured with winetools.
The Best Games are for Download @
GCCLINUX
Hehe ~ I read that article earlier this week. That's where I got the idea to download Winetools. Thankya!