Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Hasturtium

Pages: [1] 2 3 ... 12
1
Operating Systems and Porting / Re: [NEWS] Fedora 42
« on: April 25, 2025, 09:23:14 pm »
All right. Clean install of Fedora 42, reusing the /home folder from my prior Fedora install. It’s all Wayland now, and I’ll revisit Xfce at some future point on this machine. I am using mesa-freeworld for accelerated video encoding and playback. Vulkan works within Gnome but KDE reliably chooses llvmpipe over the radeonsi Vulkan driver, as below.

hasturtium@garlic:~$ MESA_VK_DEVICE_SELECT=list vulkaninfo
selectable devices:
  GPU 0: 1002:73e3 "AMD Radeon Pro W6600 (RADV NAVI23)" discrete GPU 0000:03:00.0
  GPU 1: 10005:0 "llvmpipe (LLVM 20.1.1, 128 bits)" CPU 0000:00:00.0

How do I beat it upside the head to understand my point of view?

2
Operating Systems and Porting / Re: [NEWS] Fedora 41 is out!
« on: April 23, 2025, 01:34:19 pm »
Point the symlink /etc/systemd/system/default.target to /lib/systemd/system/multi-user.target and reboot, and it should come up with a text console login. Log in, do a startx (assuming your .xinitrc is configured) and away you go.

You are very nice. Thank you!

3
Operating Systems and Porting / Re: [NEWS] Fedora 41 is out!
« on: April 22, 2025, 08:45:51 am »
I realize this sounds like a non-solution, but the solution for me is to textboot and bring up X11 (or, if I'm feeling masochistic, Wayland) manually -- no display manager at all.

Honestly, that sounds fine. In days of yore (read: Slackware on x86) I'd just change the runlevel at boot; what's the approved methodology in systemd-land?

4
Operating Systems and Porting / Re: [NEWS] Fedora 41 is out!
« on: April 21, 2025, 11:30:31 am »
Now I’ve been bitten by the gdm Xorg snafu in F41. Managed to squirm into Gnome Classic, switched the display manager to lightdm, rebooted, and the system now only lets me into the onboard video via Gnome Classic and Wayland. What’s the solution here? I’m about this close to just switching to RHEL 10 when it lands.

5
Operating Systems and Porting / Re: [NEWS] Fedora 42
« on: April 17, 2025, 01:59:02 pm »
I'll defer to ClassicHasClass's preview before leaping in, but F41 was rather nice. Even managed to enable the HEVC decode and encode for my Radeon W6600 where it hadn't worked on F40.

6
GPU Compute / Accelerators / Re: Intel Arc A770 - failed experiment
« on: March 20, 2025, 10:48:25 am »
It's been 2 years and ... unfortunately the driver still does not support non-x86.

i915's never getting rearchitected for non-x86, but aarch64 reportedly runs Arc with a few caveats using Intel's xe driver. There's nothing it offers that my W6600 doesn't do well enough for my needs at this point, but I'd like to think it'll work since Power9/Raptor's PCIe implementation's apparently less warty.

7
GPU Compute / Accelerators / Re: Intel Arc Support in Kernel 6.8
« on: March 07, 2025, 09:24:24 pm »
it does support the current Alchemist line; the only thing we'll likely miss out on is support for the HuC microcontroller. Without that support the video encoder is rather less capable...

Kernel docs only mention reference HEVC/H.265. The media driver mentions that either HuC or shader based encoding(which is hopefully still better than CPU based). Does encoding for h.264, VP9, and AV1 work that way?

I found this upstream bug tracking the issue. From the link in the last comment it looks like no accelerated decode on the A380 even with i915 driver? that can't be right...

There was a lot of hubbub earlier about the HuC code only being maintained for i915, with its functionality being rolled into some other component for DG3 that would work across both i915 and xe. Part of me wants to get my hands on an Arc A770 I loaned to a friend and try it in my Blackbird this week, but I’d love to hear about somebody running it successfully before evicting the W6600 that’s quietly worked for me in the past year.

8
Operating Systems and Porting / Re: [NEWS] Fedora 41 is out!
« on: March 03, 2025, 06:55:45 am »
Is it likely that I can jump from 40 to 42 without incident? I gave 41 a pass.

9
GPU Compute / Accelerators / Re: AMD OpenCL / ROCm
« on: February 18, 2025, 01:46:28 pm »
I tried ROCm years ago on this platform and it didn't work at all. Then I tried it on an x86 platform and it didn't work at all. Then I tried OpenCL and it was slow as hell.

My takeaway is that if you want to do reasonably portable GPGPU stuff learn WebGPU/Vulkan compute shaders. You can do also GPGPU stuff with opengles/webgl with "transform feedbacks" but its extremely limited and a total nightmare, speaking from experience.

OpenCL runs for contemporary Radeons in Fedora via RustiCL - managed to crack that nut a few months ago, but it took some doing. Clover is busted, as I think the firmware it expects to find hasn't been released for post-Navi hardware, and you have to blacklist it or it's likely to throw an error or hang your system outright.

10
General Discussion / Re: AMD RX 6900 XT from Sapphire NITRO
« on: February 18, 2025, 01:43:59 pm »
I am having a really hard time getting my 6600 to work on gentoo w/ linux 6.6

If anyone has any advice for getting it working, please give me a shout

I've had an RX 6600 (and, later, a W6600) running without much incident on Fedora since around kernel 6.2. Dumb screening questions first:
- have you installed all the latest device firmware to go with that kernel?
- have you gotten a different GPU working in this machine before?
- what's the kernel page size?

11
Blackbird / Re: BMC Fails to Boot
« on: January 14, 2025, 07:38:34 am »
Thanks to you both. I'll get one of those cables and try the i2cget BMC troubleshooting commands.

I suspect the PSU is the culprit as well. The one I have is 10 years old and may indeed be at the end of its life. However, I'd like to confirm before buying a replacement.

I would replace that decade-old PSU unless I had no other options. They get unpredictably flaky as their components degrade, and doing so will help a lot in your troubleshooting. Best wishes regardless.

12
GPU Compute / Accelerators / Re: Radeon RDNA3 support?
« on: November 21, 2024, 02:45:16 pm »
General consensus I've seen is that the groundwork for RDNA3 support was laid alongside the RDNA2 fixes landing. I can say that the single slot Radeon Pro W6600 I snagged a while back has not given me a single burp or hitch since I installed it, and the single slot W5500 before that was also fine prior to a weird kernel regression around ~5.17, which I believe was sorted out a bit later.

13
Operating Systems and Porting / Re: [NEWS] Fedora 41 is out!
« on: November 04, 2024, 09:01:20 am »
I look forward to the upgrade, pending any weird issues that crop up. I may defer to ClassicHasClass's probable writeup before taking the plunge.

14
General Hardware Discussion / Libre SOC, uh
« on: October 09, 2024, 10:19:14 am »
https://lists.libre-soc.org/pipermail/libre-soc-dev/

I wondered what happened with what appeared to be a promising project, and holy cow.

15
General CPU Discussion / Re: 3U HSF End of Life'd
« on: October 05, 2024, 09:07:43 pm »
The "talk is cheap" thing they've got going is kind of nice, until it's not any more. Maintaining a joyful anticipation for Talos III/Blackbird II/S1 systems with no news whatsoever for more than 11 months (with the announced release date ending in less than two months) is probably not something people are going to do.

Not even on their Txitter? I haven't been able to check ever since the API got closed off for frontends like nitter.

Knock on wood, but xcancel.com still works for me in a pinch. Their dead bird site account has not updated since May 16th of this year, when they retweeted something from OpenPower. Prior to that their last update was in February announcing the new BMC firmware, which I have foolishly still not gotten around to installing yet.

Pages: [1] 2 3 ... 12