I bought a PI400. Even overclocked, it is so slow I can't use it. Just typing into mouse pad it doesn't keep up with my typing. And trying to follow the mouse makes me nauseous. I don't know how anyone can use these for a desktop. I just stuck it in the bottom drawer, but I keep wondering why I haven't tossed it in the trash.
Raspberry Pi OS Updated With Desktop Improvements, NetworkManager, Picamera2
Collapse
X
-
Last edited by rclark; 08 September 2022, 10:11 AM.
-
-
Originally posted by Vermilion View Post
The blog post says it's experimental for now and will become default in later versions.
Comment
-
-
Originally posted by rclark View PostThat's interesting because for a few days I did some light browsing, office type work (libreOffice), programming a bit... Ie. just generally using the 400 as I normally would use a desktop and it worked fine. I didn't see any lag in typing, or the mouse movement. Hooked up to a standard 1920x1080 hdmi screen. I did use an external SSD for the boot drive/storage, but that only affected the speed of loading apps (much faster than using the SD card). That said I normally run all my RPIs headless, but I was curious....
That way I don't need NetworkManager or NetworkD; a static IP configuration works just fine. DHCP is overkill for a device that runs all the time (it is a UPS monitor with multiple UPS attached via USB) and reboots smoothly on power-up. So even if the host network is slow to recover after a power blip or outage the device will be ready for network when network is finally ready.
Comment
-
-
I would only run RPIs in headless configuration and only with the Ethernet cable plugged in.
I never found the need to use any other distro than PI OS (32bit or 64bit) for the RPIs. As for Ubuntu, I do run KUbuntu LTS on all my servers, desktops and laptops. No complaints. Has been very reliable and allows me to do anything I have needed/wanted to do. Don't see what the big deal is with calling out Ubuntu.....
Comment
-
-
My passively cooled RPi 4 with a big metal case as the heat sink works great as a headless home server, I can run all the software I want on it and haven't experienced any issues so far. Thanks to it I'm connected to IRC 24/7 too.
I tried Raspbian as my distro first but got quickly fed up with the outdated packages, so I switched to Arch Linux ARM and haven't looked back since.
Comment
-
-
Originally posted by Mavman View PostI just don't get it!!!
They just keep on LXDE...
wake up guys... LXQt is here already!
2. LXDE needs slightly less RAM than LXQt - important for 256MB+ models (they still support the first RPi with 256MB RAM), but it helps on the 512MB versions too
3. Why add Qt? It increases the size of the install images, updates take longer, and the average flash memory is not great at speed and write cycles
Comment
-
-
Originally posted by kneekoo View Post
1. They customized LXDE for their needs and it works just fine
2. LXDE needs slightly less RAM than LXQt - important for 256MB+ models (they still support the first RPi with 256MB RAM), but it helps on the 512MB versions too
3. Why add Qt? It increases the size of the install images, updates take longer, and the average flash memory is not great at speed and write cycles
Well, their customization is almost just a skin/theme (ok... it has a few extras...)
it has been shown that the memory increases of the Qt version are relatively (very) small (specially if we consider the "natural evolution of software" - if i remember correctly it was about 20Mb - but it did have some improvements)
and one could argue the LXDE project evolved into LXQt and that LXQt is "more alive"
It has new features (which would free Pi devs from having to develop them all over again - like the new search feature on the menu)
(and i'm not even going to mention lxde is based in the old-dead GTK2...)
Comment
-
-
Originally posted by Mavman View Postif i remember correctly it was about 20Mb - but it did have some improvements)
and one could argue the LXDE project evolved into LXQt and that LXQt is "more alive"
It has new features (which would free Pi devs from having to develop them all over again - like the new search feature on the menu)
(and i'm not even going to mention lxde is based in the old-dead GTK2...)
- There's no argument that LXQt is the next generation, but that doesn't take away anything from LXDE.
- The latest update to Raspberry Pi OS shows a searchable menu, so that's great.
- GTK2 is indeed very old, but it does a good job, it has security updates, and is available even in Debian Sid, which is "nextnext" - plenty of shelf life.
They will have to ditch GTK2 for something else, either when it will be dropped from Debian, or all the supported Pis will have at least 1GB RAM. But as long as they support their low-RAM products, I bet people are happier with having more available RAM than being unhappy with the GTK version. Their LXDE UI looks decent anyway, and it has plenty of useful features for most users. And whoever doesn't want Raspberry Pi OS, or Debian, can easily install another one of many options available in the Raspberry Pi Imager. I just looked and I was shocked at how many options they have.
The big problem with old stuff is when it's no longer maintained and it causes issues, but fortunately this is not the case with their OS. So I'm fine with the "ancient" GTK as long as they make sure everything just works, while saving me some RAM. I use a few Pis and I appreciate the low RAM footprint, especially when I open up a browser.
Comment
-
Comment