MrLavender

Results 9 comments of MrLavender

I also think that some of the ore textures aren't great (even for people who aren't colorblind), but that can easily be fixed with a resource pack, e.g. https://www.curseforge.com/minecraft/texture-packs/industrial-revolution-ore-color-fix I...

It's lagging because you're running the game at 4K resolution on Intel(R) HD Graphics 630. Try setting the display resolution to 1920 x 1080 in Windows. https://support.microsoft.com/en-us/windows/change-your-screen-resolution-in-windows-5effefe3-2eac-e306-0b5d-2073b765876b

Most of this special case code for installing Pytorch on ROCm is a very hacky and fragile workaround for people with specific issues. And then you get stuff like https://github.com/AUTOMATIC1111/stable-diffusion-webui/pull/14293...

I had a similar experience going through these raids recently but don't see that much can be done about specific fight mechanics. It would be an enormous amount of work...

Looking at your crash log you have 10GB vram so I'm guessing it's a RX 6700? Try using the new `--upcast-sampling` feature which allows fp16 on AMD ROCm. Also `--opt-sub-quad-attention`...

AMD R9 370 is far too old. Forget about running any kind of GPU AI acceleration on it in either Windows or Linux.

You need to run `webui.sh` not `webui-user.sh`. Run it from the command line and post the output. First time you run it should download requirements which takes a while. ```...

> Feral Claws Navigate -> Find Chest... -> FeralClaws works for me. It is possible for a world to contain none, in which case they won't appear in the list...

This line https://github.com/sddm/sddm/blob/c813b2f56c28e909c17e84c87430ff2885a2f812/src/daemon/Display.cpp#L119 introduced in https://github.com/sddm/sddm/commit/ebe6110bd2bb5047ca09d4446fe739da468086e1 means it can never start on TTY1. Changing it to use `fetchAvailableVt()` instead restores the old behaviour. **DISCLAIMER** I have no idea what the...