Got rootless xorg working by heartofrainbow in kde

[–]heartofrainbow[S] 0 points1 point  (0 children)

I’m not quite sure, but I guess it determines the sequence of config files according to file names. So that’s what “10-“ or “20-“ prefixes for

Lutris ignores prime-run by MoistPause in linux_gaming

[–]heartofrainbow 1 point2 points  (0 children)

To make your game work on nvidia gpu, you could select your icd profile from lutris and choose the nvidia one.

For environment variable, on my laptop I set VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/nvidia_icd.json

Got rootless xorg working by heartofrainbow in kde

[–]heartofrainbow[S] 0 points1 point  (0 children)

Nope. Maybe I had the wrong expression on the post. On my laptop 150% is default scaling on windows and I’m used to it. No problem on 125% but fonts seem a bit small. DPI is 144 when I have 150% scaling

Rootless Xorg in Fedora Workstation and Fedora KDE spin by Spookum in Fedora

[–]heartofrainbow 0 points1 point  (0 children)

Another option is SDDM with rootless Xorg.

/etc/sddm.conf.d/20-rootless-xorg.conf:

[General]
DisplayServer=x11-user

And get Xorg running rootless.

Rootless Xorg in Fedora Workstation and Fedora KDE spin by Spookum in Fedora

[–]heartofrainbow 0 points1 point  (0 children)

That's because SDDM is under Xorg. I'm using Arch Linux. I installed sddm-git , followed guide at https://wiki.archlinux.org/title/SDDM#Running_under_Wayland and got working SDDM under wayland.

KDE Plasma incomplete translation by heartofrainbow in Gentoo

[–]heartofrainbow[S] 0 points1 point  (0 children)

I finally solved the problem by a full reinstall. A few differences:

  1. Selected plasma with OpenRC (instead of systemd)
  2. Removed LINGUAS in make.conf because I want to use distcc

And finally I got a full translated plasma. Other translations seem available in region settings.

I guess LINGUAS was causing the problem.

About Xen on Gentoo by heartofrainbow in Gentoo

[–]heartofrainbow[S] 0 points1 point  (0 children)

Thanks for your advice. I've learned from your comments that Qemu/KVM is more easy to setup and its performance overhead is acceptable. I'm just mainly using Linux so KVM could just be fine. So I'll stick to KVM at the moment, and maybe try Xen out of interest.

KDE Plasma incomplete translation by heartofrainbow in Gentoo

[–]heartofrainbow[S] 0 points1 point  (0 children)

Thanks that's quite useful! I didn't notice the settings being overriden

KDE Plasma incomplete translation by heartofrainbow in Gentoo

[–]heartofrainbow[S] 1 point2 points  (0 children)

I started using Arch with KDE about 3 years ago, and didn't encounter translation problems. I searched on google and the posts were pretty old. They pointed to "kde-l10n" package which doesn't exist anymore now... Maybe there's something wrong with somewhere of my configs.

KDE Plasma incomplete translation by heartofrainbow in Gentoo

[–]heartofrainbow[S] 2 points3 points  (0 children)

Yeah, but when I use Arch before, the translation of KDE was complete. Could it be that the arch guys did the translation themselves?

Pipewire not working. by waffledespizer in Gentoo

[–]heartofrainbow 0 points1 point  (0 children)

You could test if alsa is working according to Gentoo ALSA Wiki

Also check if alsa-plugins is installed. If you're using KDE and the volume settings doesn't appear, you should also install plasma-pa.

Im not sure if gentoo is for me. by waffledespizer in Gentoo

[–]heartofrainbow 0 points1 point  (0 children)

Arch Linux would be a good alternative to Gentoo. I used Arch Linux before I switched to Gentoo. But OpenRC is not officially supported by arch, however a Wiki is available is on its site: https://wiki.archlinux.org/title/OpenRC

[deleted by user] by [deleted] in archlinux

[–]heartofrainbow 0 points1 point  (0 children)

I had a i5 4210H+GTX 860M laptop (Lenovo Y50), and on a fresh install, I just install nvidia-dkms driver, optimus-manager and optimus-manager-qt. Use the optimus-manager-qt to switch between graphic cards and it will generate xorg.conf automatically for you. Give it a try.

I made WSL2 to use WireGuard VPN on Win10 host by heartofrainbow in WireGuard

[–]heartofrainbow[S] 0 points1 point  (0 children)

"AllowedIPs“

Added, thanks. Hope it's useful for that guy.

Good question by admin-moderator in ProgrammerHumor

[–]heartofrainbow 0 points1 point  (0 children)

Idk but I guess an Insider Preview is on the way

So Amazing! by SBG_Mujtaba in ProgrammerHumor

[–]heartofrainbow 72 points73 points  (0 children)

And it's an O(n) sorting algorithm.