10 2018 档案

摘要:搞定NVIDIA显卡后,开始弄splash 根据 https://github.com/paperManu/splash 提示 最简安装就是用apt sudo apt install flatpaksudo flatpak install flathub org.freedesktop.Platform//1.6sudo flatpak install splash.flatpak ... 阅读全文
posted @ 2018-10-18 15:53 katago 阅读(547) 评论(0) 推荐(0)
摘要:用U盘引导安装时,提示 nouveau 0000:65:00.0: fifo: SCHED_ERROR 08 [] 解决方法: 进入grub 内核启动参数后增加 nomodeset nomodeset parameter instructs the kernel to not load video drivers and use BIOS modes instead until ... 阅读全文
posted @ 2018-10-17 17:44 katago 阅读(1059) 评论(0) 推荐(0)
摘要:pixelwarp 需要配置多个显示输出为一个统一的输出。 比如用NVIDIA的mosaic配置 阅读全文
posted @ 2018-10-17 09:45 katago 阅读(442) 评论(0) 推荐(0)
摘要:下载编译好的cinder_0.9.1_vc2013, 用vs2015打开 cinder_0.9.1_vc2013\proj\vc2013\cinder.sln 重新编译 由于我用的qt也是vs2015版本,qt要求是动态连接,所以需要修改cinder的配置: 原来是: C Runtime is Multithreaded Debug (/Mtd) for debug and Multithre... 阅读全文
posted @ 2018-10-11 09:32 katago 阅读(250) 评论(0) 推荐(0)
摘要:版权声明:本文为博主原创文章,未经博主允许不得转载。blog.liujunliang.com.cn https://blog.csdn.net/qq_33747722/article/details/77200257 在上一篇文章中博主介绍了freeglut+glew的环境配置,本文介绍glfw+glad的环境配置 本系列教程将使用本文的opengl开发库 开发工具 VS2015 g... 阅读全文
posted @ 2018-10-08 14:09 katago 阅读(3986) 评论(0) 推荐(1)