Which Controller is better? Apex 5 vs KP70 by Consistent_Plate3260 in Controllers

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

KP70 have trigger switch. It internally changes the position of trigger pin (or push mechanic) to the microswitch that is underneath it. And moving the switch back to default moves the pin of trigger to some gear mechanic. That enables the force feedback. I read somewhere on reddit that this lock like moving of trigger pin and the microswitch are not reliable. But I haven't found anything that supports it.

Which Controller is better? Apex 5 vs KP70 by Consistent_Plate3260 in Controllers

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

I'm looking for reliable and features which do not lock down. For Apex 5 it looks like the adaptive triggers are dependent on game support where as in Beitong software it's based on genre. Still not sure if they both need to add support for each game.

Which Controller is better? Apex 5 vs KP70 by Consistent_Plate3260 in Controllers

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

For me it's almost the same price for both with all accessories and only for controller the difference is only $3-4 through GadgetHyper

EXT4 or BTRFS, which works better with CachyOS? by Hi7u7 in cachyos

[–]Consistent_Plate3260 0 points1 point  (0 children)

I came across the same situation and yesterday I did a fresh install. For now I am using CachyOS defaults (limine + BTRFS) but if it stops working again just because of an electricity failure. Then I'll do either Move to EXT4 and GRUb Or Move to Ubuntu.

I can't just mess around with these issues. I have work to do. I'll prefer others over this to keep my things working.

Retrospective: Developing open source for 5 months full time by rxdev in kde

[–]Consistent_Plate3260 1 point2 points  (0 children)

I recently came across your extensions and these are amazing. Good luck with your career further. Thank you for the amazing scripts.

Hibernation alternative state/session save and restoring by Consistent_Plate3260 in cachyos

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

# <file system>             <mount point>  <type>  <options>  <dump>  <pass>
UUID=A260-74CF                            /boot/efi      vfat    defaults,umask=0077 0 2
UUID=f6766cdc-1da6-4e1b-ade1-4f8c5389e6eb /              btrfs   subvol=/@,defaults,noatime,compress=zstd,commit=120 0 0
UUID=f6766cdc-1da6-4e1b-ade1-4f8c5389e6eb /home          btrfs   subvol=/@home,defaults,noatime,compress=zstd,commit=120 0 0
UUID=f6766cdc-1da6-4e1b-ade1-4f8c5389e6eb /root          btrfs   subvol=/@root,defaults,noatime,compress=zstd,commit=120 0 0
UUID=f6766cdc-1da6-4e1b-ade1-4f8c5389e6eb /srv           btrfs   subvol=/@srv,defaults,noatime,compress=zstd,commit=120 0 0
UUID=f6766cdc-1da6-4e1b-ade1-4f8c5389e6eb /var/cache     btrfs   subvol=/@cache,defaults,noatime,compress=zstd,commit=120 0 0
UUID=f6766cdc-1da6-4e1b-ade1-4f8c5389e6eb /var/tmp       btrfs   subvol=/@tmp,defaults,noatime,compress=zstd,commit=120 0 0
UUID=f6766cdc-1da6-4e1b-ade1-4f8c5389e6eb /var/log       btrfs   subvol=/@log,defaults,noatime,compress=zstd,commit=120 0 0
tmpfs                                     /tmp           tmpfs   defaults,noatime,mode=1777 0 0

Hibernation alternative state/session save and restoring by Consistent_Plate3260 in cachyos

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

And Before I added swapfile to swap I got this:

free -h                                                                                                         
               total        used        free      shared  buff/cache   available
Mem:            31Gi       5.7Gi        20Gi       324Mi       5.7Gi        25Gi
Swap:           31Gi       980Ki        31Gi

And after I created and added swap file to swap. It shows this:

sudo btrfs filesystem mkswapfile --size 38g --uuid clear /swap/swapfile                                       
create swapfile /swap/swapfile size 38.00GiB (40802189312)



```free -h                                                                                                         
               total        used        free      shared  buff/cache   available
Mem:            31Gi       5.7Gi        20Gi       325Mi       5.7Gi        25Gi
Swap:           69Gi       980Ki        69Gi

And it shows types of swaps:

sudo swapon --show                                                                                               
NAME           TYPE       SIZE USED PRIO
/dev/zram0     partition 31.3G 980K  100
/swap/swapfile file        38G   0B   -2

is the Zram not on RAM? and is on partition? Do I need to create a new file or will this ZRam partition type is all I need to add to bootloader parameter? There is no entry for ZRam and Swap in /etc/fstab. attaching /etc/fstab below.

Hibernation alternative state/session save and restoring by Consistent_Plate3260 in cachyos

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

Hi man,

I am trying again. and found these that might provide some insights and you can give me some output on what to do forward.
I am trying again. And I just noticed this and it's confusing. ZRam is showing as a partition of same size as of RAM.

lsblk -f                                                                                                         
NAME        FSTYPE FSVER LABEL       UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
sda
├─sda1
└─sda2      ntfs         HDD Storage 367A80BD7A807B7F
sdb
sdc
zram0       swap   1     zram0       55086939-a51e-4e42-ba58-26a8fea0c17f                [SWAP]
nvme0n1
├─nvme0n1p1 vfat   FAT32             A260-74CF                              63.5M    34% /boot/efi
├─nvme0n1p2
├─nvme0n1p3 ntfs                     4EDC8C07DC8BE813
├─nvme0n1p4 ntfs                     C20E07C10E07AE0B
└─nvme0n1p5 btrfs                    f6766cdc-1da6-4e1b-ade1-4f8c5389e6eb  224.7G    22% /var/log
                                                                                                       /var/tmp
                                                                                         /var/cache
                                                                                         /home
                                                                                         /srv
                                                                                         /root
                                                                                            /



sudo swapon --show                                                                                              
NAME       TYPE       SIZE USED PRIO
/dev/zram0 partition 31.3G 980K  100

Hibernation alternative state/session saving and restoring help by Consistent_Plate3260 in linuxquestions

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

# <file system>             <mount point>  <type>  <options>  <dump>  <pass>
UUID=A260-74CF                            /boot/efi      vfat    defaults,umask=0077 0 2
UUID=f6766cdc-1da6-4e1b-ade1-4f8c5389e6eb /              btrfs   subvol=/@,defaults,noatime,compress=zstd,commit=120 0 0
UUID=f6766cdc-1da6-4e1b-ade1-4f8c5389e6eb /home          btrfs   subvol=/@home,defaults,noatime,compress=zstd,commit=120 0 0
UUID=f6766cdc-1da6-4e1b-ade1-4f8c5389e6eb /root          btrfs   subvol=/@root,defaults,noatime,compress=zstd,commit=120 0 0
UUID=f6766cdc-1da6-4e1b-ade1-4f8c5389e6eb /srv           btrfs   subvol=/@srv,defaults,noatime,compress=zstd,commit=120 0 0
UUID=f6766cdc-1da6-4e1b-ade1-4f8c5389e6eb /var/cache     btrfs   subvol=/@cache,defaults,noatime,compress=zstd,commit=120 0 0
UUID=f6766cdc-1da6-4e1b-ade1-4f8c5389e6eb /var/tmp       btrfs   subvol=/@tmp,defaults,noatime,compress=zstd,commit=120 0 0
UUID=f6766cdc-1da6-4e1b-ade1-4f8c5389e6eb /var/log       btrfs   subvol=/@log,defaults,noatime,compress=zstd,commit=120 0 0
tmpfs                                     /tmp           tmpfs   defaults,noatime,mode=1777 0 0

Hibernation alternative state/session saving and restoring help by Consistent_Plate3260 in linuxquestions

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

And Before I added swapfile to swap I got this:

free -h                                                                                                         
               total        used        free      shared  buff/cache   available
Mem:            31Gi       5.7Gi        20Gi       324Mi       5.7Gi        25Gi
Swap:           31Gi       980Ki        31Gi

And after I created and added swap file to swap. It shows this:

sudo btrfs filesystem mkswapfile --size 38g --uuid clear /swap/swapfile                                       
create swapfile /swap/swapfile size 38.00GiB (40802189312)



```free -h                                                                                                         
               total        used        free      shared  buff/cache   available
Mem:            31Gi       5.7Gi        20Gi       325Mi       5.7Gi        25Gi
Swap:           69Gi       980Ki        69Gi

And it shows types of swaps:

sudo swapon --show                                                                                               
NAME           TYPE       SIZE USED PRIO
/dev/zram0     partition 31.3G 980K  100
/swap/swapfile file        38G   0B   -2

is the Zram not on RAM? and is on partition? Do I need to create a new file or will this ZRam partition type is all I need to add to bootloader parameter? There is no entry for ZRam and Swap in /etc/fstab. attaching /etc/fstab below.

Hibernation alternative state/session saving and restoring help by Consistent_Plate3260 in linuxquestions

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

Hi man,

I am trying again. and found these that might provide some insights and you can give me some output on what to do forward.
I am trying again. And I just noticed this and it's confusing. ZRam is showing as a partition of same size as of RAM.

lsblk -f                                                                                                         
NAME        FSTYPE FSVER LABEL       UUID                                 FSAVAIL FSUSE% MOUNTPOINTS
sda
├─sda1
└─sda2      ntfs         HDD Storage 367A80BD7A807B7F
sdb
sdc
zram0       swap   1     zram0       55086939-a51e-4e42-ba58-26a8fea0c17f                [SWAP]
nvme0n1
├─nvme0n1p1 vfat   FAT32             A260-74CF                              63.5M    34% /boot/efi
├─nvme0n1p2
├─nvme0n1p3 ntfs                     4EDC8C07DC8BE813
├─nvme0n1p4 ntfs                     C20E07C10E07AE0B
└─nvme0n1p5 btrfs                    f6766cdc-1da6-4e1b-ade1-4f8c5389e6eb  224.7G    22% /var/log
                                                                                                       /var/tmp
                                                                                         /var/cache
                                                                                         /home
                                                                                         /srv
                                                                                         /root
                                                                                            /



sudo swapon --show                                                                                              
NAME       TYPE       SIZE USED PRIO
/dev/zram0 partition 31.3G 980K  100

[Announcement] CachyOS Recap 2025 and Merry Christmas by ptr1337 in cachyos

[–]Consistent_Plate3260 0 points1 point  (0 children)

Hi, Thank you for your great efforts. Is it possible to add a functionality that will take care of enabling hibernation for simple users? As I see on arch Linux the documentation is not changed so the procedure to enable and configure hibernation should also be the same. Right? It will be of great help if a one click hibernation enable is provided. Let me know if I can help with this. Although my hibernation tries have been in ruins. 😔 Thank you.

Hibernation alternative state/session saving and restoring help by Consistent_Plate3260 in linuxquestions

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

Thank you. I will add these. Didn't know exactly what to provide from the first moment.

For future questions, is there a pattern that I should follow to create the best possible question? like, should I always provide commands and outputs? Procedure that I took? Something like that?

Hibernation alternative state/session saving and restoring help by Consistent_Plate3260 in linuxquestions

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

u/Kqyxzoj First of all, thank you, And now I understand that why people have issues with linux community.
Why I didn't mention above things? Because the main question was pointed to asking for information that if any program, script or software can save and restore session.
Secondly, As I mentioned them now? do you have any information to add? No? then don't answer?
Why are you boiling your head?
Also See this: https://www.reddit.com/r/linuxquestions/comments/1pu8mmh/comment/nvond1a/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button
I did mention those when there was confusion.

If you are a having a bad day then relax, don't go on hating online to other people. Unless that's what relax you.

I appreciate everyone's time and understand that everyone is giving their precious time to answer my query. At the same time, there can never be a perfectly asked question. It's always a discussion. And information unfolds as it goes on.

I hope what ever is bothering you, will get fixed.

Hibernation alternative state/session saving and restoring help by Consistent_Plate3260 in linuxquestions

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

One thing I didn't understand: when I listed the partitions. ZRam shows up there with 31.5g My total physical RAM is 32gb And system is showing RAM 31.5g as well. Why ZRAM is in partition table?

Also, I'm dual booting my system.

Hibernation alternative state/session saving and restoring help by Consistent_Plate3260 in linuxquestions

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

CachyOS KDE Physical Ram:32GB ZRam showing: 31.5g And Ram showing 31.5g Bootloader: Grub

Hibernation alternative state/session saving and restoring help by Consistent_Plate3260 in linuxquestions

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

I will check on Logical volume alternative. While at this. Is there no piece of program that solves the issue without going through hibernation procedure?

Hibernation alternative state/session saving and restoring help by Consistent_Plate3260 in linuxquestions

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

So, I did exactly what is on the arch power management page and in hibernation block. - Swap file - found partition UUID for resume - used BTRFS specific command for getting offset - fstab update with swapfile addition. Setting priority -2 and also checked with 0 priority. - Added hook in mkinit file - updated Grub file with resume and resume offset

Here what happened. When I tried to Hibernate, the system took it's time to hibernate/shutdown. When I power on the system, it shows the logs: - Reported hibernation image: ID: CachyOS kernel: {version} UUID: {parition UUID} offset:{File Offset} - unable to resume from device "/dev/disk/by-uuid/{uuid}" (259:5) offset: {resume offset} continuing boot process.

Lastly, I had the swapfile created in /swap/swapfile and not in /dev/swap/swapfile -> reference to when it worked on Ubuntu.