Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/modding/linux/tools_on_linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,3 +101,12 @@ If you're still having issues, verify that `~/.steam/steam/steamapps/libraryfold
You can adjust the default DPI of the applications using `winecfg`.

Run `winecfg` in a terminal, navigate to "Graphics" and adjust the DPI as desired under the "Screen resolution" section.

### Hammer performs terribly!

This is a side effect of how the 2D viewports are rendered, when larger portions of the map are visible in the 2D viewports, Hammer will degrade in performance.

If you're using Wine 11 you can disable winecompat by either removing `-winecompat` or enabling `-nowinecompat` depending on the version of Hammer being used which will resolve performance issues. However, this will introduce a single frame delay in your interactions in the viewports.
Forcing Wine to use Wayland as opposed to X11 can fix that issue, however the model browser won't work.

If any of those are undesirable, one can simply resort to minimizing the amount drawn in the viewports by either zooming in or shifting the views away from the map.