Intel Grafik Problem, niedrige Auflösung über HDMI

Auf einem Gigabyte H270N Motherboard (Kaby Lake) mit
Intel® Pentium® CPU G4560 @ 3.50GHz wird offensichtlich die integrierte Intel-Grafik nicht akzeptiert. Zustand ist: Grafische Anmeldung startet mit riesigen Fonts auf niedriger Auflösung, Anmeldung an KDE-Desktop ist zwar möglich aber zwecklos in 640x480 Auflösung.

Die Autodetect-Prozedur erkennt in Xorg.0.log die Intel Grafik nicht an und fällt auf Framebuffer zurück:

[ 105.308] (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G, 915G,
E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM, Pineview G,
965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33, GM45,
4 Series, G45/G43, Q45/Q43, G41, B43, B43, Clarkdale, Arrandale,
Sandybridge Desktop (GT1), Sandybridge Desktop (GT2),
Sandybridge Desktop (GT2+), Sandybridge Mobile (GT1),
Sandybridge Mobile (GT2), Sandybridge Mobile (GT2+),
Sandybridge Server, Ivybridge Mobile (GT1), Ivybridge Mobile (GT2),
Ivybridge Desktop (GT1), Ivybridge Desktop (GT2), Ivybridge Server,
Ivybridge Server (GT2)
[ 105.308] (II) VESA: driver for VESA chipsets: vesa
[ 105.308] (II) FBDEV: driver for framebuffer: fbdev
[ 105.308] (++) using VT number 8

[ 105.341] (WW) Falling back to old probe method for fbdev
[ 105.341] (II) Loading sub module “fbdevhw”

Ein einfaches abschalten von xorg/autodetect und manuelles setzen der Auflösung bringt kein besseres ergebniss. Die Auflösung bleibt bei minimalwerten, obwohl der Monitor von Vesa scheinbar richtig erkannt wurde:

105.522] (II) VESA(0): Modeline "1920x1080i"x0.0 74.25 1920 2008 2052 2200 1080 1084 10$
[ 105.522] (II) VESA(0): Modeline "1280x720"x0.0 74.25 1280 1390 1430 1650 720 725 730 75$
[ 105.522] (II) VESA(0): Modeline "640x480"x0.0 25.18 640 656 752 800 480 490 492 525 -hs$

Mir ist allerdings noch folgender Abschnitt aufgefallen, ohne zu Wissen welche Auswirkung er haben kann:

[ 105.522] (II) Quirked EDID physical size to 2x1 cm
[ 105.522] (II) VESA(0): Manufacturer: VES Model: 3700 Serial#: 0
[ 105.522] (II) VESA(0): Year: 2014 Week: 1
[ 105.522] (II) VESA(0): EDID Version: 1.3
[ 105.522] (II) VESA(0): Digital Display Input
[ 105.522] (II) VESA(0): Max Image Size [cm]: horiz.: 2 vert.: 1
[ 105.522] (II) VESA(0): Gamma: 2.20
[ 105.522] (II) VESA(0): No DPMS capabilities specified
[ 105.522] (II) VESA(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4

Es gibt keine möglichkeit über das Display etwas sinnvolles zu machen, mir bleibt nur die Text-Console, VNC und SSH. Speziell das Tool xrandr, kann scheinbar nur vom Desktop aus genutzt werden.

Wie kann ich mir helfen, oder muss ich deshalb jetzt eine Nvidia Grafik-Karte für den Server kaufen?

hmm… Is there a reason why you need to use the KDE desktop? The UCS can be configured completely via Webinterface from a client and SSH.

what a Reply…?!, thx. This points out the special problem off Univention. If you can’t help, then nobody does it! I hope your sitting there for fun, giving this kind of answers…Mark it! You can use it many times and maybe you get your money this way.

Anyway…Do I need a new Kernel to resolve this?

1 Like

Hi, without looking at more logs its hard to say if a newer kernel would resolve this. Are there any error lines (EE) in the Xorg.0.log? You could try to force different drivers for Xorg for testing, this should work even with UCRv xorg/autodetect=yes. I use this snippet to test with different drivers:

mkdir -p /etc/X11/xorg.conf.d
cat >/etc/X11/xorg.conf.d/configure-xorg-driver.conf <<__EOF__
Section "Device"
    Identifier  "Card0"
    Driver      "fbdev"
EndSection
__EOF__

Strange enough, adding the file “configure-xorg-driver.conf” did help! The KDE-Desktop shows a low 800x600 Resolution with correct font sizes. Good enough to use KDE-Administrative Tools and for further analysys. Thank you very much!

After more testing with manual configurations it has become clear, that the Intel HD 610 Graphics Chip is not supported (https://en.wikichip.org/wiki/intel/hd_graphics_610). Above solution provides a maximum of 800x600. Displays can’t be detected automatically. (DVI, HDMI). This concerns all low End Intel Processors (Celeron, I3) of Kaby Lake Generation.

I have reinstalled my server completely in UCS 4.2— nothing changed.
The Intel-Driver still not recognizes the Kaby Lake Chipset H270.
“Intel Chipset not detected”.

It seems to be a general problem of Debian Jessie. On UCS the Kernel is newer and shouldn’t be a problem. But maybe there is a firmware missing or Xorg is too old.

Mastodon