On 09/26/2016 03:07 PM, Globe Trotter wrote:
> Hello,
>
> I have a strange issue with my SL7.2 installation, installed from the
> LiveCD. My cursor can not be found. I went into to the tweak tool and
> made sure that the cursor is marked "ON" but this does not seem to have
> had any effect. Any suggestions?
>
>
>

Check your Xorg log file in /var/log/ for any errors or warnings.  I 
suspect you might be running into a graphics driver/library problem.
You can make a /etc/X11/xorg.conf file to force the vesa driver for testing:
Section "Device"
         Identifier  "Videocard0"
         Driver      "vesa"
EndSection