Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)FC
ferric_carcinization @ ferric_carcinization @lemmy.ml
Posts
0
Comments
129
Joined
4 mo. ago

  • I think I understand your point. Personally, I use a desktop for gaming and a laptop for a most other things, like you used to. I use tiling WMs, so not having a real mouse is not so bad, but I prefer real keyboards.

    I don't think you need to move a gaming machine around that often and desktops have better thermals, are a lot more upgradeable and are easier to fix than laptops.

    But sometimes portable gaming can be nice. For example, I play Mario Kart (Double Dash, of course) with my father every now and then, which wouldn't really work with a desktop. It's nice to be able to take a laptop and a few bluetooth controllers with me and be able to set up a portable retro gaming station literally anywhere.

    I guess it's just up to individual preference.

  • Zat isn't quit enugh to fix english. "Gh" kuld be replased wiz 'f' vher it vuld mak sens and ze same viz 'x' to "ks" & 'y' to 'j'. Vhile duble leters as used nov shuld be simplifid, I think it kuld be useful to mark long vovels by using tvo of the same leter. Vhile zis vuld help a lot, ze most important shange I'l sugest is to use vovels that reflect ze pronunsiation. Vhen juu vant to vrait "smorgasbord" juu vuld insted vrait ze moor sensibl "smöörgoosbuurd". Sadli, inglish is a horibl bodg of a languig, meid bai miksing vai too mani diferent languiges, so moor fikses aar veri velkom.

  • Nvidia user here.

    What kinds of problems did you face with AMD?

    While Nvidia works pretty well now, it just doesn't compare to my laptop with an intel iGPU, with which I've had no issues. Intel & AMD should offer a better out of the box experience.

    It does depend on your GPU, distro & use, but in the best case scenario Nvidia will only match the alternatives and in the worst case you'll have to tinker a bit, which new Linux users may not be comfortable with.

    I haven't had any new Nvidia-related issues in about a year, but I spent more time than I would've liked fixing those issues a year ago. I'm really curious about your experience with AMD if it was so horrible and left you longing for "how stable things were on the green team".

    I'm not saying OP should get one over the other, but OP shouldn't let fanboys dictate their decision. They will try to do so without admitting that they're fanboys, so we have to admit it for them.

    TL;DR: Nvidia works well for most people, but can cause headaches for others.

  • While Nvidia GPUs mostly work pretty well, that's only until they don't. I'd recommend getting an AMD one instead, to avoid any future headaches. Though, if you prefer Nvidia for some reason, the situation will likely get better when the Nova driver gets released & NVK becomes a bit more optimized.

  • Nova is still in the very early stages of development, though I think they've laid down a lot of the groundwork now? They recently got the driver to do one part of the GPU initalization process, so work on the driver proper has started.

    In the strictest sense, NVK is not a replacement for Nouveau's OpenGL driver, but Zink on NVK is, as NVK is exclusively a Vulkan driver and Nouveau has no support for Vulkan.

  • I remember there being a bit of talk around a Linux driver compatibility layer for Redox in the future, but I can't find anything about it, so I could be misremembering.

    What do you mean by "C interoperability and a linux-like API", exactly?

    1. C is pretty much the standard for FFI, you can use C libraries with Rust and Redox even has their own C standard library implementation.
    2. Linux does not have a stable kernel API as far as I know, only userspace API & ABI compatibility is guaranteed.
  • Bold choice to store them so close to each other. If something bad were to happen, multiple cars might be affected. Especially as Teslas are known to spontaneously combust, most commonly either when driving or no one is looking.

  • At least the situation will get better.

    Nouveau's kernel driver is a horrible mess, so I'm looking forward to Nova, if it ever gets ready.

    For older (pre-about-RTX 2000-series) cards, the kernel driver had to do a lot, and Nouveau had to reverse engineer most things. Now, Nvidia has moved most of the proprietary magic into something called the GSP (GPU System Processor), which is a small processor (RISC-V, IIRC) which does many things the kernel driver did previously, like reclocking. This, in addition to the official open kernel drivers should make developing a new FOSS Nvidia driver a lot easier. RedHat's Nova (and I think Nvidia's open driver) only support cards with a GSP for this reason.

    NVK is very impressive for such a new unofficia Nvidia driver in my opinion. If I remember correctly, they said that they'll focus more on optimization now that it's conformant.

    When/if Nova is ready, it will finally be possible to use a Rust graphics driver stack on Linux outside of Asahi.

    If you have any questions remaining, just ask.

    Edit: So the closed source GSP firmware blob has 3 "good" points:

    1. The closed source parts are limited to inside the GPU.
    2. It moves a lot of work away from the kernel driver.
    3. It allows open source drivers to support HDMI 2.1 & later.

    The HDMI Forum decided some time ago that HDMI was too open. Now, for the newer versions, the license doesn't allow open source implementations. Nvidia gets around this with proprietary GSP firmware inside the GPU (even with official open source drivers, not sure about Nouveau) and Intel with GPU firmware or an internal adapter, depending on the GPU (if I've understood correctly). Only AMD doesn't support the newest HDMI version.

  • They'll still be slow, as I really doubt that anyone will manage to reclock the cards, ever. Hopefully, now that they're supported by the NVK driver, which is likely getting a lot more attention than Nouveau's OpenGL driver and supports Vullan, performance might improve.

    According to Collabora (main developers of NVK, I think) & a few other sources (I haven't run any benchmarks myself), NVK + Zink (OpenGL on Vulkan) is a bit faster than Nouveau on newer cards, for which it is now the default. The older cards still default to Nouveau, but as I understand it, it's just in case there are issues with them.

    So, they are a bit nore compatible now. They should also be a bit more performant now (if you use Vulkan instead of OpenGL & NVK works) or soon(er or later) (when NVK gets faster or the cards switch to Zink on NVK).

    Nvidia drivers are a bit confusing on linux, so I'll list them here, just in case (at leas as far as I understand them):
    Kernel drivers:
    Closed source official driver
    Open source official driver
    Nouveau Nova (WIP)

    Userspace drivers:
    Official driver (supports both officiql kernel drivers)
    Nouveau (OpenGL only, supports the Nouveau kernel driver)
    NVK (Vulkan only, OpenGL via Zink, supports the Nouveau kernel driver, will support Nova)

    Kernel drivers run in the kernel & talk with the GPU, while userspace drivers talk with the kernel drivers, as far as I understand.

    Both NVK & Nouveau's userspace driver are part of Mesa.

    All the Nouveau drivers are often just called "Nouveau", but they're all located in different places. (Nouveau also has a Xorg driver, which isn't important here.) Also, the package for NVK is (at least on some distributions) called vulkan-nouveau (Arch) or similiar.

    TL;DR: The situation should be at least a bit better now and it should be easier to improve. Also, Nvidia drivers on Linux are confusing.

    P.S.
    I have a device with an intel integrated GPU & one with a Nvidia 2000 series GPU. Everything works with the intel one (and I would assume AMD), but Nvidia sometimes causes problems on the other device.

    It was some time since I tried NVK on it, but performance was much better with the official drivers. It's probably much better now, and I'll probably have time & motivation to test it in a week or few, after getting a few other things out of the way first.

    Depending on your card, luck, setup, needs & distribution, Nvidia could just be a minor annoyance (enabling non-free repositories and/or some manual configuration with the official drivers, or not quite enough performance with Nouveau) to larger problems (broken greeter/DE/WM/etc., problems with secure boot signing or something else with the official driver or horrible performance or lack of support for extensions with Nouveau).

    If you're looking for a GPU, I'd recommend avoiding Nvidia. Official drivers work pretty well now (most of the time), but can cause headaches and the amount of time I've spent troubleshooting is not completely insignificant. There are still a few (pretty small) problems I haven't been able to resolve. This is in contrast to the intel iGPU, with which I don't remember any problems.

    Edit/P.P.S.
    Sorry for the wall of text.

  • Did they use sane or Windows-style newlines? Windows-style line endings are not supported everywhere.

    Edit:
    Variable-width handwriting is no longer considered a best practice and has been deprecated for some time. If the program did not compile with sane line endings, try rewriting the program in monospace, as support for legacy handwriting styles may have been dropped from non-LTS compiler releases.