I just got my new surface pro 2. Many programs, including IE10, the modern interface (start screen), and Office 2013 render text perfectly fine. But R (an open source statistics program) does not. The text is very fuzzy.
I have R installed on multiple other Windows machines. It renders text perfectly fine on a desktop with Win7, a laptop with Win7, and another laptop with Win8. So this problem seems specific to the Surface.
Can you locate the exe file of R?
Then you can open the properies dialog of that exe file and see if you have a Compatibility property page. If yes, try to check "Disable display scaling on high DPI settings". Apply the changes and restart R. Is it still blurry?
--
SvenC
That fix worked perfectly! Thanks a bunch, SvenC.
For anyone else with blurry text rendering issues with R on Surface, checking "Disable display scaling on high DPI settings" in the Compatibility tab of the Properties box for R.gui.exe completely fixed the problem.
On my machine with default install, it is at: C\Program_Files\R\R-3.03\bin\x64\Rgui.exe
Thanks again. :)