The two problems I had were the following:
- Fonts oversized and clipped (some almost unreadable)
- Horizontal line glitching on a lot of screens and menus
- Linux Mint 20.3
- Intel i915 graphics
- Proton 7.0-2
Then install protontricks if you don't have it already (instructions: https://simpler-website.pages.dev/html/ ... tontricks/).
Then run from a new terminal:
protontricks 1154840 gdiplus
protontricks 1154840 corefonts.
Then wait about an hour.
This fixed my font issue. However, trying to run "protontricks 1154840 dotnet472" killed my install, so you may not need to do this. I had to reinstall it all over to fix it.
The second problem was harder to figure out. What got it to work was related to my graphics chipset which is an Intel graphics chip on my laptop.
I had used information located on this site: https://learnubuntumate.weebly.com/scre ... phics.html to fix it.
This configuration file for Xorg (/etc/X11/xorg.conf.d/intel-20.conf) got the line artifacts to disappear:
Code: Select all
Section "Device"
Identifier "Intel Graphics"
Driver "i915"
Option "TearFree" "true"
Option "AccelMethod" "uxa"
EndSection
One caveat, the line for "AccelMethod" may affect any heavy 3D graphic games you play, so you might want to either comment it out or remove it when playing those kinds of games. I did get a warning from my desktop when I added that line that I may have performance issues.
You'll have to reboot if you change the config file.
BTW, I never ran into the problem where one of the files had to be exported to RGB, but I'm also running the DasTactics/MMoyer graphics mod.
I hope this helps anyone who may run into a similar issue.
EDIT: On Fedora 36 with the same system, I only needed to use the protontricks fix above to get it to work. The video drivers are better in Fedora 36.
