Posts by Da Flex

    PS: You can shrink the Linux partition to create a 120GB Windows partition. The rest of the Linux partition will still have enough space for all temporary files. After that, you will see the new partition like having a Windows formatted USB stick on your RPi. You can use GParted Live to reformat micro SD.

    S905X is a SoC and the drivers are there. You don't sell SoCs these days without providing Linux drivers or giving access to specifications.

    Interesting. Where can I buy that package?

    The common practice is that the manufacturer of a SoC delivers a developer board and an SDK. So the hardware API / drives are part of the SDK. It's hard to separate the hardware API / drivers from the SDK.

    So my basic question is if it wouldn't make sense to clean house and find a (cheap) worldwide S905(x) partner for us users and support it, instead of linking dead or hard to get products.

    I'm not an LE developer, but I'm reading here for a while. The main problem is getting driver source code and/or API documentation for the hardware. It's necessary for an LE build. S905x companies have no interest to give those data away, because that makes reproduction easier. That's why the Raspberry Pi became so successful - developers have hardware drivers access.

    The new output looks much better. Yes, color space is independent of HDMI or DVI mode. All resolutions of the target device do appear. That's no bug, because the adapter transmits the complete abilities of the target device without filtering.

    I was unable to send a developer a PM, because the function is blocked from his side. But you can still change thread title, and mark it as [BUG] to get developer attention. If that doesn't lead to any response, you can start a new thread in the "Bug Report" sub-forum.

    yes, cables etc are the same.

    DVI>HDMI adapter limits resolution to 1080p so can't be workaround.

    Thank you. I think HDMI connection is more tested by developers, compared to DVI. It really could be a bug, and a developer should have a look at this. If you want to help to fix it, you could deliver the output of "xrandr --verbose" when using the DVI -> HDMI adapter. That should show some comparable differences.

    I bet it's a monitor problem. I just did a "xrandr --verbose" at my Ubuntu Linux, and the output shows all available resolutions of my connected monitor. Those entries appear after your last output lines ("non-desktop: 0, range: (0, 1)"). And I get an additional RGB entry:

    Code
    Broadcast RGB: Automatic 
                    supported: Automatic, Full, Limited 16:235

    So, I think your LE and graphic cards work alright, but your monitor doesn't give the necessary response to activate RGB mode.

    I had a look at your log file. Please check your storage device "sr0". It has I/O errors:

    I think it's more about what you do with Nextcloud. There are always scenarios, when you will run out of memory when using Nextcloud. User chewitt describes the most performant solution, but if you have to stay with your current hardware, you can try to install an external swap partition (SSD) to expand the RAM. I don't suggest it, because it's probably slow.

    The major purpose of the Raspberry Pi is to make people start programming. Your project is doable, but you have to learn programming.

    Part 1: Find a way to start a movie from command line by entering a command with a unique movie ID as argument. (maybe use MySQL)

    Part 2: Write a LibreELEC add-on, which permanently reads your connected RFID reader, and sends a command (see part 1) when a card is near the reader.

    Especially part 2 needs programming skills. To my knowledge, such an add-on doesn't exists.

    Do you really want many hours of serious work just to have the luxury of a card-triggered movie player?