Bennett/Troubleshooting: Difference between revisions
< Bennett
Jump to navigation
Jump to search
![]() ![]() ![]() ![]() (Created page with "==== Common Issues ====") |
![]() ![]() ![]() ![]() No edit summary |
||
Line 1: | Line 1: | ||
==== Common Issues ==== | ==== Common Issues ==== | ||
==== High Dpi Displays ==== | |||
For using Bennett on a high DPI display, the following commands can be run before launching Bennett: | |||
<blockquote> | |||
export QT_SCALE_FACTOR=2 | |||
</blockquote> | |||
or for a larger window | |||
<blockquote> | |||
export QT_SCALE_FACTOR=3 | |||
</blockquote> | |||
So for example | |||
<blockquote> | |||
export QT_SCALE_FACTOR=3 | |||
</blockquote> | |||
<blockquote> | |||
bennett -m "RISCV" | |||
</blockquote> |
Latest revision as of 07:40, 4 September 2025
Common Issues
High Dpi Displays
For using Bennett on a high DPI display, the following commands can be run before launching Bennett:
export QT_SCALE_FACTOR=2
or for a larger window
export QT_SCALE_FACTOR=3
So for example
export QT_SCALE_FACTOR=3
bennett -m "RISCV"