moby: use screen scale of 2.0 in portrait AND landscape

This commit is contained in:
Colin 2024-03-08 02:21:47 +00:00
parent c4994162e1
commit 7d8205352c

View File

@ -183,9 +183,11 @@ output "BOE 0x0637 Unknown" {
## MOBILE
# pinephone internal display (a.k.a. "Unknown Unknown Unknown")
input "1046:4097:Goodix_Capacitive_TouchScreen" map_to_output "DSI-1"
# output "DSI-1" {
# scale 1.6
# }
output "DSI-1" {
# scale defaults to 2 in portrait mode, 1 in landscape
scale 2
# scale 1.6
}
# manually export PATH here, since all my user services need that, and sane-sandboxed implementation depends on it.
# also, manually export XDG_DATA_DIRS. glib fails in weird ways (e.g. thinks everything is application/x-octet-stream mime type) without it.