升级到 Ubuntu 14.04 后,我的鼠标指针闪烁,一段时间后消失,我不知道为什么会发生这种情况
我为这个问题搜索了很多,我得到了一些结果,但无法得到解决方案。
这是我在“设置”->“显示”中的显示
我正在使用 Intel HD Graphics 作为显卡,并且我正在尝试打开 OpenGL 程序,但是,当我尝试运行它时,出现以下错误:显示 ':0.0' 不支持 OpenGL GLX 扩展
然后,我尝试运行glxinfo,然后我得到了:
Error: couldn't find RGB GLX visual or fbconfig ubuntu 12.04 error.
Run Code Online (Sandbox Code Playgroud)
我怎样才能解决这个错误不再发生?
所以我发现了一个更新 Qt5 的 Wine 问题。修复要求我编译和安装 Mesa 10.4.1。我从 git 得到了源代码。所以,首先我下载/安装正确的依赖性,如flex bison autoconfig aclocal pkg-config和Util-Dev从回购。 libdrm-2.4.58 pixman-0.32.6 dri3proto-1.0并且automake-1.14是使用./configure和 make/sudo make install构建的源代码。在我输入后在终端中遇到这个之后./autogen.sh
configure.ac:152: error: Could not locate the pkg-config autoconf macros.
These are usually located in /usr/share/aclocal/pkg.m4. If your macros
are in a different location, try setting the environment variable
ACLOCAL="aclocal -I/other/macro/dir" before running autoreconf.
configure.ac:152: the top level
autom4te: /usr/bin/m4 failed with exit status: 1
aclocal: error: echo failed with exit status: …Run Code Online (Sandbox Code Playgroud)