luana

joined 2 years ago
[–] [email protected] 1 points 2 weeks ago

Fixed on Linux 6.11.5

 

Any good #Cooking “PeerTubers” on #PeerTube out there?

Or not cooking, just cool peertubers like #gaming or whatever

#PCGaming

[–] [email protected] 0 points 3 weeks ago

@ada I'm gonna need some help if I wanna compile this tomorrow, I'm stuck at not figuring out this "json" depedency, cant find the correct one on nixpkgs

{ lib, stdenv, fetchFromSourcehut, meson, ninja, pkg-config, hidapi, pandoc, cmake, json_c, jsoncpp, nlohmann_json, yyjson }:stdenv.mkDerivation rec {  pname = "titania";  version = "2.2.3";  src = fetchFromSourcehut {    owner = "~chronovore";    repo = "titania";    rev = "v${version}";    hash = "sha256-X8fvVPeyulD1OyOV/oFfH4OkQ0niyYFRf26YfeUABtc=";  };  nativeBuildInputs = [ meson cmake ninja pkg-config ];  buildInputs = [ hidapi pandoc json_c jsoncpp nlohmann_json yyjson ];}

Gives this:

       > Run-time dependency json found: NO (tried pkgconfig and cmake)       > Looking for a fallback subproject for the dependency json       >       > meson.build:117:8: ERROR: Automatic wrap-based subproject downloading is disabled
[–] [email protected] 1 points 3 weeks ago (2 children)

@[email protected] On kernel 6.10.11, where bluez (5.78) works fine:

[ 1274.165188] playstation 0005:054C:0CE6.000D: unknown main item tag 0x0<br></br>[ 1274.165266] playstation 0005:054C:0CE6.000D: hidraw11: BLUETOOTH HID v1.00 Gamepad [DualSense Wireless Controller] on 00:91:9e:55:4e:ce<br></br>[ 1274.189954] input: DualSense Wireless Controller as /devices/virtual/misc/uhid/0005:054C:0CE6.000D/input/input30<br></br>[ 1274.190095] input: DualSense Wireless Controller Motion Sensors as /devices/virtual/misc/uhid/0005:054C:0CE6.000D/input/input31<br></br>[ 1274.190454] input: DualSense Wireless Controller Touchpad as /devices/virtual/misc/uhid/0005:054C:0CE6.000D/input/input32<br></br>[ 1274.190643] playstation 0005:054C:0CE6.000D: Registered DualSense controller hw_version=0x00000514 fw_version=0x010c000a<br></br>

How do you get the hid report?

Maybe I should try booting my PS5 and see if there are any controller firmware updates? (I haven't updated it in a while, that's for sure)

[–] [email protected] 1 points 3 weeks ago (7 children)

Yep.

Anyone with a #DualSense could update to kernel 6.11.4 and confirm if it also breaks bluetooth connection to DualSense for you?

#Linux #Gaming #LinuxGaming #Bluez

[–] [email protected] 1 points 3 weeks ago (8 children)

Apparently kernel 6.4.11 is the problem, not Bluez

 

Anyone with a #DualSense could update #Bluez to 5.77 or 5.78 and confirm if it also breaks connection to DualSense for you?

#Linux #Gaming #LinuxGaming

#PCGaming

 

Take a look at this indie game that’s currently on kickstarter!

It’s really pretty and has a demo available on Steam rn! Seems like it’ll be really cool

https://www.kickstarter.com/projects/distantbluegames/fading-skies

#FadingSkies #Gaming #indiegames #PCGaming

[–] [email protected] 1 points 1 month ago

@[email protected] I’ll take a look at those, thanks!!

[–] [email protected] 1 points 1 month ago

@[email protected] I’ll take a look, tks!

 

When making your main/playable characters, do y’all 3D #gamedev folks make them from scratch?

Are there any good resources out there about doing so in blender or something?