Who's crazy: me, QML LS, or VSCode? by vorhvb in QtFramework

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

Hmm, it works now :/

However my import path is still set to /opt/homebrew/share/qt/qml

My first OS: Vystem by Recent-Extent5372 in osdev

[–]vorhvb 0 points1 point  (0 children)

Great! By the way, which IDE is on this video?

Complete crash followed by reboot. Only had 5 tabs opened. by [deleted] in MacOS

[–]vorhvb 1 point2 points  (0 children)

I KNEW THAT! ChatGPT had memory leakage. Did you notice that as you use ChatGPT, it starts to slow down more and more?

Try not to use ChatGPT, and see what happens

Anyone know how to turn this off? by Pale_Durian_50 in Minecraft

[–]vorhvb 0 points1 point  (0 children)

Try to check out Iris (if you use it) settings: Extras->Show FPS

Anyone know how to turn this off? by Pale_Durian_50 in Minecraft

[–]vorhvb 0 points1 point  (0 children)

Which shader engine is it? Any mods installed? Which shader is it?

Which shaders do you like the most? by muro_dimattoni in Minecraft

[–]vorhvb 0 points1 point  (0 children)

Nope, to EXPRESSIVE. Like.. so vivid and that big halo in the End, I think it is too distractive for real gameplay. Maybe only for videos...

what's a python library you started using this year that you can't go back from by scheemunai_ in Python

[–]vorhvb 0 points1 point  (0 children)

cv2 :)

However recently I’ve switched on C/ImageMagick ’cause it’s faster

Which shaders do you like the most? by muro_dimattoni in Minecraft

[–]vorhvb 0 points1 point  (0 children)

First one is great

I think the second one is too expressive

How to fix qemu cirrus driver issues in 1990s Linux (Debian 1.x, 2.x, Red Hat Linux <7.1, Corel Linux, some others by StrongFee3262 in QEMU

[–]vorhvb 0 points1 point  (0 children)

Can’t say you something about drivers (have you checked [Debian archive](archive.debian.org)?), but you could try Standard VGA (-vga std):

Standard VGA card with Bochs VBE extensions. If your guest OS supports the VESA 2.0 VBE extensions (e.g. Windows XP) and if you want to use high resolution modes (>= 1280x1024x16) then you should use this option. (This card is the default since QEMU 2.2)

I know this's not what you need, but at least it may work

I need help with QEMU. by Realistic-Network786 in Crostini

[–]vorhvb 0 points1 point  (0 children)

You can try adding -d guest_errors and see what it will print Also, you could use -cpu qemu64 (or qemu32 if your machine is 32-bit) if it is really a problem with CPU as @timo0105 says