SuSE Linux: Verze 7.3
XFree86: Verze 4.1.0
Použijte v souboru /etc/X11/XF86Config volbu "sw_cursor". Tato volba předá vykreslování ukazatele myši X Serveru.
V textovém editoru si otevřte soubor /etc/X11/XF86Config, vyhledejte sekci "Device":
Section "Device" BoardName "AutoDetected" Driver "trident" Identifier "Device[0]" VendorName "AutoDetected" EndSection
a následujícím způsobem doplňte volbu "sw_cursor":
Section "Device" BoardName "AutoDetected" Driver "trident" Identifier "Device[0]" Option "sw_cursor" VendorName "AutoDetected" EndSection
Uložte změny a restartujte X server (CTRL+ALT+BACKSPACE).