diff options
author | Damian Hobson-Garcia <dhobsong@igel.co.jp> | 2022-04-06 18:11:38 +0900 |
---|---|---|
committer | Damian Hobson-Garcia <dhobsong@igel.co.jp> | 2022-04-20 10:58:39 +0900 |
commit | 6a12fcc3821e913ca799ff8981d9415d0a251836 (patch) | |
tree | 073303a4717bc06b0d2b55d6f548fc3a96b00247 /README.md | |
parent | 17bf719d3b141142c6fa908485dec4ca5872fa83 (diff) |
Default to first modesettable DRM device
When no DRM device is specified on the command line, try all
available DRM devices until an available modesettable device is
found.
Bug-AGL: SPEC-3815
Change-Id: I72343558fcda755a63aee549767ccc8c00c06724
Signed-off-by: Damian Hobson-Garcia <dhobsong@igel.co.jp>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -65,8 +65,8 @@ Once installed, running the following command will start the DRM Lease Manager d drm-lease-manager [<path DRM device>] -If no DRM device is specified, `/dev/dri/card0` will be used. -More detailed options can be displayed by specifying the `-h` flag. +If no DRM device is specified, the first available device capabale of modesetting will +be used. More detailed options can be displayed by specifying the `-h` flag. ### Dynamic lease transfer |