Xsession: X session started for USER at Day Mon DD HH:MM:SS Zone YYYY
open: Permission denied
try:
chmod 1777 /tmp
A place for John to record his techy notes, both to refer back to when needed, and as a help for others...
Xsession: X session started for USER at Day Mon DD HH:MM:SS Zone YYYY
open: Permission denied
chmod 1777 /tmp
XFree86 Version 4.3.0.1 (Debian 4.3.0.dfsg.1-4 20040529113443 root@cyberhq.internal.cyberhqz.com)
Release Date: 15 August 2003
X Protocol Version 11, Revision 0, Release 6.6
Build Operating System: Linux 2.6.6-rc3-bk9 i686 [ELF]
Build Date: 29 May 2004
Before reporting problems, check http://www.XFree86.Org/
to make sure that you have the latest version.
Module Loader present
OS Kernel: Linux version 2.6.7-1-386 (dilinger@toaster.hq.voxel.net) (gcc version 3.3.4 (Debian 1:3.3.4-2)) #1 Thu Jul 8 05:08:04 EDT 2004
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file: "/var/log/XFree86.0.log", Time: Sat Aug 28 14:10:06 2004
(==) Using config file: "/etc/X11/XF86Config-4"
(EE) xf86OpenSerial: Cannot open device /dev/psaux
No such device.
(EE) Implicit Core Pointer: cannot open input device
(EE) PreInit failed for input device "Implicit Core Pointer"
No core pointer
Fatal server error:
failed to initialize core devices
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to submit@bugs.debian.org.
XIO: fatal IO error 104 (Connection reset by peer) on X server ":0.0"
after 0 requests (0 known processed) with 0 events remaining.
(**) Option "Protocol" "PS/2"
(**) Implicit Core Pointer: Protocol: "PS/2"
(**) Option "CorePointer"
(**) Implicit Core Pointer: Core Pointer
(**) Option "Device" "/dev/psaux"
(EE) xf86OpenSerial: Cannot open device /dev/psaux
No such device.
(EE) Implicit Core Pointer: cannot open input device
(EE) PreInit failed for input device "Implicit Core Pointer"
(II) UnloadModule: "mouse"
(II) Keyboard "Implicit Core Keyboard" handled by legacy driver
(WW) No core pointer registered
No core pointer
Fatal server error:
failed to initialize core devices
When reporting a problem related to a server crash, please send
the full server output, not just the last messages.
This can be found in the log file "/var/log/XFree86.0.log".
Please report problems to submit@bugs.debian.org.
cat /dev/psaux
cat: /dev/psaux: No such device
cat /dev/input/mouse0
cat: /dev/input/mouse0: No such device
modprobe mousedev
modprobe psmouse
mousedev
psmouse
Section "Pointer"
Protocol "PS/2"
Device "/dev/psaux"
BaudRate 1200
Emulate3Timeout 50
Emulate3Buttons
EndSection
# diff /etc/X11/XF86Config-4.old /etc/X11/XF86Config-4
57c57
< Device "/dev/psaux"
---
> Device "/dev/input/mouse0"