Running X as root didn't change anything.
pacman is syncing the filesystem after an upgrade, right? I usually did not sync before a reboot.
(sync meaning to enter sync in a terminal, right?)
I did not fiddle with the x server configuration. /etc/X11/xorg.conf.d/00-keyboard.conf looks like this:
$this->bbcode_second_pass_code('', '# Read and parsed by systemd-localed. It's probably wise not to edit this file
# manually too freely.
Section "InputClass"
Identifier "system-keyboard"
MatchIsKeyboard "on"
Option "XkbLayout" "de"
Option "XkbModel" "pc105"
Option "XkbOptions" "terminate:ctrl_alt_bksp"
EndSection')
X starts fine though, apart from not receiving any input. The only thing i can do is to enter 'pkill X' in an ssh shell.
I couldn't make much sense of it, here comes my /var/log/Xorg.0.log:
http://pastebin.com/12DrXdCJand my dmesg output:
http://pastebin.com/aVEMqp7z