X 有黑屏但可以清楚地运行

X 有黑屏但可以清楚地运行

在我上次重新启动时,X 启动了,但屏幕变黑了。当远程登录系统时,所有进程似乎都运行得很好(例如,Firefox 会自动启动),因此 X 显然正在运行,但它可能只是一个小开关,告诉屏幕变黑而不是显示显示屏。

我尝试删除 xorg.conf 并得到相同的结果。

该系统有一个 nVidia 卡和一个 Intel 卡。到目前为止,我一直在使用英特尔卡,但只要卡的驱动程序是免费软件,我并不真正关心使用哪张卡。

如何才能让显示器再次工作?

Xorg.0.log:https://gist.github.com/anonymous/94de1dab2894f183afbc

# lshw -C display
*-display UNCLAIMED     
   description: VGA compatible controller
   product: GK107M [GeForce GT 740M]
   vendor: NVIDIA Corporation
   physical id: 0
   bus info: pci@0000:01:00.0
   version: a1
   width: 64 bits
   clock: 33MHz
   capabilities: pm msi pciexpress vga_controller bus_master cap_list
   configuration: latency=0
   resources: memory:d2000000-d2ffffff memory:a0000000-afffffff memory:b0000000-b1ffffff ioport:4000(size=128) memory:b2000000-b207ffff
*-display
   description: VGA compatible controller
   product: 3rd Gen Core processor Graphics Controller
   vendor: Intel Corporation
   physical id: 2
   bus info: pci@0000:00:02.0
   version: 09
   width: 64 bits
   clock: 33MHz
   capabilities: msi pm vga_controller bus_master cap_list rom
   configuration: driver=i915 latency=0
   resources: irq:47 memory:d4000000-d43fffff memory:c0000000-cfffffff ioport:5000(size=64)

答案1

在 /etc/default/grub 中我改变了这一点:

GRUB_CMDLINE_LINUX_DEFAULT="text nomodeset acpi_backlight=legacy"

到:

GRUB_CMDLINE_LINUX_DEFAULT="text nomodeset"

更新 grub、重新启动并手动启动 mdm:

/etc/init.d/mdm start

不知道为什么背光会突然坏掉。

相关内容