summaryrefslogtreecommitdiff
path: root/hacks/python-playback/xrandr-notes
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-02-07 12:12:01 +0000
committerCarl Hetherington <cth@carlh.net>2012-02-07 12:12:01 +0000
commit9ce56f6a2bdd076843a3b56d1cc27f3496b8528f (patch)
treef055ba1a871846d7aa2173db51a023924feaf82b /hacks/python-playback/xrandr-notes
parentb072d4a885bf02f642650a1717c69252861cc5d0 (diff)
Move some hacks into the git repo.
Diffstat (limited to 'hacks/python-playback/xrandr-notes')
-rw-r--r--hacks/python-playback/xrandr-notes17
1 files changed, 17 insertions, 0 deletions
diff --git a/hacks/python-playback/xrandr-notes b/hacks/python-playback/xrandr-notes
new file mode 100644
index 000000000..eeabf1423
--- /dev/null
+++ b/hacks/python-playback/xrandr-notes
@@ -0,0 +1,17 @@
+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
+