diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-06-26 15:59:46 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2026-06-26 15:59:46 +0900 |
| commit | 2a8d57456829bfb7849afce33552ff2e414174bb (patch) | |
| tree | 64952a93e01b2cc6274086bdc2647df16c6d138d /ar/.local/bin/setmonitors | |
| parent | 45f2baadb42892c47776cde293933f14d008027d (diff) | |
modified bin/dmenudelmusic, modified bin/emojiupdate, modified bin/setmonitors, modified bin/v2m
Diffstat (limited to 'ar/.local/bin/setmonitors')
| -rwxr-xr-x | ar/.local/bin/setmonitors | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ar/.local/bin/setmonitors b/ar/.local/bin/setmonitors index 76dabb8..287d785 100755 --- a/ar/.local/bin/setmonitors +++ b/ar/.local/bin/setmonitors @@ -9,7 +9,7 @@ edp_cfg="--mode 1920x1080 --rotate normal --scale 1.0x1.0 --dpi 82" hdmi_cfg="--mode 1920x1080 --rotate normal --scale 1.0x1.0 --dpi 82" dp_cfg="--mode 2560x1600 --rotate normal --scale 1.0x1.0 --dpi 192" -# EDID 미감지 시 (640x480에 갇힌 경우) 1920x1080 폴백 적용 +# When EDID is not detected (stuck at 640x480), apply a 1920x1080 fallback if xrandr -q | grep " connected" | grep -q "640x480+"; then xrandr --newmode "1920x1080_60.00" 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync 2>/dev/null for output in $(xrandr -q | grep -w "connected" | cut -d ' ' -f 1); do |
