blobjim [he/him]

  • 1 Post
  • 41 Comments
Joined 5 years ago
cake
Cake day: July 29th, 2020

help-circle
  • blobjim [he/him]@hexbear.nettoLinux@lemmy.mlSss
    link
    fedilink
    English
    arrow-up
    5
    ·
    edit-2
    10 days ago

    DRI_PRIME is an environment variable. DRI_PRIME=1 gimp is a bash syntax for setting an environment variable for a specific command execution, Whisker probably doesn’t use shell commands, it’s expecting an executable. So it’s trying to look up a file named DRI_PRIME=1 in your PATH.

    You’re going to need to figure out if whisker has a way to set env vars for a command (I don’t use it so not sure what it shows when you click the “Help” button). If not, you’ll need to create an executable script file which executes your command with the environment variable set like you’re attempting to do (DRI_PRIME=1 gimp), and then point whisker at your script.


  • I did an update or something and it corrupted the bootloading for Fedora Silverblue. Had to just reinstall everything. Also was a time when the update url or something was broken and I couldn’t update. That remains the biggest issue. But it might not be an issue for a professionally maintained distro like Ubuntu that has a company backing it. I feel like it’s safe to recommend Ubuntu but not any other distros.

    And it’s definitely true that the average user has more control on Windows. You can download installers and random zip files with executables and they’ll just work. Linux has such a messed up model for executables and libraries that they usually have to be recompiled for every Linux distro unless you use flatpak.

    But I think it’s mostly the learning curve of getting used to how linux desktops work and their idiosyncrasies that makes it hard for people. And tons of bad advice online telling you to run commands.

    Linux actually has lots of GUI apps that can help fix issues and do things in Linux but people keep offering outdated advice about using command line tools and editing brittle config files.

    And some things are distro-specific.





  • The project’s aim is to create an Android-compatible OS. I like the Linux-on-phone approach of postmarketOS better but whatever they end up working on should end up benefitting both projects since they’ll probably just be contributing driver code like postmarketOS. It’s weird that they don’t even mention postmarketOS in the announcement.




  • blobjim [he/him]@hexbear.nettoLinux@lemmy.mlLinux Tablet?
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    3 months ago

    Searching for “tablet PC” or “Windows tablet” instead of just “tablet” will probably help in your search. Most computers with x86_64 CPUs (Intel or AMD) should be able to run Linux distros fine.

    But tablets don’t seem to be a common form factor for PCs. It seems like the term has really been narrowed down to mean one that runs Android or iOS. Very frustrating.

    If you can’t find anything that doesn’t have an ARM SoC, you can try postmarketOS, but it will require more work and risk than a “PC” that is a tablet. https://wiki.postmarketos.org/wiki/Devices





  • Do you have “dnf” installed specifically? What layered packages do you have? I ran rpm -qa on my system and didn’t find any packages containing “dnf”

    Also not sure if it’s useful but here’s my ostree remote list --show-urls output:

    fedora          https://ostree.fedoraproject.org/
    fedora-compose  https://kojipkgs.fedoraproject.org/compose/ostree/repo/
    

    I also always have the same issue trying to use the UI. I had to use rpm-ostree rebase for the upgrade to 41 and 42, but it worked for me with no issues.







  • I wish there was something nice like that too.

    In the server world that would usually involve doing something like sending the journal data to Elasticsearch using an Elasticsearch integration. But that involves setting up an Elasticsearch server and Kibana and so on which is very unwieldy for a desktop computer. It does work pretty well though in terms of filtering. But it also stores the data internally in indexes to speed up search.

    Of course journald has a seemingly simple C API but writing code is a lot of work. There are probably API bindings for various languages.


  • I also don’t know if there’s any Linux program that will automatically do the configuration for you.

    It seems like it would be pretty complex since I guess you need to disable the linux host from using the GPU, and do PCI passthrough in a VM that has Windows installed.

    And there’s still the problem of the graphics needing to move around the system in order to get to the display instead of the display being directly connected to the GPU.

    Seems like a pretty cool thing that would be neat to have a nice automated GUI solution for.

    I was just looking at, seems like it’s difficult but not impossible https://www.youtube.com/watch?v=eTWf5D092VY

    I’m in the same boat that it seems too difficult (and I bet the performance still isn’t near native).

    I just dual boot and boot into Windows if I’m going to play a game.