두 번째 모니터는 NVIDIA 드라이버를 지원하지 않습니다.

두 번째 모니터는 NVIDIA 드라이버를 지원하지 않습니다.

이 질문은 여기와 다른 포럼에서 여러 번 제기되었습니다. 내가 찾을 수 있는 모든 것을 시도했지만 아무것도 효과가 없었습니다.


Ubuntu에서 Intel 그래픽 대신 NVIDIA GT540M을 사용하려고 하는데 노트북 화면과 외부 모니터(HDMI)라는 두 개의 화면이 있습니다.

nvidia 드라이버를 제거하면 외부 모니터가 다시 작동합니다(Intel을 사용하고 있기 때문에).

NVIDIA 카드를 사용하기 위해 드라이버를 설치했는데 외부 모니터가 작동하지 않습니다. Nvidia X 서버 설정은 이를 인식하지 못하며 Ubuntu 설정도 인식하지 못합니다. Nvidia X 서버 설정에서 Intel 그래픽을 설정하면 외부 모니터도 작동하지 않습니다. 작동하는 유일한 방법은 드라이버를 완전히 제거하는 것입니다.

367.57 드라이버를 사용하고 있습니다.

xrandr산출

Screen 0: minimum 8 x 8, current 1366 x 768, maximum 16384 x 16384
LVDS-1-1 connected primary 1366x768+0+0 344mm x 194mm
   1366x768      60.06*+
   1360x768      59.80    59.96  
   1024x768      60.04    60.00  
   960x720       60.00  
   928x696       60.05  
   896x672       60.01  
   960x600       60.00  
   960x540       59.99  
   800x600       60.00    60.32    56.25  
   840x525       60.01    59.88  
   800x512       60.17  
   700x525       59.98  
   640x512       60.02  
   720x450       59.89  
   640x480       60.00    59.94  
   680x384       59.80    59.96  
   576x432       60.06  
   512x384       60.00  
   400x300       60.32    56.34  
   320x240       60.05  
VGA-1-1 disconnected
HDMI-1-1 disconnected
DP-1-1 disconnected

lspci | grep VGA산출

00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
01:00.0 VGA compatible controller: NVIDIA Corporation GF108M [GeForce GT 540M] (rev a1)

xorg.conf

Section "ServerLayout"
    Identifier "layout"
    Screen 0 "nvidia"
    Inactive "intel"
EndSection

Section "Device"
    Option         "Coolbits" "28"
    Identifier "intel"
    Driver "modesetting"
    BusID "PCI:0@0:2:0"
    Option "AccelMethod" "None"
EndSection

Section "Screen"
    Identifier "intel"
    Device "intel"
EndSection

Section "Device"
    Option         "Coolbits" "28"
    Identifier "nvidia"
    Driver "nvidia"
    BusID "PCI:1@0:0:0"
    Option "ConstrainCursor" "off"
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration" "on"
    Option "CoolBits" "31"
    Option "RegistryDwords" "PowerMizerEnable=0x1; PerfLevelSrc=0x2222; PowerMizerDefault=0x2; PowerMizerDefaultAC=0x2"
    Option "OnDemandVBlankInterrupts" "true"
EndSection

이 라인은 Option "RegistryDwords" "PowerMizerEnable=0x1; PerfLevelSrc=0x2222; PowerMizerDefault=0x2; PowerMizerDefaultAC=0x2"내 GPU가 제대로 작동하려면 다운클럭되어야 하기 때문에 필요합니다. 내 노트북 ​​화면에서는 잘 작동하며 이는 문제가 되지 않는다고 생각합니다. 해당 줄을 제거하면 로그인 후 10초 동안 화면이 정지됩니다.

나는 시도했다

  • 엔비디아 드라이버 재설치
  • HDMI 다시 연결(약 1000번)
  • 모든 답변이것

관련 정보