Gaming mouse for Linux?

Is there a peripherals brand with drivers for Linux? My mouse is bugging recently so I am looking for a new one. I don’t need many special buttons, just highest precision would be nice.

reddit.com
u/CDXX_BlazeIt — 2 days ago

Why does Skarner E not stun?

Maybe I am tripping, but I am super sure that auto attacking someone after Skarner‘s E would stun them, but instead it is just a little heal? I used to play Skarner in S4 so maybe it was different before.

Or I am just hallucinating.

Just had a blast with Skarner btw, he is super fun. The E is kinda garbage though. No range and very slow.

reddit.com
u/CDXX_BlazeIt — 6 days ago

Does matchmaking better with higher „rank“?

I play 1-2 games a day and I am currently stuck at Salt 1. I notice a lot of people on bot lane taking terrible decisions, e.g. playing regular mage in support role (of course without any wards) or adc role.

Does this get better when I advance a bit? This stuff is just quite annoying. At this point, I leave champion select whenever I notice this, but I am not sure if Riot will ever punish that. Do they?

reddit.com
u/CDXX_BlazeIt — 6 days ago
▲ 73 r/cachyos

How will Cachy handle the lack of VRR and ALLM in the upcoming kernel 7.2?

Hey guys,

As we know, Linux 7.2 will ship initial HDMI 2.1 FRL support for the AMDGPU driver. Now, this article mentions that VRR and ALLM will not make it into 7.2 and not even 7.3.

Someone in the comments mentioned that Cachy will ship the patches for VRR and ALLM anyways, is that true? I could not verify this. But my LG TV and I would appreciate it.

Edit: Just tested the 7.2rc myself, VRR and ALLM works at 4k144Hz.

u/CDXX_BlazeIt — 8 days ago

Waarom worden parfums in parfumerieën zo vaak bij het raam geplaatst?

Ik snap het echt niet: ik kom regelmatig in parfumerieën en zie daar parfums gewoon vol in de zon staan, bijvoorbeeld direct naast een raam waar de zon op schijnt. We weten toch allemaal dat langdurige blootstelling aan direct zonlicht niet bepaald goed is voor parfum en de geur kan aantasten?

Bij testers kan ik het nog enigszins begrijpen, maar kom op… er zijn zó veel winkels waar ze het echt heel bont maken. Soms staan zelfs volledig gesealde, ongeopende flessen gewoon pal voor een raam, urenlang in direct zonlicht. 😭

Ben ik de enige die zich hieraan stoort, of valt dit jullie ook op?

reddit.com
u/CDXX_BlazeIt — 9 days ago

Just played solo vs 5 premades?

Is this normal? Is this also a thing in regular League? Does not really feel fair when they have so much coordination.

reddit.com
u/CDXX_BlazeIt — 13 days ago

Mijn erste Creed

Als man voegde ik het onmisbare Creed-parfum toe aan mijn plank.

u/CDXX_BlazeIt — 18 days ago

Exact time of release?

Do we know the exact time when Classic is playable? All I know is July 29. and it is supposed to come with the new LoL patch.

reddit.com
u/CDXX_BlazeIt — 24 days ago

Mouse Wheel button never works in Windows games?

I have a pretty ordinary mouse but I noticed throughout several games now that the mouse wheel button simply does not work in any of my games. Scrolling does work but the button does not. Not sure where to start investigating this.

I use CachyOS with KDE and latest proton-cachyos. This issue occurs in both DX11 and DX12 games, both Wayland and XWayland.

reddit.com
u/CDXX_BlazeIt — 27 days ago

Help!

I edited my limine.conf and now I get this at boot. The best part is that I do not even know how to get into UEFI because my PC usually skips the BIOS POST and goes straight to the Limine bootloader. So I am not even sure how to boot into the Linux from my USB.

Update: I reverted my changes to limine.conf and now it works again. Why is the command limine-update not mentioned in the wiki?? https://wiki.cachyos.org/configuration/boot_manager_configuration/

It even says:

>This file controls the boot menu’s behavior and appearance. Changes made here take effect immediately after saving – no extra commands are needed.

u/CDXX_BlazeIt — 28 days ago

Mouse Wheel button never works in Windows games?

I have a pretty ordinary mouse but I noticed throughout several games now that the mouse wheel button simply does not work in any of my games. Scrolling does work but the button does not. Not sure where to start investigating this.

I use CachyOS with KDE and latest proton-cachyos. This issue occurs in both DX11 and DX12 games, both Wayland and XWayland.

reddit.com
u/CDXX_BlazeIt — 28 days ago

Zijn er betrouwbare Nederlandse fragrance content creators?

Ik merk de laatste tijd dat steeds meer Amerikaanse fragrance content creators betaald worden door parfummerken om hun producten te sponsoren. Daardoor vroeg ik me af: zijn er echte, oprechte parfumreviewers bij voorkeur uit Nederland.

Die jullie zouden aanraden om te volgen op TikTok of YouTube?

reddit.com
u/CDXX_BlazeIt — 28 days ago

NTFS-alternative: Mount any Linux drive in Windows through WSL

Hey guys, I recently shifted my Dualboot setup from Windows First to Linux First, so I turned my extra storage from NTFS into EXT4. While the integration in Windows is not perfect, it serves my purpose just fine.

⚠️ Requirement: The Linux partition that you want to mount in Windows should not share its physical drive with an NTFS partition. This causes Windows to automatically mount the NTFS and block the Linux partition. So you would manually need to un-mount the NTFS in Windows at every boot and it gets quite complicated.

Also, this type of mount might not work for running games, especially those that require a launcher because it is mounted as a 9P network filesystem.

Anyway, here is how to do it:

  1. For direct partitions.

Open WSL and run lsblk to identify the partition path (such as /dev/sd3).

Create a directory under /mnt/wsl for the mount (this directory is crucial for Windows to see the mount). Such as mkdir -p /mnt/wsl/storage. Then, to mount, run sudo mount /dev/sd3 /mnt/wsl/storage.

  1. For LVM partitions.

If your storage uses logical volumes (LVM) like mine, it requires some extra steps before mounting.
Install the lvm package, for Ubuntu it would be sudo apt install lvm2. Then run these commands to scan and identify the LVM path, and eventually mount it.

sudo pvscan
sudo vgscan
sudo vgchange -ay
sudo lsblk -f
sudo mount /dev/storage-vg/data-lv /mnt/wsl/storage

Now, this mount should appear automatically in the Windows Explorer under "Linux" on the left as a network storage.

You can also use fstab to make this mount permanent, else you have to mount manually at every boot.

reddit.com
u/CDXX_BlazeIt — 1 month ago
▲ 19 r/cachyos

How long for proton-cachyos updates to hit the pacman repo?

Hey guys, I noticed that proton-cachyos got a new release more than 48 hours ago, but it has not reached the standard repo in pacman yet. Is that expected?

> pacman -Q proton-cachyos
proton-cachyos-native 1:11.0.20260602-3

New version is 11.0-20260702.

Edit: I know that I can manually download and use the newest version into my launcher. I just enjoy the convenience of not manually updating the proton version for all my games whenever there is a new release with awesome new features.

reddit.com
u/CDXX_BlazeIt — 1 month ago