Changes between Version 218 and Version 219 of Download


Ignore:
Timestamp:
2024-07-11T12:25:40+02:00 (6 months ago)
Author:
taylor.smock
Comment:

Add troubleshooting for Windows display issues (see #23784)

Legend:

Unmodified
Added
Removed
Modified
  • Download

    v218 v219  
    223223}}}
    224224
    225 
    226 === Windows josm.exe ===#Mswindowswrapper
     225=== Microsoft Windows ===#MSWindows
     226==== josm.exe ====#Mswindowswrapper
    227227Using josm-setup.exe for installation on Microsoft Windows does the following:
    228228 * Puts two executable files `JOSM.exe` and `HWConsole.exe` in directory `%LOCALAPPDATA%\JOSM`
     
    247247
    248248For example, to change memory allocation, open `%LOCALAPPDATA%\JOSM\app\JOSM.cfg` and add `java-options=-Xmx8192m` (for 8 GB) to a new line under the `[JavaOptions]` header.
     249
     250==== Graphics ====#MicrosoftWindowsGraphics
     251Some Windows installations have graphics driver issues (see #23784 for an example). This may exhibit symptoms such as:
     252* Black bars in JOSM toolbars
     253* Flickering
     254* Other unexpected user interface issues
     255
     2561. Download and install Display Driver Uninstaller (DDU, [https://github.com/Wagnard/display-drivers-uninstaller source]) from the official mirror => https://www.wagnardsoft.com/display-driver-uninstaller-DDU-
     2572. From the "Device Type" drop-down on the right, select "GPU". DDU will automatically detect the GPU you're using.
     2583. Click on "Clean and Restart" at the top. This will uninstall the graphics drivers and restart your PC.
     2594. Reinstall the drivers.
     260
     261//**WARNING: Create a backup of your PC before using DDU. Although it creates a recovery point by itself, it's ideal to make one yourself just in case.**//
    249262
    250263=== macOS ===#macOS