Skip to content

Commit 9fbac5d

Browse files
committed
Update linux-faq.md
1 parent 27deecc commit 9fbac5d

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/en/shared/linux-faq.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#### Q: Why is the Defold editor super small when run on a 4k or HiDPI monitor when using GNOME?
1+
#### Q: Why is the Defold editor super small when run on a 4k or HiDPI monitor?
22

3-
A: Change the scaling factor before running Defold. [source](https://unix.stackexchange.com/a/552411)
3+
A: If you are using GNOME it's possible to change the scaling factor before running Defold. [source](https://unix.stackexchange.com/a/552411)
44

55
```bash
66
$ gsettings set org.gnome.desktop.interface scaling-factor 2
@@ -17,6 +17,12 @@ vmargs = -Dglass.gtk.uiScale=192dpi,-Dfile.encoding=UTF-8,...
1717

1818
More on this value in the [Arch Linux HiDPI wiki article](https://wiki.archlinux.org/title/HiDPI#JavaFX).
1919

20+
A: If you are using KDE it's possible to set the `GDK_SCALE`:
21+
22+
```bash
23+
$ GDK_SCALE=2 ./Defold
24+
```
25+
2026
#### Q: Why does mouse clicks on Elementary OS go through the editor onto whatever is below?
2127

2228
A: Start the editor like this:

0 commit comments

Comments
 (0)