Monday, April 20, 2015

OpenGL 4.4 Ubuntu 14.04

Guide using [2]

Step 1: Verify your Hardware
Step 2: Download appropiate driver (NVidia for me)
Step 3: kill gdm process and run installer (file downloaded)
Note: if your Desktop not start next time, remove and reinstall




References
[1] http://www.nvidia.com/Download/driverResults.aspx/83686/en-us
[2] http://ubuntuhandbook.org/index.php/2013/08/install-nvidia-opengl-4-4-driver-325-05-03-in-ubuntu-linux-mint/
[3] Recover your desktop
     http://askubuntu.com/questions/141606/how-to-fix-the-system-is-running-in-low-graphics-mode-error

No comments:

Ubuntu Forware port 80

  #!/bin/bash iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 8069 iptables -t nat -A PREROUTING -i eth0 -p tc...