I have a similar problem with an HP Mini 110. the touchpad does not work. A USB mouse does work. I am on the latest Chromium Vanilla from hexxeh.net. Anyone know how to activate the touchpad?
--
Chromium OS discuss mailing list: chromium-...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-os-discuss?hl=en
Try http://arnoldthebat.co.uk/wordpress/2013/01/08/how-to-get-the-touch-pad-working-in-chromium-os/
It may not work, but it fixed my Dell mini and a few others...
--
Option "UpDownScrolling" "1"
Option "CircularScrolling" "1"
Option "CircScrollDelta" "0.1"
Option "CircScrollTrigger" "3"
Option "VertEdgeScroll" "on"You have to be a root user.before the grep command, execute "sudo su" and enter password for login.Then grep -i elantech /proc/bus/input/devices ### if you have a Elantech touchpad.On Wed, Jan 30, 2013 at 5:14 AM, Davi Pires Santos <santo...@gmail.com> wrote:
grep not found...
Option "TapButton1" "1"This should enable tap-to-click. I think the mouse disappear after type is a feature, you might be able to configure it.
synclient MinSpeed=??? # Default is 0.40synclient MaxSpeed=??? # Default is 0.65synclient AccelFactor=??? # Default is 0.030
--
Yanglei,Thanks for your patience, first of all. I've re-run the script and attempted the commands that you listed to no avail. Can you break down the steps (in order) that I should attempt? I'm not sure how to edit a file in the console.
--
--
Hi all,This thread got snowed under a bit, so I thought it was time for a bump. I am still using Zhao's script with some success: I can move the mouse with my touchpad, but the buttons don't work at all with recent builds.
--
--
Chromium OS discuss mailing list: chromium-...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-os-discuss?hl=en
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-os-dis...@chromium.org.
You can edit the boot parameter by modifying the boot files. The files can be modified by mounting partition 12 on your disk (sudo mount /dev/sda12 /mnt/whatever). Then go into the syslinux folder, and edit the root.A.cfg, root.B.cfg, and if you're on usb the usb.A.cfg (sudo vi root.A.cfg). Each config file has two entries, I add the psmouse.proto=imps in each.
Note that if you're building your own image you can just pass --boot_args=psmouse.proto=imps when doing a ./build_image. If this doesn't work for you, consider trying other psmouse arguments. Your problem may not be xorg based...
...
That will remount your root filesystem for updates. Just make sure the image doesn't have rootfs verification enabled.
Hi everyone,I have the same problem using the latest daily build by ArnoldTheBat/Hexxeh. My laptop is Toshiba mini NB205, which the chromium developer hardware list says it should work. My guess is this could be a recent issue.Does anyone know if this can be fixed?
On Friday, December 28, 2012 5:42:23 PM UTC-5, Will Braat wrote:I have a similar problem with an HP Mini 110. the touchpad does not work. A USB mouse does work. I am on the latest Chromium Vanilla from hexxeh.net. Anyone know how to activate the touchpad?