두 개의 그래픽 카드가 두 개 있습니다. 하나는 Intel CPU의 통합이고, 하나는 Nvidia 카드입니다.
통합 된 것을 사용하여 데스크탑을 렌더링하고 NV 카드를 cuda로 계산하고 싶습니다. "nvidia-modprobe"를 설치 한 후 "NVIDIA X Server 설정"에서 통합 된 것을 사용하도록 전환했습니다.
그러나 glxinfo를 실행할 때 glx의 문제는 어디에 있습니까?
name of display: :0
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 154 (GLX)
Minor opcode of failed request: 24 (X_GLXCreateNewContext)
Value in failed request: 0x0
Serial number of failed request: 37
Current serial number in output stream: 38
xorg 로그에 libglx.so
[ 3.597] (II) "glx" will be loaded by default.
[ 3.597] (II) LoadModule: "glx"
[ 3.599] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[ 3.612] (II) Module glx: vendor="X.Org Foundation"
glx를 올바르게 실행할 수있는 방법이 있습니까?