Has anybody else had a problem like this with a Synaptics touchpad?
I stumbled upon this problem after compiling and installing X.org from ports.
When you switch from text mode console to graphics mode X.org screen, there is a delay before the graphics context is restored (the screen is mostly blank or partially drawn). During this delay X freezes when I swipe my finger over the touchpad.
While X is frozen I was able to
I thought about submitting this as a Port PR, but I am hesitant to bother port-maintainers if this problem persists only with EEE PC 1000H laptop and/or X.org compiled with Clang. First would like more info from other people who might have had problems like this.
Below are more details, including the actual X.org logs.
Hardware:
Asus EEE PC 1000H
http://www.asus.com/Notebooks_Ultrabooks/Eee_PC_1000H/
make.conf:
The Xorg.0.log, with the weird messages, can be found here:
http://koti.kapsi.fi/~isoa/files/weird-X-problem/Xorg.0.log.txt
I stumbled upon this problem after compiling and installing X.org from ports.
When you switch from text mode console to graphics mode X.org screen, there is a delay before the graphics context is restored (the screen is mostly blank or partially drawn). During this delay X freezes when I swipe my finger over the touchpad.
While X is frozen I was able to
ssh into my box. X was furiously writing into Xorg.0.log two alternating messages which make it look like X was trying to change the input protocol on the touchpad. Within few minutes X spammed the log size > 5M!I thought about submitting this as a Port PR, but I am hesitant to bother port-maintainers if this problem persists only with EEE PC 1000H laptop and/or X.org compiled with Clang. First would like more info from other people who might have had problems like this.
Below are more details, including the actual X.org logs.
Hardware:
Asus EEE PC 1000H
http://www.asus.com/Notebooks_Ultrabooks/Eee_PC_1000H/
make.conf:
Code:
WITH_PKGNG=yes
CC=clang
CXX=clang++
CPP=clang-cpp
CFLAGS= -O3 -pipe
The Xorg.0.log, with the weird messages, can be found here:
http://koti.kapsi.fi/~isoa/files/weird-X-problem/Xorg.0.log.txt