summaryrefslogtreecommitdiff
path: root/hacks/python-playback/xrandr-notes
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2013-04-13 12:53:40 +0100
committerCarl Hetherington <cth@carlh.net>2013-04-13 12:53:40 +0100
commit7ee21d16c01b90c22192cd10f118419881fe504e (patch)
treebc3bae7074a7d1624f4bdc62b903f5de026d4ed1 /hacks/python-playback/xrandr-notes
parent77eb3dfabe6539affc037fb22f221d5ab0e123a9 (diff)
DVD-o-matic -> DCP-o-matic.
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
-