From 9ce56f6a2bdd076843a3b56d1cc27f3496b8528f Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 7 Feb 2012 12:12:01 +0000 Subject: Move some hacks into the git repo. --- hacks/python-playback/xrandr-notes | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 hacks/python-playback/xrandr-notes (limited to 'hacks/python-playback/xrandr-notes') 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 +to give modeline, then +xrandr --newmode modeline +then add +xrandr --verbose --addmode HDMI1 modename +then activate +xrandr --output HDMI1 --mode foo + -- cgit v1.2.3