You are not logged in.

#1 2014-10-29 21:54:20

root
Member
From: 127.0.0.1
Registered: 2012-04-13
Posts: 297

SDDM - Black screen

I am trying out this display manager though after installing it, creating an example config file, editing it according to my understanding and enabling the service after rebooting I am presented with a black screen.

Output of

sddm --test-mode

is the following:

[22:37:13.222] (II) DAEMON: Initializing...
[22:37:16.092] (II) DAEMON: Starting...
[22:37:16.092] (II) DAEMON: Adding new display 1 on vt 1 ...
[22:37:16.141] (II) DAEMON: Adding cookie to "./:1"
[22:37:16.524] (WW) DAEMON: Failed to change owner of the auth file.
[22:37:16.524] (II) DAEMON: Display server starting...
[22:37:16.605] (II) DAEMON: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
[22:37:16.607] (II) DAEMON: Display server started.
[22:37:16.608] (II) DAEMON: Socket server starting...
[22:37:16.610] (II) DAEMON: Socket server started.
[22:37:16.693] (II) DAEMON: Greeter starting...
[22:37:16.756] (II) DAEMON: Greeter started.
[22:37:27.416] (II) DAEMON: Greeter stopped.

My sddm.conf:

[Autologin]
# Autologin again on session exit
Relogin=false

# Autologin session
Session=

# Autologin user
User=


[General]
# Halt command
HaltCommand=/usr/bin/systemctl poweroff

# Initial NumLock state
# Valid values: on|off|none
# If property is set to none, numlock won't be changed
Numlock=none

# Reboot command
RebootCommand=/usr/bin/systemctl reboot


[Theme]
# Current theme name
Current=maui

# Cursor theme
CursorTheme=

# Face icon directory
# The files should be in username.face.icon format
FacesDir=/usr/share/sddm/faces

# Theme directory path
ThemeDir=/usr/share/sddm/themes


[Users]
# Default $PATH
DefaultPath=/bin:/usr/bin:/usr/local/bin

# Hidden shells
# Users with these shells as their default won't be listed
HideShells=

# Hidden users
HideUsers=

# Maximum user id for displayed users
MaximumUid=65000

# Minimum user id for displayed users
MinimumUid=1000

# Remember the session of the last successfully logged in user
RememberLastSession=false

# Remember the last successfully logged in user
RememberLastUser=false


[XDisplay]
# Xsetup script path
# A script to execute when starting the display server
DisplayCommand=/usr/share/sddm/scripts/Xsetup

# Minimum VT
# The lowest virtual terminal number that will be used.
MinimumVT=1

# X server path
ServerPath=/usr/bin/X

# Xsession script path
# A script to execute when starting the desktop session
SessionCommand=/usr/share/sddm/scripts/Xsession

# Session description directory
SessionDir=/usr/share/xsessions

# Xauth path
XauthPath=/usr/bin/xauth

EDIT: When the DM is running and I check the service status in another tty there isn't any error message either

Last edited by root (2014-10-29 21:56:16)


\(o_X)/
                        'Cause I wanna be an Archy - An Archy in the UK // Sex Pistols

Offline

#2 2014-10-29 22:24:05

graysky
Wiki Maintainer
From: :wq
Registered: 2008-12-01
Posts: 10,595
Website

Re: SDDM - Black screen

I found this to be true on a clean install.  I suspect the package is missing a dependency.  If I install it on my "old" install, it works as expected.


CPU-optimized Linux-ck packages @ Repo-ck  • AUR packagesZsh and other configs

Offline

#3 2014-10-30 12:09:18

mcloaked
Member
From: Yorkshire, UK
Registered: 2012-02-02
Posts: 1,222

Re: SDDM - Black screen

I have just installed sddm to test the new kf5 plasma next packages.

On boot I also get a failure of sddm to start despite it being enabled.  I also copied the sample /etc/sddm.conf and it is in place.

systemd status shows:

[root@samsung2w ~]# systemctl status sddm
● sddm.service - Simple Desktop Display Manager
   Loaded: loaded (/usr/lib/systemd/system/sddm.service; enabled)
   Active: active (running) since Thu 2014-10-30 12:05:23 GMT; 45s ago
     Docs: man:sddm(1)
           man:sddm.conf(5)
 Main PID: 284 (sddm)
   CGroup: /system.slice/sddm.service
           ├─284 /usr/bin/sddm
           └─304 /usr/bin/Xorg.bin :0 -auth /var/run/sddm/:0 -nolisten tcp -background none -noreset vt1

Oct 30 12:05:30 samsung2w.mdc.sapience.com sddm[284]: Socket server starting...
Oct 30 12:05:30 samsung2w.mdc.sapience.com sddm[284]: Socket server started.
Oct 30 12:05:30 samsung2w.mdc.sapience.com sddm[284]: Greeter starting...
Oct 30 12:05:30 samsung2w.mdc.sapience.com sddm-helper[338]: [PAM] Starting...
Oct 30 12:05:30 samsung2w.mdc.sapience.com sddm-helper[338]: [PAM] Authenticating...
Oct 30 12:05:30 samsung2w.mdc.sapience.com sddm-helper[338]: [PAM] returning.
Oct 30 12:05:30 samsung2w.mdc.sapience.com sddm-helper[338]: pam_unix(sddm-greeter:session): session opened for user sddm by (uid=0)
Oct 30 12:05:30 samsung2w.mdc.sapience.com sddm[284]: Greeter session started successfully
Oct 30 12:05:31 samsung2w.mdc.sapience.com sddm[284]: Auth: sddm-helper exited successfully
Oct 30 12:05:31 samsung2w.mdc.sapience.com sddm[284]: Greeter stopped.

And journal log shows:

[root@samsung2w ~]# journalctl -b |grep sddm
Oct 30 12:05:25 localhost sddm[284]: Initializing...
Oct 30 12:05:25 localhost sddm[284]: Starting...
Oct 30 12:05:25 localhost sddm[284]: Adding new display 0 on vt 1 ...
Oct 30 12:05:25 localhost sddm[284]: Adding cookie to "/var/run/sddm/:0"
Oct 30 12:05:26 localhost sddm[284]: Display server starting...
Oct 30 12:05:26 localhost sddm[284]: Running: /usr/bin/X :0 -auth /var/run/sddm/:0 -nolisten tcp -background none -noreset vt1
Oct 30 12:05:30 samsung2w.mdc.sapience.com sddm[284]: Signal received: SIGUSR1
Oct 30 12:05:30 samsung2w.mdc.sapience.com sddm[284]: Running display setup script  "/usr/share/sddm/scripts/Xsetup"
Oct 30 12:05:30 samsung2w.mdc.sapience.com sddm[284]: Display server started.
Oct 30 12:05:30 samsung2w.mdc.sapience.com sddm[284]: Socket server starting...
Oct 30 12:05:30 samsung2w.mdc.sapience.com sddm[284]: Socket server started.
Oct 30 12:05:30 samsung2w.mdc.sapience.com sddm[284]: Greeter starting...
Oct 30 12:05:30 samsung2w.mdc.sapience.com sddm-helper[338]: [PAM] Starting...
Oct 30 12:05:30 samsung2w.mdc.sapience.com sddm-helper[338]: [PAM] Authenticating...
Oct 30 12:05:30 samsung2w.mdc.sapience.com sddm-helper[338]: [PAM] returning.
Oct 30 12:05:30 samsung2w.mdc.sapience.com sddm-helper[338]: pam_unix(sddm-greeter:session): session opened for user sddm by (uid=0)
Oct 30 12:05:30 samsung2w.mdc.sapience.com systemd-logind[279]: New session c1 of user sddm.
Oct 30 12:05:30 samsung2w.mdc.sapience.com systemd[339]: pam_unix(systemd-user:session): session opened for user sddm by (uid=0)
Oct 30 12:05:30 samsung2w.mdc.sapience.com sddm[284]: Greeter session started successfully
Oct 30 12:05:31 samsung2w.mdc.sapience.com sddm-greeter[343]: QXcbConnection: Could not connect to display :0
Oct 30 12:05:31 samsung2w.mdc.sapience.com sddm-helper[338]: [PAM] Ended.
Oct 30 12:05:31 samsung2w.mdc.sapience.com sddm[284]: Auth: sddm-helper exited successfully
Oct 30 12:05:31 samsung2w.mdc.sapience.com sddm[284]: Greeter stopped.
Oct 30 12:05:31 samsung2w.mdc.sapience.com systemd[340]: pam_unix(systemd-user:session): session closed for user sddm
Oct 30 12:05:33 samsung2w.mdc.sapience.com systemd-coredump[344]: Process 343 (sddm-greeter) of user 996 dumped core.

This is for having enabled sddm with systemctl enable sddm.   After booting sddm fails as above but if I ssh in and do systemctl restart sddm then it does start up correctly and gives the login greeter on the screen.

I had previously been running kde4 without problems and uninstalled kde packages as necessary to install kf5, kf5-aids and plasma-next. I had then stopped kdm.service with systemctl, and enabled sddm.service before rebooting but presumably there is a file that has some incorrect text somewhere.  If anyone can suggest where I look for the problem it would be appreciated.

Any way to get sddm to start correctly at boot?

Last edited by mcloaked (2014-10-30 18:34:16)


Mike C

Offline

#4 2014-10-30 21:02:12

mcloaked
Member
From: Yorkshire, UK
Registered: 2012-02-02
Posts: 1,222

Re: SDDM - Black screen

The key issue for me seems to be the line:

sddm-greeter[343]: QXcbConnection: Could not connect to display :0

I would like to know why it connects to the display just fine if I do systemctl restart sddm and it thenshows the sddm greeter and allows me to login, but from boot it fails.

Is there a critical service that needs to start before sddm that should be listed in the systemd service file for sddm?


Mike C

Offline

#5 2014-10-31 00:20:53

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,466

Re: SDDM - Black screen

What video driver? There has been problems with nvidia loading too late and not being available when the DM tries to start.

Offline

#6 2014-10-31 08:32:21

mcloaked
Member
From: Yorkshire, UK
Registered: 2012-02-02
Posts: 1,222

Re: SDDM - Black screen

Scimmia wrote:

What video driver? There has been problems with nvidia loading too late and not being available when the DM tries to start.

The machine is a Samsung NC10 which just has Intel graphics.  I don't know if it is possible to set the sddm service to delay start by a few seconds to test if a graphics delay on this machine is also the reason?

Last edited by mcloaked (2014-10-31 08:32:41)


Mike C

Offline

#7 2014-10-31 10:21:53

mcloaked
Member
From: Yorkshire, UK
Registered: 2012-02-02
Posts: 1,222

Re: SDDM - Black screen

Scimmia wrote:

What video driver? There has been problems with nvidia loading too late and not being available when the DM tries to start.

Scimmia, your suggestion about the graphics not being ready for when the sddm service starts set me thinking about how to delay sddm. It turns out that you are spot on!

I decided to not enable the sddm.service with systemctl but to write a systemd timer file to delay starting sddm.service. So I wrote the following file:

[mike@samsung2w ~]$ cat /etc/systemd/system/sddm.timer 
[Unit]
Description=Start sddm service fixed time after boot

[Timer]
OnStartupSec=20
Unit=sddm.service

[Install]
WantedBy=multi-user.target
[mike@samsung2w ~]$ 

Then

systemctl disable sddm.service
systemctl enable sddm.timer

Initially I set the OnStartupSec to 5 seconds as the time after systemd starts when the timer initiates the sddm.service but it was not enough, and even in this case 15 seconds was insufficient. However this machine now does boot and start the sddm service to give a normal login greeter.

There may of course be better ways to achieve the same end but this method at least does work.

The graphics in this machine is:

$ lspci | grep Graphics
00:02.0 VGA compatible controller: Intel Corporation Mobile 945GSE Express Integrated Graphics Controller (rev 03)
00:02.1 Display controller: Intel Corporation Mobile 945GM/GMS/GME, 943/940GML Express Integrated Graphics Controller (rev 03)

So this does provide a workaround to get this particular laptop booting up and allowing login to the plasma next desktop environment. However I also had a look at the journal log and there seems to be a lot of underlying issues once the desktop loads. The display tends to flicker with mouse clicks to change to different virtual desktops and there is clearly more work needed to stabilise this new D.E.

Here is a section of the journal log showing many issues:

Power Off" for "kded5" : "PowerOff"
Oct 31 10:06:33 samsung2w.mdc.sapience.com kdeinit5[529]: Created alarm 20971521
Oct 31 10:06:33 samsung2w.mdc.sapience.com kdeinit5[529]: Created alarm 20971526
Oct 31 10:06:33 samsung2w.mdc.sapience.com kdeinit5[529]: Created alarm 20971527
Oct 31 10:06:33 samsung2w.mdc.sapience.com kdeinit5[529]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.8'
Oct 31 10:06:33 samsung2w.mdc.sapience.com kglobalaccel5[541]: Unregistering key "Keyboard Brightness Up" for "kded5" : "Increase Keyboard Brightness"
Oct 31 10:06:33 samsung2w.mdc.sapience.com kglobalaccel5[541]: Unregistering key "Keyboard Brightness Down" for "kded5" : "Decrease Keyboard Brightness"
Oct 31 10:06:33 samsung2w.mdc.sapience.com kglobalaccel5[541]: Unregistering key "Keyboard Light On/Off" for "kded5" : "Toggle Keyboard Backlight"
Oct 31 10:06:33 samsung2w.mdc.sapience.com kdeinit5[529]: detected kglobalaccel restarting, re-registering all shortcut keys
Oct 31 10:06:33 samsung2w.mdc.sapience.com kdeinit5[538]: Created alarm 27262977
Oct 31 10:06:33 samsung2w.mdc.sapience.com kdeinit5[538]: ksmserver: "/run/user/1000/KSMserver"
Oct 31 10:06:33 samsung2w.mdc.sapience.com kdeinit5[538]: ksmserver: KSMServer: SetAProc_loc: conn  0 , prot= local , file= @/tmp/.ICE-unix/538
Oct 31 10:06:33 samsung2w.mdc.sapience.com kdeinit5[538]: ksmserver: KSMServer: SetAProc_loc: conn  1 , prot= unix , file= /tmp/.ICE-unix/538
Oct 31 10:06:33 samsung2w.mdc.sapience.com ksplashqml[507]: Loading stage  "ksmserver" 4831
Oct 31 10:06:33 samsung2w.mdc.sapience.com kdeinit5[538]: QDBusConnection: name 'org.kde.kglobalaccel' had owner '' but we thought it was ':1.8'
Oct 31 10:06:33 samsung2w.mdc.sapience.com kdeinit5[538]: detected kglobalaccel restarting, re-registering all shortcut keys
Oct 31 10:06:33 samsung2w.mdc.sapience.com kdeinit5[538]: Session path: "/org/freedesktop/login1/session/c2"
Oct 31 10:06:33 samsung2w.mdc.sapience.com kdeinit5[527]: Service:  0 "/etc/xdg/autostart/baloo_file.desktop"
Oct 31 10:06:33 samsung2w.mdc.sapience.com kdeinit5[527]: Service:  0 "/etc/xdg/autostart/krunner.desktop"
Oct 31 10:06:34 samsung2w.mdc.sapience.com kdeinit5[527]: Service:  0 "/etc/xdg/autostart/plasmashell.desktop"
Oct 31 10:06:34 samsung2w.mdc.sapience.com krunner[548]: QMetaProperty::read: Unable to handle unregistered datatype 'QQmlListProperty<QObject>' for property 'QQuickWindow::data'
Oct 31 10:06:34 samsung2w.mdc.sapience.com kdeinit5[538]: completeShutdownOrCheckpoint called
Oct 31 10:06:34 samsung2w.mdc.sapience.com kdeinit5[538]: completeShutdownOrCheckpoint called
Oct 31 10:06:34 samsung2w.mdc.sapience.com kwin_x11[546]: Extensions: shape: 0x "11"  composite: 0x "4"  render: 0x "b"  fixes: 0x "50"  randr: 0x "14"  sync: 0x "31"  damage: 0x  "11" 
Oct 31 10:06:35 samsung2w.mdc.sapience.com kdeinit5[527]: Service:  0 "/etc/xdg/autostart/polkit-kde-authentication-agent-1.desktop"
Oct 31 10:06:35 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Alt+Space" for "krunner" : "run command"
Oct 31 10:06:35 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Alt+F2" for "krunner" : "run command"
Oct 31 10:06:35 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Search" for "krunner" : "run command"
Oct 31 10:06:35 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Alt+Shift+F2" for "krunner" : "run command on clipboard contents"
Oct 31 10:06:35 samsung2w.mdc.sapience.com kwin_x11[546]: Trying to load decoration plugin "aurorae"
Oct 31 10:06:35 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Ctrl+F12" for "plasmashell" : "show dashboard"
Oct 31 10:06:35 samsung2w.mdc.sapience.com polkit-kde-authentication-agent-1[568]: QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
Oct 31 10:06:35 samsung2w.mdc.sapience.com kdeinit5[527]: Service:  0 ""
Oct 31 10:06:35 samsung2w.mdc.sapience.com kdeinit5[538]: ksmserver: Autostart 0 done
Oct 31 10:06:35 samsung2w.mdc.sapience.com polkit-kde-authentication-agent-1[559]: QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
Oct 31 10:06:35 samsung2w.mdc.sapience.com kdeinit5[538]: completeShutdownOrCheckpoint called
Oct 31 10:06:36 samsung2w.mdc.sapience.com kdeinit5[538]: completeShutdownOrCheckpoint called
Oct 31 10:06:36 samsung2w.mdc.sapience.com kactivitymanagerd[571]: org.kde.kactivities.activities: Starting the KDE Activity Manager daemon QDateTime("2014-10-31 10:06:36.526 GMT Qt::LocalTime")
Oct 31 10:06:36 samsung2w.mdc.sapience.com kaccess[580]: QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
Oct 31 10:06:36 samsung2w.mdc.sapience.com kaccess[577]: QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
Oct 31 10:06:37 samsung2w.mdc.sapience.com kwin_x11[546]: Module 'org.kde.kwin.decoration' does not contain a module identifier directive - it cannot be protected from external registrations.
Oct 31 10:06:37 samsung2w.mdc.sapience.com kwin_x11[546]: aurorae: Trying to load QML Decoration  "kwin4_decoration_qml_plastik"
Oct 31 10:06:37 samsung2w.mdc.sapience.com kwin_x11[546]: Trying to open ksycoca from "/home/mike/.cache/ksycoca5"
Oct 31 10:06:37 samsung2w.mdc.sapience.com polkit-kde-authentication-agent-1[568]: New PolkitAgentListener  0x8703320
Oct 31 10:06:37 samsung2w.mdc.sapience.com polkit-kde-authentication-agent-1[568]: Adding new listener  PolkitQt1::Agent::Listener(0x8780bc8) for  0x8703320
Oct 31 10:06:37 samsung2w.mdc.sapience.com polkit-kde-authentication-agent-1[568]: Listener online
Oct 31 10:06:37 samsung2w.mdc.sapience.com polkitd[296]: Registered Authentication Agent for unix-session:c2 (system bus name :1.16 [/usr/lib/polkit-kde/polkit-kde-authentication-agent-1], object path /org/kde/PolicyKit1/AuthenticationAgent, locale en_GB.UTF-8)
Oct 31 10:06:37 samsung2w.mdc.sapience.com polkit-kde-authentication-agent-1[568]: true
Oct 31 10:06:37 samsung2w.mdc.sapience.com kdeinit5[538]: completeShutdownOrCheckpoint called
Oct 31 10:06:37 samsung2w.mdc.sapience.com kdeinit5[538]: completeShutdownOrCheckpoint called
Oct 31 10:06:37 samsung2w.mdc.sapience.com kdeinit5[538]: completeShutdownOrCheckpoint called
Oct 31 10:06:37 samsung2w.mdc.sapience.com kglobalaccel5[541]: Got XMappingNotify event
Oct 31 10:06:37 samsung2w.mdc.sapience.com kglobalaccel5[541]: Unregistering key "Ctrl+F12" for "plasmashell" : "show dashboard"
Oct 31 10:06:37 samsung2w.mdc.sapience.com kglobalaccel5[541]: Unregistering key "Alt+Space" for "krunner" : "run command"
Oct 31 10:06:37 samsung2w.mdc.sapience.com kglobalaccel5[541]: Unregistering key "Alt+F2" for "krunner" : "run command"
Oct 31 10:06:37 samsung2w.mdc.sapience.com kglobalaccel5[541]: Unregistering key "Search" for "krunner" : "run command"
Oct 31 10:06:37 samsung2w.mdc.sapience.com kglobalaccel5[541]: Unregistering key "Alt+Shift+F2" for "krunner" : "run command on clipboard contents"
Oct 31 10:06:37 samsung2w.mdc.sapience.com kglobalaccel5[541]: Unregistering key "Screensaver" for "ksmserver" : "Lock Session"
Oct 31 10:06:37 samsung2w.mdc.sapience.com kglobalaccel5[541]: Unregistering key "Ctrl+Alt+L" for "ksmserver" : "Lock Session"
Oct 31 10:06:37 samsung2w.mdc.sapience.com kglobalaccel5[541]: Unregistering key "Ctrl+Esc" for "kded5" : "Show System Activity"
Oct 31 10:06:37 samsung2w.mdc.sapience.com kglobalaccel5[541]: Unregistering key "Sleep" for "kded5" : "Sleep"
Oct 31 10:06:37 samsung2w.mdc.sapience.com kglobalaccel5[541]: Unregistering key "Monitor Brightness Up" for "kded5" : "Increase Screen Brightness"
Oct 31 10:06:37 samsung2w.mdc.sapience.com kglobalaccel5[541]: Unregistering key "Monitor Brightness Down" for "kded5" : "Decrease Screen Brightness"
Oct 31 10:06:37 samsung2w.mdc.sapience.com kglobalaccel5[541]: Unregistering key "Hibernate" for "kded5" : "Hibernate"
Oct 31 10:06:37 samsung2w.mdc.sapience.com kglobalaccel5[541]: Unregistering key "Power Off" for "kded5" : "PowerOff"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Ctrl+F12" for "plasmashell" : "show dashboard"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Alt+Space" for "krunner" : "run command"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Alt+F2" for "krunner" : "run command"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Search" for "krunner" : "run command"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Alt+Shift+F2" for "krunner" : "run command on clipboard contents"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Screensaver" for "ksmserver" : "Lock Session"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Ctrl+Alt+L" for "ksmserver" : "Lock Session"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Ctrl+Esc" for "kded5" : "Show System Activity"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Sleep" for "kded5" : "Sleep"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Monitor Brightness Up" for "kded5" : "Increase Screen Brightness"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Monitor Brightness Down" for "kded5" : "Decrease Screen Brightness"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Hibernate" for "kded5" : "Hibernate"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: "Hibernate" : Failed to register  "Hibernate"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Power Off" for "kded5" : "PowerOff"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kdeinit5[538]: ksmserver: Kcminit phase 1 done
Oct 31 10:06:38 samsung2w.mdc.sapience.com baloo_file[547]: "/home/mike/.local/share/baloo/file/" true
Oct 31 10:06:38 samsung2w.mdc.sapience.com kdeinit5[527]: Service:  1 ""
Oct 31 10:06:38 samsung2w.mdc.sapience.com kdeinit5[538]: ksmserver: Autostart 1 done
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Ctrl+Alt+Del" for "ksmserver" : "Log Out"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Ctrl+Alt+Shift+Del" for "ksmserver" : "Log Out Without Confirmation"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Ctrl+Alt+Shift+PgDown" for "ksmserver" : "Halt Without Confirmation"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Ctrl+Alt+Shift+PgUp" for "ksmserver" : "Reboot Without Confirmation"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kdeinit5[527]: Service:  2 ""
Oct 31 10:06:38 samsung2w.mdc.sapience.com kdeinit5[529]: Successfully loaded module "kded_platformstatus"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Alt+F3" for "kwin" : "Window Operations Menu"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Alt+F4" for "kwin" : "Window Close"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kdeinit5[529]: Fetched layout groups from X server:         layouts: ("gb")         variants: ("")
Oct 31 10:06:38 samsung2w.mdc.sapience.com kdeinit5[529]: Parsing xkb rules from "/usr/share/X11/xkb/rules/evdev.xml"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kdeinit5[529]: xkbConfigRegistry version "1.1"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Ctrl+Alt+A" for "kwin" : "Activate Window Demanding Attention"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Meta+Alt+Up" for "kwin" : "Switch Window Up"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Meta+Alt+Down" for "kwin" : "Switch Window Down"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Meta+Alt+Right" for "kwin" : "Switch Window Right"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Meta+Alt+Left" for "kwin" : "Switch Window Left"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kdeinit5[529]: "Trying to convert empty KLocalizedString to QString."
Oct 31 10:06:38 samsung2w.mdc.sapience.com kdeinit5[529]: "Trying to convert empty KLocalizedString to QString."
Oct 31 10:06:38 samsung2w.mdc.sapience.com kdeinit5[529]: "Trying to convert empty KLocalizedString to QString."
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Ctrl+Alt+Esc" for "kwin" : "Kill Window"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Alt+Shift+F12" for "kwin" : "Suspend Compositing"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Alt+Tab" for "kwin" : "Walk Through Windows"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Alt+Shift+Backtab" for "kwin" : "Walk Through Windows (Reverse)"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Alt+`" for "kwin" : "Walk Through Windows of Current Application"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Alt+~" for "kwin" : "Walk Through Windows of Current Application (Reverse)"
Oct 31 10:06:38 samsung2w.mdc.sapience.com kglobalaccel5[541]: adding shift to the grab
Oct 31 10:06:38 samsung2w.mdc.sapience.com kdeinit5[529]: Parsing xkb rules from "/usr/share/X11/xkb/rules/evdev.extras.xml"
Oct 31 10:06:39 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Ctrl+F1" for "kwin" : "Switch to Desktop 1"
Oct 31 10:06:39 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Ctrl+F2" for "kwin" : "Switch to Desktop 2"
Oct 31 10:06:39 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Ctrl+F3" for "kwin" : "Switch to Desktop 3"
Oct 31 10:06:39 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Ctrl+F4" for "kwin" : "Switch to Desktop 4"
Oct 31 10:06:39 samsung2w.mdc.sapience.com kdeinit5[529]: Merged from extra rules: 37 layouts, 0 models, 0 option groups
Oct 31 10:06:39 samsung2w.mdc.sapience.com kdeinit5[529]: Fetched layout groups from X server:         layouts: ("gb")         variants: ("")
Oct 31 10:06:39 samsung2w.mdc.sapience.com krunner[548]: QObject::connect: No such signal org::freedesktop::UPower::DeviceAdded(QString)
Oct 31 10:06:39 samsung2w.mdc.sapience.com krunner[548]: QObject::connect: No such signal org::freedesktop::UPower::DeviceRemoved(QString)
Oct 31 10:06:39 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Ctrl+Alt+K" for "KDE Keyboard Layout Switcher" : "Switch to Next Keyboard Layout"
Oct 31 10:06:39 samsung2w.mdc.sapience.com kdeinit5[529]: Registered for new device events from XInput, class 81
Oct 31 10:06:39 samsung2w.mdc.sapience.com kdeinit5[529]: qCoreApp QApplication(0xbf849d58)
Oct 31 10:06:39 samsung2w.mdc.sapience.com kdeinit5[529]: Successfully loaded module "keyboard"
Oct 31 10:06:39 samsung2w.mdc.sapience.com kdeinit5[529]: Successfully loaded module "networkstatus"
Oct 31 10:06:39 samsung2w.mdc.sapience.com kdeinit5[529]: Successfully loaded module "remotedirnotify"
Oct 31 10:06:39 samsung2w.mdc.sapience.com baloo_file[547]: QObject::connect: No such signal org::freedesktop::UPower::DeviceAdded(QString)
Oct 31 10:06:39 samsung2w.mdc.sapience.com baloo_file[547]: QObject::connect: No such signal org::freedesktop::UPower::DeviceRemoved(QString)
Oct 31 10:06:39 samsung2w.mdc.sapience.com kdeinit5[529]: Successfully loaded module "ktimezoned"
Oct 31 10:06:39 samsung2w.mdc.sapience.com kwin_x11[546]: screens:  1 desktops:  2
Oct 31 10:06:39 samsung2w.mdc.sapience.com kwin_x11[546]: Done.
Oct 31 10:06:39 samsung2w.mdc.sapience.com kdeinit5[529]: Successfully loaded module "appmenu"
Oct 31 10:06:39 samsung2w.mdc.sapience.com kwin_x11[546]: screens:  1 desktops:  2
Oct 31 10:06:39 samsung2w.mdc.sapience.com kwin_x11[546]: Done.
Oct 31 10:06:39 samsung2w.mdc.sapience.com ksplashqml[507]: Loading stage  "wm" 11085
Oct 31 10:06:39 samsung2w.mdc.sapience.com kwin_x11[546]: screens:  1 desktops:  2
Oct 31 10:06:39 samsung2w.mdc.sapience.com kwin_x11[546]: Done.
Oct 31 10:06:39 samsung2w.mdc.sapience.com kdeinit5[529]: Successfully loaded module "kwrited"
Oct 31 10:06:39 samsung2w.mdc.sapience.com kwin_x11[546]: Initializing OpenGL compositing
Oct 31 10:06:39 samsung2w.mdc.sapience.com kwin_x11[546]: Buffer visual (depth  24 ): 0x "74"
Oct 31 10:06:39 samsung2w.mdc.sapience.com kwin_x11[546]: Direct rendering: true 
Oct 31 10:06:39 samsung2w.mdc.sapience.com kwin_x11[546]: Color correction: false
Oct 31 10:06:39 samsung2w.mdc.sapience.com kwin_x11[546]: OpenGL 2 compositing successfully initialized
Oct 31 10:06:39 samsung2w.mdc.sapience.com kdeinit5[529]: Successfully loaded module "solidautoeject"
Oct 31 10:06:39 samsung2w.mdc.sapience.com kwin_x11[546]: Vertical Refresh rate  60 Hz
Oct 31 10:06:39 samsung2w.mdc.sapience.com kwin_x11[546]: Trying to open ksycoca from "/home/mike/.cache/ksycoca5"
Oct 31 10:06:39 samsung2w.mdc.sapience.com kdeinit5[529]: Successfully loaded module "freespacenotifier"
Oct 31 10:06:39 samsung2w.mdc.sapience.com kwin_x11[546]: Using FBConfig 0x66 for visual 0x5b
Oct 31 10:06:39 samsung2w.mdc.sapience.com baloo_file[547]: "/home/mike"
Oct 31 10:06:39 samsung2w.mdc.sapience.com baloo_file[547]: "/home/mike"
Oct 31 10:06:39 samsung2w.mdc.sapience.com baloo_file[547]: 
Oct 31 10:06:39 samsung2w.mdc.sapience.com baloo_file[547]: Successfully opened connection to inotify: 24
Oct 31 10:06:40 samsung2w.mdc.sapience.com kdeinit5[529]: Successfully loaded module "khotkeys"
Oct 31 10:06:40 samsung2w.mdc.sapience.com kdeinit5[538]: ksmserver: Autostart 2 done
Oct 31 10:06:40 samsung2w.mdc.sapience.com kdeinit5[538]: ksmserver: Kcminit phase 2 done
Oct 31 10:06:40 samsung2w.mdc.sapience.com ksplashqml[507]: Loading stage  "ready" 11929
Oct 31 10:06:40 samsung2w.mdc.sapience.com kdeinit5[529]: QObject::connect: No such signal QAction::globalShortcutChanged(QKeySequence)
Oct 31 10:06:40 samsung2w.mdc.sapience.com kdeinit5[529]: QObject::connect:  (sender name:   '{d03619b6-9b3c-48cc-9d9c-a2aadb485550}')
Oct 31 10:06:40 samsung2w.mdc.sapience.com kdeinit5[529]: QObject::connect: No such signal QAction::globalShortcutChanged(QKeySequence)
Oct 31 10:06:40 samsung2w.mdc.sapience.com kdeinit5[529]: QObject::connect:  (sender name:   '{d03619b6-9b3c-48cc-9d9c-a2aadb485550}')
Oct 31 10:06:40 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Print" for "khotkeys" : "{b9862349-8236-4682-b5b5-f19ab5b0b8a0}"
Oct 31 10:06:40 samsung2w.mdc.sapience.com kdeinit5[529]: QObject::connect: No such signal QAction::globalShortcutChanged(QKeySequence)
Oct 31 10:06:40 samsung2w.mdc.sapience.com kdeinit5[529]: QObject::connect:  (sender name:   '{b9862349-8236-4682-b5b5-f19ab5b0b8a0}')
Oct 31 10:06:40 samsung2w.mdc.sapience.com kglobalaccel5[541]: 2
Oct 31 10:06:40 samsung2w.mdc.sapience.com kglobalaccel5[541]: 2
Oct 31 10:06:40 samsung2w.mdc.sapience.com kwin_x11[546]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 955, resource id: 23068681, major code: 18 (ChangeProperty), minor code: 0
Oct 31 10:06:40 samsung2w.mdc.sapience.com kwin_x11[546]: Enabled by default function disables effect:  "blur"
Oct 31 10:06:40 samsung2w.mdc.sapience.com kwin_x11[546]: Enabled by default function disables effect:  "contrast"
Oct 31 10:06:40 samsung2w.mdc.sapience.com kwin_x11[546]: Successfully loaded built-in effect:  "dashboard"
Oct 31 10:06:40 samsung2w.mdc.sapience.com kactivitymanagerd[571]: Trying to open ksycoca from "/home/mike/.cache/ksycoca5"
Oct 31 10:06:40 samsung2w.mdc.sapience.com kactivitymanagerd[571]: org.kde.kactivities.application: [ FAILED ] loading:  "Share-Like-Connect" "The shared library was not found."
Oct 31 10:06:40 samsung2w.mdc.sapience.com kactivitymanagerd[571]: org.kde.kactivities.application: [ FAILED ] loading:  "Sqlite Feeder" "The shared library was not found."
Oct 31 10:06:40 samsung2w.mdc.sapience.com kactivitymanagerd[571]: org.kde.kactivities.application: [ FAILED ] loading:  "Activity Templates" "The shared library was not found."
Oct 31 10:06:40 samsung2w.mdc.sapience.com kwin_x11[546]: Successfully loaded scripted effect:  "kwin4_effect_maximize"
Oct 31 10:06:40 samsung2w.mdc.sapience.com kernel: QXcbEventReader[564]: segfault at b389e2d3 ip b389e2d3 sp b37752b0 error 4 in locale-archive[b3943000+189000]
Oct 31 10:06:40 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Ctrl+F8" for "kwin" : "ShowDesktopGrid"
Oct 31 10:06:40 samsung2w.mdc.sapience.com kwin_x11[546]: Successfully loaded built-in effect:  "desktopgrid"
Oct 31 10:06:40 samsung2w.mdc.sapience.com baloo_file[547]: XSync seems available and ready
Oct 31 10:06:40 samsung2w.mdc.sapience.com baloo_file[547]: XSync Inited
Oct 31 10:06:40 samsung2w.mdc.sapience.com baloo_file[547]: Supported, init completed
Oct 31 10:06:40 samsung2w.mdc.sapience.com baloo_file[547]: Normal
Oct 31 10:06:40 samsung2w.mdc.sapience.com kwin_x11[546]: Successfully loaded scripted effect:  "kwin4_effect_fade"
Oct 31 10:06:40 samsung2w.mdc.sapience.com kwin_x11[546]: Successfully loaded built-in effect:  "highlightwindow"
Oct 31 10:06:40 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Alt+F1" for "plasmashell" : "activate widget 2"
Oct 31 10:06:40 samsung2w.mdc.sapience.com kwin_x11[546]: Successfully loaded scripted effect:  "kwin4_effect_login"
Oct 31 10:06:40 samsung2w.mdc.sapience.com kwin_x11[546]: Successfully loaded built-in effect:  "kscreen"
Oct 31 10:06:40 samsung2w.mdc.sapience.com kwin_x11[546]: Successfully loaded scripted effect:  "kwin4_effect_dialogparent"
Oct 31 10:06:40 samsung2w.mdc.sapience.com kwin_x11[546]: kwineffects: Incorrect Property state, immediate stop:  7629824
Oct 31 10:06:40 samsung2w.mdc.sapience.com kwin_x11[546]: Successfully loaded built-in effect:  "logout"
Oct 31 10:06:40 samsung2w.mdc.sapience.com kwin_x11[546]: Successfully loaded scripted effect:  "kwin4_effect_translucency"
Oct 31 10:06:40 samsung2w.mdc.sapience.com kwin_x11[546]: Successfully loaded built-in effect:  "minimizeanimation"
Oct 31 10:06:41 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Ctrl+F9" for "kwin" : "Expose"
Oct 31 10:06:41 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Ctrl+F10" for "kwin" : "ExposeAll"
Oct 31 10:06:41 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Launch (C)" for "kwin" : "ExposeAll"
Oct 31 10:06:41 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Ctrl+F7" for "kwin" : "ExposeClass"
Oct 31 10:06:41 samsung2w.mdc.sapience.com kwin_x11[546]: Successfully loaded built-in effect:  "presentwindows"
Oct 31 10:06:41 samsung2w.mdc.sapience.com kwin_x11[546]: Successfully loaded built-in effect:  "screenedge"
Oct 31 10:06:41 samsung2w.mdc.sapience.com kwin_x11[546]: Successfully loaded built-in effect:  "screenshot"
Oct 31 10:06:41 samsung2w.mdc.sapience.com kwin_x11[546]: Successfully loaded built-in effect:  "slide"
Oct 31 10:06:41 samsung2w.mdc.sapience.com kwin_x11[546]: Successfully loaded built-in effect:  "slidingpopups"
Oct 31 10:06:41 samsung2w.mdc.sapience.com kwin_x11[546]: kwineffects: Blinking Shader is valid
Oct 31 10:06:41 samsung2w.mdc.sapience.com kwin_x11[546]: Successfully loaded built-in effect:  "startupfeedback"
Oct 31 10:06:41 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Meta+=" for "kwin" : "view_zoom_in"
Oct 31 10:06:41 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Meta+-" for "kwin" : "view_zoom_out"
Oct 31 10:06:41 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Meta+0" for "kwin" : "view_actual_size"
Oct 31 10:06:41 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Meta+Left" for "kwin" : "MoveZoomLeft"
Oct 31 10:06:41 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Meta+Right" for "kwin" : "MoveZoomRight"
Oct 31 10:06:41 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Meta+Up" for "kwin" : "MoveZoomUp"
Oct 31 10:06:41 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Meta+Down" for "kwin" : "MoveZoomDown"
Oct 31 10:06:41 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Meta+F5" for "kwin" : "MoveMouseToFocus"
Oct 31 10:06:41 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Meta+F6" for "kwin" : "MoveMouseToCenter"
Oct 31 10:06:41 samsung2w.mdc.sapience.com kwin_x11[546]: Successfully loaded built-in effect:  "zoom"
Oct 31 10:06:42 samsung2w.mdc.sapience.com ksysguardd[607]: cannot open config file '"/etc/ksysguarddrc"'
Oct 31 10:06:44 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, ASN: 69286
Oct 31 10:06:44 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, final: 'ID: 39845906 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Desktop — Plasma" ' : 69286
Oct 31 10:06:44 samsung2w.mdc.sapience.com kwin_x11[546]: Activation: No client active, allowing
Oct 31 10:06:44 samsung2w.mdc.sapience.com kwin_x11[546]: screens:  1 desktops:  2
Oct 31 10:06:44 samsung2w.mdc.sapience.com kwin_x11[546]: Done.
Oct 31 10:06:44 samsung2w.mdc.sapience.com kwin_x11[546]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1227, resource id: 39845910, major code: 18 (ChangeProperty), minor code: 0
Oct 31 10:06:50 samsung2w.mdc.sapience.com kdeinit5[529]: Registering "org.kde.StatusNotifierHost-552" as system tray
Oct 31 10:06:58 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Ctrl+Alt+X" for "plasmashell" : "clipboard_action"
Oct 31 10:06:58 samsung2w.mdc.sapience.com kglobalaccel5[541]: Registering key "Ctrl+Alt+R" for "plasmashell" : "repeat_action"
Oct 31 10:06:58 samsung2w.mdc.sapience.com systemd-coredump[596]: Process 562 (kactivitymanage) of user 1000 dumped core.
Oct 31 10:06:58 samsung2w.mdc.sapience.com kwin_x11[546]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 1387, resource id: 4194325, major code: 18 (ChangeProperty), minor code: 0
Oct 31 10:07:02 samsung2w.mdc.sapience.com dbus[268]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
Oct 31 10:07:02 samsung2w.mdc.sapience.com dbus[268]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory.
Oct 31 10:07:02 samsung2w.mdc.sapience.com dbus[268]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
Oct 31 10:07:02 samsung2w.mdc.sapience.com dbus[268]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory.
Oct 31 10:07:02 samsung2w.mdc.sapience.com kdeinit5[529]: Skipped method "moduleDeleted" : Pointers are not supported: KDEDModule*
Oct 31 10:07:02 samsung2w.mdc.sapience.com dbus[268]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service'
Oct 31 10:07:02 samsung2w.mdc.sapience.com dbus[268]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service failed to load: No such file or directory.
Oct 31 10:07:02 samsung2w.mdc.sapience.com dbus[268]: [system] Activating via systemd: service name='org.freedesktop.ModemManager1' unit='dbus-org.freedesktop.ModemManager1.service'
Oct 31 10:07:02 samsung2w.mdc.sapience.com dbus[268]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.ModemManager1.service': Unit dbus-org.freedesktop.ModemManager1.service failed to load: No such file or directory.
Oct 31 10:07:02 samsung2w.mdc.sapience.com kdeinit5[529]: Failed enumerating MM objects: "org.freedesktop.systemd1.LoadFailed" 
                                                           "Unit dbus-org.freedesktop.ModemManager1.service failed to load: No such file or directory."
Oct 31 10:07:02 samsung2w.mdc.sapience.com kdeinit5[529]: void NetworkManager::NetworkManagerPrivate::propertiesChanged(const QVariantMap&) Unhandled property "Devices"
Oct 31 10:07:04 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, ASN: 90740
Oct 31 10:07:04 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, final: 'ID: 39845912 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' : 90740
Oct 31 10:07:04 samsung2w.mdc.sapience.com kwin_x11[546]: Activation: No client active, allowing
Oct 31 10:07:04 samsung2w.mdc.sapience.com kwin_x11[546]: screens:  1 desktops:  2
Oct 31 10:07:04 samsung2w.mdc.sapience.com kwin_x11[546]: Done.
Oct 31 10:07:14 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, ASN: 100652
Oct 31 10:07:14 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, final: 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' : 100652
Oct 31 10:07:14 samsung2w.mdc.sapience.com kwin_x11[546]: Activation: No client active, allowing
Oct 31 10:07:14 samsung2w.mdc.sapience.com kwin_x11[546]: screens:  1 desktops:  2
Oct 31 10:07:14 samsung2w.mdc.sapience.com kwin_x11[546]: Done.
Oct 31 10:07:14 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x98f7ad8) true false false
Oct 31 10:07:14 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:14 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x98f7ad8) true false false
Oct 31 10:07:14 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:14 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x98f7ad8) true false false
Oct 31 10:07:14 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:14 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x98f7ad8) true false false
Oct 31 10:07:14 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:14 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x98f7ad8) true false false
Oct 31 10:07:14 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:14 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x98f7ad8) true false false
Oct 31 10:07:14 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:14 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x98f7ad8) true false false
Oct 31 10:07:14 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:14 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x98f7ad8) true false false
Oct 31 10:07:14 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:15 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x98f7ad8) true false false
Oct 31 10:07:15 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:15 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x98f7ad8) true false false
Oct 31 10:07:15 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:15 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x98f7ad8) true false false
Oct 31 10:07:15 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:15 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, ASN: 101524
Oct 31 10:07:15 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, final: 'ID: 39845947 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma <2>" ' : 101524
Oct 31 10:07:15 samsung2w.mdc.sapience.com kwin_x11[546]: Activation: Belongs to active application
Oct 31 10:07:15 samsung2w.mdc.sapience.com kwin_x11[546]: screens:  1 desktops:  2
Oct 31 10:07:15 samsung2w.mdc.sapience.com kwin_x11[546]: Done.
Oct 31 10:07:15 samsung2w.mdc.sapience.com kwin_x11[546]: screens:  1 desktops:  2
Oct 31 10:07:15 samsung2w.mdc.sapience.com kwin_x11[546]: Done.
Oct 31 10:07:17 samsung2w.mdc.sapience.com kwin_x11[546]: screens:  1 desktops:  2
Oct 31 10:07:17 samsung2w.mdc.sapience.com kwin_x11[546]: Done.
Oct 31 10:07:18 samsung2w.mdc.sapience.com kdeinit5[526]: KXMessages used on non-X11 platform! This is an application bug.
Oct 31 10:07:18 samsung2w.mdc.sapience.com kdeinit5[526]: KXMessages used on non-X11 platform! This is an application bug.
Oct 31 10:07:20 samsung2w.mdc.sapience.com kwin_x11[546]: check_startup
Oct 31 10:07:20 samsung2w.mdc.sapience.com baloo_file[547]: "/home/mike/.ssh-agent-info"
Oct 31 10:07:20 samsung2w.mdc.sapience.com baloo_file[547]: Created alarm 33554433
Oct 31 10:07:20 samsung2w.mdc.sapience.com baloo_file[547]: Normal
Oct 31 10:07:20 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, ASN: 4294967295
Oct 31 10:07:20 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, final: 'ID: 23068676 ;WMCLASS: "xfce4-terminal" : "xfce4-terminal" ;Caption: "Terminal" ' : 104085
Oct 31 10:07:20 samsung2w.mdc.sapience.com kwin_x11[546]: Activation: No client active, allowing
Oct 31 10:07:20 samsung2w.mdc.sapience.com kwin_x11[546]: screens:  1 desktops:  2
Oct 31 10:07:20 samsung2w.mdc.sapience.com kwin_x11[546]: Done.
Oct 31 10:07:20 samsung2w.mdc.sapience.com kwin_x11[546]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 4964, resource id: 37749190, major code: 18 (ChangeProperty), minor code: 0
Oct 31 10:07:20 samsung2w.mdc.sapience.com kwin_x11[546]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 5064, resource id: 37749201, major code: 18 (ChangeProperty), minor code: 0
Oct 31 10:07:23 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, ASN: 110201
Oct 31 10:07:23 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, final: 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' : 110201
Oct 31 10:07:23 samsung2w.mdc.sapience.com kwin_x11[546]: Activation, compared: 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' : 110201 : 104085 : true 
Oct 31 10:07:24 samsung2w.mdc.sapience.com kwin_x11[546]: screens:  1 desktops:  2
Oct 31 10:07:24 samsung2w.mdc.sapience.com kwin_x11[546]: Done.
Oct 31 10:07:24 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:24 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:24 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:24 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:24 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:24 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:24 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:24 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:24 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:24 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:24 samsung2w.mdc.sapience.com kwin_x11[546]: QXcbWindow: Unhandled client message: "_NET_CURRENT_DESKTOP"
Oct 31 10:07:24 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:24 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:24 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:24 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:24 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:24 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:25 samsung2w.mdc.sapience.com baloo_file[547]: "/home/mike/.gpg-agent-info"
Oct 31 10:07:25 samsung2w.mdc.sapience.com baloo_file[547]: "/home/mike/.ssh-agent-info"
Oct 31 10:07:25 samsung2w.mdc.sapience.com baloo_file[547]: Normal
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:25 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:26 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9b99838) true false false
Oct 31 10:07:26 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:07:26 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, ASN: 112425
Oct 31 10:07:26 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, final: 'ID: 39845947 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma <2>" ' : 112425
Oct 31 10:07:26 samsung2w.mdc.sapience.com kwin_x11[546]: Activation: Belongs to active application
Oct 31 10:07:26 samsung2w.mdc.sapience.com kwin_x11[546]: screens:  1 desktops:  2
Oct 31 10:07:26 samsung2w.mdc.sapience.com kwin_x11[546]: Done.
Oct 31 10:07:26 samsung2w.mdc.sapience.com kwin_x11[546]: screens:  1 desktops:  2
Oct 31 10:07:26 samsung2w.mdc.sapience.com kwin_x11[546]: Done.
Oct 31 10:07:28 samsung2w.mdc.sapience.com kwin_x11[546]: screens:  1 desktops:  2
Oct 31 10:07:28 samsung2w.mdc.sapience.com kwin_x11[546]: Done.
Oct 31 10:07:28 samsung2w.mdc.sapience.com kdeinit5[526]: KXMessages used on non-X11 platform! This is an application bug.
Oct 31 10:07:28 samsung2w.mdc.sapience.com kdeinit5[526]: KXMessages used on non-X11 platform! This is an application bug.
Oct 31 10:07:30 samsung2w.mdc.sapience.com kernel: nacl_helper_boo[663]: segfault at 4052 ip 000104a0 sp bfda1240 error 6 in nacl_helper_bootstrap[10000+2000]
Oct 31 10:07:30 samsung2w.mdc.sapience.com systemd-coredump[665]: Process 1 (systemd) of user 1000 dumped core.
Oct 31 10:07:38 samsung2w.mdc.sapience.com kwin_x11[546]: check_startup
Oct 31 10:07:38 samsung2w.mdc.sapience.com kwin_x11[546]: check_startup:cantdetect
Oct 31 10:07:38 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, ASN: 4294967295
Oct 31 10:07:38 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, final: 'ID: 44040193 ;WMCLASS: "google-chrome-stable" : "google-chrome-stable" ;Caption: "New Tab - Google Chrome" ' : 114541
Oct 31 10:07:38 samsung2w.mdc.sapience.com kwin_x11[546]: Activation: No client active, allowing
Oct 31 10:07:38 samsung2w.mdc.sapience.com kwin_x11[546]: screens:  1 desktops:  2
Oct 31 10:07:38 samsung2w.mdc.sapience.com kwin_x11[546]: Done.
Oct 31 10:07:38 samsung2w.mdc.sapience.com kwin_x11[546]: Using FBConfig 0x61 for visual 0x75
Oct 31 10:07:38 samsung2w.mdc.sapience.com kernel: perf interrupt took too long (2521 > 2495), lowering kernel.perf_event_max_sample_rate to 50100
Oct 31 10:07:40 samsung2w.mdc.sapience.com ktraderclient5[758]: Trying to open ksycoca from "/home/mike/.cache/ksycoca5"
Oct 31 10:07:40 samsung2w.mdc.sapience.com ktraderclient5[758]: Request for unknown property ' "UntranslatedGenericName" '
Oct 31 10:07:40 samsung2w.mdc.sapience.com ktraderclient5[758]: Request for unknown property ' "X-Ayatana-Desktop-Shortcuts" '
Oct 31 10:07:40 samsung2w.mdc.sapience.com ktraderclient5[758]: Request for unknown property ' "UntranslatedGenericName" '
Oct 31 10:07:40 samsung2w.mdc.sapience.com ktraderclient5[758]: Request for unknown property ' "Actions" '
Oct 31 10:07:40 samsung2w.mdc.sapience.com ktraderclient5[758]: Request for unknown property ' "UntranslatedGenericName" '
Oct 31 10:07:40 samsung2w.mdc.sapience.com ktraderclient5[758]: Request for unknown property ' "X-GIO-NoFuse" '
Oct 31 10:07:40 samsung2w.mdc.sapience.com ktraderclient5[758]: Request for unknown property ' "X-XClassHintResName" '
Oct 31 10:07:40 samsung2w.mdc.sapience.com kwin_x11[546]: QXcbConnection: XCB error: 3 (BadWindow), sequence: 11675, resource id: 52428805, major code: 18 (ChangeProperty), minor code: 0
Oct 31 10:07:48 samsung2w.mdc.sapience.com kwin_x11[546]: Raising: Belongs to active application
Oct 31 10:07:55 samsung2w.mdc.sapience.com kwin_x11[546]: Raising: Belongs to active application
Oct 31 10:08:00 samsung2w.mdc.sapience.com kwin_x11[546]: Raising: Belongs to active application
Oct 31 10:08:02 samsung2w.mdc.sapience.com kwin_x11[546]: Triple buffering detection: "NOT available"  - Mean block time: 1.14326 ms
Oct 31 10:08:07 samsung2w.mdc.sapience.com kdeinit5[529]: virtual void NetworkManager::Device::propertyChanged(const QString&, const QVariant&) Unhandled property "AccessPoints"
Oct 31 10:08:09 samsung2w.mdc.sapience.com chronyd[341]: Selected source 129.70.132.33
Oct 31 10:08:19 samsung2w.mdc.sapience.com kwin_x11[546]: Raising: Belongs to active application
Oct 31 10:09:13 samsung2w.mdc.sapience.com chronyd[341]: Selected source 212.159.13.49
Oct 31 10:09:59 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, ASN: 265618
Oct 31 10:09:59 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, final: 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' : 265618
Oct 31 10:09:59 samsung2w.mdc.sapience.com kwin_x11[546]: Activation, compared: 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' : 265811 : 263764 : true 
Oct 31 10:09:59 samsung2w.mdc.sapience.com kwin_x11[546]: screens:  1 desktops:  2
Oct 31 10:09:59 samsung2w.mdc.sapience.com kwin_x11[546]: Done.
Oct 31 10:10:00 samsung2w.mdc.sapience.com kwin_x11[546]: screens:  1 desktops:  2
Oct 31 10:10:00 samsung2w.mdc.sapience.com kwin_x11[546]: Done.
Oct 31 10:10:18 samsung2w.mdc.sapience.com chronyd[341]: Selected source 149.210.163.34
Oct 31 10:10:30 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, ASN: 296056
Oct 31 10:10:30 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, final: 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' : 296056
Oct 31 10:10:30 samsung2w.mdc.sapience.com kwin_x11[546]: Activation, compared: 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' : 296056 : 292931 : true 
Oct 31 10:10:30 samsung2w.mdc.sapience.com kwin_x11[546]: screens:  1 desktops:  2
Oct 31 10:10:30 samsung2w.mdc.sapience.com kwin_x11[546]: Done.
Oct 31 10:10:30 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9ba7d40) true false false
Oct 31 10:10:30 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:10:30 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9ba7d40) true false false
Oct 31 10:10:30 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:10:32 samsung2w.mdc.sapience.com kwin_x11[546]: screens:  1 desktops:  2
Oct 31 10:10:32 samsung2w.mdc.sapience.com kwin_x11[546]: Done.
Oct 31 10:10:34 samsung2w.mdc.sapience.com kwin_x11[546]: Raising: Belongs to active application
Oct 31 10:11:13 samsung2w.mdc.sapience.com kdeinit5[529]: virtual void NetworkManager::Device::propertyChanged(const QString&, const QVariant&) Unhandled property "AccessPoints"
Oct 31 10:11:25 samsung2w.mdc.sapience.com kernel: perf interrupt took too long (5028 > 4960), lowering kernel.perf_event_max_sample_rate to 25200
Oct 31 10:12:27 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, ASN: 413305
Oct 31 10:12:27 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, final: 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' : 413305
Oct 31 10:12:27 samsung2w.mdc.sapience.com kwin_x11[546]: Activation, compared: 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' : 413305 : 411521 : true 
Oct 31 10:12:27 samsung2w.mdc.sapience.com kwin_x11[546]: screens:  1 desktops:  2
Oct 31 10:12:27 samsung2w.mdc.sapience.com kwin_x11[546]: Done.
Oct 31 10:12:27 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9992f30) true false false
Oct 31 10:12:27 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:12:27 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9992f30) true false false
Oct 31 10:12:27 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:12:28 samsung2w.mdc.sapience.com kwin_x11[546]: screens:  1 desktops:  2
Oct 31 10:12:28 samsung2w.mdc.sapience.com kwin_x11[546]: Done.
Oct 31 10:13:12 samsung2w.mdc.sapience.com kdeinit5[529]: virtual void NetworkManager::Device::propertyChanged(const QString&, const QVariant&) Unhandled property "AccessPoints"
Oct 31 10:13:29 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, ASN: 476021
Oct 31 10:13:29 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, final: 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' : 476021
Oct 31 10:13:29 samsung2w.mdc.sapience.com kwin_x11[546]: Activation, compared: 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' : 476021 : 471802 : true 
Oct 31 10:13:29 samsung2w.mdc.sapience.com kwin_x11[546]: screens:  1 desktops:  2
Oct 31 10:13:29 samsung2w.mdc.sapience.com kwin_x11[546]: Done.
Oct 31 10:13:29 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9ba7d40) true false false
Oct 31 10:13:29 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:13:29 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x9ba7d40) true false false
Oct 31 10:13:29 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:13:31 samsung2w.mdc.sapience.com kwin_x11[546]: screens:  1 desktops:  2
Oct 31 10:13:31 samsung2w.mdc.sapience.com kwin_x11[546]: Done.
Oct 31 10:13:31 samsung2w.mdc.sapience.com kwin_x11[546]: Raising: Belongs to active application
Oct 31 10:13:33 samsung2w.mdc.sapience.com kwin_x11[546]: Raising: Belongs to active application
Oct 31 10:15:13 samsung2w.mdc.sapience.com kdeinit5[529]: virtual void NetworkManager::Device::propertyChanged(const QString&, const QVariant&) Unhandled property "AccessPoints"
Oct 31 10:16:31 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, ASN: 657465
Oct 31 10:16:31 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, final: 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' : 657465
Oct 31 10:16:31 samsung2w.mdc.sapience.com kwin_x11[546]: Activation, compared: 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' : 657465 : 655185 : true 
Oct 31 10:16:31 samsung2w.mdc.sapience.com kwin_x11[546]: screens:  1 desktops:  2
Oct 31 10:16:31 samsung2w.mdc.sapience.com kwin_x11[546]: Done.
Oct 31 10:16:31 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x998e790) true false false
Oct 31 10:16:31 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:16:31 samsung2w.mdc.sapience.com kwin_x11[546]: KWin::Client(0x998e790) true false false
Oct 31 10:16:31 samsung2w.mdc.sapience.com kwin_x11[546]: PERMITTED 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' true
Oct 31 10:16:34 samsung2w.mdc.sapience.com kwin_x11[546]: screens:  1 desktops:  2
Oct 31 10:16:34 samsung2w.mdc.sapience.com kwin_x11[546]: Done.
Oct 31 10:16:39 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, ASN: 665439
Oct 31 10:16:39 samsung2w.mdc.sapience.com kwin_x11[546]: User timestamp, final: 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' : 665439
Oct 31 10:16:39 samsung2w.mdc.sapience.com kwin_x11[546]: Activation, compared: 'ID: 39845954 ;WMCLASS: "plasmashell" : "plasmashell" ;Caption: "Plasma" ' : 665439 : 660080 : true 
Oct 31 10:16:39 samsung2w.mdc.sapience.com kwin_x11[546]: screens:  1 desktops:  2
Oct 31 10:16:39 samsung2w.mdc.sapience.com kwin_x11[546]: Done.
Oct 31 10:16:41 samsung2w.mdc.sapience.com kwin_x11[546]: screens:  1 desktops:  2
Oct 31 10:16:41 samsung2w.mdc.sapience.com kwin_x11[546]: Done.
Oct 31 10:16:59 samsung2w.mdc.sapience.com baloo_file[547]: "/home/mike/Documents/debugging"
Oct 31 10:16:59 samsung2w.mdc.sapience.com baloo_file[547]: Updating :  "/home/mike/Documents/debugging"
Oct 31 10:16:59 samsung2w.mdc.sapience.com baloo_file[547]: "/home/mike/Documents/debugging"
Oct 31 10:16:59 samsung2w.mdc.sapience.com baloo_file[547]: Normal
Oct 31 10:16:59 samsung2w.mdc.sapience.com baloo_file[547]: Basic queue not empty, so no file queue.
Oct 31 10:16:59 samsung2w.mdc.sapience.com baloo_file[547]: 0 "/home/mike/Documents/debugging"
Oct 31 10:16:59 samsung2w.mdc.sapience.com baloo_file[547]: Normal
Oct 31 10:17:00 samsung2w.mdc.sapience.com baloo_file[547]: SQL Committed
Oct 31 10:17:00 samsung2w.mdc.sapience.com baloo_file[547]: Adding: 1 docs
Oct 31 10:17:00 samsung2w.mdc.sapience.com baloo_file[547]: Removing: 0 docs
Oct 31 10:17:00 samsung2w.mdc.sapience.com baloo_file[547]: Xapian Committed
Oct 31 10:17:00 samsung2w.mdc.sapience.com baloo_file[547]: Normal
Oct 31 10:17:00 samsung2w.mdc.sapience.com kdeinit5[529]: ()
Oct 31 10:17:12 samsung2w.mdc.sapience.com kdeinit5[529]: virtual void NetworkManager::Device::propertyChanged(const QString&, const QVariant&) Unhandled property "AccessPoints"
Oct 31 10:17:14 samsung2w.mdc.sapience.com baloo_file[547]: "/home/mike/Documents/debugging/plasma-next"
Oct 31 10:17:14 samsung2w.mdc.sapience.com baloo_file[547]: Updating :  "/home/mike/Documents/debugging/plasma-next"
Oct 31 10:17:14 samsung2w.mdc.sapience.com baloo_file[547]: "/home/mike/Documents/debugging/plasma-next"
Oct 31 10:17:14 samsung2w.mdc.sapience.com baloo_file[547]: Normal
Oct 31 10:17:14 samsung2w.mdc.sapience.com baloo_file[547]: Basic queue not empty, so no file queue.
Oct 31 10:17:14 samsung2w.mdc.sapience.com baloo_file[547]: 0 "/home/mike/Documents/debugging/plasma-next"
Oct 31 10:17:14 samsung2w.mdc.sapience.com baloo_file[547]: Normal
Oct 31 10:17:15 samsung2w.mdc.sapience.com baloo_file[547]: SQL Committed
Oct 31 10:17:15 samsung2w.mdc.sapience.com baloo_file[547]: Adding: 1 docs
Oct 31 10:17:15 samsung2w.mdc.sapience.com baloo_file[547]: Removing: 0 docs
Oct 31 10:17:15 samsung2w.mdc.sapience.com baloo_file[547]: Xapian Committed
Oct 31 10:17:15 samsung2w.mdc.sapience.com baloo_file[547]: Normal
Oct 31 10:17:15 samsung2w.mdc.sapience.com kdeinit5[529]: ()
Oct 31 10:17:17 samsung2w.mdc.sapience.com kdeinit5[529]: virtual void NetworkManager::Device::propertyChanged(const QString&, const QVariant&) Unhandled property "AccessPoints"
Oct 31 10:17:44 samsung2w.mdc.sapience.com sudo[812]: mike : TTY=pts/1 ; PWD=/home/mike/Documents/debugging/plasma-next ; USER=root ; COMMAND=/usr/bin/journalctl -b
Oct 31 10:17:44 samsung2w.mdc.sapience.com sudo[812]: pam_unix(sudo:session): session opened for user root by mike(uid=0)

Anyway I don't know if this way of delaying sddm will also help others who have been unable to get the sddm greeter on the display at boot time.

Edit: On this little netbook I found the display is more stable if I switch off the main default desktop effects - as the graphics seems just not up to coping on this small machine. On bigger more capable machines I expect the display will be more stable with default settings.

Last edited by mcloaked (2014-10-31 10:54:20)


Mike C

Offline

#8 2014-11-14 11:07:20

levy_pl
Member
Registered: 2012-02-03
Posts: 32

Re: SDDM - Black screen

Hi!

I have similar problem but a little bit more complex - I have nvidia gtx860M and intel i7 HD graphics.

I have installed kde4 with kdm and it was working fine. I would like to try kf5 and plasma-next
so I did
pacman -Rsc kdebase-workspace
pacman -S plasma-next (all packages)
pacman -S kf5 (all)
pacman -S kf5-aids (all)
pacman -S sddm
I followed wiki for sddm, nvidia for sddm, nvidia for xorg but still I have only a "black" screen (I can see the last lines of check disk)

If I leave laptop on, after 10 or more minutes I can see a fully black screen on tty1 and X cursor (like the one form Xorg). I can move it around the screen but nothing more. No response to clicking or keyboard tapping.

I will appreciate any help. Thanks in advance!

Offline

#9 2014-11-16 02:26:45

root
Member
From: 127.0.0.1
Registered: 2012-04-13
Posts: 297

Re: SDDM - Black screen

@graysky

What makes the clean install different from the 'old' ones? Hardware maybe?

I checked out the 'Issues' over at SDDM's github and one of them referred to the DM showing a black screen.
One of the user stated that the greeter successfully loaded after running

sddm-greeter --test-mode --theme /usr/share/sddm/themes/breeze

You might want to try (even with different themes as there some to be some issues with some of them too apparently).
In my case I got the following result

LC_ALL=C sddm-greeter --test-mode --theme /usr/share/sddm/themes/maui/
WARNING: Application calling GLX 1.3 function "glXCreatePbuffer" when GLX 1.3 is not supported!  This is an application bug!
failed to create drawable

This leads me to believe that, in my case of 'black screen', I am limited by my old hardware.


\(o_X)/
                        'Cause I wanna be an Archy - An Archy in the UK // Sex Pistols

Offline

#10 2014-11-16 16:47:43

mcloaked
Member
From: Yorkshire, UK
Registered: 2012-02-02
Posts: 1,222

Re: SDDM - Black screen

root wrote:

@graysky

What makes the clean install different from the 'old' ones? Hardware maybe?

I checked out the 'Issues' over at SDDM's github and one of them referred to the DM showing a black screen.
One of the user stated that the greeter successfully loaded after running

sddm-greeter --test-mode --theme /usr/share/sddm/themes/breeze

You might want to try (even with different themes as there some to be some issues with some of them too apparently).
In my case I got the following result

LC_ALL=C sddm-greeter --test-mode --theme /usr/share/sddm/themes/maui/
WARNING: Application calling GLX 1.3 function "glXCreatePbuffer" when GLX 1.3 is not supported!  This is an application bug!
failed to create drawable

This leads me to believe that, in my case of 'black screen', I am limited by my old hardware.

I certainly had "a" problem with my old slow hardware!  If you have the black screen problem when trying to get sddm started from boot can you change to a different text console (eg VT2) at that point, and login as root and then do systemctl restart sddm and see if sddm starts up at that point?  In my case the graphics was not ready when sddm tried to start from boot - so getting it to start after the boot was all done did get sddm running with a graphics greeter. If that is the case then it might be possible that the systemd timer solution that I outlined earlier might work for you?

Last edited by mcloaked (2014-11-16 16:48:34)


Mike C

Offline

#11 2014-11-18 01:07:10

root
Member
From: 127.0.0.1
Registered: 2012-04-13
Posts: 297

Re: SDDM - Black screen

@mccloaked

I have had quite some struggles with other DMs in the time being but I am quite sure that I did try to restart the sddm service with no changes in the black screen.
In the same way I discard the graphic card problem as, aside of not receiving any error message as in your case as far as I can remember, the test-mode proofed to be unsuccessful too as stated in my previous reply. And in that case the graphic card couldn't be even more ready!

I nevertheless hope that if others do suffer that kind of problem they will be able to take advantage of your fix/investigations.


\(o_X)/
                        'Cause I wanna be an Archy - An Archy in the UK // Sex Pistols

Offline

#12 2014-12-03 06:41:29

levy_pl
Member
Registered: 2012-02-03
Posts: 32

Re: SDDM - Black screen

levy_pl wrote:

Hi!

I have similar problem but a little bit more complex - I have nvidia gtx860M and intel i7 HD graphics.

I have installed kde4 with kdm and it was working fine. I would like to try kf5 and plasma-next
so I did
pacman -Rsc kdebase-workspace
pacman -S plasma-next (all packages)
pacman -S kf5 (all)
pacman -S kf5-aids (all)
pacman -S sddm
I followed wiki for sddm, nvidia for sddm, nvidia for xorg but still I have only a "black" screen (I can see the last lines of check disk)

If I leave laptop on, after 10 or more minutes I can see a fully black screen on tty1 and X cursor (like the one form Xorg). I can move it around the screen but nothing more. No response to clicking or keyboard tapping.

I will appreciate any help. Thanks in advance!

I hope it is not a big offence against forum rules to quote myself.
As I am in comfortable situation and I have a fresh installation I did fully fresh installation of whole Arch system, step by step with Beginners guide (gummiboot, users, bumblebee, xorg, kde5, sddm) and everything works flawlessly.
I even added a configuration file for SDDM with different theme and it works.

Offline

#13 2015-05-25 22:41:26

cmagnuson
Member
Registered: 2015-02-13
Posts: 5

Re: SDDM - Black screen

I have just done a fresh install of arch using the beginners guide and installed SDDM, xorg server, and plasma and can confirm that if I do systemctl enable sddm I get a black screen on boot but after reading this thread if I disable sddm I am able to manually start the service after boot. I have an nvidia card using the Nouveau driver without any configuration beyond just installing it.

If anyone else finds this thread at least you will know that it is still an issue and has not yet been resolved, seems to be related to nvidia cards at this point, possibly specific to the Nouveau driver.

Offline

#14 2015-05-26 11:58:24

levy_pl
Member
Registered: 2012-02-03
Posts: 32

Re: SDDM - Black screen

I think the problem is chaotic guide. Another problem I had was Wi-Fi. I configured Wi-Fi during installation process by adding systemctl service. Until I disabled it, it was conflicting with KDE network manager and I couldn't connect to any Wi-Fi network. Problem with sddm and nvidia is the same. It is complex thing and any of those tutorials is not connected with other. I think the only way is doing steps slowly. System first. Than graphic drivers, reboot, KDE, sddm, bumblebee. Now I don't remember exact steps I took but it is general advice wink

I wish you luck!

Offline

#15 2015-05-31 13:34:47

travnick
Member
From: Poland
Registered: 2011-04-24
Posts: 75

Re: SDDM - Black screen

@cmagnuson
do you have mesa-libgl installed?
I faced similar issue described here: https://bbs.archlinux.org/viewtopic.php?id=197698 and after installing mesa-libgl instead nvidia's one it works!

(the gdm did not work for me either without mesa-libgl)

Offline

#16 2017-02-19 15:44:25

killer1804
Member
From: Russia, Zlatoust
Registered: 2010-07-26
Posts: 56

Re: SDDM - Black screen

hi all.  I have same problem - black screen at boot, when is sddm is enable as servise.
But i can start manualy (systemctl start sddm) - in this case sddm start correct.

Then i use nvidia driver without xorg.conf, after auto-start sddm - i have wrong resolution (1024x768), 1280x1024 - is native.
but if i start sddm by my hand from root's console - resolution and glx work fine.
Then i do "nvidia-xconfig", and make the xorg.conf - after auto-start sddm my screen resolution is correct, but glx dont work.
If i use the nouveau, after auto-start sddm i have the black screen (and i CANT switch to another console), but if i start sddm by my hand from root's console - sddm work and glx works fine.
"nomodeset" in kernel line - give normal start of sddm at boot, but resolution is wrong again (1024x768).
PS: this is happans not always, but random.
sometimes sddm starts without black screen, but rarely.

my hardware:

nvidia (MSI) 8600gt
MB: ga-m56s-s3
ssd hard drive.

my software.
[user0@newhome ~]$ pacman -Q sddm xf86-video-nouveau xorg-server mesa-libgl lib32-mesa-libgl linux systemd
sddm 0.14.0-2
xf86-video-nouveau 1.0.13-2
xorg-server 1.19.1-5
mesa-libgl 17.0.0-1
lib32-mesa-libgl 17.0.0-1
linux 4.9.8-1
systemd 232-8
[user0@newhome ~]$ 

I think it a systemd bug - sddm starts too early.
PS: im use a x86_64.

sorry for my bad english


PS: i add
User=root
in [Service] section
and boot whis enable sddm correct twice.
maybe it's just a coincidence

Last edited by killer1804 (2017-02-19 16:06:10)

Offline

#17 2017-02-19 16:21:40

ewaller
Administrator
From: Pasadena, CA
Registered: 2009-07-13
Posts: 19,740

Re: SDDM - Black screen

killer1804,  As this is an old thread and the OP has not been around for at least half a year, I am going to close this thread and invite you to start a new one which you will own.  If you think this thread is relevant, go ahead and link back to this one from your new thread.

Thanks
https://wiki.archlinux.org/index.php/Co … bumping.22

Last edited by ewaller (2017-02-19 16:22:11)


Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
Sometimes it is the people no one can imagine anything of who do the things no one can imagine. -- Alan Turing
---
How to Ask Questions the Smart Way

Offline

Board footer

Powered by FluxBB