Group Abstract Group Abstract

Message Boards Message Boards

1
|
11.7K Views
|
9 Replies
|
7 Total Likes
View groups...
Share
Share this post:

Changing screen resolution in Mathematica V12.1.1 ?

Posted 4 years ago
POSTED BY: Mark Appleton
9 Replies
POSTED BY: Chris Van Damme
Posted 4 years ago

Is there a way to change the global resolution on 12.0 to a custom value? Turns out our monitor is 92, not 96, and Windows 10 defaults to 96!

POSTED BY: Mark Appleton

That option was deprecated and removed in 12.1. The FrontEnd uses the values reported by the OS in 12.1 and later.

POSTED BY: Ian Hojnicki
Posted 4 years ago

Thanks for letting us know.

Is there a command to get Mathematica to display its current DPI? Our 12.0 was defaulting at 72 and its appearance improved dramatically when we changed it to 96; our 12.1.1 is behaving as though it's running at 72...

POSTED BY: Mark Appleton

The display resolutions are listed in SystemInformation[]. You can use the short form SystemInformation["Devices", "ScreenInformation"] as well.

12.1.0 - 12.3.1 has an active compatibility shim which forces 96dpi displays to report as if they were 72dpi. Evaluating the following will disable it, but I would restart the FrontEnd afterwards.

CurrentValue[$FrontEnd, "ScreenResolutionCompatibilityMode"] = False

With that said, there is no direct equivalent to the old mechanism. i.e., you cannot alter the resolution just for the fonts.

POSTED BY: Ian Hojnicki
Posted 4 years ago

Thanks!

Will this command apply globally to all future notebooks, once restarted?

POSTED BY: Mark Appleton

Yes. Technically, it can only be applied globally.

POSTED BY: Ian Hojnicki
Posted 4 years ago

Thanks a lot - I'll ask them to give it a whirl!

POSTED BY: Mark Appleton

Hi Mark,

Have you tried to contact technical support?
http://www.wolfram.com/support/contact

POSTED BY: Ahmed Elbanna
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard