Mouse cursor problems

Questions about Wine on Linux
Locked
indigo7
Newbie
Newbie
Posts: 3
Joined: Wed Dec 11, 2013 2:29 pm

Mouse cursor problems

Post by indigo7 »

Hi,

I'm running Linux Mint 16 Cinnamon edition (based on Ubuntu 13.10). Nvidia card, latest drivers (319.32).
With some games, the cursor is not multicoloured as it should be, but an single-colour ochre with a thin black contour. Games affected are Victoria II and Age of Mythology.

I recently upgraded from Mint 15 where I did not have this problem -- the cursor displayed fine, in many colours.

Any pointers (no pun intended) to what could be the cause? I use playonlinux w/ wine and use the latest wine version with those games (1.7.8).
velzz
Newbie
Newbie
Posts: 3
Joined: Fri Dec 20, 2013 4:33 am

Re: Mouse cursor problems

Post by velzz »

Why don't you try installing a new desktop? I saw in a forum (I don't remember wich one) long ago this issue, plus when I had Linux Mint 16 petra OS installed in my laptop, I also had this trouble. A guy in that forum came up with a solution. Install the XFCE desktop from the software center, I did so and it worked well. that guy also explained that mint 16 has a lot of issues so as the touchpad issues or the pointer issues and it's because it is needind certain updates. I'm not sure if there was any other process that should be followed before downloading that desktop (you know like updating certain stuffs from the terminal), but if I'm not mistaking that was the name of the desktop.
indigo7
Newbie
Newbie
Posts: 3
Joined: Wed Dec 11, 2013 2:29 pm

Re: Mouse cursor problems

Post by indigo7 »

Thanks for the reply!

Do you mean to just install the XFCE4 packages or actually using XFCE instead of cinnamon? The latter is soemthing I certainly can't do...

Anyway, I'm up-to-date with my Mint 16 installation, and on a desktop (not laptop) so I luckily don't have any touchpad issues... running great so far.
jury
Level 2
Level 2
Posts: 43
Joined: Tue Feb 25, 2014 3:22 am

Re: Mouse cursor problems

Post by jury »

After installation of Mint 16 with MATE desktop I have the same issue of single-colour mouse pointer in all the games I tried :(
Trying XFCE4 didn't help and as it seems that this is on Cinnamon, MATE or XFCE then this issue is rather not 'desktop dependant'
Does anyone have a clue ( or a solution :) ) how to manage this?
indigo7
Newbie
Newbie
Posts: 3
Joined: Wed Dec 11, 2013 2:29 pm

Re: Mouse cursor problems

Post by indigo7 »

SUCCESS!!!!

A library was missing: libXcursor 32-bit library.
Apparently this is needed for 32-bit windows programs to display colour mouse pointers.

Install: apt-get install libxcursor1:i386

Note that libxcursor1:i386 is the 32bit package, libxcursor1 is already installed on my 64bit Mint system.

Hope this helps :-)
Locked