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 ... 31 32 [33] 34
481
Applications and Porting / Re: asdf support for ppc64le status
« on: January 28, 2020, 06:41:43 pm »
Nice!

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

483
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.

484
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.

485
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).

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

487
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.

488
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.

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

490
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

491
Applications and Porting / Re: MAME for Power
« on: December 23, 2019, 09:24:28 pm »
q66 is the Void Power maintainer, so.

493
User Zone / Re: Fedora Linux Thread
« on: December 16, 2019, 12:16:51 pm »
This I know, thanks.

I'll bug Dan Horak about this, it might be known.

Actually, one last thought: any difference with

Code: [Select]
dnf install @workstation-product-environment

? Or any of the suggestions on https://docs.fedoraproject.org/en-US/quick-docs/switching-desktop-environments/ ?

494
User Zone / Re: Fedora Linux Thread
« on: December 15, 2019, 05:08:14 pm »
Replying to two posts:

Wayland or X? If it's Wayland, that might be your problem. See https://www.talospace.com/2019/11/fedora-31-mini-review-on-blackbird-and.html

Thanks. I will look into it. On the installer, I select "Fedora Workstation". After reboot, I got a blank screen without login window. So I can't choose X or Wayland. Even Ctrl + Alt + F2 doesn't work.

Have you tried installing Server, and then converting to Workstation? This comes up with a text boot, but then you can "startx" to go to GNOME. That's how this T2 is configured.

Still, I agree this sounds like a bug.

Classic excuses a question, or rather 2, in the article dedicated to Firefox 70 advised to tell Firefox that we are using Power 9, can you write the precise syntax of the command to give to get this?  Second question, I'm looking for an application to be able to read Blu-Ray discs correctly, VLC isn't currently on Power, do you know what you can use as an alternative?  Thanks

I mean to tell the compiler you're using POWER9. If you're just running a pre-built version, then it's however it was configured and assuming the autodetect works properly. (It should on the Fedora builds.)

However, VLC is definitely in the repositories. Make sure you have RPM Fusion connected up. https://rpmfusion.org/Configuration

BD playback may require some bits that Raptor may be nervous about us posting, so just read the Arch Linux documentation about that. https://wiki.archlinux.org/index.php/Blu-ray

495
User Zone / Re: Fedora Linux Thread
« on: December 15, 2019, 01:47:45 am »
Is there a bug in GNOME? If I select GNOME on the installer, I don't get a login screen after installation. I even can't switch to the console, mouse doesn't react.

Wayland or X? If it's Wayland, that might be your problem. See https://www.talospace.com/2019/11/fedora-31-mini-review-on-blackbird-and.html

Pages: 1 ... 31 32 [33] 34