Results 1 to 1 of 1

Thread: x11vnc+kdm => KDE is not starting

  1. #1
    Join Date
    Aug 2011
    Beans
    2

    [SELF-SOLVED] x11vnc+kdm => KDE is not starting

    I'm trying to install and use VNC on Kubuntu 10.04 headless computer, and KDM is really good working, but after I type login/pass and login to KDE, Xorg is crashing.


    My config solution is to install a "xserver-xorg-video-dummy" package and edit Xorg.conf with lines as:
    Code:
    Section "Device"
      Driver "dummy"
    ...
    Section "Monitor"
      "ConnectedMonitor" "LCD"
    ...
    and my code for /etc/kde4/kdm/Xsetup (to start x11vnc with kdm):
    Code:
    /usr/bin/x11vnc -o /var/log/x11vnc.log -display :0 -rfbauth /etc/x11vnc.pass -forever -bg

    P.S. I found my problem, it's not in KDE/VNC, it's in the user profile somewhere. I've just created a new user and everything is working now.

    -------------------------------

    So, after I typed login/pass, it crashed with ~/.xsexxion-errors:

    Code:
    Xsession: X session started for u at Птн Авг 26 01:58:03 OMSST 2011
    Setting IM through im-switch for locale=ru_RU.
    Start IM through /etc/X11/xinit/xinput.d/all_ALL linked to /etc/X11/xinit/xinput.d/default.
    startkde: Starting up...
    kdeinit4: preparing to launch /usr/lib/libkdeinit4_klauncher.so
    Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
    kdeinit4: Can not connect to the X Server.
    kdeinit4: Might not terminate at end of session.
    kdeinit4: preparing to launch /usr/lib/libkdeinit4_kded4.so
    kdeinit4: (kded4 /usr/bin/kded4) Pipe closed unexpectedlykdeinit4: Pipe closed unexpectedly: No such file or directory
    kdeinit4: preparing to launch /usr/lib/libkdeinit4_kcminit_startup.so
    kdeinit4: (kcminit_startup /usr/bin/kcminit_startup) Pipe closed unexpectedlykdeinit4: Pipe closed unexpectedly: No such file or directory
    Please help me, what I'm doing wrong?

    P.S. that "xinet.d+x11vnc" that i've seen on google is not working at all. I need access to KDM and KDE both via VNC.
    Last edited by Lord93; August 27th, 2011 at 01:19 PM. Reason: Solved

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •