swvkc icon indicating copy to clipboard operation
swvkc copied to clipboard

SDL2 clients work poorly

Open Unesty opened this issue 5 years ago • 3 comments

They can work by setting wl_data_device_manager global to 3. They have tearing and low fps. Also not fullscreen SDL2 clients buffers stay on screen after exit.

Unesty avatar Sep 30 '19 09:09 Unesty

Yes that version should be set to 3. Which SDL2 client specifically? I'm trying with mgba and it seems to run fine (no tearing, 60 fps). The buffers are staying on screen after exit because I'm not doing any cleanup at the moment, I'll fix it soon.

st3r4g avatar Sep 30 '19 15:09 st3r4g

mgba run with tearing and cracking sound because of snd_hda_intel position_fix=1 as well as unity engine games in Xorg, probably because of high CPU load.

Unesty avatar Sep 30 '19 18:09 Unesty

I used mercurial version of SDL2.

Unesty avatar Sep 30 '19 18:09 Unesty