03 2015 档案
ThinkPad 禁用 触摸板
摘要:执行 xinputwowk@wowk:~$ xinput⎡ Virtual core pointer id=2 [master pointer (3)]⎜ ↳ Virtual core XTEST pointer id=4 [... 阅读全文
posted @ 2015-03-19 15:21 wowk 阅读(349) 评论(0) 推荐(0)
编译OpenGL代码时发生 Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: Assertion `needed != ((void *)0)' failed! 错误的解决方案
摘要:注:本解决方案适用于使用N卡的PC 出现该错误 , 一般是由于开源的nouveau驱动和Nvidia专有驱动冲突导致的 。在解决该问题时 , 尝试过卸载 N 卡专有驱动 , 仅使用开源nouveau驱动 ,这样做以后这个错误是没有了, 但是OpenGL代码执行起来以后出现了各种问题 , 对 shad... 阅读全文
posted @ 2015-03-19 15:16 wowk 阅读(3328) 评论(0) 推荐(0)