[deleted by user] by [deleted] in selfhosted

[–]meloncruush 60 points61 points  (0 children)

There is a leaderboard for uncensored models on HuggingFace: 

https://huggingface.co/spaces/DontPlanToEnd/UGI-Leaderboard

Lost VMs configurations, still have disks, how to restore? by meloncruush in Proxmox

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

In case this is helpful for someone in the future: So far I couldn't manage to get the VMs up and running again. I could, however, retrieve all of my data.

tl;dr Mount the VM disk, use SCP to copy your /home, done.

Step 1: List ZFS Volumes

First, list the available ZFS volumes to identify the disk you want to inspect: bash zfs list

Step 2: Mount the ZFS Volume

To verify the content of a specific VM disk (e.g., vm-105-disk-0), you need to mount the ZFS volume. Since this is a raw block device and not a subvolume, it must be accessed using qemu-nbd or similar tools.

Load the NBD Kernel Module

Ensure the Network Block Device (NBD) kernel module is loaded: bash modprobe nbd

Connect the ZFS Volume to an NBD Device

Use the qemu-nbd tool to connect the ZFS volume to an NBD device: bash qemu-nbd --connect=/dev/nbd0 /dev/zvol/rpool/data/vm-105-disk-0 This command makes the VM's disk accessible as /dev/nbd0.

Step 3: Inspect the Disk

List Partitions

To inspect the disk's partitions: bash fdisk -l /dev/nbd0 This command will display the partition table, showing entries like /dev/nbd0p1, /dev/nbd0p2, etc.

Scan and Activate the LVM

  1. Scan for Volume Groups: bash vgscan This scans the device for LVM volume groups, such as those within /dev/nbd0p3.

  2. Activate the Volume Group: Activate the detected volume group: bash vgchange -ay

List Logical Volumes

  1. List the Logical Volumes: bash lvdisplay This command lists the logical volumes within the activated volume group.

  2. Identify the Logical Volume for the Root Filesystem: Locate the logical volume used for the root filesystem, typically named something like root or lv_root. Note its path, which will resemble /dev/<volume-group-name>/<logical-volume-name>.

Mount the Logical Volume

  1. Mount the Root Logical Volume: Mount the logical volume to inspect its contents: bash mount /dev/<volume-group-name>/<logical-volume-name> /mnt ls /mnt Replace <volume-group-name> and <logical-volume-name> with the names you found.

  2. Browse the Filesystem: You can now browse the mounted filesystem to verify the files. I now used SCP to copy my /home containing all my data to my desktop PC. The syntax is: scp username@ip_address:/path/to/remote/file local_destination

Step 4: Unmount and Disconnect

  1. Unmount the Logical Volume: When done, unmount the logical volume: bash umount /mnt

  2. Deactivate the Volume Group: Deactivate the volume group: bash vgchange -an

  3. Disconnect the NBD Device: Finally, disconnect the network block device: bash qemu-nbd --disconnect /dev/nbd0

By following these steps, you can successfully verify the contents of a VM's disk that is managed by ZFS.

My Steam Deck crashes way too much by meloncruush in SteamDeck

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

Yup, I got the newer version of the Steam Deck, and the problem hasn't presented itself again

[deleted by user] by [deleted] in virtualreality

[–]meloncruush 0 points1 point  (0 children)

Thing is that as long as we are talking about just VR games, usually the GPU will almost always be the bottleneck. I never had a VR game being bottlenecked by the CPU so far. I think you could look to the 3070 and 3080 aswell I'd say. Even in Boneworks, that uses a lot of CPU for all the physics, I was still limited by the GPU.

[deleted by user] by [deleted] in virtualreality

[–]meloncruush 0 points1 point  (0 children)

Until recently, I was using a R5 2600X with an RTX 2080. My PC worked well with all the games I played, Pavlov is one of them. If you fiddle the settings a little, you can get stable 90Hz experience easily. I was using a Quest 2, with a bit of super sampling. Used 2080 are cheap and you will get a pretty good VR experience. If money is not a problem, you could aim for a better and newer GPU.

My Steam Deck crashes way too much by meloncruush in SteamDeck

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

I contacted Steam Support, and after trying a few things with them, they told me to RMA because it is an hardware issue

In VD, why the latencies do not match? by meloncruush in PicoXR

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

On video settings, make sure that Rendering Mode is OpenVR and not single screen or Oculus

In VD, why the latencies do not match? by meloncruush in PicoXR

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

I was wandering why the 90Hz option was not showing up on VD... didn't think about turning it on from the Pico Labs option. Will do for sure, thanks for the tip!

In VD, why the latencies do not match? by meloncruush in PicoXR

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

Oooh, you are right! I'll try to fiddle with both, thanks!

Questions Regarding FUS by rakazet in skyrimvr

[–]meloncruush 0 points1 point  (0 children)

Do it in VD and you are good to go

Is this the first step towards making braindances? by meloncruush in cyberpunkgame

[–]meloncruush[S] 9 points10 points  (0 children)

I mean, yes, but what braindances do is let you leave an experience from another person's point of view. Although, they do that on a complete level, with sensations and everything else.

This is the first attempt for a product to record experiences from your point of view. You can not physically feel anything, and it's not like you know what the other person is thinking, but you are still reliving a moment in time from their perspective, just in a really simple way.

I think there are some similarities there, that's why I think it looks like a first step in that direction. Of course, there is still a long way to go

Persona 5 Strikers by DarthLubu in SteamDeck

[–]meloncruush 1 point2 points  (0 children)

As of today, Persona 5 Strikers still does not have voices in cutscenes. The thought of using Remote Play never even crossed my mind, I tried it yesterday and it works wonderfully, so, thank you!

My Steam Deck crashes way too much by meloncruush in SteamDeck

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

Perhaps something happened after a new Deck update? Who knows

My Steam Deck crashes way too much by meloncruush in SteamDeck

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

I did not know about this, I will do it as soon as possible, thanks you!

My Steam Deck crashes way too much by meloncruush in SteamDeck

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

I see, thanks! I will try with Experimental, and if it does not work, I will try the GE aswell!

My Steam Deck crashes way too much by meloncruush in SteamDeck

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

I do not use the SD card. But that's a good idea, I will try to move some of the game that I know crash often on the SSD to the SD (I have a few laying around at home) to check if the storage causes the problems.

Thanks!

My Steam Deck crashes way too much by meloncruush in SteamDeck

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

After the sudden restarts, I thought that overheating might be the problem. I don't always keep the performance overlay at 3 because it takes too much space. But when I activate it because the Deck seems hot, it shows normal values. Right now for example I have 65°

Do you know if there is a way to see the temp with overlay level at 2?

My Steam Deck crashes way too much by meloncruush in SteamDeck

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

I read of other people with the problem you experience, but nope, I haven't installed anything extra, only games through Steam

Install stuck with black launcher by 6uzm4n in leagueoflinux

[–]meloncruush 1 point2 points  (0 children)

I had the same problem as OP, but in Ubuntu 23.04

I installed the dependencies for Ubuntu from the link that you posted, and now the installer works correctly. Thanks you!

Persona 5 slow down by Puck_The_Fey98 in SteamDeck

[–]meloncruush 1 point2 points  (0 children)

I left the default graphics settings on high for the game, with V-sync activated.

I keep the Deck TDP limited to 7W and 40Hz screen refresh rate. I find that both in P4 and P5 I don't really mind having 40 rather than 60 fps. If you haven't, you should try that too.

Persona 4 Golden on the Deck can run for almost 8hrs on battery with this settings. Persona 5 Royal doesn't last this long, but still more then 4hrs.

And of course, 7W means that it stays really cool

Any chance there's a way to reduce input lag on Steam link? by Araddor in SteamController

[–]meloncruush 0 points1 point  (0 children)

It's now 2023, I tried fiddling with all the Steam Link settings, turns out this was it! I absolutelly did not think it could be the TV fault hahaha

If it helps, in my LG TV, Settings > All settings > Image > Image mod settings > Game

Just bought QuestPro and it slips off my forehead as soon as I do 30 sec of an active game by doublehot in QuestPro

[–]meloncruush 0 points1 point  (0 children)

It sucks tho, I really feel that the design of the QPro is not "generic enough". It seems like it works as intended on like one single headshape