Activity log for bug #350001

Date Who What changed Old value New value Message
2009-03-28 00:25:34 Jeppester bug added bug
2009-03-28 00:26:37 Jeppester description Binary package hint: xserver-xorg-input-evtouch This bug occurs in the jaunty jackalope beta (9.05). In Ubuntu 8.10, it's possible to make the touch screen on an "eee top 1602" working reasonable using the xserver-xorg-input-evtouch module using the following configuration: The touchscreen-related-parts of "/etc/X11/xorg.conf": Section "ServerLayout" InputDevice "Touch0" EndSection Section "InputDevice" Identifier "Touch0" Driver "evtouch" Option "device" "/dev/input/evtouch" Option "MinX" "1" Option "MinY" "1" Option "MaxX" "4096" Option "MaxY" "4096" Option "ReportingMode" "Raw" Option "Emulate3Buttons" "false" Option "Emulate3Timeout" "50" Option "SendCoreEvents" "on" Option "MoveLimit" "0" EndSection And the following "/etc/udev/rules.d/69-touchscreen.rules" (which eases pointing out the right device in the xorg-configuration): KERNEL=="event*", SUBSYSTEM=="input", ATTRS{idVendor}=="1bfd", ATTRS{idProduct}=="1688", SYMLINK+="input/evtouch" However, in 9.04 beta, when using the exact same settings, the screen only detects a touch at the "MaxX" and "MaxY"-values (I've experimented with different values), no matter where it is touched, making the touch screen completely useless. The xserver-xorg-input-evtouch package versions used: In 8.10: "0.8.7-4build1" In 9.04 Beta: "0.8.8-0ubuntu2" Binary package hint: xserver-xorg-input-evtouch This bug occurs in the jaunty jackalope beta (9.04). In Ubuntu 8.10, it's possible to make the touch screen on an "eee top 1602" working reasonable using the xserver-xorg-input-evtouch module using the following configuration: The touchscreen-related-parts of "/etc/X11/xorg.conf": Section "ServerLayout" InputDevice "Touch0" EndSection Section "InputDevice" Identifier "Touch0" Driver "evtouch" Option "device" "/dev/input/evtouch" Option "MinX" "1" Option "MinY" "1" Option "MaxX" "4096" Option "MaxY" "4096" Option "ReportingMode" "Raw" Option "Emulate3Buttons" "false" Option "Emulate3Timeout" "50" Option "SendCoreEvents" "on" Option "MoveLimit" "0" EndSection And the following "/etc/udev/rules.d/69-touchscreen.rules" (which eases pointing out the right device in the xorg-configuration): KERNEL=="event*", SUBSYSTEM=="input", ATTRS{idVendor}=="1bfd", ATTRS{idProduct}=="1688", SYMLINK+="input/evtouch" However, in 9.04 beta, when using the exact same settings, the screen only detects a touch at the "MaxX" and "MaxY"-values (I've experimented with different values), no matter where it is touched, making the touch screen completely useless. The xserver-xorg-input-evtouch package versions used: In 8.10: "0.8.7-4build1" In 9.04 Beta: "0.8.8-0ubuntu2"
2009-03-30 23:07:59 Bryce Harrington tags eee evtouch jaunty top eee evtouch jaunty needs-xorglog top
2009-03-30 23:08:01 Bryce Harrington tags eee evtouch jaunty needs-xorglog top eee evtouch jaunty needs-lspci-vvnn needs-xorglog top
2009-03-30 23:08:03 Bryce Harrington xf86-input-evtouch (Ubuntu): status New Incomplete
2009-04-11 01:49:34 Jeppester xf86-input-evtouch (Ubuntu): status Incomplete Fix Released