ノートパソコンの内部ディスプレイが切断されています (LVDS-0 が切断されています)

ノートパソコンの内部ディスプレイが切断されています (LVDS-0 が切断されています)

Lenovo W520 に Ubuntu gnome 16.04 をクリーン インストールしました (ホーム パーティションをフォーマットせずに、以前は Ubuntu gnome 15.10 を使っていました)。私のラップトップには (悲しいことに、いつもトラブルがあったので) nvidia quadro 2000M (Optimus サポート付き) がインストールされています。15.10 ではすべて正常に動作していました。今、nvidia の専用ドライバー (nvidia-361) をインストールすると、ラップトップの画面が検出されません。外部モニターを接続すると正常に動作しますが、ラップトップの画面がまったく動作しません。誰か考えが浮かびますか? すでに xorg の再構成を試み、~/.config/monitors.xml ファイルを削除しました。他に何が考えられますか? ホーム ディレクトリに古いインストールからの構成が残っている可能性がありますか?

ここにいくつかの役に立つ情報があります:

david@david-ubuntu:~$ xrandr
Screen 0: minimum 8 x 8, current 1920 x 1080, maximum 16384 x 16384
LVDS-0 disconnected (normal left inverted right x axis y axis)
DP-0 connected primary 1920x1080+0+0 (normal left inverted right x axis y axis) 521mm x 293mm
   1920x1080     60.00*+
   1680x1050     59.95  
   1440x900      59.89  
   1280x1024     75.02    60.02  
   1280x960      60.00  
   1280x800      59.81  
   1280x720      60.00  
   1152x864      75.00  
   1024x768      75.03    70.07    60.00  
   800x600       75.00    72.19    60.32    56.25  
   640x480       75.00    59.94  
DP-1 disconnected (normal left inverted right x axis y axis)
DP-2 disconnected (normal left inverted right x axis y axis)
DP-3 disconnected (normal left inverted right x axis y axis)
DP-4 disconnected (normal left inverted right x axis y axis)
DP-5 disconnected (normal left inverted right x axis y axis)

xorg.conf:

david@david-ubuntu:~$ cat /etc/X11/
cat: /etc/X11/: Is a directory
david@david-ubuntu:~$ cat /etc/X11/xorg.conf 
Section "ServerLayout"
    Identifier "layout"
    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"
    Driver "nvidia"
    BusID "PCI:1@0:0:0"
    Option "ConstrainCursor" "off"
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration" "on"
    Option "IgnoreDisplayDevices" "CRT"
EndSection

答え1

361 ドライバに問題があるようです。古いドライバをインストールしても問題は解決しませんが、ppa 経由で 364 をインストールすると問題は解決しました。

PPAを追加する方法に関する情報が必要な場合は、このリンクをたどってください

関連情報