openSUSE13.1 doesn't start GUI after reboot

opensuse13.1

ksr@linux-1vnh:~> uname -aLinux linux-1vnh.site 3.11.6-4-desktop #1 SMP PREEMPT Wed Oct 30 18:04:56 UTC 2013 (e6d4a27) i686 i686 i386 GNU/Linux
ksr@linux-1vnh:~> 

After reboot doesn`t start GUI…
For start GUI i do:
log in to the text console and:


/etc/init.d/xdm stop
/etc/init.d/xdm start

and after this GUI UP.

linux-1vnh:/home/ksr # cat /etc/inittab 
id:5:initdefault:
linux-1vnh:/home/ksr # 

I established and use XFCE.

Please, help me.
Serg

13.1 does not use/respect /etc/inittab in any way.
Check the default systemd target in YaST->System->Services Manager, or with “systemctl get-default”.

Anyway, are you using LightDM? (that’s the default for XFCE AFAIK)
If yes, then that’s a known problem: https://bugzilla.novell.com/show_bug.cgi?id=846832

Use another Login Manager instead, you can set it in /etc/sysconfig/displaymanager.

linux-1vnh:/home/ksr # systemctl get-defaultrunlevel5.target
linux-1vnh:/home/ksr # 

after set in the /etc/sysconfig/displaymanager
DISPLAYMANAGER=“xdm”
and reboot - GUI Up OK !

Thank you !

Serg