Skip to content

Instantly share code, notes, and snippets.

@y56
Created December 27, 2019 02:40
Show Gist options
  • Save y56/4b849edd8441a37d42f692952f13b16e to your computer and use it in GitHub Desktop.
Save y56/4b849edd8441a37d42f692952f13b16e to your computer and use it in GitHub Desktop.
to adjust wine font size
# wine regedit
Search for "LogPixels" there. You will see something like this:
"LogPixels"=dword:00000060
Change 60 to something more suitable. For example this is what I use with my
two displays (one with resolution 1680x1050 and another one with 1280x1024):
"LogPixels"=dword:00000095
https://forum.winehq.org/viewtopic.php?f=2&t=16424
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment