Here some feedback.
I installed elg-utils, but not changes.
Output of inxi -GSaz
System:
Kernel: 7.1.3-201.fc44.x86_64 arch: x86_64 bits: 64 compiler: gcc v: 16.1.1 clocksource: tsc
avail: hpet,acpi_pm parameters: BOOT_IMAGE=/vmlinuz-7.1.3-201.fc44.x86_64 root=/dev/sdc5
rd.md=0 rd.lvm=0 rd.dm=0 SYSFONT=True KEYTABLE=fr-latin9 rd.luks=0 LANG=en_US.UTF-8 3
Console: tty 1 Distro: Fedora Linux 44 (Forty Four)
Graphics:
Device-1: Intel Kaby Lake-S GT2 [HD Graphics 630] vendor: ASUSTeK H110I-PLUS driver: i915
v: kernel arch: Gen-9.5 process: Intel 14nm built: 2016-20 ports: active: DP-1,HDMI-A-1
empty: none bus-ID: 00:02.0 chip-ID: 8086:5912 class-ID: 0300
Display: unspecified server: X.org v: 1.21.1.24 with: Xwayland v: 24.1.13 driver: X:
loaded: modesetting alternate: fbdev,vesa dri: iris gpu: i915 tty: 240x75
Monitor-1: DP-1 model: Dell U2412M serial: <filter> built: 2018 res: 1920x1200 dpi: 94
gamma: 1.2 size: 518x324mm (20.39x12.76") diag: 611mm (24.1") ratio: 16:10 modes: max: 1920x1200
min: 720x400
Monitor-2: HDMI-A-1 model: Samsung S24E650 serial: <filter> built: 2017 res: 1920x1200 dpi: 94
gamma: 1.2 size: 518x324mm (20.39x12.76") diag: 611mm (24.1") ratio: 16:10 modes: max: 1920x1200
min: 640x480
API: OpenGL Message: GL data unavailable in console for root.
API: EGL Message: EGL data unavailable in console, eglinfo missing.
Info: Tools: api: glxinfo x11: xdriinfo, xdpyinfo, xprop, xrandr
Kernel: 7.1.3-201.fc44.x86_64 arch: x86_64 bits: 64 compiler: gcc v: 16.1.1 clocksource: tsc
avail: hpet,acpi_pm parameters: BOOT_IMAGE=/vmlinuz-7.1.3-201.fc44.x86_64 root=/dev/sdc5
rd.md=0 rd.lvm=0 rd.dm=0 SYSFONT=True KEYTABLE=fr-latin9 rd.luks=0 LANG=en_US.UTF-8 3
Console: tty 1 Distro: Fedora Linux 44 (Forty Four)
Graphics:
Device-1: Intel Kaby Lake-S GT2 [HD Graphics 630] vendor: ASUSTeK H110I-PLUS driver: i915
v: kernel arch: Gen-9.5 process: Intel 14nm built: 2016-20 ports: active: DP-1,HDMI-A-1
empty: none bus-ID: 00:02.0 chip-ID: 8086:5912 class-ID: 0300
Display: unspecified server: X.org v: 1.21.1.24 with: Xwayland v: 24.1.13 driver: X:
loaded: modesetting alternate: fbdev,vesa dri: iris gpu: i915 tty: 240x75
Monitor-1: DP-1 model: Dell U2412M serial: <filter> built: 2018 res: 1920x1200 dpi: 94
gamma: 1.2 size: 518x324mm (20.39x12.76") diag: 611mm (24.1") ratio: 16:10 modes: max: 1920x1200
min: 720x400
Monitor-2: HDMI-A-1 model: Samsung S24E650 serial: <filter> built: 2017 res: 1920x1200 dpi: 94
gamma: 1.2 size: 518x324mm (20.39x12.76") diag: 611mm (24.1") ratio: 16:10 modes: max: 1920x1200
min: 640x480
API: OpenGL Message: GL data unavailable in console for root.
API: EGL Message: EGL data unavailable in console, eglinfo missing.
Info: Tools: api: glxinfo x11: xdriinfo, xdpyinfo, xprop, xrandr
Output of journalctl -b -1 -p3 is in
https://paste.centos.org/view/dd127d1eanother one in
Thank for your help
Sent: Sunday, July 19, 2026 at 1:23 AM
From: "Felix Miata" <[email protected]>
Subject: Re: From text mode to graphics mode
>>> API: EGL Message: EGL data unavailable in console, eglinfo missing.
>> For complete inxi -G* output, it must be run from within a GUI session.
You ran inxi -Fzxx, which obfuscates useful information by supplying useless
information (the whole kitchen sink, rather than graphics info only) while at the
same time omitting valuable graphics information. Even though incomplete when run
in text mode, inxi -GSaz would add graphics information you have yet to include in
this thread that might help us help you.
> inxi -Fz | wc -l
64
$ inxi -Fzx | wc -l
75
$ inxi -Fzxx | wc -l
88
$ inxi -Fzxxx | wc -l
99
$ inxi -Faz | wc -l
156
$ inxi -Gzxx | wc -l
19
$ inxi -GSzxx | wc -l
24
$ inxi -GSaz | wc -l
33
> The problem is that if I run in graphics mode, I just have a black screen and
> that I cannot interact with the machine.
>>> egl-utils-9.0.0-11.fc44.x86_64
>> I don't know what depends on egl-utils, if anything, but as I have it installed,
>> as noted by my inxi output, and you do not, as noted by your inxi and rpm output,
>> perhaps you could install it to see if it helps whatever your problem is.
Have you yet installed egl-utils?
Have you done as others suggested, running in text mode, commands to collect and
examine logs for error reports, e.g.
journalctl -b -1 -p3
would give a relatively short report from the immediately previous boot in which
running in GUI mode was attempted. You could redirect its output to a file for
sharing here:
journalctl -b -1 -p3 > somefile.txt
Or upload it and give us the link provided:
journalctl -b -1 -p3 | fpaste
Have you considered trying something other than GDM or Gnome, such as LightDM and
XFCE using X11 instead of Wayland? Doing so successfully could disclose whether
your problem is in Wayland and/or Gnome and/or GDM, rather than the base 44 OS,
and give you a chance to use a GUI to further troubleshoot.
--
Evolution as taught in public schools is, like religion,
based on faith, not based on science.
Team OS/2 ** Reg. Linux User #211409 ** a11y rocks!
Felix Miata
--
_______________________________________________
users mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
-- _______________________________________________ users mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
