After I've installed a new portion of updates to Ubuntu 14.04 the mouse cursor disappeared both in 32 bit and 64 bit version. I've installed the latest update to Parallels Desktop and it tried to reinstall Parallels Tools, but the installer failed. In /var/log/parallels-tools-install.log I see those problems:
Full log is attached below. This looks very similar to this problem reported for the nvidia drivers:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-340/+bug/1573508
They've fixed it with that patch:
http://launchpadlibrarian.net/41524...ntu0.14.04.1_384.130-0ubuntu0.14.04.2.diff.gz
Please investigate and update the Parallels Tools image to a working one as soon as possible, my work depends on that
Code:
CC [M] /usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/prltg_call.o
/usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/prltg_call.c: In function 'tg_req_map_user_pages':
/usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/prltg_call.c:111:2: warning: passing argument 7 of 'get_user_pages' from incompatible pointer type [enabled by default]
got = prl_get_user_pages(
^
In file included from include/linux/scatterlist.h:7:0,
from include/linux/dmapool.h:14,
from include/linux/pci.h:1232,
from /usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/prltg_call.c:7:
include/linux/mm.h:1222:6: note: expected 'struct vm_area_struct **' but argument is of type 'struct page **'
long get_user_pages(struct task_struct *tsk, struct mm_struct *mm,
^
/usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/prltg_call.c:111:2: error: too many arguments to function 'get_user_pages'
got = prl_get_user_pages(
^
In file included from include/linux/scatterlist.h:7:0,
from include/linux/dmapool.h:14,
from include/linux/pci.h:1232,
from /usr/lib/parallels-tools/kmods/prl_tg/Toolgate/Guest/Linux/prl_tg/prltg_call.c:7:
include/linux/mm.h:1222:6: note: declared here
long get_user_pages(struct task_struct *tsk, struct mm_struct *mm,
^
Full log is attached below. This looks very similar to this problem reported for the nvidia drivers:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-340/+bug/1573508
They've fixed it with that patch:
http://launchpadlibrarian.net/41524...ntu0.14.04.1_384.130-0ubuntu0.14.04.2.diff.gz
Please investigate and update the Parallels Tools image to a working one as soon as possible, my work depends on that