อัปเดตเป็นไดรเวอร์ nvidia บน Ubuntu 18.04 ทำให้จอแสดงผลแล็ปท็อปของฉันไม่สามารถเข้าถึงได้ แต่จอแสดงผลภายนอกทำงาน


1

อัปเดตเป็นไดรเวอร์ nvidia บน Ubuntu 18.04 ทำให้จอแสดงผลแล็ปท็อปของฉันไม่สามารถเข้าถึงได้ แต่จอแสดงผลภายนอกทำงาน ไดรเวอร์การแสดงผลปัจจุบันของฉันคือ nvidia-410 สำหรับ GTX 1070 เป็นตัวเลือกที่แนะนำ

สิ่งแปลกประหลาดคือจอภาพ 4K ภายนอกทำงานได้อย่างสมบูรณ์แบบ แต่หน้าจอแล็ปท็อปไม่ทำงาน . หน้าจอแล็ปท็อปเพิ่งเปิดเมื่อเริ่มแล้วหลังจากบันทึกจะหยุดและหน้าจอภายนอกใช้งานได้เท่านั้น หากจอแสดงผลภายนอกไม่ได้เชื่อมต่อหลังจากหน้าจอล็อกอินของแล็ปท็อปหน้าจอถูกปิด / หยุด

ฉันสามารถยืนยันได้ว่า xorg.conf ไม่มีรายการสำหรับ lvds และแม้กระทั่งเอาต์พุตของ xrandr -q ไม่แสดง lvds display .กรุณาช่วย. สำหรับการอ้างอิงของฉัน xorg.conf คือ

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"
    HorizSync       28.0 - 33.0
    VertRefresh     43.0 - 72.0
    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

ผลผลิตสำหรับ xrandr -q พูดว่า: -

Screen 0: minimum 8 x 8, current 3840 x 2160, maximum 32767 x 32767
HDMI-0 connected primary 3840x2160+0+0 (normal left inverted right x axis y axis) 621mm x 341mm  
   3840x2160     60.00*+  59.94    50.00    30.00    29.97    23.98  
   1920x1080     60.00    59.94    50.00    29.97    23.98    60.00    50.04  
   1680x1050     59.95  
   1440x900      59.89  
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1280x800      59.81  
   1280x768      59.87  
   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  
DP-0 disconnected (normal left inverted right x axis y axis)  
DP-1 disconnected (normal left inverted right x axis y axis)

แต่ทว่า xrandr --listdisplays คือ :-

Monitors: 1  0: +*HDMI-0 3840/621x2160/341+0+0  HDMI-0

อย่างที่คุณเห็นว่า LVDS หายไปจากทุกที่

ในการแสดงไดรเวอร์ nvidia ทำงานอย่างถูกต้องบนจอภาพภายนอกเอาต์พุตของ nvidia-smi สามารถเรียกใช้และให้ข้อมูลที่ถูกต้องเกี่ยวกับจอแสดงผลภายนอก


ดังนั้นฉันจึงลงเอยด้วยการแก้ไขปัญหานี้โดยการลบไฟล์ xorg.conf ของฉัน หลังจากรีบูตเครื่องและทุกอย่างทำงาน
Creator
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.