Comment 3 for bug 711122

Revision history for this message
Kookaburra (kookaburra45) wrote :

Yes, I have follow this instruction :
- fresh installation of Ubuntu 10.10
- wget dl.dropbox.com/u/1338581/emgd.sh && sudo sh ./emgd.sh
Known Workarounds:
* Grub, Vts and Plymouth with native resolution:
echo "GRUB_GFXMODE=1366x768" | sudo tee -a "/etc/default/grub"
echo "GRUB_GFXPAYLOAD_LINUX=keep" | sudo tee -a "/etc/default/grub"
sudo update-grub
* Suspend:
sudo mv /usr/lib/pm-utils/sleep.d/99video /usr/lib/pm-utils/99video
* Brightness hotkeys (tested on EEEPC and DELL Mini)
add "acpi_backlight=vendor" to grub
+ restart ... Nothing else

My "X.org Log" :
tail -f /var/log/Xorg.0.log
[ 27.269] (**) SynPS/2 Synaptics TouchPad: always reports core events
[ 27.285] (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
[ 27.285] (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
[ 27.285] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
[ 27.285] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
[ 27.285] (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
[ 27.317] (--) SynPS/2 Synaptics TouchPad: touchpad found
[ 27.318] (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
[ 27.318] (II) No input driver/identifier specified (ignoring)
[ 76.448] (II) XKB: reuse xkmfile /var/lib/xkb/server-410AE9E10736048FB1E8F2AAF1D119A83A131163.xkm

Do you think I have to redo an fresh installation of Ubuntu + Driver ? Or just purge and reinstall driver ?
Thanks ! ;-)