linux

This magazine is from a federated server and may be incomplete. Browse more on the original instance.

drwankingstein, in linux phone with external camera?

this is possible in theory, libcamera can expose all of the bits that are needed, have fun actually finding hardware to support this though

DumbAceDragon, in KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future
@DumbAceDragon@sh.itjust.works avatar

Really looking forward to the day nvidia drivers properly support wayland. Getting tons of bugs, stutters, and general usability issues with plasma wayland on my 3060. X11 just works on the other hand, even with multiple monitors running at different refresh rates (something a friend of mine said X11 doesn’t work well with). But I want all the nice benefits wayland offers.

Secret300, in Nobara 39 Officially Released

Reading the reasons why they switched to KDE is making me rethink why I’m using gnome

yojimbo, in What's your experience with a touchscreen laptop on your distro?

A colleague wanted to throw out Lenovo IdeaPad Duet 3, 10IGL5 (a tablet pc with IMO cool keyboard that can be disconnected and used over bluetooth, 4 core intel CPU taking like 5W & 8GB of ram). Originally bought for his kid but it is absolutely useless under windows. I’ve tested it with current Ubuntu with somewhat meh results (BT keyboard won’t work, no chance to get the automatic screen rotation going, screwy on screen keyboard) then I have installed Fedora and the thing is absolutely amazing. Everything works out of the box, I haven’t done anything “smart” at all and honestly as a XFCE (still deep in x11) user I am amazed how well the Wayland is doing on this. I would dare to say better out of the box experience than Apple - everything is similarly polished but you don’t have to register / pay anything. Now my teamleader is taking it to presentations. He connects the display over USB-C adapter to the projector, walks over the room and controls it with the BT keyboard - Mac wielding accounts are starting to cry. As docker/podman is native he continues to spin up the whole app in a container - at which point every technical person in the room needs to know what the f is that thing?! They are no longer being manufactured though, newer version does not have that cool keyboard…

Tippon, in linux phone with external camera?

I mean, directly “mounting” the camera to the phone and shooting with the phone.

This is pretty standard on most decent cameras, although it’s usually used with the camera and phone separate. Photographers will set up a a camera on a tripod and use a phone or laptop to control it remotely. It can be used to control multiple cameras.

The youtube and tiktok generation will mount the phone to the top of the camera, usually using the flash mount, and face it forwards. This way they can see the screen while they’re facing the camera, and be able to see the framing of the shot while they’re shooting.

The biggest problem you’ll find is that the phone apps are designed for Android and Apple, or maybe Windows Phone. I haven’t used a Linux phone, so I don’t know if they run their own apps, or if they run Linux programs. If they run Linux programs, then it’s just a case of finding one that controls your specific camera, and has the controls that you want.

drwankingstein,

so I don’t know if they run their own apps, or if they run Linux programs. If they run Linux programs, then it’s just a case of finding one that controls your specific camera, and has the controls that you want.

we can run linux desktop, linux mobile or android apps, but camera support in waydroid is broken for a while when using v4l2

juli,

Thx for the input! I’ll research in the direction of it further more - maybe first with android in mind.

pelotron, in Experience with KDE on Fedora?
@pelotron@midwest.social avatar

I have no knowledge about or experience with immutable distros, but I’ve been maining the Fedora KDE spin on my laptop for several major releases now and so far have found no reason to switch away from it. The Plasma Wayland session has been solid from the beginning and everything has just worked.

mortalic,

Perfect, just what I was hoping to hear.

JoeKrogan, in Do you mount an embedded Linux file system to the workstation and use your host scripts or do you SSH/SCP and deal with the limited shell commands?
@JoeKrogan@lemmy.world avatar

I normally SSH in and do what I need or scp a script or whatever over .

lemann, in linux phone with external camera?

Would recommend using an external camera to be honest.

There is a ton of software needed to get the most out of a camera, and from the little I understand about embedded image processing a lot of it happens inside proprietary blobs. You can get the image directly as an alternative, but it will look like garbage without reprocessing the input (preferably inside an open source component, with the downside of sometimes being unable to use the hardware to accelerate this)

Right now if you wanted a high quality, mostly open source Linux device with a camera, IMO you’d be looking at the Raspberry Pi, and there is still a ton of work to do. The work being done there, as well as Libcamera, the V4L2 replacement for MIPI/CSI cameras, should eventually make its way into Linux phones - but no idea when that will happen

juli,

I thought about tethering. I’ve played with tethering in the past for astrophotography which is working alright.

I don’t want to mount the sensor directly to the computer - that’s impossible for a camera noob like me.

szelbi, in Experience with KDE on Fedora?

I’ve been using Fedora Kinoite for a few months now. Before that, I also hopped between different distros quite a bit, including Ubuntu, Mint, Fedora Workstation, openSUSE. To be honest, I really appreciate the immutable nature of Kinoite and maybe that is why I am really happy with the experience. Even “normal” Fedora Workstation caused a lot of problems during my usage and with Kinoite, nothing like that so far. So I can really recommend it.
There’s only one really small problem I’ve noticed, which is a problem with the rendering of some fonts on web pages (e.g. lemmy.zip). These fonts are not rendered correctly, or are replaced with some default fonts, and they just look weird. There was nothing like this in openSUSE KDE, so I assume the problem is with Kinoite itself, as I have this problem on two machines. However, it is so rare (I only noticed it on two websites) that it can be ignored.

thurstylark, in What's your experience with a touchscreen laptop on your distro?

This has less to do with distro, and more to do with Desktop Environment choice. Anything on Wayland is great with touchscreens. I’m on Plasma, and it’s pretty fantastic.

woelkchen, in Experience with KDE on Fedora?
@woelkchen@lemmy.world avatar

My experience with Fedora KDE has been very positive with the caveat that the default package selection has been a bit bloated and it’s not just my impression. github.com/edythawne/KDE-Minimal-Install exists for a reason. Stability-wise the experience is good, the liberal update cycle is nice.

Personally, I did not find Kinoite so appealing but maybe things changed since then (I think I tried it out a year or so ago).

FiskFisk33, in KDE's Nate Graham On X11 Being A Bad Platform & The Wayland Future

Soo support for something like synergy would be great!

loutr,
@loutr@sh.itjust.works avatar

Input Leap (fork of a fork of synergy) supports Wayland under gnome, although it seems there are a few bugs remaining.

corsicanguppy,

Input Leap

Thank you for this information.

FiskFisk33,

I’ll watch that project with great interest!

mnglw, (edited )

fucking what synergy doesn’t work on Wayland? welp. I use that daily and no, that’s not optional, its rather critical for my setup

misophist, in Do you mount an embedded Linux file system to the workstation and use your host scripts or do you SSH/SCP and deal with the limited shell commands?

I edit everything in my local copy of the repository and then push the changes to my devices with ansible.

thejml,

Same, but I’ve got Ansible (or Puppet) powered off of a git repo. So I make my changes, commit/push to fit and then Ansible takes it from there.

RedKrieg, in Do you mount an embedded Linux file system to the workstation and use your host scripts or do you SSH/SCP and deal with the limited shell commands?
@RedKrieg@lemmy.redkrieg.com avatar

I don’t recommend using the shell on routers for day-to-day management. Instead, consider using a network configuration management system like rconfig. I’ve used RANCID in the past, but I suspect something more modern like rconfig will be useful to you.

spittingimage, in What's your experience with a touchscreen laptop on your distro?
@spittingimage@lemmy.world avatar

I have an Acer Swift 5 and Linux Mint/Cinnamon. It worked from the start, no issues ever.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #