-
Notifications
You must be signed in to change notification settings - Fork 52
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
Graphical regressions with version 1.11.0.8 #1098
Comments
OK, that's interesting. Are you running a non 1.0 desktop DPI? The basic change likely to be causing this is that it was changed to multiply the default font size in points by the reported desktop scale factor to give a sensible size on stuff with higher factors. I don't think anything was changed regarding the timetable position off the top of my head, but there's the possibility it's relying on a text size to calculate the position. I'll try and investigate that one. First (stupid?) question: Second: Third: |
No, it should be pretty standard one, I don't even have an $ xdpyinfo | grep -A2 ^screen
screen #0:
dimensions: 1920x1080 pixels (508x285 millimeters)
resolution: 96x96 dots per inch
Yes. And not just in notification messages, but also as part of the dashboard, e.g.
Right, 960×600 to be exact, here's the portion of my [display]
preferNativeBackend = true
mode = window
vsync = true
windowWidth = 960
windowHeight = 600
fullscreenWidth = 1024
fullscreenHeight = 768
Oh, no I didn't resize anything. I remember switching from fullscreen to windowed mode some time ago, but cannot recall the exact reason.
I've quoted the relevant xdpyinfo(1) output above. :-)
I've switched to fullscreen at native 1080p just now, but it didn't help: no timetable on the right and the fonts are still too big. |
OK, thanks. This is where we calculate the display scaling: Running those values through for your native 1080p gives me a correct 1.0, 1.0 DPI. I'm trying to setup a FreeBSD vm at the minute. |
Hmm... (It's got some pretty nasty keyboard lag, but I think that's just VMWare) I just installed xorg + xfce and left pretty much everything else at the defaults from the PKGs.
Is windowed mode any better? At the minute, it looks like something related to your xorg configuration is causing the detected DPI to be wrong. If you share some more details of your setup, and probably the complete xorg configuration, I can try and reproduce, but there are all manner of things that could be confusing stuff.... |
Launching the classic Uchibo line, I see the differences compared to 1.11.0.6 and earlier versions: DPI is wrong (font is now too big and does not quite fit the interface elements of the dashboard skin) and no paper table on the right, as shown on the screenshots below. This is on FreeBSD/X11.
1.11.0.6 vs 1.11.0.8
The text was updated successfully, but these errors were encountered: