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] 4 5 ... 9
31
I just want to say how much I appreciate this. Though I love using Firefox as my daily driver and ClassicHasClass is making great progress toward fully porting its JIT for everyone, it would be nice to have Chromium to fall back on for the odd page that doesn't test on as many other browsers as it should.

32
Operating Systems and Porting / Re: [NEWS] Fedora 38 is finally out!
« on: September 03, 2023, 04:50:56 pm »
Please note that Fedora 38 has defaulted to Wayland. HOWEVER due to unmet conditions in udev rules, it is actually reverted to x11

To fix this issue, please consult https://9to5linux.com/how-to-enable-wayland-for-hybrid-nvidia-graphics-on-fedora-linux-38-workstation

Can I assume I’m in the clear because I use Xfce and literally hop into GNOME about once a month just to make sure it still works?

33
What is `blink`?

The rendering backend for Chromium/Chrome, I'd guess.

34
Applications and Porting / Re: [GAMES] Quake 3 (ioquake3 port)
« on: August 20, 2023, 07:09:59 pm »
Yeah, there needs to be another condition to account for that possibility - ppc970 and friends are POWER4 derivatives and have their own special mcpu entries.

35
Applications and Porting / Re: [GAMES] Quake 3 (ioquake3 port)
« on: August 20, 2023, 08:58:39 am »
Nice work. I have one question: for PPC64 BE, would Power Mac G5s running 64-bit Linux run afoul of the -mcpu=power7 flag?

36
Operating Systems and Porting / Re: [NEWS] Fedora 38 is finally out!
« on: August 02, 2023, 06:50:26 am »
I have a silly recurring bug that's been in place since my original install of Fedora 37: periodically xscreensaver clears its power management settings and I'll need to re-enable them. There hasn't been much rhyme or reason - every two weeks to a month, it happens out of the blue.

Which DE are you using?

Xfce, with the DE's native screensaver app removed.

37
Operating Systems and Porting / Re: [NEWS] Fedora 38 is finally out!
« on: August 01, 2023, 06:42:25 am »
I have a silly recurring bug that's been in place since my original install of Fedora 37: periodically xscreensaver clears its power management settings and I'll need to re-enable them. There hasn't been much rhyme or reason - every two weeks to a month, it happens out of the blue.

38
Applications and Porting / Re: GZDoom
« on: August 01, 2023, 06:40:51 am »
I'm not sure about the hardware renderer, but the devs consider it indispensable for the true color software renderer. I'd expect gains north of 50% when intrinsics are enabled.

39
Applications and Porting / GZDoom
« on: July 30, 2023, 12:49:02 pm »
I talked about this a bit in the #talos-workstation channel over on Libera.Chat, but here goes: the short answer is that GZDoom works. All of the many libraries GZDoom takes advantage of run natively in Power, save for Asmjit, which is used to speed up execution of ZScript. I was wrong in the crispy-doom thread: enforcing -mcpu=power9 made a significant performance difference over the stock build options, but -DNO_WARN_X86_INTRINSICS makes no difference because of a prior commit that disables intrinsics outright for non-x86 architectures (apparently tied to disabling AsmJit for those platforms). With that limitation in mind, the biggest single issue for GZDoom speed comes down to a lack of SIMD optimization, which apparently makes a small difference in the hardware renderer and a very big difference in the true color software renderer. From what I've read the 8-bit software renderer doesn't leverage SSE2, and it flies at 1440p or higher on my eight core machine.

GZDoom currently detects Power9 as ppc64. Defining ppc64le as a platform and then forcing -DNO_WARN_X86_INTRINSICS specifically for it would probably be a lot less demanding than generating hand-tuned Power assembly, but I do not know whether that would break the current method of disabling AsmJit. Whether this would work on Power8 is up for debate - I don't know if its lack of VSX-3 would impact SSE translation. I need to allocate more time to scrutinize the source and figure out what needs patching, but if anybody wants to beat me to the punch, they are welcome to.

40
Reporting with an RX 6600 that’s been cheerfully hassle-free since kernel 6.1. So long as you hit that criterion, the 6700 should be a delight.

41
Applications and Porting / Re: Clion, VSCode, IDE options?
« on: July 18, 2023, 08:41:00 pm »
Edit: Never mind, yarn is in the Fedora repositories as yarnpkg. That'll teach me to run off to a conclusion... VS Codium compiled successfully with no errors, but no matter where I point Electron within the folder hierarchy, it doesn't seem to actually run. Suggestions are welcome.

42
Applications and Porting / Re: S.T.A.L.K.E.R. / openXray
« on: July 16, 2023, 06:19:00 pm »
if anyone here has a gpu better than vega 64 let me know what your FPS is

Has the patch been merged? I have an RX 6600 and can take a crack at it later in the week.

43
Applications and Porting / Re: Clion, VSCode, IDE options?
« on: July 15, 2023, 01:37:38 pm »
It seems that VSCodium now supports ppc64le
https://github.com/VSCodium/vscodium/releases/tag/1.79.2.23166

This sounds really cool, but what do I do with the download? It appears to be partial compared to x86_64 and ARM64 - do I need to grab one of those tar.gz files, then unzip the contents of the ppc64le archive into it with some additional steps?

44
Applications and Porting / Re: S.T.A.L.K.E.R. / openXray
« on: July 14, 2023, 09:20:50 pm »
Awesome! I actually just found a LuaJIT fork modified to compile for ppc64le a little while ago and was going to try and compile it this weekend, but it looks like the community beat me to it. Is this the main branch of the project that now compiles for ppc64le? If so, I will try to do that in the next week instead.

45
Yeah, I'm also wondering what the best solution is. I don't like Chromium, but sometimes I need to have access to it, and hopping over to my MacBook Air or Windows desktop isn't necessarily the best solution.

Pages: 1 2 [3] 4 5 ... 9