Announcement

Collapse
No announcement yet.

Kubuntu 15.04 + SDDM always starts X with '-nolisten tcp'

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Kubuntu 15.04 + SDDM always starts X with '-nolisten tcp'

    Can anyone help me start sddm without "-nolisten tcp" ?)
    Or change Display Manager to LightDM etc...

    #2
    switch to lighdm

    Originally posted by Matsky View Post
    Can anyone help me start sddm without "-nolisten tcp" ?)
    Or change Display Manager to LightDM etc...
    Hi,

    I'm fighting with sddm as well and I'm afraid it is hardcoded somewhere. I'm going to look into the code today - yesterday I was trying to find solution by looking into misc system config files.
    Switching to lightdm shouldn't be a problem - in theory it should be enough to install in via any installer and remove sddm.
    Lightdm SHOULD become default greeter automatically, when it is the only one in your system. But this is BETA - keep that in mind when doing any trials :-)

    Comment


      #3
      Originally posted by mzalfres View Post
      Hi,

      I'm fighting with sddm as well and I'm afraid it is hardcoded somewhere. I'm going to look into the code today - yesterday I was trying to find solution by looking into misc system config files.
      Switching to lightdm shouldn't be a problem - in theory it should be enough to install in via any installer and remove sddm.
      Lightdm SHOULD become default greeter automatically, when it is the only one in your system. But this is BETA - keep that in mind when doing any trials :-)
      Yep, i solved by switching to LightDM:
      #systemctl disable sddm.service
      #systemctl enable lightdm.service


      And add in to /usr/share/lightdm/lightdm.conf.d/50-xserver-command.conf:

      [SeatDefaults]
      # Dump core
      xserver-command=X -core -listen tcp
      xserver-allow-tcp=true

      Comment

      Working...
      X