Skip to content
Mark Janes edited this page Apr 27, 2016 · 5 revisions

Before running fips, set up your paths to access the GL/fips that you installed at {exec_path}

export LD_LIBRARY_PATH={exec_path}/lib
export LIBGL_DRIVERS_PATH={exec_path}/lib/dri

Execute the target application with fips (run as root if you want to experiment with changing the cpu frequency):

{exec_path}/bin/fips -p {port} {your application}

Run Grafips, providing the host and port where fips is running your application:

{exec_path}/bin/grafips
Clone this wiki locally