#1005359 xserver-xorg-core: Intel HD Graphics 610: blank screen

Package:
xserver-xorg-core
Source:
xorg-server
Description:
Xorg X server - core server
Submitter:
Jakub Wilk
Date:
2023-06-02 18:12:03 UTC
Severity:
normal
#1005359#3
Date:
2022-02-11 22:17:58 UTC
From:
To:
After recent upgrades, the X server no longer works for me: I get only
blank screen. Worse, the blankness remains even after I zap the server.

Downgrading xserver-xorg-core to 2:1.20.14-1 fixed it for me.

#1005359#8
Date:
2022-09-21 20:02:47 UTC
From:
To:
Jakub Wilk [2022-02-11 23:17:58] wrote:

I'm not sure if I suffer from the same problem, but I'm seeing similar
symptoms here on my Librem mini.

I run Debian testing on this machine and since I had not rebooted it in
a while I don't know which version of Xorg I've been happily running
last, but after an `apt full-upgrade` I did a reboot and as soon as gdm
launched Xorg, the screens (I have two monitors connected) went black.
I couldn't find a way to bring the screens back to life, short of
rebooting: I tried to stop Xorg/gdm, I tried suspend+resume, I tried to
use lightdm.

I downgraded to `xserver-xorg-core/stable` and things are back
to normal.

I attach the Xorg.log from when it got me a black screen.


        Stefan

#1005359#11
Date:
2022-11-21 10:56:44 UTC
From:
To:
* Jakub Wilk <jwilk@jwilk.net>, 2022-02-11 23:17:

I've bisected this; the first bad commit is 4e670f1281ad75c5
("modesetting: Add CTM RandR property").

Reverting this commit (on top of 2:21.1.4-3) fixes the bug for me.

#1005359#16
Date:
2022-11-28 08:25:49 UTC
From:
To:
     Section "Device"
         Identifier "modesetting"
         Driver "modesetting"
         Option "UseGammaLUT" "false"
     EndSection

#1005359#21
Date:
2023-03-08 22:18:32 UTC
From:
To:
I still see this problem with the latest version on `testing`.


        Stefan


Stefan Monnier [2022-09-21 16:02:47] wrote:

#1005359#28
Date:
2023-03-09 06:50:09 UTC
From:
To:
Stefan Monnier kirjoitti 9.3.2023 klo 0.18:

I'm sure the problem is in the kernel driver (i915) and not xserver.

#1005359#33
Date:
2023-03-09 15:00:06 UTC
From:
To:
Timo Aaltonen [2023-03-09 08:50:09] wrote:

In that case, the kernel version would be relevant, right?
My latest test is with kernel version 6.1.0-5.


        Stefan

#1005359#38
Date:
2023-04-04 20:04:29 UTC
From:
To:
Your logs shows:
[    70.057] (EE) dbus-core: error connecting to system bus: org.freedesktop.DBus.Error.FileNotFound (Failed to connect to socket /run/dbus/system_bus_socket: No such file or directory)
Do you have dbus-daemon installed and its server running (systemctl status dbus.service)?

You also have:
[    70.087] (EE) Failed to load module "fbdev" (module does not exist, 0)
and
[    70.087] (EE) Failed to load module "vesa" (module does not exist, 0)

you could try installing:
xserver-xorg-video-vesa
and
xserver-xorg-video-fbdev
You should really open an issue in the upstream bug tracker and give
its url here if so.

By the way how do you proceed to bisect (out of the git workflow, ie to
test than on your Debian setup each bisected version works)?

Cheers,
Alban

#1005359#43
Date:
2023-04-05 07:30:35 UTC
From:
To:
Alban Browaeys kirjoitti 4.4.2023 klo 23.04:
please no

#1005359#48
Date:
2023-05-30 17:46:14 UTC
From:
To:
I think I've hit this same bug on another Intel graphics chip:
Intel Corporation Atom/Celeron/Pentium Processor x5-E8000/J3xxx/N3xxx
Integrated Graphics Controller (rev 36)"

The system worked with bullseye, but does not work with the current state
of bookworm (blank screen after X startup, system reboot required to
restore any graphics functionality outside X as well).

I also tested the bookworm version of xorgserver-xorg-core on a 5.10 kernel
from bullseye, the issue persisted.

Xorg logs of some other reports here mention a rotated fbcon console, just
like my setup, so I also tested without rotated fbcon. No effect.

Downgrading xserver-xorg-core to the bullseye version makes graphics
visible on bookworm again.

#1005359#53
Date:
2023-06-02 18:09:37 UTC
From:
To:
The
Option "UseGammaLUT" "false"
workaround mentioned here fixes the blank screen issue on current bookworm.