0

Solve the Lenovo hibernate issue under Windows 7

Posted by Derek Jing on 10:35 AM in
The problem is caused by your Intel Turbo Memory driver.. this is quite a common problem.

try updating this driver from the Lenovo website.

0

Touchscreen issues ubuntu 9.10 UNR

Posted by Derek Jing on 8:44 PM in
1.) Create Xorg.conf in Ubuntu 9.10


1.) download this driver
http://home.eeti.com.tw/web20/drivers/t … k26.tar.gz
its in beta but it works, didnt try the other one

2.)once its done downloading open up the tar, and copy the whole folder to /home/your-username-here/

3.) once that is done, open up terminal, and type this:

cd /home/your-username-here/eGalaxTouch32

after that type :

sudo sh setup.sh

enter your password, then select 3. USB

4.) once thats all done, restart your eee, then open terminal up again and type:

eGalaxTouch

and then configure it to how you want. for some reasong trying to touch the buttons in eGalaxTouch didnt work, but everywhere else they do. oddly terminal kept saying aborted every few minutes with eGalaxTouch opened. i just kept opening it and finished up.

any questions post them here.

0

How to create xorg.conf in Ubuntu 9.10

Posted by Derek Jing on 8:43 PM in

One of the changes on the new Ubuntu 9.10 is that xorg.conf is missing. The reason for this is that the configuration to be done on user level. The file xorg.conf will be in use only if it exists. Only the time will show if this new concept is good but I personally thing it is.

Sometimes you do need to have the xorg.conf though. Mainly when you need to use some hidden options of your graphic device or touchpad for example.

Firstly we need to create the file xorg.conf. Fortunately there is automatic way of doing this with generating xorg.conf with the detected devices from the X.

In order to generate xorg.conf you need to switch to one virtual console using the key combination CTRL + ALT + F1.

Now execute the following commands:

user@ubuntu ~# sudo service gdm stop

This command will stop the X.

Now we need to generate the xorg.conf file:

user@ubuntu ~# sudo Xorg -configure

This has generated the file in ~/xorg.conf.new.

We need to make the X using it so we have to put this file inside /etc/X11/

user@ubuntu ~# sudo mv ~/xorg.conf.new /etc/X11/xorg.conf

After moving this file to the proper location you can start the X again and see what happens:

user@ubuntu ~# sudo service gdm start


Copyright © 2009 Derek's Technical Notes All rights reserved.