libera/#devuan-dev/ Friday, 2018-11-23

drwhiteHi folks, Just a quick one...00:16
drwhiteWhat needs to be installed so that the system can recognise multiple graphics cards and use them all at once? Or is that something that has been removed? Or is it something that can be added quickly please?00:17
drwhiteanyone know where I can get the package for libpng12.so.0 ?03:10
drwhiteAnyone here know, will Devuan run on ARM?03:28
drwhiteIf so, what is the current developement stage it is at?03:28
drwhiteif not, would it be possible?03:28
golinuxdrwhite: https://files.devuan.org/devuan_ascii/embedded/03:34
drwhitegolinux: I mean generic ARM, not specific03:35
drwhiteNot specific devices, just ARM03:35
golinuxIsn't arm device specific?03:37
golinuxNote that I have never played with an arm device.03:38
drwhiteARM is the arcitecture/CPU03:38
drwhiteThe things you have there are for raspberry pi 2 and 3 and 1 as well as the N9 and N900, etcetera...03:39
golinuxThat I know03:39
drwhiteSo they are the devices03:39
drwhiteso arm is not a specific device03:39
drwhiteit's just an architecture.03:39
golinuxBut don't you need a device to use it on?03:40
drwhiteyes, but it's not one of those.03:40
drwhiteand it will be run of several different ARM devices.03:40
golinuxTry #devuan-arm03:40
drwhiteThanks, asking there now03:42
golinuxYes, I just saw that you're there.  I won't stay on though . . .03:43
drwhiteall good03:43
golinux:)03:44
drwhitehad thought it was a query for the developers, not the users/testers03:44
onefangUnlike PCs and laptops, ARM devices have a tendency to use their own bootloaders.  Makes it hard to make a generic ARM operating system.03:46
onefangSome of the developers here are happy to work on specific devices, if they have one of them.03:47
onefangOnce past the bootloader, the rest is generic.  Except maybe some device drivers.  Some proprietary device drivers don't have Linux versions.03:50
onefangSo popular ARM devices will be supported, some of the rest if you get lucky.03:51
drwhiteOkay, so it's just the bootloader primarily. interesting.04:08
drwhiteI should be able to get a bootloader that works easily enough. The bootloader is completely separate from SystemD and all?04:09
onefangYep.  SystemD is for after the bootloader fires up the kernel, then the kernel fires up what ever init system is in use, which isn't systemD in the case of Devuan.04:32
drwhiteJust making 100% sure.05:05
Centurion_Dandrwhite: in most cases arm devices use uboot, but the issue is that arm doesn't provide a pre-boot environment or standardisation of where things are expected to be.  IE, with PC-BIOS, there are a number of things done to provide abstracted basic interfaces for early boot to allow getting to a known state before the kernel needs care about discovering and configuring hardware.  This doesn't happen in ARM systems.06:55
Centurion_DanFor ARM much of the functional units (network, usb, gpu) etc are built directly onto the same silicon as the cpu core(s), with each vendor having their own configurations.  The issue isn't the ARM abi, it's  addressing all the built in logic with specific hardwired addressing and no fancy controller to abstract away the complexity.07:23

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!