• 8 Posts
  • 99 Comments
Joined 4 years ago
cake
Cake day: February 1st, 2023

help-circle
  • This👆

    That’s why I referred to it as “plain”: it’s just the reader. And it is mostly made to replace the original reader software on eBook devices, but you can also use it on desktop if you want.

    The question is if you are looking for just a reader, or a library manager. But you can also mix the two, so use calibre fo manage the library and have it use koreader to open books




  • no one cares if it’s the protocol or the implementation. it just works worse than x11 on modest hardware

    Actually, people that are not hell bent on using x11 do care… That is because the protocol is inherently more efficient than x11, and the compositor matters.

    So if you try to run kwin or mutter, there’s no doubt they are going to be more demanding than a plain xorg server (but not more than xorg+KDE or xorg+gnome). But if you try to use a compositor made for low hardware like labwc, it’s gonna run laps around xorg. And you can even use labwc on lxqt, so you get your familiar desktop environment but with a modern Wayland compositor.

    Just try it. Dig up an old intel atom netbook and see if you prefer using xorg or labwc




  • I see, I’m not sure I can help you with that. I don’t really engage with many communities outside of Lemmy. I just lurk in various other places.

    Anyway, it looks to me like you are looking for an online bubble where to efficiently isolate yourself, this can’t be good for you. I would suggest meeting with real people instead. Are you still a student? Maybe in university? Then you are probably surrounded by people your age with common interests to you, waiting for you to speak to them. Make friends, it will be fun.

    That being said, I do share some of your social anxiety, so this is definitely a “do as I say, not as I do” kind of situation.





  • I forgot about the gog part. Yeah, you can also use those. There used to be a website that uploaded clean gog installers, but now all the download links are behind those sketchy filesharing services. Though, if you manage to get one, the binary should be signed by the developer. On windows I know you can check the signature by right-clicking on the file, on Linux I don’t remember because I haven’t needed it in a long time.

    For the VM you need qemu/kvm. I suggest to use virt-manager which is just a graphical interface for qemu.


  • First of all, don’t expose yourself to danger. Get your pirated games from reputable sources.

    Most games only need a Steam emulator like Goldberg’s to run without license, and you can get clean steam files from cs.rin.ru. You don’t need VMs for this, it’s literally the original game.

    If you need an actual crack, you can also look up on cs.rin.ru and try to gauge the reputation of the uploader. You can also check fitgirl or dodirepacks, they are both highly reliable. These are unlikely to have malware, but it’s not impossible.

    If you want to use a vm because you still don’t trust the pirated game in question (reasonable), then there is no shortcut. Use the arch wiki to learn how to setup a VM with GPU passthrough, even if you don’t use arch it’s always a good place to get started.







  • edinbruh@feddit.ittoLinux@lemmy.mlLinux SBC for 4k HDR play-back
    link
    fedilink
    English
    arrow-up
    11
    ·
    edit-2
    2 months ago

    Don’t use a raspberry pi.

    RPI5 only has h265 decoding, everithing else is handled by the cpu. Which is fine for 1080 as long as that’s all the sbc is doing, but if you are also running some server, or you want anything h264 above 1080 you are out of luck.

    RPI4 should be a little better, it has h264 and h265, don’t know the supported resolutions/framerates, but the cpu is considerably less powerful. Also, the cpu lacks encryption acceleration, so if your are getting your movies over https that’s gonna take a toll.

    Older Pis are goint to be unsupported by kodi and jellyfin, so don’t get those.

    None of these is a dead no-go, listen to other peoples experiences. But I personally would advise against any Raspberry Pi. Maybe and Orange Pi is better? I don’t know. My suggestion is to avoid the SBC, and get a cheap second hand Intel pc instead (possibly a very low power one). Intel’s quicksynk video accelerator is gonna run laps around any sbc at any resolution, and it’s gonna support more decoders, and even some encoders if you want to run transcoding in a jellyfin server.

    Edit: If intel sold a quicksink pcie card, I would put one in my rpi5. But it don’t.

    Edit 2: I should add that some streaming services block 4k on Linux


  • edinbruh@feddit.ittoLinux@lemmy.mlX11 vs Wayland
    link
    fedilink
    English
    arrow-up
    4
    ·
    edit-2
    2 months ago

    If it’s a Wayland application it will support global shortcuts.

    For X11 apps. If you are on KDE there’s this menu:

    Other DEs have different ways to deal with this.

    And if you are on Gnome, change DE. Gnome will always follow its own philosophy, because apparently it doesn’t align with yours, you should use something else.

    Btw, I gave the same answer in the previous comment.

    Also, on the “how can you consider this polished”… Wayland supports global shortcuts, this is a fact. What it doesn’t support is “global shortcuts for apps that use a protocol that is not Wayland”. I think I made my point