Recently I bought the laptop with pre-installed Win8 and tried to insall Ubuntu 13.04 beside it. I have to say, that the installation was fine, but then some strange things began to happen: first booting Ubuntu I saw that there like was no desktop enviroment, so the windows did not have title bars, panels did not exis. I installed Gnome-fallback.
On startup, each time I see
psmouse 'raw' is invalid parameter for 'proto'
driver is installed
$ sudo apt-get install xserver-xorg-input-synaptics
Reading package lists ... Done
Building dependency tree
Reading state information ... Done
xserver-xorg-input-synaptics is already the newest version.
Add lines "GRUB_CMDLINE_LINUX =" i8042.notimeout i8042.nomux "
in the / etc / default / grub does not work
Can anybody tell me what to do?
sudo apt-get install metacity
then run itmetacity --replace &
. This will give you window borders and titles. For further help, read here. – Danatela Jul 22 '13 at 09:28