Showing posts with label screen. Show all posts
Showing posts with label screen. Show all posts

Friday, January 1, 2010

Enabling Screen Rotate Button for Asus t91 in Ubuntu 9.10 Karmic Koala

After a fresh install of Ubuntu 9.10 Karmic Koala on my Asus T91 the screen rotation button was not functioning. After a bit of googling I found this post:


The instructions on the are for Ubuntu 9.04 so i have tested them in 9.10. To enable the screen resolution button open a terminal and type the following:

sudo gedit /etc/acpi/events/asus-rotate-t91

then place these two lines in the file and save:

event=hotkey (ATKD|HOTK) 0000007b
action=/etc/acpi/rotatescreen.sh

Now reboot and your screen rotate button should work.




Saturday, November 28, 2009

Touch Screen for Asus eee T91 on Ubuntu 9.10 Karmic Koala

Getting your T91 touchscreen in Ubuntu 9.10 Karmic Koala requires the following steps.

When i did this i configured the graphics card first and the the resolution to 1024x600. I'm not sure if this is a required step but i'd recommend doing it. To find out how you can see my blog post here.

First you need to install the evtouch drivers, open a terminal and type the following

sudo apt-get install xserver-xorg-input-evtouch

then reboot, after that the touchscreen will be working but most likely not correctly calibrated. There is an issue with the evtouch screen calibration in 9.10 so you need to run the calibration with no X server running.

The first command will stop X and take you to a terminal so either remember the steps after it or have another computer handy. Open a terminal and type:

sudo /etc/init.d/gdm stop
after this you will be asked to log in.
then :

cd /usr/bin

now run the calibration utility.

sudo calibrate_touchscreen

There were no instructions when i ran the calibration tool so here is what you need to do.
once it opens run your stylus around the edge of the screen then hit enter.
The top left cross will then go red, press the center of it and then release, the next cross should then go red. Do this for all 9 crosses and the configuration utility will exit when you click the last one.

next restart X by running

startx

Note, if i didn't restart X and just rebooted from the command line the new configuration was not saved, not sure why.

hope this helps, good luck!

Fixing screen resolution for Asus T91 on Ubuntu 9.10 Karmic Koala

After a fresh install of Ubuntu 9.10 on my new Asus T91 the screen resolution is set to 800x600 and can't be changed. To fix this problem you need to install Poulsbo(psb) drivers.


NOTE: while the following instructions will still work there is a newer method available which is recommended please see:


I followed the steps over at this page http://poulsbo-karmic.angelfire.com/
for convenience i'll repost them up here in english but all credit for the fix goes to the original author.

Open a terminal and type:

wget http://poulsbo-karmic.angelfire.com/files/poulsbo1.tar.gz

tar -zxvf poulsbo1.tar.gz

cd poulsbo1

sudo ./install.pl
Then reboot, you should now be able to set the screen resolution to 1024x600.