[-] gunpachi@lemmings.world 3 points 2 days 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 days ago

I think it's the Boost app.

35
submitted 1 week ago* (last edited 1 week 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 1 week ago* (last edited 1 week 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 2 weeks ago* (last edited 1 week 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.

56
submitted 2 weeks ago* (last edited 2 weeks 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.

5

So I just bought a OnePlus 12 recently, I was used to controlling volume using the onehand operations goodlock module in my Samsung galaxy S23. I basically never had to press the volume buttons to control the volume unless absolutely necessary.

Possible ways I've thought of (it would be really great if at all possible) -

  1. Using the curved edges in phone screen for volume control.

  2. Using the gestures to control volume when the screen is off.

  3. Setting Diagonal swiping gestures to do different functions, controlling volume in this case.

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 ?

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

Doesn't that violate Youtube's ToS ?

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

Thats a cool feature for sure but I don't trust opera.

77
submitted 3 months ago* (last edited 3 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 ?

222
submitted 3 months ago* (last edited 3 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 3 months ago* (last edited 3 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 ?

19
submitted 4 months ago by gunpachi@lemmings.world to c/unixporn@lemmy.ml

Marble Gnome Shell Theme

I want to have a similar aesthetics on xfce.

Also please feel free to mention your favourite xfce or gtk themes in general.

P.S - I'm sorry if this is not the right place to ask.

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

This is crosspost from animepiracy

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

I feel like I see the same kind of post everyday.

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

Well both are good choices, but for new linux users coming from windows - Mint would be way easier to get started with.

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

You are right. I always knew growing apart would be something I'll have to deal with. It sucks that I'll lose some people in the process. That's life I guess.

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

I always use the status=progress argument.

[-] gunpachi@lemmings.world 32 points 7 months ago

Bad bots, bad bots whatcha gonna do? Whatcha gonna do when they come for you?

[-] gunpachi@lemmings.world 29 points 8 months ago* (last edited 8 months ago)

They have a ton of phone models, it's gonna be difficult task for them to maintain all of them beyond 5 years.

The 5+ years updates could be just for their flagship/premium line up.

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

Ben, thank you for your efforts.

[-] gunpachi@lemmings.world 30 points 10 months ago

This is indeed sad news. I made my friends (who don't care about free software) switch from google meet to jitsi for video calls just the other month.

The only thing that got them sold on jitsi was that it required no login.

view more: next ›

gunpachi

joined 11 months ago