From 709d7dd7227f1ff86b440425721b219e63da7a2d Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Tue, 3 Jul 2018 17:52:13 +0200 Subject: rootston: Handle modeline parameter This allows to pass custom modes. --- rootston/rootston.ini.example | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'rootston/rootston.ini.example') diff --git a/rootston/rootston.ini.example b/rootston/rootston.ini.example index 556cbefb..bb0efa44 100644 --- a/rootston/rootston.ini.example +++ b/rootston/rootston.ini.example @@ -19,6 +19,13 @@ y = 0 # and rotate by specified angle rotate = 90 +# Additional video mode to add +# Format is generated by cvt and is documented in x.org.conf(5) +modeline = 87.25 720 776 848 976 1440 1443 1453 1493 -hsync +vsync +modeline = 65.13 768 816 896 1024 1024 1025 1028 1060 -HSync +VSync +# Select one of the above modes +mode = 768x1024 + [cursor] # Restrict cursor movements to single output map-to-output = VGA-1 -- cgit v1.2.3