Stany MARCEL

Results 47 comments of Stany MARCEL

I think it is related with this commit https://github.com/sddm/sddm/commit/1af96a059afe28afbb6143daf995449d4d4b140d It enables Qt::AA_EnableHighDpiScaling. https://doc-snapshots.qt.io/qt5-5.6/qtlabscontrols-highdpi.html

@darkbasic if you want to build a patched version of sddm to disable hi-dpi in sddm.conf for archlinux. Here is my abs tree with modified PKGBUILD [abs.zip](https://github.com/sddm/sddm/files/474906/abs.zip)

@darkbasic it might be easier to not enable it in sddm and use the QT_AUTO_SCREEN_SCALE_FACTOR=1 environment variable when you want it.

Yes but this environment flags set the same things as enabling the Qt::AA_EnableHighDpiScaling attribute. It seams to work on some setups and not on other that is why I made...

With Nvidia driver it is possible to dump the screen EDID, patch it and configure nvidia driver to use the one in the file instead of the one within the...

Hello, I think you should fill a bug repport to Qt project with your edid files. On Thu, Oct 27, 2016 at 10:28 PM, Niccolò Belli [email protected] wrote: > @ynsta...