Skip to content

Instantly share code, notes, and snippets.

@ahembree
Created March 2, 2024 15:24
Show Gist options
  • Select an option

  • Save ahembree/83b9e8553c54aebfbc78ac90b2cff711 to your computer and use it in GitHub Desktop.

Select an option

Save ahembree/83b9e8553c54aebfbc78ac90b2cff711 to your computer and use it in GitHub Desktop.
BurpSuite Windows 4K Monitor UI Glitch/Bug
# Location file (default Win11): C:\Users\<username>\AppData\Local\Programs\BurpSuitePro\BurpSuitePro.vmoptions
# Parameters to fix windows glitches (second monitor / 4k hdr)
# Enter one VM parameter per line
# For example, to adjust the maximum memory usage to 512 MB, uncomment the following line:
# -Xmx512m
# To include another file, uncomment the following line:
# -include-options [path to other .vmoption file]
-XX:MaxRAMPercentage=50
-include-options user.vmoptions
-Dsun.java2d.noddraw=true
-Dsun.java2d.d3d=false
-Dswing.useflipBufferStrategy=True
-Dsun.java2d.ddforcevram=true
-Dsun.java2d.ddblit=false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment