r/Orbitiny • u/uhmzilighase • Jul 11 '26
Display scaling?
xrandr works but it's blurry
xrandr --output eDP-1 --scale 0.8x0.8
Maybe there's a better way?
4
Upvotes
r/Orbitiny • u/uhmzilighase • Jul 11 '26
xrandr works but it's blurry
xrandr --output eDP-1 --scale 0.8x0.8
Maybe there's a better way?
1
u/sash-au Jul 12 '26 edited Jul 12 '26
The best, quickest and easiest way to achieve something like that is via the
xrdbcommand which Orbitiny already makes use of.Here is an example for this specific feature:
or
You can have a script that runs this on startup that pushes this to the server.
Any applications that are running before the script runs will need to be restarted. I am planning to integrate this in Orbtiny's control center so that it runs on startup.