달리려고 하는데이 코드OpenGL 기능을 사용하여 투명한 xlib 창을 만들려고 했지만 프로그램을 실행할 때 터미널에 다음 오류가 발생했습니다.
libGL error: pci id for fd 4: 80ee:beef, driver (null)
OpenGL Warning: glFlushVertexArrayRangeNV not found in mesa table
OpenGL Warning: glVertexArrayRangeNV not found in mesa table
OpenGL Warning: glCombinerInputNV not found in mesa table
OpenGL Warning: glCombinerOutputNV not found in mesa table
OpenGL Warning: glCombinerParameterfNV not found in mesa table
OpenGL Warning: glCombinerParameterfvNV not found in mesa table
OpenGL Warning: glCombinerParameteriNV not found in mesa table
OpenGL Warning: glCombinerParameterivNV not found in mesa table
OpenGL Warning: glFinalCombinerInputNV not found in mesa table
OpenGL Warning: glGetCombinerInputParameterfvNV not found in mesa table
OpenGL Warning: glGetCombinerInputParameterivNV not found in mesa table
OpenGL Warning: glGetCombinerOutputParameterfvNV not found in mesa table
OpenGL Warning: glGetCombinerOutputParameterivNV not found in mesa table
OpenGL Warning: glGetFinalCombinerInputParameterfvNV not found in mesa table
OpenGL Warning: glGetFinalCombinerInputParameterivNV not found in mesa table
OpenGL Warning: glDeleteFencesNV not found in mesa table
OpenGL Warning: glFinishFenceNV not found in mesa table
OpenGL Warning: glGenFencesNV not found in mesa table
OpenGL Warning: glGetFenceivNV not found in mesa table
OpenGL Warning: glIsFenceNV not found in mesa table
OpenGL Warning: glSetFenceNV not found in mesa table
OpenGL Warning: glTestFenceNV not found in mesa table
libGL error: core dri or dri2 extension not found
libGL error: failed to load driver: vboxvideo
그리고 창은 이동된 후 다음과 같이 보입니다. (배경은 시작된 이후 업데이트되지 않습니다.)
(저는 제가 만든 커스텀 데스크탑 환경을 사용하고 있습니다)
나는 주변을 검색하여 이러한 오류가 Windows 호스트의 Virtualbox에서 Ubunutu를 실행하는 것과 관련이 있음을 발견했지만 몇 년 전에 해결된 것으로 생각되었습니다.
내 시스템은 다음과 같습니다. 최신 버전의 virtualbox 및 게스트 추가, 3D 가속 활성화, libgl 및 mesa-utils가 설치된 Windows 8.1 호스트에서 실행되는 Ubuntu LTS 14.04.3(mesa-utils를 설치하기 전까지 배경은 흰색이었습니다. 발전이군요!)
편집 1:
여기에 게시된 대로https://askubuntu.com/a/324814/462342사용자별맥스, 3D 가속을 끄면 실제로 대부분의 문제가 해결됩니다. 이제 내가 얻는 유일한 오류는 다음과 같습니다.
libGL error: pci id for fd 4: 80ee:beef, driver (null)
libGL error: core dri or dri2 extension not found
libGL error: failed to load driver: vboxvideo
그리고 창은 예상대로 작동합니다.
3D 가속을 끌 필요가 없는 수정 사항을 아는 사람이 있습니까?