diff options
| author | Guido Günther <agx@sigxcpu.org> | 2018-07-03 17:52:13 +0200 |
|---|---|---|
| committer | Guido Günther <agx@sigxcpu.org> | 2018-07-07 17:31:42 +0200 |
| commit | 709d7dd7227f1ff86b440425721b219e63da7a2d (patch) | |
| tree | 22d84b156ca7d6d919b2b80b7b2eaf81296c3b93 /rootston/rootston.ini.example | |
| parent | 8d72090afef998f96f243ac83e23b1bdc30667d1 (diff) | |
| download | wlroots-709d7dd7227f1ff86b440425721b219e63da7a2d.tar.xz | |
rootston: Handle modeline parameter
This allows to pass custom modes.
Diffstat (limited to 'rootston/rootston.ini.example')
| -rw-r--r-- | rootston/rootston.ini.example | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
