summaryrefslogtreecommitdiff
path: root/hacks/python-playback/xrandr-notes
diff options
context:
space:
mode:
Diffstat (limited to 'hacks/python-playback/xrandr-notes')
-rw-r--r--hacks/python-playback/xrandr-notes17
1 files changed, 0 insertions, 17 deletions
diff --git a/hacks/python-playback/xrandr-notes b/hacks/python-playback/xrandr-notes
deleted file mode 100644
index eeabf1423..000000000
--- a/hacks/python-playback/xrandr-notes
+++ /dev/null
@@ -1,17 +0,0 @@
-Recommended 1680 x 1050, 60 fps
-xrandr --output HDMI1 --mode 0xbc
-
-List modes
-xrandr --verbose -q
-
-2048 x 1024, 24 fps
-xrandr --output HDMI1 --mode 0xd1
-
-cvt <xres> <yres> <fps>
-to give modeline, then
-xrandr --newmode modeline
-then add
-xrandr --verbose --addmode HDMI1 modename
-then activate
-xrandr --output HDMI1 --mode foo
-