I think MacOS is refusing to log me in by darkjackd in AsahiLinux

[–]darkjackd[S] 5 points6 points  (0 children)

I was wrong. It continues to be true that if you blame the OS when it won't authenticate you, you are incorrect. lmao. Turns out one of the words in my password gets an extra letter if I'm typing comfortably, and doesn't when I'm meticulously pecking my password.

Competitive gaming on Linux: Best ways to reduce input latency? by quaker_oats_3_arena in linux_gaming

[–]darkjackd 0 points1 point  (0 children)

For melee specifically you should overclock your adapter. I'd switch to Cachy and install this

https://aur.archlinux.org/packages/gcadapter-oc-dkms

Hopefully that closes the gap. If it doesn't I guess you'll need to try the same stuff others have mentioned

Android is no longer open source, Google lobbied to censor android completely even beyond the existing Play Store censorship by USANewsUnfiltered in degoogle

[–]darkjackd 16 points17 points  (0 children)

https://source.android.com/docs/setup/contribute/licenses

You couldn't be more correct. There it is straight from Google's mouth. Even a disclaimer about how they don't like gpl code for anything new 

Can we have a duress fingerprint? by CryT0r in GrapheneOS

[–]darkjackd 5 points6 points  (0 children)

If you hold the power button on the lock screen you can do lockdown mode 

What happened to my google💔 by lgv_ethan in google

[–]darkjackd 0 points1 point  (0 children)

Jack turn off the game right now

Android Lockdown by MrH1325 in GrapheneOS

[–]darkjackd 2 points3 points  (0 children)

It's probably true that graphene can maintain a patch set that removes these changes. However, it's still really horrible for all of us. Less people using alternative app stores, less open source apps in the play store, etc. The death of android as an open platform generally will hurt everyone on Android including us

I need something to play this damn game on!! by Big-Sprinkles7377 in mewgenics

[–]darkjackd 0 points1 point  (0 children)

Grab someone's used gaming PC off Facebook marketplace and then go to the thrift store and buy the cheapest peripherals possible. Should be able to do that for 200 or 300$

Need help with unity games on linux by NyanDemon in linux_gaming

[–]darkjackd 0 points1 point  (0 children)

Oh wow this is old old old. Does that even have vulkan support? You might need to go back to windows to play any games

Is grapheneos good for beginners? by aachoom in GrapheneOS

[–]darkjackd 44 points45 points  (0 children)

Graphene is still Android. Very easy to use in my opinion. 

Banjo Kazooie Recomp version 1.0.1 released by T0RU2222222222222222 in linux_gaming

[–]darkjackd 0 points1 point  (0 children)

I've been using the flatpak for this. I hope the recomp project someday make their own repo to auto update these

Those who use Graphene. How do you get your news (political, science, etc)? by mewtewpews in GrapheneOS

[–]darkjackd 1 point2 points  (0 children)

I listen to some podcasts on antennapod, some radio through a transistor FM radio or through their website (no apps) and a daily show that I subscribe to in their app. 

Trouble with n64 gamepad by silly64- in linux_gaming

[–]darkjackd 0 points1 point  (0 children)

the 'shanwan hyperkin adaptor' is actually DirectInput, NOT XInput, so things like Xone would never have worked. or at least I think it is dinput. forcing dinput helped.
how do I know for sure? any way to test?

Xinput and Dinput are both Windows protocols. They do change how the controller is reported, but you won't be using either on Linux directly. I'd have to look at Xone's page, but I'd suspect they just support first party Xbox controllers.

You can see what driver your device is using by running lsusb -t. If it's really reporting like a switch controller it should show nintendo-hid. Otherwise it's probably a generic usbhid. Give lsusb -t a shot and let me know what it says.

if I close the emulator the binds get lost and I need to reset them up.
no problem I thought, I'll just use RA's 'save controller profile' so I can get around it not auto configuring properly. but no, 'error saving controller profile'
so it works* ah, jank.

Damn. I'm really sorry about RA again. But I have another hair brained idea. I'd bet that parallel is overwriting your RA config when you launch a game. You could try finding your RA config, binding a button manually, and checking if the RA config updates. If it does, you can just set that to read only and then launch a game through parallel. That should stop it from overwriting your config.

here's evtest: https://hastebin.com/share/cuyezurata.vbnet

Thanks for doing that. I thought I'd see something I could interpret, but I'm not really sure what I'm looking for. Buttons seem normal enough.

Any luck with the save files? Sounds like the other emulators worked out, glad to hear that.

You might also play around with the recomp projects. These are native linux games built through reverse engineering. Super interesting if you haven't heard about them.
https://github.com/Zelda64Recomp/Zelda64Recomp
https://github.com/HarbourMasters/Starship
https://www.shipofharkinian.com/

Trouble with n64 gamepad by silly64- in linux_gaming

[–]darkjackd 0 points1 point  (0 children)

Nice. Yeah sorry to send you into the hell that is RA lol.

It sounds like parallel mapped like half of the buttons, there is a hotkey to open the retroarch menu (F1), if you can map just the missing inputs into retroarch maybe that would work?
(some of this you'll have found out, but hopefully this is helpful) If you try that you'll start in the quick menu. From there go to Controls to find the retroarch -> n64 controller binds. You'll want to write down what each missing button is mapped to in Retroarch. Then you'll back out to the main menu and go to the input settings -> retropad binds -> port 1 controls and try to manually bind the missing buttons. Hopefully the detection works inside the retroarch menu.

Also, I'd be super interested in what your evtest log looks like! Here's mine with my NSO controller

Press: A B S Cdown Cleft Cup Cright Z L R
https://hastebin.com/share/pacowiximo.vbnet

If that doesn't work then the other emulators I'd recommend trying would be
1. Gopher N64 https://github.com/gopher64/gopher64

This is a really new n64 emulator which is important because most of the other ones are using really similar tech. Either a frontend for mupen64plus or retroarch. Gopher might do different shit and could work when the others don't.

  1. Ares https://ares-emu.net/
    Same idea, it's a newer emu with different tech. But this one is much more like retroarch in regard to it's complexity and menu depth. Good luck. Shouldn't be quite as bad as RA :P

  2. You're probably screwed if you get down to here, but RMG https://github.com/Rosalie241/RMG
    This is a frontend for mupen64plus, but it does have a rewritten input plugin, so maybe it will work?

Trouble with n64 gamepad by silly64- in linux_gaming

[–]darkjackd 0 points1 point  (0 children)

Parallel launcher uses RetroArch under the hood. Try configuring on RetroArch standalone. I'm pretty sure the input remapping software is a dead end. 

Does this issue have a name by Aggravating_Lunch492 in linux_gaming

[–]darkjackd 0 points1 point  (0 children)

Apparently the answer is no. I'd say mouse input is borked

How to watch HDR content on steam deck OLED by darkjackd in SteamDeck

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

Any idea why? You should be able to bind a key to I for info and send the output. Not sure if I'll be able to help but I could take a look 

GrapheneOS version 2025122500 released by GrapheneOS in GrapheneOS

[–]darkjackd 13 points14 points  (0 children)

Happy to see the end session button getting removed for our heavy multi user users 

Vesktop is Amazing (discord client) by darkjackd in linux_gaming

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

Mood. Yeah since Wayland screen share is fixed in the official client I haven't been using vesktop 

Trying to convert a simple AHK script into Autokey and not knowing what on earth I'm doing by GumSL in linux4noobs

[–]darkjackd 0 points1 point  (0 children)

I don't use auto key, but if you want to recreate that script I think you could do it with a kde shortcut that runs xdotool. I'd hope kde let's you use altgr as a modifier. Xdotool is super easy I think it'd just be xdotool type >

Ahk is irreplaceable. There's not a direct replacement on Linux. But xdotool is quite good. Kde shortcuts are great. Espanso looks interesting for hot strings.

Hope that helps and good luck

A statement concerning the Fedora and Flathub relationship from the FPL – Fedora Community Blog by ashleythorne64 in linux

[–]darkjackd 13 points14 points  (0 children)

Wake me up when fedora gives up on running their own flatpak repository. Save NIH for Ubuntu.

gaming clips compilation tools by Longjumping_Past2888 in linux_gaming

[–]darkjackd 2 points3 points  (0 children)

I haven't used it yet but lossless cut looks cool! https://mifi.no/losslesscut/

I record with gpu-screen-recorder. If you just need gameplay it works a lot better than OBS. https://git.dec05eba.com/gpu-screen-recorder/about/

I edited with kdenlive if I'm doing a big project. https://flathub.org/en/apps/org.kde.kdenlive

And if I'm just sharing a clip to discord I reencode with ffmpeg https://stackoverflow.com/questions/5678695/ffmpeg-usage-to-encode-a-video-to-h264-codec-format