Skip to main content

Questions tagged [linux]

Questions pertaining to the Linux Operating System as it relates to Blender. Questions can be anything from compatibility to optimization to making Blender work on a specific distro.

0 votes
0 answers
15 views

HIP RT option missing on Fedora 40 worstation in blender 4.1 and 4.2

I have an RX 7900xtx and I was able to activate HIP in the Blender preferences. However I don't have the HIP RT (experimental) box, it doesn't appear. Neither in Blender 4.1 nor in 4.2. I must have ...
user190805's user avatar
0 votes
0 answers
37 views

Ctrl, Shift and Alt keys not working in linux mint 21.3

This may sound weird, but all my shortcut keys aren't working! When ever I use Shift+MMB, it acts as if I'm hitting MMB only! The shortcut keys are working perfectly when I use them outside of blender,...
HarshManThanos's user avatar
0 votes
0 answers
14 views

Render Device: Can't use HIP in Blender 4.1 Flatpak on Fedora 39 Silverblue [duplicate]

I am trying to enable discrete GPU rendering by following these steps: Open Edit menu Open Preferences... window (also accessible via Ctrl + , hotkey) Open System tab Go to Cycles Render Devices ...
tsilvs's user avatar
  • 101
0 votes
1 answer
38 views

What are the requirements for an AMD GPU to work with Cycles on Linux?

According to the Blender manual, RX 7000 series GPUs should be supported. I have a RX 7700S. But the System panel in User Settings complains that there are no compatible GPUs, suggesting the driver ...
schuelermine's user avatar
0 votes
0 answers
156 views

Installing blender on termux x11 with hardware acceleration

Is there a way to install blender on termux x11 with hardware acceleration? Anyone with experience please help.
danielkotzer's user avatar
1 vote
0 answers
159 views

frequent crashes and freezes on Linux [closed]

My problem I recently removed gdm3 from my system to switch to KDE Plasma. Since then, the normal blender starter shortcut doesn't work any more; the program appears in the taskbar and, without ...
TheLinus's user avatar
0 votes
0 answers
34 views

Blender 'autosave' problems

Blender's autosave function does not work properly for me, and never has. I am running Blender on Linux Mint 21.3. Maybe it's a Linux issue, I don't know. In preferences, I have set a path for the ...
Mark Garlick's user avatar
1 vote
1 answer
163 views

BPY render using "Blender_eevee" can not work

I'm using bpy python module in Ubuntu 20.04, I try to render picture using engine='BLENDER_EEVEE' engine as shown below. ...
Jin Gordon's user avatar
4 votes
1 answer
127 views

Can Blender addons execute Shell commands on Linux?

I'd make an addon that would use several external command line programs to process output images. Is this possible?
reign's user avatar
  • 319
2 votes
1 answer
172 views

Accessing C pointers to vertices in Blender's Python API

I'm currently making a render engine in C and C++ for Blender. I want to access the vertices of a mesh from C via a pointer, to reduce the time spent in Python and avoid unneeded data duplication. I ...
elzaidir's user avatar
0 votes
1 answer
192 views

How to import a video file with multiple tracks?

I want to import some OBS videos into Blender and they have multiple audio tracks, but Blender shows only one audio track
ProgKing's user avatar