diff options
Diffstat (limited to 'hacks/python-playback/xrandr-notes')
| -rw-r--r-- | hacks/python-playback/xrandr-notes | 17 |
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 + |
