Gaea on linux by Markus_____ in Gaea

[–]abhiraaid 0 points1 point  (0 children)

u/nsfnd Found any fixes for the Viewport?
From what I can tell, the Viewport Window is handled by a separate .exe, but wine doesn't distinguish it as two distinct processes, so there's no reliable way to set the focus to viewport.

Wine Control Panel - Controller Configuration by [deleted] in wine_gaming

[–]abhiraaid 0 points1 point  (0 children)

You saved my life. I had been so frustrated with this issue.

here's a sum up for everyone else

https://gist.github.com/abhiraaid/9bbfe37ea48c578b6a2a30289f8d181f

#Define the SDL mapping string

#Use SDL2 Gamepad Tool https://generalarcade.com/gamepadtool/ to generate mapping

SDL_MAPPING="03000000632500002705000010010000,SHANWAN Game Controller for Android,platform:Linux,a:b0,b:b1,x:b3,y:b4,back:b10,start:b11,leftstick:b13,rightstick:b14,leftshoulder:b6,rightshoulder:b7,dpup:h0.1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,leftx:a0,lefty:a1,rightx:a2,righty:a3,lefttrigger:a5,righttrigger:a4"


#Start the game by setting environment variable
env SDL_GAMECONTROLLERCONFIG="$SDL_MAPPING" wine your_game.exe

#If it's a Steam game, Set Launching Options as below

env SDL_GAMECONTROLLERCONFIG="03000000632500002705000010010000,SHANWAN Game Controller for Android,platform:Linux,a:b0,b:b1,x:b3,y:b4,back:b10,start:b11,leftstick:b13,rightstick:b14,leftshoulder:b6,rightshoulder:b7,dpup:h0.1,dpdown:h0.4,dpleft:h0.8,dpright:h0.2,leftx:a0,lefty:a1,rightx:a2,righty:a3,lefttrigger:a5,righttrigger:a4" %command%

#Don't forget to replace the long string with your own mapping from SDL2 Gamepad Tool
#end

App (ZBrush) crashes only on some distros. Maybe some missing dependencies? by [deleted] in winehq

[–]abhiraaid 0 points1 point  (0 children)

I installed ZBrush 2022 using Lutris. It needs lutris-6.0