[-] retrolasered@lemmy.zip 4 points 22 hours ago

This is what I thought it was at first

[-] retrolasered@lemmy.zip 1 points 6 days ago

It looks like theyve tried to imitate the ferrari but without a budget

[-] retrolasered@lemmy.zip 4 points 6 days ago

They need to add a page for the intelligent people laying it on its side to make cheese on toast

163

Was much bigger than I expected.

[-] retrolasered@lemmy.zip 63 points 3 months ago

When you learn how to nest lists in your favourite word processor

1

Can anyone suggest a plug and play USB mic for my raspberry pi (that you've used and know it works). I've managed to avoid work meetings on teams for a long time but there's one I can't get out of and my laptop broke so I'm computing only on my pi for the time being. Don't really care for webcam, noone needs to see me, but I need to be able to speak to them.

[-] retrolasered@lemmy.zip 47 points 7 months ago

Update: the kids and babysitter are gone and the rent for the room is late. Cops wont even foot the internet bill, I cant believe I let them be the ones to investigate this

[-] retrolasered@lemmy.zip 52 points 7 months ago

Try piped. Your feed is only what you subscribe to and theres a toggle to hide shorts

1

Pi4 1gb, posters on left with feh, info board on right which is a html file running on chromium

67
1
submitted 8 months ago* (last edited 8 months ago) by retrolasered@lemmy.zip to c/raspberrypi@lemmy.ml

Instructables sucks and my github's a mess, so I'm just going to post this here, so Lemmy exclusive I guess..

Before starting you will need an rpi 4b, after monitoring over ssh I'm pretty sure a 2gb model will be enough, the RAM usage didn't really get much past 1.7gb, I used an old 4gb that used to be my projects centre. Cooling is advised, you can overclock and get the performance boost that way too which helps a lot with 1080p, although still don't expect to get near that with youtube, go with piped instead. Ethernet and an overclock will get the best performance, although 720p on most sites seems to run okay over wifi. You will want to run from USB storage too, I'm using the M.2 SSD base with the argon ONE case, but I tested on a USB 3.0 thumbdrive and results were pretty similar.

Start by flashing the latest 64-bit raspi lite OS to a usb device. You may need to update the EEPROM if you haven't already in order to boot from USB. Take advantage of the rpi imager settings here to enable SSH and change the hostname so you can tell it apart from the 6 other pi's you have running around your house, if using a different imager then don't forget to include the SSH file you may need it on the next step.

After initial boot, the screen may black out, using the same image I had this happen with the USB SSD, but not the USB thumb drive. If it blacks out then ssh in and vi or nano into /boot/firmware/config.txt and comment out and add the following lines:

#dtoverlay=vc4-kms-v3d
dtoverlay=vc4-fkms-v3d

Now that the screen is working you can log into the session, and make the usual prayer sudo apt update && sudo apt upgrade -y followed by a sudo reboot for luck. And next install KDE Plasma; I originally went for kde-plasma-desktop as its the lighter install, but it kept hanging at boot, you might have more luck, but expect to start again if it fails.

sudo apt install kde-standard

After that another reboot for luck. Then we need to activate the sddm login manager service, and tell raspi OS that we want it to boot into GUI on the next boot:

sudo systemctl enable sddm
sudo systemctl set-default graphical.target

And reboot again. It should now boot into plasma, and the first thing you should do is disable all the desktop effects; older KDE plasma guides suggest to disable compositor, but the session defaults to wayland unless you tell it not to, and wayland can't run without the compositor - I've noticed no major differences between X11 and wayland myself in this use case (don't believe the hype). [edit: have found that disabling compositor in X causes screen tearing on video, so just disable desktop effects but leave compositor on]

Now the effects are disabled, and if you have your cooling set up, now is a good time to overclock, so back into /boot/firmware/config.txt. I just went with the following:

# Overclock
over_voltage=6
arm_freq=2000
gpu_freq=700

Next we can install the other bits we need:

sudo apt install chromium-browser rpi-chromium-mods plasma-bigscreen

If you want to watch DRM services like netflix you will need another package thats not included in lite:

sudo apt install libwidevinecdm0

KDE connect and an android phone make the perfect remote control, connect should already be included in the KDE install. But firewall suggested, with connect and ssh rules:

sudo apt install ufw
sudo ufw allow 1714:1764/udp
sudo ufw allow 1714:1764/tcp
sudo ufw allow 22/tcp
sudo ufw enable

Next open chromium, add the extensions you want, and "install" your "web apps".

Now open up KDE settings again, select Startup and Shutdown > Login Screen (SDDM), and then click the behaviour button at the bottom and set plasma to log in automatically and change the session to bigscreen, password to confirm, and it should prompt you to set a password for the keychain, I set a blank password because I want other people to be able to use the tv. Also disable power saving, or at least getting sent back to the login screen after sleep.

Done! Reboot and enjoy!

Some optional polish:

plasma bigscreen is designed to work one window at a time, so if you minus a window without a keyboard you've essentially lost it, so in settings you can remove the titlebar buttons for max/min and hide and just leave the one to close the window with.

Xscreensaver has a pretty cool analog tv effect screensaver that will cycle through images in a folder and display them with various tv static effects:

sudo apt install xscreensaver xscreensaver-data-extra

[edit: it looks like this version of bigscreen doesn't suport KDE login scripts so xscreensaver for now is a non-starter. Hopefully debian gets plasma 5.26 soon and this will then work]

[added:] Not quite full screen: KDE's window management isn't quite perfect, and full screen often falls short by 1 pixel on the right and bottom borders (despite any window rules you might add), this can be an irritant when a bright wallpaper sits behind whatever you're watching. Easiest fix is to set a dark-edged wallpaper. The newer bigscreen lets you use the kde settings which is nice as you can set the wallpaper to plain colour black, but the debian version you have to use the built in wallpaper settings app found in the settings menu on the home screen. It will only show you the wallpapers that are installed, so download your dark wallpaper, then move it to the wallpaper folder and it will show up in the wallpaper changer application:

sudo mv ~/Downloads/<wallpaper> /usr/share/wallpaper/
1

Had been waiting for my pi 5 argon case which got lost in the post before I could set this up. Ive been tinkering with an old SFF PC running arch over the last few months to get a "smart tv" set up going that im happy with, now ive condensed it down into a little debian box that uses a fraction of the electricity. Happy days.

566
[-] retrolasered@lemmy.zip 87 points 9 months ago

I met a cat on a bus once. The driver told me the cat got the bus up and down the hill all the time, and always got on and off at the same two stops

50

Da balloons

303
submitted 10 months ago by retrolasered@lemmy.zip to c/dadjokes@lemmy.world
[-] retrolasered@lemmy.zip 49 points 10 months ago

Autism further: prone to arson if routines around the workplace change even slightly

133
submitted 11 months ago by retrolasered@lemmy.zip to c/dadjokes@lemmy.world

Radish

57

They're portable-O mushrooms

[-] retrolasered@lemmy.zip 56 points 1 year ago

Someone please save me the effort..

[-] retrolasered@lemmy.zip 42 points 1 year ago

Its face says disney but its body looks like a furry coffin that makes you decompose on fast forward

[-] retrolasered@lemmy.zip 42 points 1 year ago

Moderate me daddy

[-] retrolasered@lemmy.zip 41 points 1 year ago* (last edited 1 year ago)

I have autism and ADHD, so all of them:

  • Cycling
  • Bicycle touring
  • Skateboarding
  • Vert Skateboarding
  • Freestyle Skateboarding
  • Retro Video Gaming
  • Drawing
  • Reading
  • Programming and Raspberry Pi's

That's only my 30's which is the last 4 years. Hobbies for me are normally short and fierce obsessions when I start, they eventually slow down into a more 'normal' pasttime that I do sometimes to past the time.

16

What the title says. I have mastodon and pixelfed, while it is nice to see posts from both services in network feed, im not interested as much in the mastodon posts. Its not a dealbreaker, but would be nice if i can switch off the mastodon posts. I dont know if it matters, but im using pixelfed.de instance.

view more: next ›

retrolasered

joined 1 year ago