在 Ubuntu 18.04 上更新 nvidia-drivers 使我的笔记本电脑显示器无法访问,但外部显示器正在工作。我当前的显示驱动程序是用于 GTX 1070 的 nvidia-410,这是推荐的选项。
奇怪的是外部 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" …Run Code Online (Sandbox Code Playgroud)