New answers tagged gpu
0
Instead of resenting the SMC (a painful procedure) try this free software.
gfxCardStatus
It is an unobtrusive menu bar app for OS X that allows MacBook Pro users to see which apps are affecting their battery life by using the more power-hungry graphics and
Manually switch to Integrated Only or Discrete Only mode to force one GPU on or the other.
Since I ...
0
The solution for that kind of problem is to shut down the graphical windows management and to use Mac OS from a TTY. This is cumbersome, but not as much as to dual-boot your machine and to switch from one OS to the other.
The way to do that is to go into Settings->Users and to set the login options to "username and passwords" (default is user list).
Then ...
1
You can pass the CMAKE_INSTALL_PREFIX option to cmake to have OpenCV install to a different location. It's analagous to ./configure --prefix. For example:
cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/opt/reallylocal -D WITH_CUDA ..
This will install it under /opt/reallylocal, leaving /usr/local untouched. Then, to run your custom build, call ...
Top 50 recent answers are included