Skip to content

Commit

Permalink
fix link across docs
Browse files Browse the repository at this point in the history
  • Loading branch information
timsu92 authored and totaam committed Feb 15, 2025
1 parent a3a5678 commit 6998475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Features/DPI.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ See also: [image depth](Image-Depth.md)
## Important caveats:
* support varies greatly depending on the operating system and version, desktop environment, number of monitors attached and their resolution, etc
* with X11, there are far too many places where the DPI can be looked up, many places where it can be overridden
* for virtualized "hardware DPI" which some applications calculate from the virtual monitor dimensions, you will need a v0.4.0 or later [dummy](../Usage/Xdummy) driver. With Xvfb or with older versions of the `dummy` driver, the hardware DPI - as reported by `xdpyinfo` - cannot be updated at runtime and must be set in advance, either in the `/etc/xpra/xorg.conf` file or on the `Xvfb` command line
* for virtualized "hardware DPI" which some applications calculate from the virtual monitor dimensions, you will need a v0.4.0 or later [Xdummy](../Usage/Xdummy.md) driver. With Xvfb or with older versions of the `dummy` driver, the hardware DPI - as reported by `xdpyinfo` - cannot be updated at runtime and must be set in advance, either in the `/etc/xpra/xorg.conf` file or on the `Xvfb` command line
* many applications will not reload the DPI settings, so they must be started _after_ the client connects to get the correct DPI value (you may want to use `start-after-connect`)


Expand Down

0 comments on commit 6998475

Please sign in to comment.