Davíð Steinn Geirsson

Results 5 comments of Davíð Steinn Geirsson

I suggest you remove "threads and/or" from the title. It's clear that the original submitter is asking for parallelizing transfers over multiple connections. Whether that happens in multiple threads or...

```patch diff --git a/CMakeLists.txt b/CMakeLists.txt index 40d7924e..9245cf80 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -329,4 +329,5 @@ endif (NOT TARGET rpm) install(FILES ${PROJECT_BINARY_DIR}/libntirpc.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig) install(DIRECTORY ${NTIRPC_BASE_DIR}/ntirpc DESTINATION include) +install(FILES ${NTIRPC_BASE_DIR}/src/monitoring/include/monitoring.h...

> Would it be possible for the Linux kernel to handle power management even with PCI hotplug disabled? I have no idea, sadly. I think @HW42 can probably explain it....

> See description of the patch adding this option: https://github.com/QubesOS/qubes-linux-kernel/blob/main/xen-pciback-pm-suspend.patch It doesn't really explain the problem that motivated the patch though, beyond that it doesn't work "for some, not yet...

I have a machine affected by this issue. I worked around it by setting POWERDEVIL_NO_DDCUTIL in the unit override for plasma-powerdevil.service. It looks like the ddcutil version I have does...