hitagi: Fully support Intel Arc #70
Labels
No labels
affects/hardware
affects/legal
affects/reproducibility
affects/security
affects/style
affects/usability
blocked by/release 21.05
blocked by/release 21.11
blocked by/release 22.05
blocked by/testing needed
blocked by/testing needed/fuuko
blocked by/testing needed/sayuri
blocked by/upstream
resolution
deferred
resolution
permanent workaround
resolution
upstream wontfix
resolution
wontfix
type
bug
type
chore
type
feature
type
new machine
type
question
type
regression
type
tracking
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: simon/nixos-config#70
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The following works/doesn’t work:
waifu2x-converter-cpp
)nix-warez
’blender-bin
)intel_gpu_top
)intel_gpu_top
, which has limitations)intel_extension_for_pytorch
, which however is far from a drop-in-replacement)Not having hwmon for temperature means that it is not possible to control the case fans conditionally on
max(cpu,gpu,nvme)
.Incomplete/very WIP patch for trying to get mangohud to work inside the steam container:
The problem is getting the capabilities to propagate through both sandboxing layers. Bubblewrap only allows either setting all capabilities (Permitted, Inherited, Effective, Bounding, Ambient) or none. However, I only want to set Bounding capabilities. Because bwrap actually checks for set capabilities, it actually fails (because of legacy things that once required it but it no longer supports) when run with permitted capabilities. Therefore, it is required to drop the capabilities again. However, I could not get this to work inside the second layer (which is added deep inside nixpkgs).
Right now, using mesa from unstable does not work due to inompatible libc/libstdc++ versions of clients and mesa.