-
-
Notifications
You must be signed in to change notification settings - Fork 7k
High DPI unusable on Linux #6472
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
These definitely do work on my Ubuntu system using Arduino 1.8.3. |
That does a little. But the menus are still mostly unusable |
Does GNOME provides a setting for hi-dpi display? How is it set? |
@cmaglie not that we found - GNOME's claim to fame is to remove settings that users use - and even the secret settings tool didn't help. |
As a shot into the dark: check your |
In addition, it's possible to modify the menu font size: |
as @stapelberg mentioned - his a workaround works ;-) |
Still seeing this problem in PopOS 20.04 (ubuntu 20.04 base). Weird highlighting of text on mouseover, clicks can't register because everything is off in location. Its basically unusable :( |
Do the following.
Everything (text, menu, icons...) will be scaled by a factor 2. You can tune the factor to your screen/taste, however only integers seems to be accepted. For more details: https://wiki.archlinux.org/index.php/HiDPI#AWT/Swing |
The solution for me was to uninstall the flatpak (How the GUI package installer wanted to install things), and install Arduino IDE from the tarball directly according to: https://www.arduino.cc/en/guide/linux. This installed fine, and works perfectly on high DPI. No idea what was wrong with the flatpak install. |
This is Arduino IDE 1.8.13 on OpenSUSE TW, installed from the distribution package, on X11, on a Thinkpad X1 with resolution 2560x1440, KDE display scaling set to 200%, and an empty If I disable autoscaling in the Arduino IDE and set scale to 50%, I get reasonably-sized text in the editor, but all UI elements are still enormous, their size doesn't seem to be influenced at all by anything I do in the Arduino preferences. For whatever reason it does work when I set
I wish in 2020 these things were somehow under control. I would switch to Wayland, but it doesn't support some other things I need. |
If all the tips above still not working for you just try using the flatpack version instead of the apt version. Flatpack |
Like others have reported, the preferences from within the GUI did not affect the menu for me (Debian bookworm/testing). Settings in gtkrc-2.0 did not do anything. This is still a dirty hack. Icons and the corresponding tool tips render a bit mushy. This is to be expected, as each of their pixels turns into a tiny 2x2 square. However, the fonts in the main UI and in the menu render fine and crisp. I get a decent UI on a 4k, 24" monitor. :-) |
Can't select the menu items, or edit with starting the v1.8.3 IDE on a HDPI screen on Linux (GNOME)
even changing the scaling factor doesn't help make the mouse usable.
the menus do at least work when using keyboard shortcuts, but my 8 year old has kinda lost interest after trying to work out how to make it useful.
I understand that its going to take quite a lot of work to resolve, but :/
The text was updated successfully, but these errors were encountered: