Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with color settings on Rival 500 #230

Open
flozz opened this issue Apr 27, 2024 · 4 comments
Open

Problem with color settings on Rival 500 #230

flozz opened this issue Apr 27, 2024 · 4 comments
Labels

Comments

@flozz
Copy link
Owner

flozz commented Apr 27, 2024

Hi,
Just trying the software and found that -C indeed does not work on Rival 500. -c or --logo-color changes both the logo and the wheel at the same time.
Perhaps the color registers are packed or shifted and they must be both written at the same time?

Originally posted by @ChrisDWhitehead in #189 (comment)

@flozz
Copy link
Owner Author

flozz commented Apr 27, 2024

Hello,

Thank you for your repport, can you provide the output of the rivalcfg --print-debug command so we have the basic information about Rivalcfg, you system and the device?

I have a Rival 500 at home so I may be able to test/reproduce the issue as soon I find some time to work on this :)

@flozz flozz added the bug label Apr 27, 2024
@ChrisDWhitehead
Copy link

ChrisDWhitehead commented May 2, 2024

RIVALCFG

Version: 4.13.0
udev rules installed: True
udev rules up to date: True
Installation path: /usr/local/lib/python3.10/dist-packages/rivalcfg

OPERATING SYSTEM

OS: Linux
Platform: Linux-5.15.0-105-generic-x86_64-with-glibc2.35
Version: #115-Ubuntu SMP Mon Apr 15 09:52:04 UTC 2024
Distribution issue: Linux Mint 21.3 Virginia \n \l

PYTHON

Python version: 3.10.12
HIDAPI version: 0.14.0

PLUGGED STEELSERIES DEVICES ENDPOINTS

1038:170e | 00 | SteelSeries Rival 500 Gaming Mouse (firmware v101.0)
1038:170e | 01 | SteelSeries Rival 500 Gaming Mouse (firmware v101.0)
1038:170e | 02 | SteelSeries Rival 500 Gaming Mouse (firmware v101.0)

I apologize for the strange formatting, but apparently some of the formating of the output triggers some HTML formatting. The underlines are actually a string of '=' but it gets re-interpreted. I tried using code mode but it didn't do anything.

@flozz
Copy link
Owner Author

flozz commented May 14, 2024

Thank you for your answer, I will try to work on this next week, after my holidays :)

@flozz
Copy link
Owner Author

flozz commented May 14, 2024

I apologize for the strange formatting, but apparently some of the formating of the output triggers some HTML formatting. The underlines are actually a string of '=' but it gets re-interpreted. I tried using code mode but it didn't do anything.

Yeah a part of the text was interpreted as Markdown syntax. You can put RAW content using 3 backtick:

```
RAW CONTENT HERE
=================

This is not interpreted
```

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants