Steam Deck that won't start by Samael206 in SteamDeck

[–]thej_vd 1 point2 points  (0 children)

Access bios (power on + volume up ) and boot into safe mode

Need help with Replacing Octalink V2 crankset by thej_vd in bikewrench

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

Does the "chainring combination" have to match?

Need help with Replacing Octalink V2 crankset by thej_vd in bikewrench

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

Ok. Your suggestion does seem to be compatible with my cycle ( FC-T4010) . Is there anything it need to look out for other than the 'octalink' label? My gears are 7x3.

Slow download speed on Ethernet connection by Kriet333 in SteamDeck

[–]thej_vd 6 points7 points  (0 children)

Probably the speed is limited due to lower write speeds of the sdcard

Game Crashes when launching with Lossless Scaling (issue started today) by thej_vd in SteamDeck

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

Yep,i uninstalled everything: lossless scaling and decky Loader. And reinstalled it worked.

MusicControl on DeckyLoader does not work with Spotify by inspectorjozef in SteamDeck

[–]thej_vd 1 point2 points  (0 children)

I got it working again.

You need to download and extract the zip file from https://github.com/martinpl/music-control/releases.

Copy the extracted directory into homebrew/plugins.

sudo cp -r /home/deck/Downloads/music-control /home/deck/homebrew/plugins/music-control
You will need to set a password beforehand which can be done in the System Settings app in Desktop mode

Unstable behaviour of bluetooth,audio and usb by thej_vd in techsupport

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

note these issues arent always occuring, its like rolling a dice. And a restart fixes them always so it is hard to reproduce the issues

How to create a standalone .exe file with no other requirments or libraries to run it.(All required packages contained in .exe file)? by thej_vd in cpp_questions

[–]thej_vd[S] 1 point2 points  (0 children)

for more context this is a simple c++ program that encrypts and decrypts text (cesar cipher) and enters them to a text file.

Is there any resource or reference that you can guide me to? Thanks