HowTo

Differences between revisions 14 and 15
Revision 14 as of 2006-10-28 06:55:44
Size: 1386
Editor: ppp234-49
Comment:
Revision 15 as of 2006-10-28 07:04:07
Size: 1541
Editor: ppp234-49
Comment:
Deletions are marked like this. Additions are marked like this.
Line 34: Line 34:
refer to this page [https://help.ubuntu.com/community/i915Driver i915Driver] Dapper Drake(6.01-1) refer to this page [https://help.ubuntu.com/community/i915Driver i915Driver]

Edgy Eft(6.10)
from terminal run:
{{{
sudo apt-get install 915resolution
}}}
Then restart X
{{{
Ctrl + Alt + Backspace
}}}
  • Contact: QuailLinux

  • Brand: Acer
  • Make : Aspire 5601AWLMi
  • Model: ZB2
  • Website:

Touchpad does not work correctly under Edgy Eft(6.10)

Edit /etc/X11/xorg.conf file and put this info in

Section "InputDevice"
 Identifier "Synaptics Touchpad"
 Driver "synaptics"
 Option "SendCoreEvents" "true"
 Option "Device" "/dev/psaux"
 Option "Protocol" "auto-dev"
 Option "HorizScrollDelta" "0"
EndSection

and insert this line

InputDevice "Synaptics Touchpad"

into the ServerLayout section

and then run:

sudo dpkg-reconfigure -phigh xserver-xorg

Example of [attachment:xorg.conf.txt xorg.conf] file

Display does not use correct resolution

Dapper Drake(6.01-1) refer to this page [https://help.ubuntu.com/community/i915Driver i915Driver]

Edgy Eft(6.10) from terminal run:

sudo apt-get install 915resolution

Then restart X

Ctrl + Alt + Backspace

Wireless does not work under Edgy Eft(6.10)

You are missing the drivers for it and you have to install the Linux Restricted Modules. From console type:

sudo apt-get install linux-restricted-modules-$(uname -r)

5 in 1 card reader does not work under Edgy Eft(6.10)

refer to bug [https://launchpad.net/distros/ubuntu/+source/linux-source-2.6.17/+bug/63386 #63386]


CategoryLaptop

LaptopTestingTeam/Old/AcerAspire5601AWLMi/HowTo (last edited 2008-08-06 16:59:44 by localhost)