My output scale appears to default to 1.5 regardless of my configurations or manual commands. I have attempted to identify a possible cause for this issue, but lack the expertise to solve it.
Context:
Upon installation, I’ve noticed that the scale appears unusually blown up.
~ swaymsg -t get_outputs ✔ 3s
Output eDP-1 'Chimei Innolux Corporation 0x1614 Unknown' (focused)
Current mode: 1920x1200 @ 60.003 Hz
Position: 0,0
Scale factor: 1.500000
Scale filter: linear
Subpixel hinting: unknown
Transform: normal
Workspace: 1:
Max render time: off
Adaptive sync: enabled
Available modes:
1920x1200 @ 60.003 Hz
I attempted to amend ~/.config/sway/config
with the line output eDP-1 scale 1
. Neither rebooting nor swaymsg reload
reflected the change, and the output to swaymsg -t get_outputs
still displayed the scale as 1.5.
Next, I tried to change it manually by attempting variations of the line below with different integers, non-integers, and output arguments.
swaymsg output eDP-1 scale 1
The scale does not change and every attempt to run swaymsg -t get_outputs
returns the scale as 1.5 afterwards. However, the screen briefly flickers and on occasion Firefox will crash, leading me to believe that the command does run successfully but then defaults to 1.5 immediately after.
Culprits:
I should mention that I am unable to run swaymsg
via sudo
, but don’t know whether this is a contributing factor.
~ sudo swaymsg -t get_inputs ✔
[sudo] password for iris:
00:00:00.022 [swaymsg/main.c:491] Unable to retrieve socket path
I’ve looked into this but it hasn’t yielded anything of value.
Also, when attempting to boot Manjaro with proprietary drivers when installing, the process stalls partway. I don’t have logs on hand, but if this seems relevant, I’m willing to provide them.
Thank you in advance for the support.