lsearcey wrote: > I did that in the terminal but when it brings up the wine configure window its small like in my picture. Is there a way to configue it some other way? File ~/.wine/system.reg: Code: [System\\CurrentControlSet\\Hardware Profiles\\Current\\Software\\Fonts] "LogPixels"=dword:00000060 That "00000060" is actual in hex - 0x60 = 96. You want to set it to 120 = 0x78: Code: "LogPixels"=dword:00000078