mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-29 04:21:03 +08:00
1c5ec35345
Co-authored-by: Nelson Figueroa <30811275+nelsonfigueroa@users.noreply.github.com>
17 lines
447 B
Markdown
17 lines
447 B
Markdown
# modetest
|
|
|
|
> Diagnose Direct Rendering Manager and Kernel Mode Setting.
|
|
> More information: <https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/18841850/Video_Mixer#modetest>.
|
|
|
|
- List connectors and their available modes:
|
|
|
|
`modetest -c`
|
|
|
|
- List connectors and their available modes for a specific driver:
|
|
|
|
`modetest -M {{mgag200}} -c`
|
|
|
|
- Set the resolution of a connector:
|
|
|
|
`sudo modetest -M {{mgag200}} -s {{connector_id}}:{{1600}}x{{1200}}`
|