mirror of
https://github.com/swaywm/sway.git
synced 2026-04-21 06:46:22 -04:00
Add output modeline command
Only works with DRM backend.
This commit is contained in:
parent
daaec72ac0
commit
57d6f6f19e
6 changed files with 94 additions and 1 deletions
|
|
@ -40,6 +40,16 @@ must be separated by one space. For example:
|
|||
|
||||
output HDMI-A-1 mode 1920x1080@60Hz
|
||||
|
||||
*output* <name> modeline <clock> <hdisplay> <hsync_start> <hsync_end> <htotal> <vdisplay> <vsync_start> <vsync_end> <vtotal> <hsync> <vsync>
|
||||
Configures the specified output to use the given modeline. It can be
|
||||
generated using *cvt*(1) and *gtf*(1) commands. See *xorg.conf*(5).
|
||||
Only supported on DRM backend.
|
||||
|
||||
Example:
|
||||
|
||||
output HDMI-A-1 modeline 173.00 1920 2048 2248 2576 1080 1083 1088 1120 -hsync +vsync
|
||||
|
||||
|
||||
*output* <name> position|pos <X> <Y>
|
||||
Places the specified output at the specific position in the global
|
||||
coordinate space. The cursor may only be moved between immediately
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue