Skip to content

Instantly share code, notes, and snippets.

View wangguojun2018's full-sized avatar

王国军 wangguojun2018

  • Jilin University
  • China,Jilin,Changchun
View GitHub Profile
@wangguojun2018
wangguojun2018 / install_nvidia_driver_in_ubuntu1604.md
Created August 3, 2018 00:33 — forked from terrydang/install_nvidia_driver_in_ubuntu1604.md
Ubuntu 16.04 安装英伟达(Nvidia)显卡驱动

Ubuntu 16.04 安装英伟达(Nvidia)显卡驱动

配有英伟达显卡的主机,装完 Ubuntu 16.04 后出现闪屏现象,是由于没有安装显卡驱动。

显卡型号
NVIDIA Corporation GM204 [GeForce GTX 970]

@UnaNancyOwen
UnaNancyOwen / CMakeLists.txt
Last active May 19, 2023 14:01
Drawing Point Cloud retrieve from Velodyne VLP-16
cmake_minimum_required( VERSION 2.8 )
# Create Project
project( solution )
add_executable( project main.cpp )
# Set StartUp Project (Option)
# (This setting is able to enable by using CMake 3.6.0 RC1 or later.)
set_property( DIRECTORY PROPERTY VS_STARTUP_PROJECT "project" )