Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
FINALLY I've been trying to get a solution for this for years!
Thanks a lot bro!!!
I have the elite series 2 and noticed when you first turn the controller on, the light lights up at full brightness, then after it blinks a couple of times it dims a bit even though I have it set to 100% brightness (It doesn't look as bright as regular xbox controllers). Would this be able to raise the brightness to it's full potential?
Edit: I went ahead and created a restore point and then tried it set to 1.0 and it worked (wirelessly with the wireless dongle that comes with the elite series 2.). Thanks so much for this!
Is there a way to have the controller respect the brightness variable while ignoring the LED color steam is telling the controller to turn to? I ask because I have colors set in the xbox accessories app and a color set in steam and at times the controller chooses the steam color instead of the accessories app color.
I saw code in SDL which if changed maybe could result in Steam not setting the colour but I had trouble getting what I compiled to work with Steam - been trying to figure out what I'm doing wrong... I don't own an Elite 2 so was trying to just set the brightness in SDL's code for a regular Series controller. It wouldn't have been that great a solution though, we want something outside of the code...
When it gets Steam's colour is that at connection or anytime? It sounds like it happens at random but does it feel linked to a situation like being inside/outside of a game, opening a specific Steam window etc?
This was a godsend. I actually bought a cover for my controller and just slot a quarter inside the hole where the button is supposed to go, but as you can expect, it's super annoying and falls off a lot. I usually like playing wireless via bluetooth, but I'm fine with going wired just to dim the light. Restarting my pc and installing the xbox extended feature support driver on steam also helped.
Thanks a lot
So I noticed the instructions you have given only work for me when I have the xbox extended feature support driver installed. Without the driver, the light dims after it blinks a few times like normal. If I have that installed the brightness is respected but it also supersedes the xbox accessories app color.
As for when it happens, I think it will happen after a certain amount of time and also maybe opening a game or steam. I don't have the driver installed. Would you like me to test it?
Is it normal for your instructions to only work with the xbox extended feature support driver installed?
I tried to look in steams files for a file that controls the color of the xbox controller but couldn't find anything. I also looked at the microsoft xbox accessories app to look at the file responsible for changing the light. The files refer to it as the nexus. But I can't read most of the file.
Also, I'm not sure if the elite series 2 and regular xbox controller work the same. The regular controller has a much brighter light it seems. And the elite 2 turns on at full brightness then immediately dims after it finds the wireless dongle.
Would you be able to do something to tell the xbox accessories app to increase the brightness or does this only work because steam uses sdl so it wouldn't work for the xbox accessories app?
Yeah, its normal - only way we in the thread found things to work. I've just been lazy to update the post with folks findings and specific instructions :D
Do you get the option to change the LED via Steam > Settings > Controller > Calibration & Advanced Settings? They got that for the PS4/5 controllers, can set brightness, colour & saturation. For the actual file it looks like it'll be at Steam\steamapps\common\Steam Controller Configs\[ACCOUNT ID]\config\
The file name: preferences_[CONTROLLER ID].vdf
you'll see the [CONTROLLER ID] if you go to Steam > Settings > Controller > Test Device Inputs [Begin Test], then look in the top left corner after 'Device Support'.
What we have only works because Steam uses SDL.
The app doesn't allow you to set brightness at all or just not high enough?
I don't know how to separate your quotes into separate statements like you did with my post when you replied to it!
To answer your question, I do get the option to change the LED via Steam > Settings > Controller > Calibration & Advanced Settings when I have the driver installed. The LED option isn't there without installing the driver.
To answer your other question, the xbox accessories app has a brightness control and I have it set to 100% but the controller automatically dims it after it pairs with the dongle. Your sdl led variable is able to keep it at the full brightness it's actually capable of. When you turn the controller on it blinks a few times at the real full brightness, then it pairs with the dongle and then it dims a significant amount.
I will reinstall the driver and try to nail down exactly when the color from steam takes over the accessories color command.
So far I've noticed when you open a game....specifically once the game file starts to execute I guess steam's handling of the controller takes over and the color changes. I noticed that once it changes and you change it to a different color with the controller (I have 3 profiles with three colors so i changed the color with the profile button), it doesn't change back to the steam color when you send more commands to the game that is running with the controller. It didn't change colors when I opened the steam screen (with it already being opened in the background). But I'm almost positive it just does it after a certain amount of time. I will keep playing around with it.
It just randomly changed back to steam color while I was editing this post. Maybe because I'm logged into steam in this browser? When I change the color to a different profile color, click on another window, then click on the browser tab containing this post, the color changes back to steam color.
Is there really not a way to eliminate the LED color control from Steam?
desktop layout: Steam > Settings > Controller > Desktop Layout > Edit > Disable Steam Input
global: Steam > Settings > Controller > Enable Steam Input for Xbox controllers = Off
per-game: Right-click game in your Steam Library > Properties > Controller > set override to Disable Steam Input
Steam input was disabled for desktop layout already and was also off for global settings. I tried disabling the steam input for a game and then opened the game and once it started executing, the color changed.
I thought maybe this might shed some light on how to do this in a different way? I wish I knew how to program....It might be useless to you but I thought I'd share it....
https://github.com/atar-axis/xpadneo/issues/18#issuecomment-1024122959
I know there are also controller tools on Steam, maybe one of them have this implemented, maybe something free on github... will see what I find.
SDL has a controller tester that can I can compile, so I've been trying to see if I can make it control the light. I think I see the functions I want to use but gotta figure out how. If that's successful then I think we got our own makeshift tool to resolve things.