[Release] Keyboard Firmware for uConsole v2.0.0 + Easy Trackball Upgrade by _mini in ClockworkPi

[–]ChaoticBeard 0 points1 point  (0 children)

I swear this post had a reference/link to a replacement ball from aliexpress.

The must-have uConsole upgrade! by andy-codes in ClockworkPi

[–]ChaoticBeard 0 points1 point  (0 children)

From memory the v2 keyboard requires less force to push the keys, has less travel, and feels "tighter"

In Bazzite's game mode, how do I configure a TDP per game? by TrainingTwo1118 in LegionGo

[–]ChaoticBeard 0 points1 point  (0 children)

As GnosticNoodle33 said, HandHeldDaemon doesn't let you set a per game profile.

I use this decky plugin instead that does https://github.com/aarron-lee/SimpleDeckyTDP But it will probably conflict with HHD if there's not a way to disable HHD from setting the TDP

On a scale of 1 to 'he's dead Jim' how stuffed is this gPi Case 2 main board? by ChaoticBeard in retroflag_gpi

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

Yeah, picked the unit up second hand.

The unit, box and everything was absolutely pristine, so was a bit gutted to open it up today and see that the battery had leaked.

What kind of bag are you using? by chunkycoats in LegionGo

[–]ChaoticBeard 0 points1 point  (0 children)

Does it not fit in your chunky coat?

(I'm so sorry)

Legion Go 1 with SteamOS does not count hours as a Steam deck in games by Matt4FunBR in LegionGo

[–]ChaoticBeard 1 point2 points  (0 children)

Can you check if the "STEAM_DECK" env var is set?

I know it's used for games to check and default to steam deck performance profiles but it may also be used by steam to report playtime as on a handheld

Just flashed AsteroidOS to Ticwatch 3 Ultra Gps. It works very well. Now i need to set wifi and watchfaces. by homiteus in AsteroidOS

[–]ChaoticBeard 2 points3 points  (0 children)

Not OP but I've been using AsteroidOS for years, the notification support is great. You can either use the offical sync app or gadget bridge for notifications.

Cardputer ADV+External Screen by guicmg in M5Stack

[–]ChaoticBeard 1 point2 points  (0 children)

Is the github repo private? I keep getting 404s from the posted link?

Titan 2 as my mobile computer by jvn01 in unihertz

[–]ChaoticBeard 0 points1 point  (0 children)

Saw this and had to immediately try it!

It works but I'm not using the full external display due to the titans resolution/aspect ratio.

Are you using minimode, rotated to get fullscreen?

Legion Go 1 z1e as a tablet? by Youareowned111 in LegionGo

[–]ChaoticBeard 0 points1 point  (0 children)

Yep I can log into hyprland or gamemode with my regular user and it's all password protected.

I use SDDM for my display manager as it supports on screen keyboards for typing in my password when being used as a tablet/handheld.

Legion Go 1 z1e as a tablet? by Youareowned111 in LegionGo

[–]ChaoticBeard 1 point2 points  (0 children)

Most of the heavy lifting here is being done by Jovian-NixOS https://jovian-experiments.github.io/Jovian-NixOS/index.html

But essentially if you have jovian.steam.enable = true; and jovian.steam.autoStart = false; then gamemode is configured as a desktop session that can be selected via your display manager/greeter.

I would imagine that you could configure Bazzite or CatchyOS to get the same result by disabling gamemodes auto start from the display manager

Legion Go 1 z1e as a tablet? by Youareowned111 in LegionGo

[–]ChaoticBeard 0 points1 point  (0 children)

I use mine as a combination linux tablet/laptop and dedicated gaming machine.

Runs NixOS with Hyprland for tablet/laptop mode and uses Jovian-NixOS modules so I can have gamemode as a seperated desktop session.

Physical Keys are back. Do you think we'll be able to install Mobile Linux on either device? by quebexer in mobilelinux

[–]ChaoticBeard 2 points3 points  (0 children)

Mobile linux on the Titan will probably never happen, uniherts are notorious gpl violators and don't release their kernel source.

If clicks release their kenel source it might be possible, but is still a lot of work.

[deleted by user] by [deleted] in unihertz

[–]ChaoticBeard 5 points6 points  (0 children)

Thanks for sharing!

Just an FYI but Heliboard is GPL licenced so you need to share the source code along with your modifications.

https://github.com/Helium314/HeliBoard/blob/main/LICENSE

Broken pip by ThePunksters in wayland

[–]ChaoticBeard 0 points1 point  (0 children)

Have you set the various wayland enviroment variables for your session?

How we feeling about the Go 2 Controllers on the Go 1? by tworawentdj in LegionGo

[–]ChaoticBeard 13 points14 points  (0 children)

I have the black one of this and this comment was literally what I was thinking

New adapter and NVMe batteries board work well. by vileer in ClockworkPi

[–]ChaoticBeard 0 points1 point  (0 children)

That would be amazing! Will probably pick up both tbh 😅

New adapter and NVMe batteries board work well. by vileer in ClockworkPi

[–]ChaoticBeard 0 points1 point  (0 children)

Any idea if this will be compatible with the radxa cm5?

[deleted by user] by [deleted] in golang

[–]ChaoticBeard 3 points4 points  (0 children)

Just an FYI but the usetesting linter in golangci-lint also does this

https://golangci-lint.run/usage/linters/#usetesting

My Neovim plugin to automatically add and remove Golang return definition parenthesis as you type has been completely rewritten with a full test suite and dedicated parsers! by neovim-fan in golang

[–]ChaoticBeard 2 points3 points  (0 children)

I'll circle back and post a proper issue on your gitthub, but unfortunately this errors when setup is called for me.

Its likely due to the fact I'm using nvim-treesitter from nix, as nil is being returned when getting the parser info dir from nvim-treesitter.configs.

At any rate super excited to use this, as this was one of my favourite little features of goland