aboutsummaryrefslogtreecommitdiffstats
path: root/notes/i3-refresh-rate.org
diff options
context:
space:
mode:
authorverdant <i@glowisle.me>2026-02-11 12:41:10 +0800
committerverdant <i@glowisle.me>2026-02-11 12:41:10 +0800
commitd0847070c9774c8e544e2f2cfd12e108909a8a3c (patch)
tree6692a305d285fc4010164f04b148a1e8188cb933 /notes/i3-refresh-rate.org
parent4bffe7be039f58529f9feb87eec93bcecbad7524 (diff)
downloadniwa-d0847070c9774c8e544e2f2cfd12e108909a8a3c.tar.gz
niwa-d0847070c9774c8e544e2f2cfd12e108909a8a3c.zip
add note "i3-refresh-rate"
Diffstat (limited to 'notes/i3-refresh-rate.org')
-rw-r--r--notes/i3-refresh-rate.org17
1 files changed, 17 insertions, 0 deletions
diff --git a/notes/i3-refresh-rate.org b/notes/i3-refresh-rate.org
new file mode 100644
index 0000000..099b4fd
--- /dev/null
+++ b/notes/i3-refresh-rate.org
@@ -0,0 +1,17 @@
+#+title: i3刷新率问题
+#+filetags: :technology:
+#+SETUPFILE: ~/niwa/template/setup/minimal.setup
+#+EXPORT_FILE_NAME: /home/yingyu5658/niwa/public/i3-refresh-rate.html
+
+查看当前显示器名称
+
+#+BEGIN_SRC
+xrandr
+#+END_SRC
+
+输出可能包含类似 =HDMI-0= 或 =DP-0=
+
+#+BEGIN_SRC
+xrandr --output DP-0 --mode 2560x1080 --rate 200
+glxgears -info # 查看帧数
+#+END_SRC