x11 cursor on a cachyos kde nvidia system goes invisible and is now a transparent box after attempting to fix and this all happened after installing and using driftwm and switching back to plasma x11This issue is a known hardware cursor glitch on NVIDIA GPUs using KDE Plasma on X11, often triggered by display manager switching or updates. To immediately force a software cursor and fix the transparent box, add KWIN_FORCE_SW_CURSOR=1 to your environment variables and reboot.Here is the exact step-by-step fix to resolve the cursor:Step 1: Open the Environment FileOpen your /etc/environment file using your preferred terminal text editor (like nano or kate) with root privileges:sudo nano /etc/environmentStep 2: Add the Force Software Cursor RuleAdd the following line to the very end of the file:KWIN_FORCE_SW_CURSOR=1Save the file and exit the editor (in nano, press Ctrl+O, Enter, then Ctrl+X).Step 3: Reboot Your SystemRestart your computer for the changes to take effect:systemctl rebootFurther Exploration & AlternativesIf the transparent box persists or you are looking for permanent solutions tied to your desktop manager configuration, the following resources can provide deeper context:For deeper troubleshooting of X11 and Plasma session configurations, read the discussion in the Reddit CachyOS Forum.To learn more about how manual mouse cursor installation and .Xauthority caches impact display managers, you can check out the YouTube KDE Mouse Cursor Troubleshooting Guide.If you suspect your issue stems from the login manager itself, you can view the bug reports and user discussions on the GitHub SDDM Issue Tracker.If the software cursor feels laggy or you would prefer to try a Wayland session again, tell me:Are you using NVIDIA proprietary drivers, and if so, what version?Does switching to a Wayland session (via your login screen) fix the issue?Let me know so we can further diagnose the root cause!6 sitesUnable to start X11 session (Plasma) : r/cachyosComments Section. Small_Pin_5196. • 2mo ago. I've encountered the exact same issue as yours from the 2603 version fresh install, w...Reddit·spenceboy98KDE Plasma - Troubleshooting Mouse Cursor's .Mouse cursors can be installed manually by using the file manager. This involves placing the cursor folders into either the ".icon...5mYouTube·Linux for SeniorsHardware cursor not clearing on login when using Plasma X11Install Plasma X11 session package. Select Plasma X11 in session selector. Log in via plasmalogin. Ghost cursor from greeter remai...GitHubShow all