Verify Permissions
diskutil verifyPermissions /
Repair Permissions
diskutil repairPermissions /
aptitude install -y build-essential | |
wget "http://downloads.sourceforge.net/project/e1000/ixgbevf stable/2.11.3/ixgbevf-2.11.3.tar.gz" | |
tar -zxf ./ixgbevf-* | |
cd ixgbevf*/src | |
make install | |
modprobe ixgbevf | |
sudo update-initramfs -c -k all | |
echo "options ixgbevf InterruptThrottleRate=1,1,1,1,1,1,1,1" > /etc/modprobe.d/ixgbevf.conf |
#extension GL_ARB_texture_rectangle : enable | |
uniform sampler2DRect bgl_RenderedTexture; | |
const vec4 kappa = vec4(1.0,1.7,0.7,15.0); | |
const float screen_width = 1920.0; | |
const float screen_height = 1080.0; | |
const float scaleFactor = 0.9; |