• Keyboard shortcuts

    MacOsX go to a hidden directory when Go menu is unavailable : ⌘+⇧+g Ubuntu unity shortcuts reminder : hold <⌘ Win> a.k.a windows key 😉

    [read more]


    Category

  • libGL.so compil problem

    From time to time, on my ubuntu 11.10, i have link error like “undefined reference to glGetQueryObjectui64v”. This is because an unidentify package update break libGL.so symlink in /usr/lib or /usr/lib/x86_64-linux-gnu The best solution I found is to manually “sudo rm libGL.so libGL.so.1” and to “ln -s nvidia-current/libGL.so .” in usr/lib and “ln -s ../libGL.so […]

    [read more]


    Category , ,

  • Install (and develop in) cuda under ubuntu 11.10

    What you need for cuda with ubuntu 11.10 : Download and install cudatoolkit (4.1.28) and gpucomputingsdk nvidia download page You also need last driver (either with a ppa package or direct from nvidia). chmod +x cudatoolkit_4.1.28_linux_64_ubuntu11.04.run ./cudatoolkit_4.1.28_linux_64_ubuntu11.04.run #-> /home/XXX/cuda for instance chmod +x gpucomputingsdk_4.1.28_linux.run ./gpucomputingsdk_4.1.28_linux.run #-> /home/XXX/NVIDIA_GPU_Computing_SDK # indicate cuda install dir I choose to […]

    [read more]


    Category ,