sorted by: new top controversial old
[-] gunpachi@lemmings.world 1 points 2 weeks ago

Try logging into anilist in a browser that has been installed as a native package. Then temporarily set it as the default browser and open Miru then try 'login with anilist' .

This worked for me.

[-] gunpachi@lemmings.world 5 points 2 weeks ago* (last edited 2 weeks ago)

Stremio with Torrentino also works.

Haven't tried Miru, thanks for suggesting. I'll check it out.

[-] gunpachi@lemmings.world 5 points 2 weeks ago

Some sort of journaling really helps when you feel like you have no direction. You can turn back the pages and see what path you took and even identify some ideas or values you want to implement in your life moving forwards. I recommend a notebook instead of a digital notes app.

This is a habit that I formed fairly recently 3-4 years ago I think. Initially I was writing down on smaller notepads which tend to get filled up quickly. Now I use a dotted notebook, so that I can draw something if I need to (although unruled notebooks also work)

Don't obsess over decorating it like the bullet journal folks do on YouTube/Instagram and if you are thinking of using apps like obsidian or logseq - don't go too far down the rabbit hole , just write down something instead.

You can have something like tasks.org for todos (organize your day) and a physical notebook to develop a vision (get some direction in your life)

[-] gunpachi@lemmings.world 1 points 2 months ago

It's been just over a month using Fedora silverblue (Ublue ) for me and the experience has been pretty good.

What I do is just setup a distrobox container with the arch image and install software using paru from AUR. So far this workflow has been working really well. for me.

Also if you decide to use any Ublue spin, you'll also get homebrew pre-installed. So that can also be considered as an alternative option to AUR.

[-] gunpachi@lemmings.world 6 points 2 months ago

If you are using a lemmy app on your phone, switch to the list view so that the thumbnail becomes smaller and the title important parts appear easily interactable.

[-] gunpachi@lemmings.world 3 points 2 months ago

Yeah boost is definitely good, it was my main app until a few months ago. Recently I have been trying Connect, which is another great app.

Connect has improved a lot since I first tried it, also doesn't have any ads. But all things considered - Boost is bit more polished than connect.

[-] gunpachi@lemmings.world 9 points 2 months ago

I think it's the Boost app.

[-] gunpachi@lemmings.world 8 points 2 months ago

Have you tried Floorp yet ? It's pretty good, you may find some things really neat coming from Vivaldi.

[-] gunpachi@lemmings.world 1 points 2 months ago

I tried both flatpak Steam and the non-flatpak one which comes with Bazzite. I gave it access through flatsel like usual, but when I tried to add the drive from within steam it just sat there doing nothing.

I have not encountered this issue on other distros.

[-] gunpachi@lemmings.world 1 points 2 months ago

Actually I don't have an igpu, I have an rx6600 and an i5 10400f.

I'm currently using Aurora-dx, is the switcheroo patch available there too ?

35
submitted 2 months ago* (last edited 2 months ago) by gunpachi@lemmings.world to c/linux@lemmy.ml

So a week ago I wiped my SSD and tried Kinoite and Bazzite. I switched mostly for a fresh Wayland experience with Plasma and also so that I don't spend too much time tinkering to solve some minor issues ( well it didn't go as expected).

I ended up settling with Aurora-dx because it's a good balance between Kinoite and Bazzite while still offering all the Ublue goodies.

Here are some things that I couldn't find fixes for even after I tried Reddit and the Ublue forums ->


1. Opening any Flatpak app or moving the cursor makes the display black out

I actually started experiencing this issue in other distros way before I switched to Kinoite / Ublue. After I've switched to AMD this was happening almost every time I turned on the computer.

(This is AMD specific) The issue can be fixed by setting a udev rule, like this :

sudo vim /etc/udev/rules.d/30-amdgpu-pm.rules

Then enter the following in the file :

KERNEL=="card0", SUBSYSTEM=="drm", DRIVERS=="amdgpu", ATTR{device/power_dpm_force_performance_level}="high"

Keep in mind that you may have "card1" instead of "card0" you can check it by doing an ls within

/sys/class/drm/

Alternatively if you just want your display to stop blacking out in your current session only then :

cat sys/class/drm/card1/device/power_dpm_force_performance_level >> high


2. Display turns off entirely in Fullscreen applications.

this is probably KDE specific, I do not know about Gnome

Display Configuration > Adaptive Sync > Never

This should fix it.

But when the computer wakes up after a sleep session, the issue could appear again. I don't think they have a fix for this yet.


3. Steam not able to add directories from any other location (including any folders in the same drive)

This is not a proper solution, It just happened to work for me so I thought I'd share.

Just symlink the Game directories you want to

.steam/steam/steamapps/common

like :

ln -s PATH_To_Game_Folder ~/.steam/steam/steamapps/common/Game_Folder 

For the folks using flatpak steam the steam directory will be under .var/apps/

I personally use Bazzite-arch container for gaming and it has been working really well, although the game shortcuts don't work unless you start the container.


4. KDE plasma desktop and task manager panel frozen and crashes randomly.

This issue is likely related to any applets you have added to the panel or the desktop. For me this happened when I added the 'Network speed Indicator' and tried to resize the panel (strangely this never occurred to me in the past, but hey it's been a solid 5 years since I tried KDE or any DE for that matter)

The solution is to either delete or rename the following file to something else

~/.config/plasma-org.kde.plasma.desktop-appletsrc

Then restart the system. Plasma should create a new file which will essentially reset the panel and desktop settings to stock.


I hope that someone will find use in the contents of this post.

29
submitted 2 months ago* (last edited 2 months ago) by gunpachi@lemmings.world to c/linux@lemmy.ml

So a week ago I wiped my SSD and tried Kinoite and Bazzite. I switched mostly for a fresh Wayland experience with Plasma and also so that I don't spend too much time tinkering to solve some minor issues ( well it didn't go as expected).

I ended up settling with Aurora-dx because it's a good balance between Kinoite and Bazzite while still offering all the Ublue goodies.

Here are some things that I couldn't find fixes for even after I tried Reddit and the Ublue forums ->


1. Opening any Flatpak app or moving the cursor makes the display black out

I actually started experiencing this issue in other distros way before I switched to Kinoite / Ublue. After I've switched to AMD this was happening almost every time I turned on the computer.

(This is AMD specific) The issue can be fixed by setting a udev rule, like this :

sudo vim /etc/udev/rules.d/30-amdgpu-pm.rules

Then enter the following in the file :

KERNEL=="card0", SUBSYSTEM=="drm", DRIVERS=="amdgpu", ATTR{device/power_dpm_force_performance_level}="high"

Keep in mind that you may have "card1" instead of "card0" you can check it by doing an ls within

/sys/class/drm/

Alternatively if you just want your display to stop blacking out in your current session only then :

cat sys/class/drm/card1/device/power_dpm_force_performance_level >> high


2. Display turns off entirely in Fullscreen applications.

this is probably KDE specific, I do not know about Gnome

Display Configuration > Adaptive Sync > Never

This should fix it.

But when the computer wakes up after a sleep session, the issue could appear again. I don't think they have a fix for this yet.


3. Steam not able to add directories from any other location (including any folders in the same drive)

This is not a proper solution, It just happened to work for me so I thought I'd share.

Just symlink the Game directories you want to

.steam/steam/steamapps/common

like :

ln -s PATH_To_Game_Folder ~/.steam/steam/steamapps/common/Game_Folder 

For the folks using flatpak steam the steam directory will be under .var/apps/

I personally use Bazzite-arch container for gaming and it has been working really well, although the game shortcuts don't work unless you start the container.

I hope this post helps someone out.

12
submitted 3 months ago* (last edited 2 months ago) by gunpachi@lemmings.world to c/linux_gaming@lemmy.world

So today I installed Bazzite for the first time on my computer. I continued with the pre-installed steam package (which was surprisingly not flatpak).

I'm using an Intel cpu and an AMD RX6600. Games are working fine but I'm not able to use the in-game steam overlay. Some games like Apex legends rely on it to complete a sign in process. Apex is saying that I don't have in-game overlays enabled, when I clearly have it enabled (for the game and within the gernal steam settings) . I tried changing the keys from the default 'Shift+Tab' but still no luck.

Does anyone have a solution for this ? Or should I install flatpak steam on Bazzite ?

Edit : It seems that I'm also not able to add steam libraries from other drives, not working with ntfs partitions and btrfs partitions.

Edit 2: I haven't had the issue after I switched over to Bazzite-arch distrobox container for gaming.

[-] gunpachi@lemmings.world 2 points 3 months ago

Rather than rebasing, would there be a way to to layer the Bazzite Optimizations (Kernel & scheduler Optimizations for gaming, not Lutris etc) on top of aurora-dx?

56
submitted 3 months ago* (last edited 3 months ago) by gunpachi@lemmings.world to c/linux@lemmy.ml

I have been using CachyOS for more than 6 months at this point and I'm pretty happy with it. Among the many distros I tried, this is probably my favourite arch based distro. I initially installed it because it offered Hyprland desktop, and I didn't want to bring over my messy config nor did I want to start from scratch. But sometimes when I want to game or when I wake up my computer from sleep the display would just keep blacking out and won't let me use it until I restart the computer (I am using an AMD GPU btw). This issue has been happening on Plamsa 6, and Gnome as well. I have tried various fixes from the ArchWiki but it's still there. Other than that I really liked the Distro.

It's not like changing distros can solve my moitor blacking out problem, but I'm going to try something based on Silverblue for a change. Yes, I have tried the Ublue project in the past, it was good but I couldn't get into the whole immutable thing back then, so I hopped back to my staple Arch/Tumbleweed and carried on. Fast forward to today.. I'm thinking about trying Bazzite or Aurora as the idea of having a low maintenance system is now very appealing to me.

I'm not necessarily a hardcore gamer but I do play games every other day and also run some LLMs locally every now and then. I'm not sure which one I should go for between Bazzite and Aurora. Maybe someone who has run both can give their opinion.

[-] gunpachi@lemmings.world 6 points 4 months ago

I find Boost for lemmy to work really well for me. I also use Voyager as a backup.

38

I'm thinking of something like stremio but for audio.

An android app would be great

There are apps like Spotube which are cool but it doesn't have ability to stream lossless audio.

Any suggestions ?

76
submitted 5 months ago* (last edited 5 months ago) by gunpachi@lemmings.world to c/nostupidquestions@lemmy.world

In such a case, will the concept of money be wiped out from existence ?

226
submitted 5 months ago* (last edited 5 months ago) by gunpachi@lemmings.world to c/asklemmy@lemmy.ml

Looking forward to seeing some interesting jobs I haven't really thought about. Bonus points if it's an IT job.

74

I'm not good with masking my emotions sometimes, although I do try to process the things before I take any action.

My face and body language on the other hand can reflect what I'm going through at the moment.

Are you aware of any ways to control yourself under difficult situations (apart from things like meditation) ?

23
submitted 6 months ago* (last edited 6 months ago) by gunpachi@lemmings.world to c/piracy@lemmy.dbzer0.com

A couple of weeks ago I installed stremio from the AUR on my arch installation and it showed me an option to play the video in mpv player.

I expected the same thing on my NixOS setup but it doesn't show me the option to open in MPV. I also tried with flatpaks and it also didn't have the option to open in mpv.

As for why I want to open on MPV, I am using anime4k to upscale and sharpen my anime and I'm very used to mpv's controls.

Does anyone know how to get this working ?

48
submitted 7 months ago* (last edited 7 months ago) by gunpachi@lemmings.world to c/piracy@lemmy.dbzer0.com

This is crosspost from animepiracy

12
submitted 7 months ago by gunpachi@lemmings.world to c/linux@lemmy.ml

I don't want to change drivers on my host Distro as I want to game on it. I'm currently using the open source amdgpu drivers for my rx 6600.

The idea is to use the distrobox containers for running software like oogabooga text-chat-webui and stable diffusion, fooocus etc.

I don't know if that works but I thought I'd ask.

37
submitted 8 months ago* (last edited 8 months ago) by gunpachi@lemmings.world to c/linux@lemmy.ml

I just got a AMD RX6600 because I was having issues with my old gtx 1660 super. It's not a big upgrade but I got this card for $120 (and it was only lightly used for 5 months by the seller).

I wanted to give wayland a try and It was working fine for a few hours but now, the screen blacks out every time I open or close an application.

I have tried restarting, logging out and logging back in. Also updated the system, mesa packages etc. (This is on a fresh install of Opensuse Tumbleweed, but I also had the same issue on my Artix install with xfce)

~~Strangely enough, the issue doesn't seem to affect my Hyprland session much.~~ Now it's also coming in my Hyprland session.

The GPU works fine on Windows too. No black screen there.

EDIT: I fixed it. I enabled the packman repo at some point, which had slightly older packages and that caused the problem. Everything got sorted out once I deprioritized the packman repo and updated the system.

view more: next ›

gunpachi

joined 1 year ago