Advertisement
Guest User

optirun

a guest
Feb 15th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.41 KB | None | 0 0
  1. Usage: optirun [OPTION]... command [command options...]
  2. Run an application using the discrete video card.
  3.  
  4. -c, --vgl-compress METHOD image compression or transport to use with
  5. VirtualGL. Valid values for METHOD are proxy,
  6. jpeg, rgb, xv and yuv. Changing this setting
  7. may affect performance, CPU usage and image
  8. quality
  9. --failsafe run a program even if the nvidia card is unavailable
  10. --no-failsafe do not run a program if the nvidia card is unavailable
  11. --vgl-options OPTS a space-separated list of command options to be
  12. passed to vglrun. Useful for debugging virtualgl
  13. by passing options to it like +tr. These OPTS
  14. override the settings from optirun so be careful
  15. with setting it
  16. -q, --quiet, --silent supresses all logging messages
  17. -v, --verbose increase the verbosity level of log messages. It
  18. can be specified up to two times (or five if
  19. --quiet is used)
  20. --debug show all logging messsages by setting the verbosity
  21. level to the maximum
  22. -C, --config FILE retrieve settings for Bumblebee from FILE
  23. -d, --display VDISPLAY find the Bumblebee X server on VDISPLAY. Do not
  24. confuse this option with the DISPLAY environment
  25. variable. By default, PATH is queried from the
  26. daemon
  27. -l, --ldpath PATH libraries like libGL.so are searched in PATH
  28. (useful for the nvidia driver). By default, PATH
  29. is queried from the
  30. -s, --socket FILENAME use FILENAME for communication with the daemon
  31. -h, --help display this help and exit
  32. --version output version information and exit
  33.  
  34. Examples:
  35. optirun glxspheres Runs the graphics demo supplied with Virtual GL.
  36. optirun -c yuv glxspheres Runs a program with the yuv transport method for
  37. better performance.
  38. optirun firefox http://example.com Run a program with arguments.
  39.  
  40. Report bugs on <http://Bumblebee-Project.org/issues>
  41. Bumblebee homepage: <http://Bumblebee-Project.org/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement