~emersion/tentative

A tool to try out KMS configurations
readme: mention contrib/drm-convert
Close /dev/tty on exit
Introduce object criteria

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~emersion/tentative
read/write
git@git.sr.ht:~emersion/tentative

You can also use your local clone with git send-email.

#tentative

A tool to try out KMS configurations.

#Building

Dependencies:

Run these commands:

meson build/
ninja -C build/

If you don't have libscfg installed, you can download it as a subproject:

meson subprojects download

#Usage

First, create a KMS configuration file. See the man page. Example:

plane 42 {
    CRTC_ID crtc 24
    CRTC_X value 10
    CRTC_Y value 20
    FB_ID fb {
        size 128x128
        fill_color "#FF0000"
    }
}

Then, run tentative with the configuration file:

tentative <configuration>

Useful resources:

#License

MIT

Do not follow this link