mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-06 07:57:49 +00:00
Update cheatsheets
This commit is contained in:
17
tldr/linux/modetest
Normal file
17
tldr/linux/modetest
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user