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/)SA
Posts
0
Comments
32
Joined
2 yr. ago
  • Pretty sure that information is stored in the driver, so you should be able to query it using monitoring software, i.e. see:

    NVML-API

    I know tooling like nvtop uses the API, but unsure whether it displays the maximum temperature

  • In general it sounds like you want 'tiling'. There are multiple window managers that does this, e.g. AwesomeWM, i3, Sway, River etc.

    Additionally you typically have 'tiling scripts' that work on top of Gnome and Kwin (Plasma), however unsure what the capabilities are there.

    I can atleast speak for Sway:

    Here you can can move/select the current focused window relative to whatever key strokes you prefer, the defaults are using Vim-bindings, but arrow keys are also pretty common.

    For grabbing a specific window (like in an ordered manner) is probably something that you would need to extend through scripting if the 'basic' movement isn't enough.

    Note: A tiling window manager is quite different (in usage) from a stacking one (which is what one is mostly used to) tiling capabilities/scripts

  • Yes, so R&D and finalizing the model weight is done on NVIDIA GPUs (I guess you need an excessive amount of VRAM).

    Inference is probably gonna be offloaded to consumers in the end where the NPU is taking care of the inference cost (See Apple, Qualcomm etc)

  • Not the best on AI/LLM terms, but I assume that training the models was done on Nvidia, while inference (using the model/getting the data from the model) is done on Huawei chips

    To add: Training the model is a huge single-cost expense, while inference is a continuous expense.

  • The whole downside is that not everyone is a data horder with space for videos

    Some media players allows for streaming directly using yt-dlp, e.g.;

    mpv <youtube url>

    Will use yt-dlp if installed

  • One thing to try is to update the firmware of the controller, however that needs to be done on Windows, the Arch Wiki has some additional info where people explain pairing issues

    There's also a section on "able to pair but no inputs" in the troubleshooting section on the same Wiki page

  • That dump didn't reveal any particular useful information, however it seems like multiple people are reporting issues with mesa + segfault, e.g. https://bbs.archlinux.org/viewtopic.php?id=301550

    Mesa v24.3.2-1 in Arch should revert that issue, Mesa v24.3.1 seems to be the problem one

  • Sounds like you might just be max'ing out the capacity of the coax cable as well (depending on length/signal integrity). E.g. ITGoat (not sure how trustworthy this webpage is, just an example) lists 1 Gbps as the maximum for coax while you would typically expecting less than that, again depending on your situation (cable length, material, etc)

  • What's your situation into the wall? Depending on country/ISP/regulations they might give you up to 1000 Mbps under the assumption that it's a single line going to a single user, however quite often that line is shared with potentially a lot of different customers.

    Some countries allows you to buy packages where you have a standalone line going to your wall, however at an additional cost

  • X.org: no screens found

  • Additionally you can try and force use amdgpu rather than radeon, by setting the kernel flags:

    radeon.cik_support=0 radeon.si_support=0 amdgpu.cik_support=1 amdgpu.si_support=1 amdgpu.dc=1

    Source

  • X.org: no screens found