1

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?

Asalle
  • 11

1 Answers1

0

Ok, guys, I made it. Just like Danatela said, everything is connected. I had troubles with my newly installed Ubuntu because of incorrect instalation, so I reinstalled the OS and added GRUB_CMDLINE_LINUX="i8042.notimeout i8042.nomux" to the /etc/default/grub.

And it works!

Asalle
  • 1