I have a huge problem here.
As I turn on my laptop, I reach the session login splash screen. I select my user name, but straight after my desktop is loaded, a really quick message appears (too quick to read it) and I'm logged out...
I guess something is wrong in a script that should be loaded on startup, but I don't know how to debug that...
Where can I find the logs of session opening?
I tried script filename
to register in another console, but that did not work, I tried to edit ~/.config/lxsession/Lubuntu/desktop.conf but without success either.
Any advice will be appreciated! Thanks
I'm using Lubuntu 13.10
EDIT
Thanks @Ash for reply. Here my /var/logs/Xorg.0.log
file extract, looks like an error there:
(EE) BUG: triggered 'if (priv->num_active_touches == 0)'
(EE) BUG: ../../src/synaptics.c:2658 in UpdateTouchState()
(EE)
(EE) Backtrace:
(EE) 0: /usr/bin/X (xorg_backtrace+0x3d) [0x7f5ced093fdd]
(EE) 1: /usr/lib/xorg/modules/input/synaptics_drv.so (0x7f5ce4524000+0x2c74) [0x7f5ce4526c74]
(EE) 2: /usr/lib/xorg/modules/input/synaptics_drv.so (0x7f5ce4524000+0x4b40) [0x7f5ce4528b40]
(EE) 3: /usr/lib/xorg/modules/input/synaptics_drv.so (0x7f5ce4524000+0x6752) [0x7f5ce452a752]
(EE) 4: /usr/bin/X (0x7f5cecef1000+0x91ee8) [0x7f5cecf82ee8]
(EE) 5: /usr/bin/X (0x7f5cecef1000+0xba930) [0x7f5cecfab930]
(EE) 6: /lib/x86_64-linux-gnu/libpthread.so.0 (0x7f5cebff1000+0xfbb0) [0x7f5cec000bb0]
(EE) 7: /lib/x86_64-linux-gnu/libc.so.6 (__select+0x33) [0x7f5ceacfdde3]
(EE) 8: /usr/bin/X (WaitForSomething+0x19c) [0x7f5ced09159c]
(EE) 9: /usr/bin/X (0x7f5cecef1000+0x54fb1) [0x7f5cecf45fb1]
(EE) 10: /usr/bin/X (0x7f5cecef1000+0x447ba) [0x7f5cecf357ba]
(EE) 11: /lib/x86_64-linux-gnu/libc.so.6 (__libc_start_main+0xf5) [0x7f5ceac2cde5]
(EE) 12: /usr/bin/X (0x7f5cecef1000+0x44aff) [0x7f5cecf35aff]
(EE)
I googled this error, and I don't have the feeling it's related to the problem I have though...
/var/log/Xorg.0.log
and see if there is anything that looks like an error? – Ash Mar 28 '14 at 10:49