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 - ClassicHasClass

Pages: 1 ... 27 28 [29] 30
421
User Zone / Re: Virtual machine to run x86 software on ppc64le a host
« on: February 01, 2020, 10:32:53 pm »
It pretty much works, and many things can be made to work with qemu-user. hqemu is notably faster but less compatible.

https://www.talospace.com/2018/11/sometimes-its-necessary-running-x8664.html

422
User Zone / Re: Fedora Linux Thread
« on: January 31, 2020, 07:50:32 pm »
Not that I'm aware of, or at least it doesn't seem to make any difference.

423
Applications and Porting / Re: Blu-ray applications
« on: January 30, 2020, 11:55:55 pm »
Even if you do, there is still a x86 binary-only blob that does the actual extraction. (You should or should not trust me as I may or may not have tried this.) That blob I so far have not gotten running in qemu-user.

424
Legacy POWER Hardware / Re: Old stuff survey
« on: January 30, 2020, 11:52:11 pm »
Welcome as well :)

425
User Zone / Re: Rough edges and how I work around them (or not)
« on: January 30, 2020, 11:51:40 pm »
For certain devices. This machine is fine with a 5.3 kernel (haven't got around to updating it yet), and the Samsung NVMe SSDs Raptor ships appear to be unaffected.

426
Applications and Porting / Re: asdf support for ppc64le status
« on: January 28, 2020, 06:41:43 pm »
Nice!

427
Legacy POWER Hardware / Re: Old stuff survey
« on: January 28, 2020, 06:39:48 pm »
Welcome!

428
I'm doing research for a future Talospace article on the ultravisor, but while it should do something conceptually similar I don't think it's an exact replacement for SGX.

Flexver seems to have a little different scope and involves tamper protection as well AIUI, but @madscientist159 could say more about that.

429
General OpenPOWER Discussion / Re: Ahoy shipmates!
« on: January 08, 2020, 11:56:20 pm »
Yes, guest posts are welcome, subject to editing for accuracy and house style. Do note they would be uncompensated (the money I make basically pays the domain name and defrays a sliver of Floodgap's hosting costs), but your writing would remain yours.

And welcome.

430
User Zone / Re: Rough edges and how I work around them (or not)
« on: January 08, 2020, 11:55:06 pm »
Are you on Fedora? fstrim.timer will become default in F32 (hopefully).

431
User Zone / Re: Void Linux thread
« on: January 04, 2020, 06:28:13 pm »
Excellent!!

432
User Zone / Re: Rough edges and how I work around them (or not)
« on: January 04, 2020, 06:27:29 pm »
Quote
When rebooting sometimes restarts without onboard audio available

I haven't observed the lack of onboard audio on reboots, but I usually don't reboot my Blackbird much when it's on. On the other hand, I still occasionally have situations where it won't put video up on HDMI, or at least my home projector won't see it.

Quote
VLC sometimes remains "running" after closing out

This is not specific to the Blackbird; I've seen this on the Talos. I haven't figured out why this occurs. A killall -9 will nuke it.

Alternatively, go to the settings and uncheck Allow only one instance. This doesn't solve the problem but it makes it much less annoying, and you can clean up the corpses later.

Quote
Large images in GIMP are much slower to work with

I haven't been happy with GIMP on any platform. I use Krita or azpainter.

Some of your other issues sound more software-motivated, but I think that PCIe-NVMe bridge might be a little rickety.

433
Operating Systems and Porting / Re: Firefox Status
« on: January 04, 2020, 06:22:25 pm »
With those hints I managed to get it working, two main points:
- Clang doesn't compile it right yet, I had to force using gcc/g++
- Not sure about the selection of a different linker, it did not make any apparent difference.

Yes, clang doesn't work properly. It's possible that gold has been fixed, but I'd still stick to GNU ld (bfd).

Quote
I opted to fetch apt-get source firefox and build it with an updated mozconfig.in that sets:
export CC=/usr/bin/gcc
export CXX=/usr/bin/g++

Also had to limit threads to 24, I ran out of RAM on 32 threads.

Successfully running mainline firefox installed through a selfmade deb-package.

I just do -j24 for makes myself, but largely because I want a few threads so I can play Descent. :) How much RAM is in your system? This machine has 32GB.

434
User Zone / Re: Graphics Card install
« on: January 02, 2020, 11:54:04 am »
After all that, what did you do to fix it?

435
Operating Systems and Porting / Re: Firefox Status
« on: January 01, 2020, 10:21:53 pm »
No, Firefox should work and build fine. I haven't done a build against central in a couple weeks, but I'm typing this in Firefox 71 on Fedora 31 on a Talos II, so I know at minimum that mozilla-release works. What does your mozconfig look like? The ones I use are here:

https://www.talospace.com/2019/12/firefox-71-on-power.html

(which uses the same ones as ...)

https://www.talospace.com/2019/05/firefox-67-on-power.html

Pages: 1 ... 27 28 [29] 30