Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. In `support/launch.properties`, apply the following patch:
  2.  
  3. ```diff
  4. # Setting to false resolves issue with Ubuntu when running within VM.
  5. # Setting to true resolves display issues on HiDPI monitors in Linux.
  6. - VMARGS=-Dsun.java2d.xrender=true
  7. + VMARGS=-Dsun.java2d.xrender=false
  8. + VMARGS=-Dsun.java2d.uiScale=2.0
  9. ```
  10.  
  11. That's it!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement