Thoxy

joined 1 year ago
[–] Thoxy 2 points 1 year ago

I have used it but I prefer the original lemmy site on desktop but this is a great alternative for desktop but is still a new project maybe in the future I'll be making the switch.

[–] Thoxy 7 points 1 year ago (2 children)

I find that the Voyager app loads much faster than the website because the front-end is directly embedded in the app. I personally use it on a daily basis and highly recommend it. However, I have experienced some bugs with Photon on my phone, which makes me prefer the Voyager app even more.

Removing Voyager from the server is a logical decision as it would free up resources and potentially improve the performance of other services.

[–] Thoxy 2 points 1 year ago (1 children)

Work perfect for me, the loading time has significantly improved

[–] Thoxy 5 points 1 year ago* (last edited 1 year ago)

What's more, this one is edible, it's a Macrolepiota Procera. Taste realy good 😋

[–] Thoxy 4 points 1 year ago (1 children)

This is realy nice I'm not a big fan of the old one but this one is an other story I'm realy love it

[–] Thoxy 2 points 1 year ago

This is just a shame

[–] Thoxy 2 points 1 year ago

I don't rely on special settings; instead, I ensure that I have the latest Mesa driver installed for my 7900XTX. Additionally, I optimize my gaming experience by using a set of launch settings that work well for most of my games, with minor adjustments made to the RADV_PERFTEST environment variable. These are the launch settings I use :

VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/radeon_icd.i686.json:/usr/share/vulkan/icd.d/radeon_icd.x86_64.json AMD_VULKAN_ICD=RADV RADV_PERFTEST=sam,rt,gpl,nggc,aco gamemoderun %command%

[–] Thoxy 12 points 1 year ago (2 children)

I made the switch to Linux a year ago, and I haven't looked back since. Of course, I still keep a dual boot for those pesky games that use Ring0 anticheat or are simply incompatible with Linux, like Fortnite or PUBG. But honestly, I don't find myself playing them as often anymore. My current actual go-to games include Dota 2, CS:GO, Elden Ring, Sea of Thieves, Diablo 4, Street Fighter 6, Dead Cells, and Isaac.

[–] Thoxy 3 points 1 year ago (1 children)

Oneplus are good with Rom but not highly maintained and I always have custom rom and root on all of my phone. I hate ads and I use all the method that exist to not have any ads in any of my app.

[–] Thoxy 5 points 1 year ago (4 children)

Oneplus 7 Pro + Crdroid 9.5 + Magisk + LSPosed and my safetynet is green Google pay / bank app work and L1 DRM certificate work for netflix/prime...

 

If you have a dual boot setup like mine and want to utilize Linux systemd-boot for managing the Windows dual boot, I've put together a concise guide for myself, which may also be of interest to a few people. Here are the steps you can follow:

  1. Find the partition of the Windows EFI system with lsblk. (The partition must be around 100Mo)
NAME        MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
sda           8:0    0 465,8G  0 disk
├─sda1        8:1    0   100M  0 part
├─sda2        8:2    0    16M  0 part
├─sda3        8:3    0   465G  0 part
└─sda4        8:4    0   639M  0 part
zram0       254:0    0     4G  0 disk [SWAP]
nvme0n1     259:0    0 931,5G  0 disk
├─nvme0n1p1 259:1    0   511M  0 part /boot
└─nvme0n1p2 259:2    0   931G  0 part /var/log
                                      /var/cache/pacman/pkg
                                      /home
                                      /.snapshots
                                      /
  1. Mount this partition with sudo mkdir /mnt/windows-boot && sudo mount /dev/sda1 /mnt/windows-boot. (In this example sda1 is the partition needed)

  2. Copy the needed directory to boot folder with sudo cp -r /mnt/windows-boot/EFI/Microsoft /boot/EFI/Microsoft.

  3. Create the needed entrie config file

su -
cd /boot/loader/entries
touch windows.conf

and put this code inside :

title Windows 11
efi /EFI/Microsoft/Boot/bootmgfw.efi
  1. Reboot

This guide is specifically tailored for an Arch Linux installation, but it can be easily adapted to suit other Linux distributions.

Please note that the steps provided in this guide are primarily focused on configuring dual boot using Linux systemd-boot. While the overall process may be similar across various distributions, there might be slight variations in specific commands or file paths. Therefore, it's recommended to consult your distribution's documentation or community resources for any distro-specific instructions.

view more: next ›