lexflex,
Your kernel dmesg ring buffer is too small. No matter, I don't need the missing lines.
Its a kernel rebuild to fix, so next time you build a kernel ...
I don't see a touch pad being detected there though.
Xorg.0.log is interesting for lots of reasons ...
Code: Select all
[ 21.716] (--) PCI:*(0:0:2:0) 8086:2a42:
so you have an Intel chipset.
The Intel driver starts to load,
Code: Select all
[ 22.250] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
but gives up as
Code: Select all
[ 22.360] (EE) open /dev/fb0: No such file or directory
and dmesg confirms that there is no framebuffer present.
That will be a kernel issue.
So Xorg falls back to vesa
Code: Select all
[ 22.379] (II) VESA(0): initializing int10
vesa is slow and simple. You should get the Intel driver working to get the best out of your hardware.
All that is bye the bye. Its not what you asked about :)
The interesting bit in the Xorg log starts at
Code: Select all
[ 23.609] (II) LoadModule: "evdev"
and there is no sign of a touchpad.
That probably means you have a kernel driver missing.
Please post the output of lspci and lsusb - one of those should show your touchpad.
Also put your kernel .config onto a pastebin site.