Closed WillerWasTaken closed 3 weeks ago
Firefox has its own dpi option called layout.css.devPixelsPerPx
in about:config.
I think this is a software issue, not a hardware one. It works these days if you use wayland-based compositors for example i.e. I don't see this problem in KDE, but I remember having it before.
I does not seem to be specific to firefox
Every gtk application are zoomed in like 200%. Here there's also qgit
, keepassxc
and even the i3 tabs that are bigger that they should be. Only the terminal and the status bar are displayed correctly.
Even when logging in, the logging screen is way bigger (I use lightdm). There's probably a misconfiguration, the only thing that works for me is to add
services.xserver.dpi = 97;
environment.variables = {
GDK_SCALE = "0.5";
};
Only then will I have the correct size for all windows, browser, i3 tabs, gtk app etc and not only the terminal + status bar
Okay. We cannot have environment variables though by default. They are not working correctly when people use wayland and there is no way to detect the user intent when the xserver is enabled. So this is something i3 users have to set themselves.
Hello there,
Just received a new laptop that I am setting up and trying to get it to work with nixos. I had some issue with the amdgpu igpu but I believe it might too too recent to I disabled it in the BIOS to solely use Nvidia dgpu.
I am importing the configuration like so
This seems to be almost working, the main issue I have is that all GTK windows are zoomed in like so Terminal and status bar have normal size but the browser is super zoomed in which is odd.
To make it work I found that issue that is adding
to the configuration and it is actually working but seems like a weird workaround.
One more weird behavior is that I have only one resolution available on xrandr for the main display (laptop screen)
DP-2 corresponds to the main laptop screen and is only available in 2560x1600.
Any idea of what could be optimized in the configuration?