Wine configuration screen size

Hello, does anyone know what causes the Wine Configuration to be so small? The same tiny font size also appears when I dual boot my laptop and choose between Windows and Zorin.

Here you can find a guide how to change grub resolution. It is in German, I hope you can translate it.

Go to "resolution" there to get the informations.

At grub menu press key c and then type "videoinfo". You get an output which resolutions are supported on your system. Write them down or keep in mind.
Then press esc to quit the terminal and select Zorin to boot from.

Enter in terminal

"sudo nano /etc/default/grub"

Move the key arrows to the following lines or add them to the file. If a # is at the beginning of the line, please remove it.

GRUB_GFXMODE=800x600x24
[enter your resolution here]

Then press CTRL+o to save the file, press enter, then CTRL+x to exit.
Then enter in terminal

"sudo update-grub"

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.