Re: System issues here
By: Vincent Coen to All on Thu Jan 01 2026 00:19:13
Hello everybody!
Well when using the Linux system the screen behaved oddly as when moving the mouse the screen content moved with the direction
of the mouse left, right up down - horrible.
So rebooted forgetting that I had change the font type from UTF-8 to 8859-15 and did not see that the new one was loaded and
low and behold on reboot it cannot find it and the kde environment does not come up only the character based login screens etc.
Gemini suggests the following to change the font back:
"
System Locale Settings in Mageia
Check Locales: Use locales -a in the terminal to list available locales. Configure Locales: Ensure your system language settings (e.g., LC_ALL, LANG) are set to a UTF-8 version (e.g., en_US.UTF-8 or fr_FR.UTF-8) through the Mageia Control Center or by editing /etc/locale.conf
"
If you're not too familiar with vi or vim, "nano" is possibly installed which is an easier editor to use if you dont like vim.
sudo nano /etc/locale.conf
Also you can start the gui from the command line with:
startx
assuming you're at the PC running that variant of linux and not connecting remotely.
Let me know if you're still stuck - happy to jump on a call and help you sort it out.
K