Linux 中的 Gigabyte RTX RGB 融合灯 (LED) 控制

Linux 中的 Gigabyte RTX RGB 融合灯 (LED) 控制

有没有软件(或开发仓库)可以控制 Linux/ubuntu 的 RGB 融合灯光控制?我买了一台新的 RTX 2080ti,但 LED 灯总是熄灭。

答案1

开放RGB是一个用于控制 RGB 设备的开源应用程序。

https://gitlab.com/CalcProgrammer1/OpenRGB

在里面发布页面有以下格式的 Linux 二进制文件appImage

  • 下载它
  • 使其可执行:(chmod +x OpenRGB_<version>.AppImage当然,<version>是版本信息的占位符,将其替换
  • 以 sudo 身份运行:sudo ./OpenRGB_<version>.AppImage

在此处输入图片描述

答案2

我在 Gigabyte B450M DS3H WIFI-CF 上运行 Ubuntu 23.04。尝试添加 apt 存储库时出现错误:

404  Not Found [IP: 185.125.190.52 443]
Reading package lists... Done
E: The repository 'https://ppa.launchpadcontent.net/thopiekar/openrgb/ubuntu lunar Release' does not have a Release file.
N: Updating from such a repository can't be done securely, and is therefore disabled by default.
N: See apt-secure(8) manpage for repository creation and user configuration details.

我必须下载应用程序图像并安装libfuse之后sudo apt-get install libfuse2,我必须授予执行权限并使用以下命令执行 sudo 来启动应用程序:

$ chmod +x Downloads/OpenRGB_0.8_x86_64_fb88964.AppImage
$ sudo Downloads/OpenRGB_0.8_x86_64_fb88964.AppImage 

Attempting to connect to local OpenRGB server.
Connection attempt failed
Local OpenRGB server unavailable.
Running standalone.
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-root'

我喜欢颜色循环选项 更改模式并单击除黑色以外的任何颜色以查看灯光变化。启动时,您可能会收到输入 LED 灯数量的提示。我输入了 50,因为每个灯带上大约有 50 个 LED 灯。退出应用程序不会熄灭灯光!

答案3

我的 RTX 2070 也遇到了同样的问题,到目前为止,我遇到了主板的 RGB Fusion 工具

https://github.com/tylerszabo/RGB-Fusion-Tool/blob/master/README.md

但是您可以在 BIOS 中更改主板 LED,所以......

相关内容