Skip to content

Instantly share code, notes, and snippets.

@i0z0m
i0z0m / openpgp.md
Created May 11, 2022 08:05
Adding claim
@i0z0m
i0z0m / [drm_kms_helper]-flip_done-timed-out.md
Last active July 31, 2021 08:49
[drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [CRTC:37:pipe A] flip_done timed out.

symptom

I am a Japanese and have low academic ability, so I am not good at writng English. I'm sorry to my terrible language ability for you.
I sometimes get the following error when logging out of Xorg. It's a little different to [xf86-video-intel] flip_done timed out, but it's similar.

[drm:drm_atomic_helper_wait_for_dependencies [drm_kms_helper]] *ERROR* [CRTC:37:pipe A] flip_done timed out.   

Using the video=SVIDEO-1:d kernel parameter doesn't work for me.
I'm running Arch Linux (4.17.2-1) on my laptop ThinkPad X220 which CPU is Intel Core i5-2540M Processor.

status

Vagrant.configure("2") do |config|
config.ssh.insert_key = 'false'
config.vm.box = "ubuntu/xenial64"
config.vm.box_check_update = false
config.vm.synced_folder "C:\\Users\\(Vagrantfileの場所)", "/vagrant_data"
config.vm.provider "virtualbox" do |vb|