Open wallace11 opened 6 years ago
Could you post a screenshot or photo of the issue?
Also could you post output of problem-reporting script ?
Thank you
Il 08 gen 2018 22:24, "wallace11" notifications@github.com ha scritto:
I've been around this getting Linux to work on the GPD Pocket thing pretty much from the start, and I remember than at some point (probably with Ansible) we had a LightDM screen on boot showing @ 1920x1080 with the correct hidpi font scaling, in contrary to the situation right now where it's showing at the native resolution with font scaling set to 1 (probably). I've tried a couple of well-known tricks, from editing the /com/canonical/unity-greeter/xft-dpi value to setting xrandr scripts to run on LDM load, to editing monitors.xml. None of them seem to work. I've been putting this off for quite some time now, hoping that a fix will be found, but this is definitely a bug that should be addressed. I'm not really sure how to fix it though. On a side note, if I'm logged in and go back go the lock screen (Win+L) LDM shows with the correct font scaling (probably inheriting the setting from the running session). It indicates that a viable solution does exist.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/stockmind/gpd-pocket-ubuntu-respin/issues/89, or mute the thread https://github.com/notifications/unsubscribe-auth/AFZFV_lVOz_-YFSNuBOe3hfY4yd4UiUqks5tIoeAgaJpZM4RW-WG .
Yes. Extremely sorry for the lousy bug report.
And the output of problem-reporting
:
**Kernel:** 4.15.0-rc5-custom-matlala-3-1-2018
**Desktop Environment:**
**Display:** :0
**Monitor:** DSI1 connected primary 1920x1200+0+0 right (normal left inverted right x axis y axis) 95mm x 151mm
**Scripts:** gpdfand gpdscreen gpdscreen-indicator
**EFI:** [ 0.000000] efi: EFI v2.40 by American Megatrends
**EFI** Release Date: 06/28/2017
Odd, i have always right lightDM scaling at boot (HiDPI). I've seen problems like this when grub or intel xorg driver was not configured correctly. Could you post output of
cat /etc/default/grub
cat /etc/X11/xorg.conf.d/*.conf
ls /etc/X11/xorg.conf.d/
Thanks
Hi,
I'll post termbin links since it's gonna be long:
cat /etc/default/grub.ucf-dist
(mind the extension): http://termbin.com/0pr7
for f in /etc/X11/xorg.conf.d/*; do echo $f; cat $f; done
(a slight change, better result :P): http://termbin.com/o16m
I'll also try to investigate further about this Intel driver issue...
Did this information help?
Same here. Wrong LightDM font scalling on Ubuntu Budgie 17.10 Here my ISO respin wich is wrong: https://drive.google.com/file/d/1NDJTATwCT2XByr2QRLW_nQn9jcQK07RD/view
@wallace11 Your system files seems fine, can you check this also?
for f in /etc/X11/Xsession.d/*; do echo $f; cat $f; done
When was the last time you did a fresh install? Your system come from an ansible configuration right? There must be something wrong somewhere related to driver loading.. I can reproduce your issue if i add modesetting to grub kernel boot options or if i don't add the "intel.conf" (so modesetting driver will be used), but on intel driver the login screen is always on right DPI! Do you have some free space on which you can try a fresh install of ubuntu 17.04 unity just to be sure? Also are you on 17.04 or 16.04? What desktop environment do you use as default?
@ferlanero Previous respin of Budgie were ok? (17.04)
@stockmind No. In my Ubuntu Budgie respins never worked the font scalling on LightDM :( And never figured why.
@stockmind
I've been around this getting Linux to work on the GPD Pocket thing pretty much from the start, and I remember that at some point (probably with Ansible) we had a LightDM screen on boot showing @ 1920x1080 with the correct hidpi font scaling, in contrary to the situation right now where it's showing at the native resolution with font scaling set to 1 (probably). I've tried a couple of well-known tricks, from editing a
/com/canonical/unity-greeter/xft-dpi
value, to settingxrandr
scripts to run on LDM load, to editingmonitors.xml
. None of them seem to work. I've been putting this off for quite some time now, hoping that a fix will be found, but this is definitely a bug that should be addressed. I'm not really sure how to fix it though. On a side note, if I'm logged in and go back go the lock screen (Win+L
) LDM shows with the correct font scaling (probably inheriting the setting from the running session). It indicates that a viable solution does exist.