Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
VMware vRealize Orchestrator Cookbook. - Second Edition

You're reading from  VMware vRealize Orchestrator Cookbook. - Second Edition

Product type Book
Published in Nov 2016
Publisher Packt
ISBN-13 9781786462787
Pages 556 pages
Edition 2nd Edition
Languages
Author (1):
Daniel Langenhan Daniel Langenhan
Profile icon Daniel Langenhan

Table of Contents (19) Chapters

VMware vRealize Orchestrator Cookbook Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. Installing and Configuring Orchestrator 2. Optimizing Orchestrator Configuration 3. Distributed Design 4. Programming Skills 5. Visual Programming 6. Advanced Programming 7. Interacting with Orchestrator 8. Better Workflows and Optimized Working 9. Essential Plugins 10. Built-in Plugins 11. Additional Plugins 12. Working with vSphere 13. Working with vRealize Automation

Orchestrator Client and 4K display scaling


This recipe shows a hack to make the Orchestrator Client scale on 4K displays.

Getting ready

We need to download the program Resource Tuner ( http://www.restuner.com/ ). The trial version will work, however, consider buying it if it works for you.

You need to know the path to your Java installation, it should be something like this:

C:\Program Files (x86)\Java\jre1.x.xx\bin\.

How to do it...

Before you start....

Tip

Please be careful as this impacts your whole Java environment. This worked very well for me with Java 1.8.0_91-b14.

  1. Download and install Resource Tuner.

  2. Run Resource Tuner as administrator.

  3. Open the file javaws.exe in your Java directory.

  4. Expand manifest and then click on the first entry (the name can change due to localization).

  5. Look for the line <dpiAware>true</dpiAware>.

  6. Exchange the true for a false

  7. Save and exit.

  8. Repeat the same for all the other java*.exe in the same directory as well as j2launcher.exe.

  9. Start the Client.jnlp (the file that downloads when you start the web application).

How it works...

In Windows 10 you can set the scaling of applications when you are using high definition monitors (4K displays).

What you are doing is telling Java that it is not DPI aware, meaning that it will use the Windows 10 default scaler, instead of an internal scaler.

There's more...

For any other application, such as Snagit or Photoshop, I found that this solution works quite well:

http://www.danantonielli.com/adobe-app-scaling-on-high-dp .

You have been reading a chapter from
VMware vRealize Orchestrator Cookbook. - Second Edition
Published in: Nov 2016 Publisher: Packt ISBN-13: 9781786462787
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}