I just want the Manjaro Arm to not fizzle the gui’s and run Firefox at speeds faster than 1980s era internet…

Or any desktop distro, even gnome or ubuntu

4 points

I would still eat that

permalink
report
reply
5 points

I’m considering it too, unfortunately

permalink
report
parent
reply
4 points

I’m going to the store to buy a pie now

permalink
report
parent
reply
32 points

There’s hardware video encoding/decoding support. I used a Pi3b+ to transcode video for a while and would easily get 2x or better on full 1080p video. The 4 is better and I’ve heard even better on the 5, but I’ve not had a compelling reason to spend that much to find out.

permalink
report
reply
15 points

Yes.

Everything you say is correct.

I have a 4B, with 4 gigs.

Everything is logical.

Yet I’ve still been unable to achieve that despite trying multiple distros. Only Android of all things has successfully played YouTube (via smart tube) and video without any issues. I’ve also yet to see video evidence of smooth playback aside from one person on YouTube (Computers Explained I think), and it was only on Raspberry Pi OS. Which in fairness I kinda do too, but it takes like 12 seconds average to load a webpage on their version of Firefox (no added extensions) and either 5 or 30 on Chromium for some reason.

I’ve been trying to set the Pi as a htpc (that’s not a lobotomized Kodi box) that can also do minor streaming and a few other things, for 5 days and counting. I made a nice click friendly desktop with Manjaro KDE for Pi, and the OS itself is snappy and fast. But any major video graphical elements and it becomes a geriatric Commodore 64.

I know (read:guess) it must be that something going wrong with hardware acceleration, but just can’t figure it out. Maybe my Pi is cursed.

permalink
report
parent
reply
7 points

Even on the Pi 5 the basic desktop environment in RPI OS with hardware acceleration working feels sluggish. I’m not sure if it’s some weird power savings thing, but the pi just drops frames whenever it feels like it.

permalink
report
parent
reply
10 points
*

The RPi 5 SoC does not have VP9 hardware decoding which is necessary for YouTube videos. Anything above 1080p30 inside a window will suck.

Weird part is that RPi4 SoC has it.

Edit: confirmed by Raspberry Pi Foundation themselves, only hardware video decoder is HEVC.

permalink
report
parent
reply
3 points

My experience is similar. I don’t play YouTube videos on my 4B with 8GB of RAM very often. When I do, I make sure it’s well less than a quarter of my 1920x1080 screen. (I use a tiling window manager, so I usually just make my browser window the top-left quadrant of my screen and don’t theater-mode or anything.) And I often reduce the quality to 480p or whatever.

If I’m going to watch something longer than a few minutes and want to be doing other things on my Raspberry Pi while the video is running, I’ll just pull it up on my phone propped next to my monitor.

permalink
report
parent
reply
2 points

Damn! My 3 and 4b are running headless, but my 5 has the GUI and runs high rez full screen videos perfectly on YouTube or streaming from my server. I would love to see how my 4b would play videos, but it’s headless and I don’t wanna mess with it. My 4b is running on an SSD as well (I think that’s unnecessary but I found a cool case)

permalink
report
parent
reply
3 points
*

Some tips:

  1. Rasberry pi OS is the lightest OS on pi
  2. Use Falkon as a browser, it’s much lighter
  3. Use mpv (or celluloid for simplicity) to watch YouTube videos and something like ytfzf (tui) or plasmatube (gui) for browsing YouTube

Also gnome is a desktop environment not a distro

permalink
report
parent
reply
1 point
*

My bad. Only slept 3 hours trying to get things to work last night. And 6 before that.

I had already resigned to just getting an Intel n100 mini PC for my purposes, but I might take another crack at it with your recommendations in the future, after I get some rest and stop dreaming of pies in the sky.

Except Raspberry OS. It’s still a bit sluggish for me. Manjaro KDE has been the fastest so far.

permalink
report
parent
reply
2 points

You have black magic

permalink
report
parent
reply
14 points

I recently dipped my toe into Linux with a raspberry pi and couldn’t figure out why Firefox was so laggy. I thought maybe I did something wrong.

permalink
report
reply
12 points

Well it’s refreshing to see I’m not the only one

permalink
report
parent
reply
6 points

You need a machine with a functional GPU

permalink
report
parent
reply
3 points

Try it in a vm if you don’t want to install it on bare metal (that isn’t a raspberry pi)

You can also find cheap ass second hand laptops on ebay for similar prices to pis but should have much better performance, especially if you’re willing to do some upgrades like installing a cheap ssd instead of the hdd.

permalink
report
parent
reply
87 points

I blame the modern web for this

permalink
report
reply
15 points

Things haven’t been the same since web 1.0 came out

permalink
report
parent
reply
11 points

But they should. Or at least comparable.

Think about the difference between Reddit and Lemmy. They both offer similar functionality, but Reddit will set your phone on fire if it gets the chance.

The same is true for YouTube. Browsing YouTube is scrolling through an image gallery, only video playback should be a problem. Yet, it will consume more resources than a well equipped laptop had when YouTube was launched. That’s insane.

We’re moving in a direction where computers get faster and faster, but for the last 10 years or so, the actual utility of the system as a whole stagnated. Besides games, what can a modern computer do, that a 2014 model couldn’t?

permalink
report
parent
reply
15 points

You think it’s bad now? Wait until ChatGPT is the one coding things.

Modern hardware allows for bloat, and so bloat is made. Add in a huge helping of tracking everything you do, and you get a shit pi.

Now repeat but also mess up the code some more.

Behold: the true Web 3.0

permalink
report
parent
reply
-1 points
22 points

Last year, I got myself a new Camera, a Lumix S5, and after uploading some photos to DeviantArt (I have had the same account for almost 20 years) and browsing my gallery I realized that I had had enough.

It was so slow and annoying to work with.

So I sat down and started work on a simple webpage that I could host on a normal webhost.

And I built a nice index page in HTML/CSS, and then used photo albums generated by digiKam for the photo albums.

It loads fast, it is easy to navigate, fairly easy to update, and the photo albums can be navigated with arrow keys or swipe gestures.

I am considering writing a blog UI for me to be able to make a simple blogging page, I’ll still write it in static HTML/CSS, so I’ll have to write every blog entry in HTML as it stands now, but I’ll keep looking for easier alternatives

permalink
report
parent
reply
2 points

Grav is pretty cool if you like mark down. I haven’t used it for a gallery but inserting photos is easy enough

permalink
report
parent
reply
13 points

Word. I often complain at work how programming and programmers seem to take “computing resources are cheap” as “USE FUCKING EVERYTHING”. There is fuckloads of bloat and web frameworks that are somehow marketed as “lightweight” despite making everything, even the development speed, worse in nearly every aspect.

Video playback is a wholly different thing, tho, because of all the encoding/decoding that keeps file size down.

permalink
report
parent
reply
3 points

If you like doing the web dev work, it’s not hard to implement a simple bbcode using regex matching and replacement. At least, it was pretty easy using php and sql.

permalink
report
parent
reply
69 points
*

Relevant blog post.

Remember when if your aunt wanted you to build her a computer that she’d only use for “web browsing”, that meant you could opt for the cheap components?

permalink
report
parent
reply
6 points

I fully agree with the author but I was shocked when I saw iPhone 6S. Things were bad even back then?

permalink
report
parent
reply
5 points

back then

Fuck am I old??

permalink
report
parent
reply
1 point

where does it mention iphones on that page? am I just blind?

permalink
report
parent
reply
5 points

It isn’t a a web problem. The experience is the same for any video playback on a RPI

permalink
report
parent
reply
2 points

Yeah, it’s amazing how upvoted the previous comment is. Just a bunch of idiots jumping on the web-hate bandwagon when even basic media players like Kodi have a tough time playing back video on the Pi.

It just isn’t a very optimized device for video playback. The Pi 5 is actually a step backwards as well, providing only H265 hardware video decode which the web doesn’t even use.

permalink
report
parent
reply
1 point

It’s weird to me hearing people say the Pi isn’t great for video playback when the SoC isn’t that dissimilar from what’s in a Roku box.

permalink
report
parent
reply
9 points
*

You just need a program that actually supports the hardware video decoder. I’ve played 30-40mbps bluray rips on a Raspberry Pi 1B without any issues in kodi. The video played smoothly with no frame drops. The user interface was very sluggish though.

The GPU and video acceleration on the Pi is weird, so software has to be built specifically for it.

permalink
report
reply
4 points

Actually, Kodi did work well, yes.

It’s just that I really dislike Kodi for the purposes I wanted to use the Pi for 😅

Even the YouTube made for it worked (although the interface is… Well, it’s an interface).

It’s still a plan D, in case can’t get anything else to work

permalink
report
parent
reply
4 points

If only it were open

I guess we can’t have a non proprietary open Linux computer

permalink
report
parent
reply

linuxmemes

!linuxmemes@lemmy.world

Create post

I use Arch btw


Sister communities:
Community rules
  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

Community stats

  • 7.4K

    Monthly active users

  • 910

    Posts

  • 15K

    Comments