Tristan Ross
Tristan Ross
I think so, though it shouldn't be exactly required if you're running with a 4k page size. I've been trying with regular steam on Ampere Altra Max M128-26.
I have not gotten Steam working due to muvm failing to pass through the NVIDIA GPU I have. I've also tried getting Steam in but libX11.so.6 fails to load for...
That's the same issue I see on my Ampere desktop with an NVIDIA RTX 5070. I don't see that issue on my M1 Pro MBP.
This was caused by #7219, `src/debug/Log.cpp` needs `native_handle` which isn't implemented until C++26. If we replace `std::ofstream` with just `int` and use `open`, `write`, and other POSIX methods for fd's...
> I guess C++26 might not be ready for widespread adoption for lots of distors in several years... Spec won't be finalized until January 2026 (https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2024/p1000r6.pdf). This means that the...
> This is plain wrong. 2026.1 – tbd CD ballot comment resolution C++26 technically finalized, start DIS ballot
> Easily disproven by the fact clang18 supports the C++26 method we use. That is true however, not everyone is going to use the same C++ implementation. Most people do...
> `clang18Stdenv` is not configured to use the correct stdlib from what I've seen, and it has to be forced. That is kinda true, it's designed to use the main...
This one seems different because I have the Asahi mesa driver, I can load up wlroots based compositors. `drm_info` works.
I'm not sure, I don't get any sort of errors despite having `CONFIG_RUST=y` set already. I would've expected it to throw an error and fail if that is the case.