1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-17 20:56:19 +02:00

modetest: add page (#17656)

This commit is contained in:
Managor 2025-08-16 10:20:06 +03:00 committed by GitHub
parent 36488e2fb6
commit e9c6eeb4ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
pages/linux/modetest.md Normal file
View file

@ -0,0 +1,12 @@
# 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 for a specific driver:
`modetest -M {{mgag200}} -c`
- Set the resolution of a connector:
`sudo modetest -M {{mgag200}} -s {{connector_id}}:{{1600}}x{{1200}}`