SavvyBeardedFish

joined 2 years ago
[–] [email protected] 8 points 1 month ago* (last edited 1 month ago) (1 children)

Have you enabled Southern Islands support as a kernel parameter? Your generation of GPU was originally supported on radeon, so you need to explicitly enable SI (Southern Islands) support to use amdgpu.

See ArchWiki for more information

[–] [email protected] 8 points 2 months ago* (last edited 2 months 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

[–] [email protected] 13 points 2 months ago (1 children)

There is a patch-series that is now merged into 6.15-rc1 that exposes more i2c/RGB controllers on the GPU side for AMD cards, so that kernel + OpenRGB (as others have mentioned) might be a solution down the line

Patch series for reference: https://lists.freedesktop.org/archives/amd-gfx/2025-January/118399.html

[–] [email protected] 6 points 4 months ago (3 children)

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

[–] [email protected] 4 points 4 months ago (2 children)

Maybe the LLMs they prompted didn't know about the built-in SSH support, hence still recommends PuTTY? 🤔

[–] [email protected] 26 points 4 months ago* (last edited 4 months ago) (1 children)

Der8auer's video is worth a watch, he got one of the Redditor's card:

https://youtu.be/Ndmoi1s0ZaY

[–] [email protected] 7 points 4 months ago

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)

[–] [email protected] 26 points 4 months ago* (last edited 4 months ago) (4 children)

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.

[–] [email protected] 5 points 5 months ago (1 children)

Are you by chance using an integrated GPU?

Noticed that my AMD Radeon 680M uses quite a lot of RAM as shared memory.

Using something like amdgpu_top will show how much RAM your iGPU is using, metric is 'GTT'

[–] [email protected] 21 points 5 months ago* (last edited 5 months ago) (5 children)

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

[–] [email protected] 8 points 5 months ago (2 children)

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

[–] [email protected] 2 points 6 months ago

Not what I expected, good thing you managed to get it solved!

view more: next ›