%EB%A1%9C%20GPU%EB%A5%BC%20%EC%A0%84%ED%99%98%ED%95%A0%20%EB%95%8C%20%EB%AC%B8%EC%A0%9C%20%EB%B0%9C%EC%83%9D.png)
저는 Linux를 처음 접했고 프라임 셀렉트 프로그램을 사용하여 Dell XPS 9570에서 통합 Intel과 전용 Nvidia(1050 Ti) GPU를 모두 작동하려고 노력하고 있지만 문제가 있습니다.
다음으로 생성된 xorg.conf를 건드리지 않으면 nvidia-xconfig
:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 430.50
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "Screen0" 0 0
InputDevice "Keyboard0" "CoreKeyboard"
InputDevice "Mouse0" "CorePointer"
EndSection
Section "Files"
EndSection
Section "InputDevice"
# generated from default
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "auto"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
# generated from default
Identifier "Keyboard0"
Driver "kbd"
EndSection
Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "Unknown"
Option "DPMS"
EndSection
Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
SubSection "Display"
Depth 24
EndSubSection
EndSection
내 인텔 그래픽은 훌륭하게 작동하지만 Nvidia 그래픽에서는 검은색 화면이 나타납니다.
이 xorg.conf를 사용하는 경우(Nvidia 포럼에서 가져옴):
Section "ServerLayout"
Identifier "Layout0"
Screen 0 "nvidia"
Inactive "intel"
EndSection
Section "Device"
Identifier "intel"
Driver "modesetting"
BusID "PCI:0@0:2:0"
Option "AccelMethod" "None"
EndSection
Section "Screen"
Identifier "intel"
Device "intel"
EndSection
Section "Device"
Identifier "nvidia"
BusID "PCI:1@0:0:0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
Option "ConstrainCursor" "off"
EndSection
Section "Screen"
Identifier "nvidia"
Device "nvidia"
Option "AllowEmptyInitialConfiguration" "on"
Option "IgnoreDisplayDevices" "CRT"
EndSection
nvidia gpu는 작동하지만 Intel은 부팅 시 검은색 화면이 나타납니다.
이 문제를 해결할 아이디어가 있나요? Nvidia(일반적인 파이프라인처럼)를 여러 번 제거하고 다시 설치했지만 오류가 계속 발생합니다.
감사합니다.
편집하다:
이 xorg.conf를 사용하면:
Section "Device"
Identifier "intel"
Driver "modesetting"
BusID "PCI:0:2:0"
EndSection
enter code here
검은색 화면 없이 두 GPU로 부팅할 수 있지만 NVIDIA GPU는 죽은 것처럼 보입니다. 내 말은, nvidia-smi
어떤 종류의 사용된 메모리나 실행 중인 작업도 표시하지 않는다는 것입니다. 어떤 아이디어가 있나요?