ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • 리눅스 민트 21.3 nVidia 업데이트 이후
    취미/Linux 2024. 8. 16. 14:12
    반응형

    모니터는 1개인데, 디스플레이 설정에는 모니터가 2개로 설정이 되어 있더군요.

    마우스 포인트가 화면 밖으로 나가거나, 창이 None-1-1 모니터에서 나타나니, 여간 불편한게 아닙니다.
    그래서 바로 구글링을 검색한 결과, 최근에 진행한 nVidia 업데이트(2024년 8월 2째주 혹은 3째주에 진행한)이후 생기는 오류라는 것을 알게됐습니다.

     

    xrandr -q

    Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
    VGA-0 disconnected (normal left inverted right x axis y axis)
    HDMI-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 521mm x 293mm
       1920x1080     60.00*+  59.94    50.00    60.00    50.04    50.04  
       1680x1050     59.95  
       1600x1200     60.00  
       1440x900      59.89  
       1360x768      60.02  
       1280x1024     75.02    60.02  
       1280x960      60.00  
       1280x800      59.81  
       1280x720      60.00    59.94    50.00  
       1152x864      75.00  
       1024x768      75.03    70.07    60.00  
       800x600       75.00    72.19    60.32    56.25  
       720x576       50.00  
       720x480       59.94  
       640x480       75.00    72.81    59.94    59.93  
    DVI-D-0 disconnected (normal left inverted right x axis y axis)
    DVI-D-1 disconnected (normal left inverted right x axis y axis)
    None-1-1 connected (normal left inverted right x axis y axis)
       1024x768     60.00 +

     

    xrandr --output None-1-1 --off

    위 명령을 실행해도 None-1-1 모니터가 사라지지 않았습니다.

    해결 방법은 다음과 같습니다.

    echo 'GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT initcall_blacklist=simpledrm_platform_driver_init"' | sudo tee /etc/default/grub.d/99_disable_simpledrm.cfg
    sudo update-grub
    반응형

    댓글

Designed by Tistory.