I have a cordless USB mouse Lenovo N50 connected to a MSI X340 laptop with Chromium OS installed on it. The same mouse works flawlessly on a Chromebook Acer C720 but it gets very slow response on the X340 with Chromium OS ArnoldTheBats build. The mouse cursor's movement on the screen always lags that of the actual mouse by noticeable amount of time. I've tried changing the mousing setting in Chromium browser or xset in console but neither worked. However, today I was able to fix it after updating the Chromium OS to the latest build by following the steps below:
- Set my own password for root user: Go to Developer Console in Chromium (push keys Ctrl- Alt-F2) and log in as user "chronos" with initial password "password". Then type the following command:
sudo chromeos-setdevpasswd
and enter the new password - Become root user by typing the following command:
sudo su
and enter the password set in the previous step - Check network status with the following command:
In my case, the wireless interface wlan0 is not connected under developer console as no IP address is shown under wlan0. I had to connect an ethernet cable to the laptop to get interface eth0 up.
ifconfig - Update Chromium OS to the latest build with the following command:
update_engine_client --update --omaha_url=http://chromebld.arnoldthebat.co.uk:8080/update
- (May not be necessary) After the above update is successful, type the following command:
In my case, this command actually failed.
sudo stateful_update - Try updating the system again as the previous command failed:
No need to supply the –omaha-url any more in future updates. It showed that the update succeeded and system needs reboot.
update_engine_client --update
sudo stateful_update - Reboot the system and now the mouse is as responsive as on the other Chromebook
- Reinstall the Flash plugin: the update was 32-bit, so I used the first instruction below with the link http://goo.gl/FrT7Q6
- 32-bit Chromium OS: uname output i686
- 64-bit Chromium OS: uname output x86_64