https://bugs.kde.org/show_bug.cgi?id=465055
Andreas Henriksson <sausage...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |sausage...@gmail.com --- Comment #28 from Andreas Henriksson <sausage...@gmail.com> --- I have a similar problem. I added a debug print to `realDpi` and confirmed that the screen size values there result in a non-square pixel aspect ratio. I also found that `xrandr` can be used to check for this problem without having to compile Okular: $ xrandr ... DisplayPort-2 connected primary 3440x1440+0+0 (normal left inverted right x axis y axis) 809mm x 354mm ... The ratios between pixel counts (3440/1440=2.3889) and reported physical size (809/354=2.2853) are different, which makes documents render stretched. Could you run `xrandr` and confirm that this is what's going on for you as well? -- You are receiving this mail because: You are the assignee for the bug.