Results 159 comments of Christoph Haag

With my 6900XT I've seen it do something like this, especially in openbrush it's bad. The reason was power management. As root, try `echo 4 > /sys/class/drm/card0/device/pp_power_profile_mode`. The power profile...

How do you feel about keeping this issue open? I think there are two things about it 1) Fixing the power management so it works properly on the default profile....

Nobody prevents you from running while true; do pgrep vrcompositor && echo 4 > /sys/class/drm/card0/device/pp_power_profile_mode || echo 0 > /sys/class/drm/card0/device/pp_power_profile_mode; sleep 1; done with your favorite init system, but it...

As of https://steamcommunity.com/games/250820/announcements/detail/1612763361792731684 motion smoothing is supposedly working on AMD on Windows 10. On Linux motion smoothing indeed does not exist yet.

Interesting, I was under the impression it just wasn't implemented at all. But indeed I see some messages. with `grep Bluetooth ~/.local/share/Steam/logs/vrmonitor.txt` that look like it's trying to do something:...

A week ago HTC added the bluetooth firmware to linux-firmware. A sign for bluetooth support in SteamVR coming? https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/commit/?id=f472074db02b93ea4381d0aada906e28481cb7c6

Interesting. Since the last bluetooth update it doesn't pretend to do the update over bluetooth anymore, it just tells me to do the usb update, even when the basestation is...

This project supposedly implements power management of the v1 basestations. I did not test it yet https://github.com/risa2000/lhctrl

I've seen this as a bogus error on Ubuntu. Can you make sure that you have libsdl2-2.0-0 installed? If yes, and it still happens, running unity with `strace ./Unity...whatever` might...