(10-30-2014, 07:26 AM)girl_downunder link Wrote: Except that it displays the pointer correctly in safe mode.
That points to something in the driver-side of things...not so much hardware support.
Correct!
It's not the mouse -- it's most likely the video driver. Depending on your video card, the problem may disappear once the proper video driver is installed. Go to
Menu -> Settings -> Install Drivers and see if it finds any drivers to install for video card.
You won't be able to install them to the live environment, but if it finds any you can be pretty sure problem will be solved on a real installed system with those drivers installed to it.
If you want to do a real test run, just install LL 2.0 to a USB stick (8GB or larger). (A real installation, not a "live" USB.)
It's possible that no proprietary drivers will show up as available for use if the computer is using an older video card that is no longer supported by the vendors for newer Linux versions. If that turns out to be the case, you might be better off using LL 1.0.6 -- based on Ubuntu 12.04, so will get updates through April, 2017. The older LL will have the older video drivers.
As Scott(0) pointed out, it's also possible that older kernel has support for older hardware that has been dropped in newer kernels of newer LL releases. Think that would apply more to the older generic video drivers than it would to the mouse itself though. Highly unlikely that a mouse driver is the problem.
If you need further help, post back with hardware specs that show us what you're dealing with. The easiest way to do that from your live LL 2.0 is to open a terminal and do:
Code:
sudo apt-get update
sudo apt-get install inxi
inxi -Fxz
That will install the
inxi program and the last command will output a summary of important hardware specs (including your video card). Copy the output of last command and paste it back here to the forum for us to see.