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

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.

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.

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

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

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

17

How is Shopify as a platform to work on compared to the likes of Wordpress and Salesforce Commerce Cloud.

19
submitted 6 months ago* (last edited 6 months ago) by gunpachi@lemmings.world to c/linux_gaming@lemmy.ml

I'm using CachyOS (arch based), the steam package being used is from CachyOS's repositories. I'm using an AMD RX6600. Monitor is using 144hz refresh rate (set using hyprland config file)

All my Games are in an NTFS partition.

So far CS2 is the only game that opens up when I click on 'Play' and it is playable with some occasional frame drops.

I had the same issue with flatpak steam when I tried earlier.

I have tried setting the my monitor as primary by using xrandr but that didn't help at all.

Has this happened to anyone ? What can I do to fix this ? I can attach any logs if required.

Edit: thanks to @Nerdulous@lemm.ee my issue has been solved.

(Mentioning the solution here in case the reddit post gets deleted)

  • Look for a directory called "compatdata" under ~/.steam.
  • It'll probably take some digging, as it's often buried in something like ~/.steam/steam/steamapps . . .
  • The "find" command would be useful in this situation!
  • Make a symbolic link from that folder to the identical location on the NTFS Steam Library.
  • ln -s ~/.steam/foo/bar/compatdata /path/to/ntfs/SteamLibrary/compatdata
  • That's it.
20
submitted 7 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.

12
submitted 8 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.

24

On my machine I'm running opensuse tumbleweed and has the amdgpu driver installed. I use it for gaming and recently I've become interested in running LLMs. So I would like to keep a balance of both without compromising too much on performance.

I know that there are proprietary drivers for AMD cards but I'm hesitant to install it as I've heard that it performs less efficiently in games when compared to the open source driver.

I'm mainly confused about this ROCM thing. Is it not included with the opensource amdgpu drivers ? Or is it available as a separate package?

So what driver to use ?

Or perhaps, is it possible to run oogabooga or stable diffusion within a distrobox container (with the proprietary drivers) and still keep using the open source gpu drivers for the Host operating system.

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

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

[-] gunpachi@lemmings.world 25 points 9 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 10 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 10 months ago

I always use the status=progress argument.

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

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

[-] gunpachi@lemmings.world 29 points 1 year ago* (last edited 1 year 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 1 year ago

Ben, thank you for your efforts.

[-] gunpachi@lemmings.world 30 points 1 year 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.

[-] gunpachi@lemmings.world 36 points 1 year ago

In some countries like India, people just assume that everyone uses whatsapp. It's gotten to the point where whatsapp has become the definition of messaging (for most people).

I don't see how Whatsapp is outdated to the point where one would compare it to IE, but I'll say whatsapp is more like Google Chrome than IE.

[-] gunpachi@lemmings.world 34 points 1 year ago

For the last month and a half, I have not used reddit at all. Lemmy has most of the communities that I was a part of.

But I get that, some niche subreddits still don't have communities here on lemmy. A few of my friends, stopped using lemmy because it didn't have the subs they were active in.

[-] gunpachi@lemmings.world 22 points 1 year ago

Voyager web app is quite impressive tbh. One of the best web apps I have ever used.

That being said, the infinity app feels like home, I have been using to for over 3 years after all.

view more: next ›

gunpachi

joined 1 year ago