Linux command
openrgb 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Start GUI
openrgb
List devices
openrgb -l
Set color on device
openrgb -d [0] -c [FF0000]
Set mode
openrgb -d [0] -m [Static]
Apply profile
openrgb -p [profile.orp]
Set color on a specific zone
openrgb -d [0] -z [0] -c [00FF00]
Start SDK server
openrgb --server
Start server on custom port
openrgb --server --server-port [1234]
说明
OpenRGB is an open source RGB lighting control application that provides a unified interface across many hardware brands including ASUS, Corsair, Logitech, MSI, Razer, and others. The tool provides both a GUI and CLI for controlling RGB LEDs on motherboards, RAM, GPUs, peripherals, and other devices. It works cross-platform on Linux, Windows, and macOS, and includes an SDK server for remote control and integration with other applications.
参数
- -l, --list-devices
- List all detected RGB devices with their index numbers.
- -d _INDEX_, --device _INDEX_
- Select device by index number or name. Applies to all devices if omitted.
- -z _INDEX_, --zone _INDEX_
- Select zone on device.
- -c _COLOR_, --color _COLOR_
- Set color in hex format (e.g., FF0000 for red).
- -m _MODE_, --mode _MODE_
- Set lighting mode (e.g., Static, Breathing, Rainbow).
- -s _SIZE_, --size _SIZE_
- Set zone size (for resizable zones).
- -p _PROFILE_
- Load a saved profile.
- --server
- Start the SDK server (default port 6742).
- --server-port _PORT_
- Set SDK server port (range 1024-65535).
- --client _IP:PORT_
- Connect to an SDK server.
- -v, --verbose
- Print log messages to stdout.
- --startminimized
- Start the GUI minimized to system tray.
- --help
- Display help information.
FAQ
What is the openrgb command used for?
OpenRGB is an open source RGB lighting control application that provides a unified interface across many hardware brands including ASUS, Corsair, Logitech, MSI, Razer, and others. The tool provides both a GUI and CLI for controlling RGB LEDs on motherboards, RAM, GPUs, peripherals, and other devices. It works cross-platform on Linux, Windows, and macOS, and includes an SDK server for remote control and integration with other applications.
How do I run a basic openrgb example?
Run `openrgb` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -l, --list-devices do in openrgb?
List all detected RGB devices with their index numbers.