lyoko

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

Thank you for all your help! I've finally found out what I did wrong. Gnome has it own way to enable/disable an extension which I followed here because of another bug. It is so annoying I am thinking about switching to lightdm permantly.

Thank you very much once again!

[–] [email protected] 1 points 1 month ago (2 children)

Unfortunately I can not login with GDM using X. I am having the same bug as in here :/ For wayland, I have both read/write permissions for my username.

Also I can use the PS5 controller as a mouse just fine. Another symptom I see is when I run xdotool mousemove 150 150, it will print Warning: XTEST extension unavailable on '(null)'. Some functionality may be disabled; See 'man xdotool' for more info.. The null here is concerning to me. Not sure how it says on other system.

[–] [email protected] 1 points 1 month ago (4 children)

No steam uses XTEST under the hood for controller. You can see a bug report here. You could try to disable the XTEST extensions and the steam client will crash if you connect with a controller.

For the symptom, If I do a xdpyinfo it will print a list of enabled extensions and no matter what i've tried it does not have the XTEST extension.

22
submitted 1 month ago* (last edited 1 month ago) by [email protected] to c/[email protected]
 

Hi, I've recently discovered that steam client on linux requires the XTEST extension to handle input from controller. However, I can not enable XTEST on gdm no matter what I've done. Switch to lightdm solves it instanly but I prefer gdm.

Could you provide some hint how to debug it and have you experienced that before? Thank you very much!

I am using Arch Linux with Gnome and Wayland.

[–] [email protected] 1 points 1 month ago (1 children)

Do you use amd or intel. if amd, which amd driver you are using ?

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

thank you very much for your confirmation. if i can not resolve this i will probably have to reinstall my system :'(

[–] [email protected] 2 points 1 month ago (3 children)

could you tell me how do you install your steam client ? thank you!

[–] [email protected] 2 points 1 month ago* (last edited 1 month ago) (1 children)

yay I choose the PS5 controller because I like its ergonomics more but I will probably have to go to the same route as you :/

also do you zen kernel or the mainline kernel and which version of kernel you are using ?

[–] [email protected] 1 points 1 month ago (1 children)

I've disabled everything and Steam still crashed. My wild guess is that my Steam client will crash when any controller is connected to the pc and not only the ps5 controller :/

If i start Steam client with -nojoy everything works fine but i can not use the controller with Steam :(

 

Hi, I would like to ask if you have any experience with the PS5 controller with Steam on Linux. Steam crashes (segfault) everytime I connect the PS5 to my pc regardless bluetooth or usb :/

One particular setup with my pc is I am using the linux zen kernel on arch instead of the mainline kernel. Does anyone of you have similar setup with me and has the PS5 controller working ?

Thank you very much!

Edit: forgot to mention that I could use the PS5 dualsense as a mouse and use dualsensectl to control it so i guess it is more or less a Steam problem :/

Edit: Thank you everyone for your supports. I find out that for some reason I don't have XTEST extensions enable which steam need to use. If I switch to another display manager with XTEST enabled, steam works again

 

Hello, do you know any place to buy Monero for online payment ? It seems that LocalMonero is winding down and I don't want to use some big exchanges like Coinbase for obvious reasons. Thank you very much!

[–] [email protected] 15 points 1 year ago* (last edited 1 year ago)

I have the same problem with navidrome so I've written a new Opensubsonic server in Rust with a permision model. You can check it out here: https://github.com/vnghia/nghe

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

If you have some times, you could try my new Opensubsonic server, which is written with performance in mind (I've tried to do a lot of things in compile-time) especially if you are transcoding the song a lot.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (2 children)

Sorry to make you feel that way. You are the first commenter and the first star on github so I am really appreciate it. "Nghe" could be decompose into two parts: "ngh" and "e". The "e" part sound like "eh" but the "ngh" part is just "difficulty level: asian" so I put a video here: https://www.youtube.com/watch?v=ttA8ukm8lwI ("ngh" and "ng" have the same pronounciation). Thank you very much!

[–] [email protected] 3 points 1 year ago

Thank you! I just want to make my server as much cross-platform as possible :D

 

I am selfhosting Navidrome for sometimes but its lacks of support for multiple values really bugs me. Since I am having some free time, I've decided to write an opensubsonic server in rust (why rust? you guess). The notable features are:

  • In-memory transcoding with ffmpeg c api. Faster transcoding with no ffmpeg binary required and no need for pre-configurated transcoding profile.
  • Multiple values for artists/album artists/etc.
  • Permission models music folder per user.

It is still actively developped and lacks some Opensubsonic features (playlist/starr) and some external integrations like lastfm. However I would like to post it get some feedback about it.

Thank you very much!

12
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 

Maybe this is a little bit off-topic. I would like to ask how you manage your dockerfile.

I have a git repo hosting my configurations (docker-compose, traefik, etc). Then, I have a python script that reads data from JSON, renders the placeholder inside these files (the {{replace_me}}) by an actual value and outputs them to another directory. Finally, I cd to that directory and run docker-compose up -f .... (This approach takes inspiration from the terraform templatefile)

That JSON file is generated by some terraform code, along with terraform code for other stuffs (storage bucket, vps, dns, etc).

It works well for me so far. Especially for:

  • templating traefik toml configuration (I like it a lot more than the label approach).
  • secret in the docker env file (so my docker.env file has the form of secrect={{secret}}.

I know most templating docker part can be replaced by directly interpolating with environment variables but I don't really like it because it seems environment variables are not persistent.

Do you have any suggestions for my workflow ? I am always feel a litte bit off about this approach.

Edit: Thank you for your suggestions. I will try k8s for edge computing and if it does not work really well, I will stick with my current approach.

view more: next ›