I get a lot of error messages in console.
As an example, I entered:
sudo kate /etc/X11/xorg.conf
What I get is:
DCOPClient::attachInternal. Attach failed Could not open network socket
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
kdeinit: Can't connect to the X Server.
kdeinit: Might not terminate at end of session.
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
kded: cannot connect to X server :0.0
kded: ERROR: KUniqueApplication: Registering failed!
kded: ERROR: Communication problem with kded, it probably crashed.
Before kate starts.
I previously encountered some more messages stating "Bad device"-like stuff. I looked around on the forum and uncommented the following at the Server Layout Section in xorg.conf:
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
I now get a tiny blue screen at startup (BSOD-images torturing my mind for a second again, thought I left that behind switching to Kubuntu) , but after that, everything started to run smoothly AND I got rid of the Bad Device - message (I don't remember exactly what it was, but it's quite common, I guess, so most of you might be familiar with it).
Could someone tell me what those messages mean, and how I can get rid of them? I'm not that confident in messing around with my xorg.conf, so I rather ask than try without knowing how exactly to solve it.
Thanks a lot,
As an example, I entered:
sudo kate /etc/X11/xorg.conf
What I get is:
DCOPClient::attachInternal. Attach failed Could not open network socket
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
kdeinit: Can't connect to the X Server.
kdeinit: Might not terminate at end of session.
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
kded: cannot connect to X server :0.0
kded: ERROR: KUniqueApplication: Registering failed!
kded: ERROR: Communication problem with kded, it probably crashed.
Before kate starts.
I previously encountered some more messages stating "Bad device"-like stuff. I looked around on the forum and uncommented the following at the Server Layout Section in xorg.conf:
# InputDevice "stylus" "SendCoreEvents"
# InputDevice "cursor" "SendCoreEvents"
# InputDevice "eraser" "SendCoreEvents"
I now get a tiny blue screen at startup (BSOD-images torturing my mind for a second again, thought I left that behind switching to Kubuntu) , but after that, everything started to run smoothly AND I got rid of the Bad Device - message (I don't remember exactly what it was, but it's quite common, I guess, so most of you might be familiar with it).
Could someone tell me what those messages mean, and how I can get rid of them? I'm not that confident in messing around with my xorg.conf, so I rather ask than try without knowing how exactly to solve it.
Thanks a lot,
Comment