Mouse pointer issue

I'm going to assume you mean in X or Wayland.

If X11, post your logs, easily done from the command line: cat /var/log/Xorg.0.log | nc termbin.com 9999 (assuming your system does have internet access and termbin isn't having a meltdown)
 
im planing to move to free bsd 15 again..i wasnt informed well before so i just observerd for other os, but as soon as i get my hand on free bsd ill let you know..what worked for me before was some script to call nvidia-settings upon boot and that solved an issue, but it is not a clean solution after all..
 
i did this..in order for mouse smoothness to appear:
mkdir -p ~/.config/autostart
nano ~/.config/autostart/nvidia-settings.desktop

Pasted inside was this:
[Desktop Entry]
Type=Application
Name=NVIDIA Settings
Exec=nvidia-settings --load-config-only
X-KDE-autostart-after=panel
X-KDE-StartupNotify=false
freebsd dosent apply nvidia-settings for pointer acc. on boot it leaves generic driver in my observation..maybe im wrong..but still..
 
Back
Top