mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-25 06:59:42 -05:00
rootston: Handle modeline parameter
This allows to pass custom modes.
This commit is contained in:
parent
8d72090afe
commit
709d7dd722
4 changed files with 85 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue