Lars Kellogg-Stedman
Lars Kellogg-Stedman
The problem persists with both `--hwaccel` and `--no-hwaccel`. Using `--no-drm` causes `kmscon` to do nothing (does not blank the screen, does not estbalish a console, etc). The VT appears "frozen"...
[0000.000000] NOTICE: kmscon Revision kmscon-7 Feb 28 2013 16:16:35 [0000.023455] INFO: conf: reading config file /etc/kmscon/kmscon.conf [0000.042732] DEBUG: module: loading global modules from /usr/lib/kmscon (kmscon_load_modules() in src/kmscon_module.c:188) [0000.043500] DEBUG: module:...
`lspci` reports `01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Radeon RV250 [Mobility FireGL 9000] (rev 02)`.
Yeah, it's an older laptop. `kmscon` only runs once successfully; after that, it will not work again until after a reboot. Running `test_output --test` does set the screen white for...
`modeset-vsync` doesn't run at all; it reports: ``` using card '/dev/dri/card0' ignoring unused connector 13 ignoring unused connector 15 mode for connector 17 is 1400x1050 cannot mmap dumb buffer (22):...
`modeset` and `modeset-double-buffered` both behave the same way (as `modeset-vsync`). No worries if it's a driver bug; I'm happy open something at bugs.freedesktop.org. Given the age of the machine it's...
@dkinzer that seems to work for me (using Vagrant 2.2.16 with libvirt), and would work around the race condition with collections support.
This behavior seems to be dependent on how the package is installed. If I `flit install --symlink` the project, we see the behavior described above. If I `pip install -e...
Thanks @rawtaz for pointing me at this issue. I'm storing backups in metered storage (Backblaze B2). I want to know how much new data I'm creating every time I run...
@zacwolfe did you ever submit a pull request with the timeout feature? I was looking for the same thing.