You are not logged in.

#1 2011-08-21 20:07:52

roygbiv
Member
Registered: 2011-05-18
Posts: 204

Randomly logged out

Lately I have experienced being logged out at random intervals on my laptop. That is, after some time (of activity or inactivity) I get logged out and Slim is executed. This is the normal behaviour when killing X manually with ctrl-alt-backspace, so I believe that this is a result of X crashing. I don't know where to start troubleshooting, so I will provide the most relevant info.

I'm running xmonad + xmobar, slim as display manager on 3.0-ARCH kernel. I'm using the intel-dri driver.
~/.xinitrc

#!/bin/bash

xrdb -merge ~/.Xresources         # update x resources db
xmodmap ~/.Xmodmap                  # replace caps with esc
xscreensaver -no-splash &           # start screensaver daemon
xsetroot -cursor_name left_ptr &    # set cursor for xmonad
. ~/.fehbg &                                 # set background image

DEFAULT_SESSION='xmonad'

case $1 in
xmonad|openbox-session|twm) exec ck-launch-session $1 ;;
*) exec ck-launch-session $DEFAULT_SESSION ;;
esac

It seems that Xorg.0.log is being filled with the following every second or so - there are no other errors:

> tail Xorg.0.log
[ 22583.644] (II) intel(0): Modeline "1280x800"x0.0   69.32  1280 1292 1356 1416  800 803 806 816 -hsync -vsync (49.0 kHz)
[ 22583.975] (II) intel(0): EDID vendor "SEC", prod id 19522
[ 22583.975] (II) intel(0): Printing DDC gathered Modelines:
[ 22583.975] (II) intel(0): Modeline "1280x800"x0.0   69.32  1280 1292 1356 1416  800 803 806 816 -hsync -vsync (49.0 kHz)
[ 22584.716] (II) intel(0): EDID vendor "SEC", prod id 19522
[ 22584.716] (II) intel(0): Printing DDC gathered Modelines:
[ 22584.716] (II) intel(0): Modeline "1280x800"x0.0   69.32  1280 1292 1356 1416  800 803 806 816 -hsync -vsync (49.0 kHz)
[ 22585.046] (II) intel(0): EDID vendor "SEC", prod id 19522
[ 22585.046] (II) intel(0): Printing DDC gathered Modelines:
[ 22585.046] (II) intel(0): Modeline "1280x800"x0.0   69.32  1280 1292 1356 1416  800 803 806 816 -hsync -vsync (49.0 kHz
DAEMONS=(syslog-ng dbus netfs ntpd crond acpid wicd alsa laptop-mode slim)

This really keeping me awake at night so any help would be nice. Don't hesitate to ask for more info.

Last edited by roygbiv (2011-08-21 20:31:06)

Offline

Board footer

Powered by FluxBB