Android Froyo on Acer 1825 and maybe 1425

February 5, 2011

Arobase40, the guy who to much of the Ubuntu customisation for the Acer 1825, write a interesting comment on one of my acer 1825 post and I decided, that this information is too important to let it stay as one of n comments.

He wrote:

“If anyone interested for an Android Froyo alpha test file for the 1825PT(Z), and probably for the 1425P : read more

Switch active window via shortcut between two monitors on linux

January 25, 2011

SCRIPT UPDATED: ERROR CORRECTION AND IMPROVEMENTS DEPENDING SOME SPECIAL CONDITIONS 30.1.2011

If I use two monitors in windows environment I use some scrips of the tool active aid http://activaid.telgkamp.de/ to have the ability to switch the active window between both monitors with a shortcut. Since I meanly use Linux on my private pc and laptop I missed this feature badly and I did not find some tool or script which fills this gap. But like the world works as Linux user, if something does not exist, make it on your own: My result is a bash-script which switches the active window between both monitors. This script based on wmiface, a tool which gives you the ability to control windows from a NetWm compatible Window-Manager, so at least KDE and GNOME (I tested it on GNOME). A special requirement for my environment is the ability to switch between to monitors with different resolutions. To use my script you need to install wmiface on your distribution, I think you will not find it in your package manager, but you could download install packages for nearly all huge distributions (or the source) from this site: http://kde-apps.org/content/show.php/WMIface?content=40425 If you use debian (like my on my workstation) choose the ubuntu packages. On my test-system(debian 64 testing) the ubuntu 64 packages works fine. Here is the script, download it or copy it and save it to a file. Give execution rights wiht chmod +x. (I copied it to /usr/bin but this it not necessary. You could run it from every directory.) You should test the script in terminal and if everything works fine you could assign this script to a shortcut with gnome-keybinding-properties. Do not forget to edit the resolution for the left and right monitor in line 10 and 11. If you have more than two monitors you should be able to write your own script based on my work.

SCRIPT UPDATED: ERROR CORRECTION AND IMPROVEMENTS DEPENDING SOME SPECIAL CONDITIONS 30.1.2011

::CODECOLORER_BLOCK_2::

Some hint for google chrome/chromium users, the script does only work if you set the setting in chrome for using the system frame and not the special one from chrome. read more

My first kernel module:Acer 1825 gyro sensor joystick

December 20, 2010

From this thread on ubuntuforums.org I got a link http://pof.eslack.org/blog/2008/06/05/gsensor-joy-htc-shift-g-sensor-joystick-linux-kernel-module/ of a blog where the author presents his kernel module for using the gyro sensor from the HTC Shift (which is similar to the gyro sensor from the Acer 1825) as a joystick. This site is although the base for my presented scripts and applications for auto rotating the display of the Acer 1825. The problem is, that the presented module does not work on a current kernel, because the architecture of the i2c-bus driver changed in linux kernel  2.6. read more

Acer 1825 use special button above ESC in GNOME for activating/deactivating gyro auto rotation

December 13, 2010

The Acer 1825 has a special Button for recovery purpose (in windows) above the ESC Key to use this button for a arbitrary script following steps are necessary (in general it is the same procedure like shown in this post http://www.ceh-photo.de/blog/?p=200): read more

Enable the gyro-sensor for auto display rotation on Acer 1825

October 30, 2010

In this post I will describe how you could enable the gyro-sensor for automatic display rotation under Ubuntu 10.10 (Should also work under all debian based os)

This post and delivered scripts are based on the work of arobase40 from http://ubuntuforums.org/ read more

Acer 1825 add a script to the P-Button (example onscreen keyboard) in GNOME

October 19, 2010

Today I will show, how you could add an arbitrary script or application to the P-Button of your Acer 1825.

A little script, which checks if the onscreen keyboard onboard is running.

If onboard is running it will be closed if not it will be started.

[you need to install onboard: sudo apt-get install onboard] read more

Acer 1825 enable multitouch features for touchpad

October 16, 2010

This is a short instruction to enable 2 finger scrolling on the touchpad of the Acer 1825:

create a script and open it with an editor

::CODECOLORER_BLOCK_28::

copy  and paste the following lines into the script

::CODECOLORER_BLOCK_29::

save the script and enable following permissons:

::CODECOLORER_BLOCK_30::

Last step you need to add the script to the autostart programs: read more

My way from Debian Squeeze to Ubuntu 10.10 on my new Acer Aspire 1825PT

October 10, 2010

Last week I got my new notebook a subnotebook from Acer 1825PT. A cute tool with fancy features like a touchscreen and touchpad with multitouch.  My first plan was putting debian squeeze on it (like I have on my desktop machine). Then I struggled with installing debian. First I wanted amd64 from squeeze. The available installer doesn’t work on my notebook. I used the usb version, because my notebook has no cd drive. The old lenny installer does work, but has problems with my hardware (ethernet,wifi –> old kernel). Next I used the lenny installer with updated kernel from http://kmuto.jp/debian/d-i/ . It worked, but in the available version the lvm support seemed to be broken and I wanted lvm. Ok next try, I read about unetbootin and checked it out. With unetbootin I was able to boot the newest debian squeeze installer from usb. I installed debian and had big problems with grub. The installer was not able to put grub into the mbs. Ok no problem I started a ubuntu 10.04 live usb version and used chroot (like in this description http://wiki.ubuntuusers.de/GRUB) to install grub2. I got it working. Finally debian squeeze does its job on my new notebook. All basic features run fine: ethernet,wifi,sound,touchpad,suspend. But next problem the fancy stuff. Current kernel in debian squeeze 2.6.32 does not support my touchscreen –> I need 2.6.36. But this version is at the moment in debian experimental. I checked out the dependencies of the new experimental kernel and decided that are too many (only if you want kernel-headers too, which I wanted). After that I heard about the new ubuntu 10.10 which was published today which includes the kernel I need and so I give it a try! At the moment ubuntu 10.04 which I installed yesterday is updating to 10.10. I am anxious to see the touchscreen support. 45min left :D. read more