Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-14 | docs: document XDG_SESSION_ID | Simon Ser | |
2020-01-14 | docs: establish one section per backend | Simon Ser | |
2020-01-14 | docs: remove rootston-specific env vars | Simon Ser | |
rootston isn't part of wlroots anymore. | |||
2020-01-10 | Drop RDP backend | Drew DeVault | |
Users interested in remote access to wlroots compositors should use wayvnc: https://github.com/any1/wayvnc | |||
2019-11-28 | note libinput as well | n3rdopolis | |
2019-11-28 | Update environment variable documentation to include more backends | n3rdopolis | |
Testing with exporting WLR_BACKENDS=drm worked, and it wasn't documented. Checking the backends folder, and it also mentions an RDP backend as well | |||
2019-06-11 | Remove WLR_DRM_NO_ATOMIC_GAMMA workaround | Scott Anderson | |
This is fixed on amdgpu, so we don't need this anymore. | |||
2019-04-08 | Add FreeRDP backend for remote desktop support | Drew DeVault | |
2019-03-06 | backend/session: Allow setting a custom tty via WLR_DIRECT_TTY | Niklas Schulze | |
2019-01-17 | Introduce noop backend | Ryan Dwyer | |
The noop backend is similar to headless, but it doesn't contain a renderer. It can be used as a place to stash views for when there's no physical outputs connected. | |||
2018-10-28 | backend/drm: add WLR_DRM_NO_ATOMIC_GAMMA env variable | emersion | |
This allows the legacy interface to be used instead of atomic if needed. This is a workaround to make some Intel GPUs work (if this variable is unset) as well as to make some AMD GPUs work (if this variable is set). | |||
2018-10-28 | util: use shm_open for in-memory files | emersion | |
shm_open is a POSIX function creating an in-memory file. Using it simplifies the code and removes the dependency on XDG_RUNTIME_DIR. The only downside is that we need to generate a random name for the shm file. | |||
2018-09-18 | Add support for WLR_SESSION env variable | random human | |
Valid values are "logind"/"systemd" and "direct". If WLR_SESSION is set, only its value is potentially tried; it will not try any other option. | |||
2018-09-14 | output: introduce WLR_NO_HARDWARE_CURSORS | emersion | |
2018-07-18 | Document WLR_HEADLESS_OUTPUTS | Guido Günther | |
2018-05-19 | backend: allow multiple backends in WLR_BACKENDS | emersion | |
2018-05-19 | backend: add WLR_BACKEND env variable | emersion | |
2018-05-03 | Document env vars used by wlroots | Guido Günther | |