← 返回命令列表

Linux command

optirun 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Run application with NVIDIA GPU

optirun [application]

Run with specific options

optirun -b [primus] [application]

Check GPU status

optirun --status

Run in verbose mode

optirun -vvv [application]

Force GPU power on

optirun --no-xorg [glxinfo]

说明

optirun is the Bumblebee project's tool for running applications on NVIDIA Optimus laptops. It allows selective use of the discrete NVIDIA GPU while the integrated GPU handles the display. Bumblebee manages GPU power to save battery when discrete GPU isn't needed.

参数

-b, --bridge _method_
Rendering bridge (virtualgl, primus).
-c _file_
Configuration file.
--no-xorg
Don't start secondary X.
--status
Check bumblebee status.
-v
Verbose output.
-q
Quiet mode.

FAQ

What is the optirun command used for?

optirun is the Bumblebee project's tool for running applications on NVIDIA Optimus laptops. It allows selective use of the discrete NVIDIA GPU while the integrated GPU handles the display. Bumblebee manages GPU power to save battery when discrete GPU isn't needed.

How do I run a basic optirun example?

Run `optirun [application]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -b, --bridge _method_ do in optirun?

Rendering bridge (virtualgl, primus).