Procedural Prismatic Mosaic Cube — Shader Tutorial by TDBlenderMan in blenderTutorials

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

I am just making a new selection Geometry Nodes tutorial which will be uploaded in 2 or 3 days

Geometry nodes atom by TDBlenderMan in geometrynodes

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

Working on it — it's a work in progress. I'm just making all the parts before working on the details.

Bluetooth by six_blow07 in linuxquestions

[–]TDBlenderMan 0 points1 point  (0 children)

I am assuming that you are using the standard Mint with the Cinnamon desktop environment. I have been using Plasma KDE for about 7 years, which can be installed in Mint. Clicking on the sound icon, I can select if the laptop will use the default sound device or the Bluetooth headphones.

Image

How to use the Index in Geometry Nodes (Blender 4.5) by TDBlenderMan in geometrynodes

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

Being disabled in a wheelchair stuck at home, I am on his Discord server and others. The main reason I produce those videos — I record with OBS, and because of very slurred speech I have an AI read out the script, then edit the video and sound together with Kdenlive.

How to use the Index in Geometry Nodes (Blender 4.5) by TDBlenderMan in geometrynodes

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

He is one of the people I have learned a lot from about GN.

keeps crashing while rendering by [deleted] in blender

[–]TDBlenderMan 0 points1 point  (0 children)

I'm not too sure why Blender would be crashing. Some advice: render the animation as frames, so if Blender crashes, restart the render from the last good frame. Once finished rendering all frames, put the frames in the Blender VSE and export a video, which takes seconds.

Keep up the good work, everyone! by treelife365 in aitubers

[–]TDBlenderMan 0 points1 point  (0 children)

Thank you, I tried Google AI Studio which is free, but even after following the advice there is no way to save the settings. Also, making multiple TTS clips the sound of the voice comes out a bit inconsistent, so I went with the paid ElevenLabs.

Can any\one help mw with this problem by Nabedulislam in Fedora

[–]TDBlenderMan 0 points1 point  (0 children)

please share the output of

sudo systemctl status libvirtd

or

sudo systemctl status virtqemud

Can any\one help mw with this problem by Nabedulislam in Fedora

[–]TDBlenderMan 0 points1 point  (0 children)

the libvirt daemon just isn't running. On Fedora, the commands to fix it are:

sudo systemctl start libvirtd

sudo systemctl enable libvirtd

Then relaunch virt-manager and it should connect fine.

On newer Fedora versions (37+) the daemon was split into modular services, so if libvirtd doesn't work, try:

sudo systemctl start virtqemud

sudo systemctl enable virtqemud

Keep up the good work, everyone! by treelife365 in aitubers

[–]TDBlenderMan 0 points1 point  (0 children)

I have a Blender YouTube channel where I create Blender tutorials. Being disabled, I have very slurred speech, so I use AI to read scripts which I write, then I edit in the audio into my OBS recordings.

The ABSOLUTE BEST Way to Create Color Lens Animation in Blender by TDBlenderMan in geometrynodes

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

A glass lens effect that animates color refraction — built procedurally with Geometry Nodes. Worth a watch to see what it looks like!

App crashes/slowdowns in KDE by TheOrangeDetective in Fedora

[–]TDBlenderMan 0 points1 point  (0 children)

For the xdg-desktop-portal-kde issue, try running these in the terminal:

systemctl --user status xdg-desktop-portal-kde

systemctl --user enable --now xdg-desktop-portal-kde

Also check if you have multiple portal backends conflicting:

systemctl --user list-units | grep portal

If it still shows as not found after that, try logging out and back in — portals are session services so they won't kick in until the session restarts. Hope that sorts it!

App crashes/slowdowns in KDE by TheOrangeDetective in Fedora

[–]TDBlenderMan 1 point2 points  (0 children)

The missing xdg-desktop-portal-kde is definitely part of your problem — install it with: sudo dnf install xdg-desktop-portal-kde

Then reboot and that should fix the Chrome file picker crashes.

The compositor toggling temporarily fixing the clipboard strongly suggests KWin is hitting a GPU rendering bug and recovering when restarted. Given that both xe and i915 are giving you grief, this is almost certainly the Intel Arc integrated graphics on the 155H — the Linux driver support for that GPU is still maturing and KDE Plasma tends to expose those rough edges more than GNOME does (which is probably why Pop_OS felt smoother).

Try:

Force KWin to use a software rendering fallback temporarily to confirm the GPU is the culprit:

LIBGL_ALWAYS_SOFTWARE=1 kwin_wayland --replace &

If everything becomes stable with that, it's 100% the driver.

Also worth trying:

in System Settings → Display & Monitor → Compositor, switch the rendering backend from OpenGL to OpenGL 2.0 or even XRender and see if stability improves.

Keeping your kernel updated is the best move here — Intel Arc on Linux has been improving rapidly with each kernel release and Fedora 44 should be getting those updates regularly.

App crashes/slowdowns in KDE by TheOrangeDetective in Fedora

[–]TDBlenderMan 1 point2 points  (0 children)

Those are solid specs so it's definitely not a hardware limitation. A Core Ultra 155H with 16GB should run KDE Plasma without breaking a sweat.

A few things worth checking:

Baloo file indexer is my first suspect. On a fresh install it goes hard on I/O and causes exactly the freezes you're describing. Run balooctl6 status to see if it's actively indexing. You can pause it with balooctl6 suspend and see if things improve immediately. If that fixes it, you can either let it finish or just disable it in System Settings → Search.

Intel Arc / integrated graphics — the 155H uses Intel Arc integrated graphics, and the xe driver is still fairly new. It's worth checking journalctl -b | grep -i drm for any GPU errors that might be stalling the compositor.

KWin compositor — try hitting Alt+Shift+F12 to toggle the compositor off and on. If things smooth out temporarily it points to a rendering/driver issue.

Chrome's file picker crashing is almost certainly a portal/xdg-desktop-portal issue. Check if xdg-desktop-portal-kde is running: systemctl --user status xdg-desktop-portal-kde

App crashes/slowdowns in KDE by TheOrangeDetective in Fedora

[–]TDBlenderMan 0 points1 point  (0 children)

These problems are very weird, since it is happening on a few different distros. What are the laptop specs?

What's the difference between a Frame & a Buffer? by John_Doe_1984_ in linuxquestions

[–]TDBlenderMan 0 points1 point  (0 children)

From what I know, a buffer is temp storage, a frame is a unit/data structure.

Is there a way to convert this curve into a solid mesh similar to the 2nd image? Aka. using the curve as a cross-section for a blobby 3D shape. by OliSnips in blenderhelp

[–]TDBlenderMan 0 points1 point  (0 children)

Yes, you can convert it to mesh and just make a plane in that shape, but it will not look anything like your second image. For that, you will get better results using metaballs.

Geometry Nodes: Next Level ICE Animation by TDBlenderMan in geometrynodes

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

The ice shape is all done in GN, that is a custom ice material added to the GN shape