Skip to content

Commit 664b794

Browse files
Update warning message if I2C doesn't load
1 parent c60cf5d commit 664b794

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ResourceManager.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ const char* I2C_ERR_WIN = QT_TRANSLATE_NOOP("ResourceManager",
3838
"<p>One or more I2C or SMBus interfaces failed to initialize.</p>"
3939
"<p><b>RGB DRAM modules, some motherboards' onboard RGB lighting, and RGB Graphics Cards, will not be available in OpenRGB</b> without I2C or SMBus.</p>"
4040
"<h4>How to fix this:</h4>"
41-
"<p>On Windows, this is usually caused by a failure to load the WinRing0 driver.</p>"
42-
"<p>You must run OpenRGB as administrator at least once to allow WinRing0 to set up.</p>"
41+
"<p>On Windows, this is usually caused by a failure to load the PawnIO driver.</p>"
42+
"<p>You must first install <a href='https://pawnio.eu/'>PawnIO</a>, then you must OpenRGB as administrator in order to access these devices.</p>"
4343
"<p>See <a href='https://help.openrgb.org/'>help.openrgb.org</a> for additional troubleshooting steps if you keep seeing this message.<br></p>"
4444
"<h3>If you are not using internal RGB on a desktop this message is not important to you.</h3>");
4545
const char* I2C_ERR_LINUX = QT_TRANSLATE_NOOP("ResourceManager",

0 commit comments

Comments
 (0)