On 6/13/24 05:00, Christian Heusel wrote:
Then please also share the full logs ;)

Looking at the Xorg.0.log for both 6.9.3 and 6.9.4 kernels, it is clear the 6.9.3 log selects the correct 1920x1080 resolution while the 6.9.4 kernel selects 1024x768. This is what is happening for the console and for X.

  The snippet from the 6.9.3 Xorg.0.log is:

[  1035.029] (--) intel(0): Integrated Graphics Chipset: Intel(R) G33
[ 1035.029] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1; using a maximum of 2 threads
[  1035.029] (II) intel(0): Creating default Display subsection in Screen 
section
        "Default Screen Section" for depth/fbbpp 24/32
[  1035.029] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[  1035.029] (==) intel(0): RGB weight 888
[  1035.029] (==) intel(0): Default visual is TrueColor
[  1035.029] (II) intel(0): Output VGA1 has no monitor section
[  1035.030] (II) intel(0): Enabled output VGA1
[  1035.030] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[  1035.030] (II) intel(0): Output VIRTUAL1 has no monitor section
[  1035.030] (II) intel(0): Enabled output VIRTUAL1
[  1035.030] (--) intel(0): Output VGA1 using initial mode 1920x1080 on pipe 0
...
[ 1035.285] (II) intel(0): switch to mode 1920x1080@60.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none
[  1035.296] (II) intel(0): Setting screen physical size to 508 x 285

  After update to 6.9.4 that becomes:

[  5371.538] (--) intel(0): Integrated Graphics Chipset: Intel(R) G33
[ 5371.538] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1; using a maximum of 2 threads
[  5371.538] (II) intel(0): Creating default Display subsection in Screen 
section
        "Default Screen Section" for depth/fbbpp 24/32
[  5371.539] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[  5371.539] (==) intel(0): RGB weight 888
[  5371.539] (==) intel(0): Default visual is TrueColor
[  5371.539] (II) intel(0): Output VGA1 has no monitor section
[  5371.539] (II) intel(0): Enabled output VGA1
[  5371.539] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[  5371.539] (II) intel(0): Output VIRTUAL1 has no monitor section
[  5371.539] (II) intel(0): Enabled output VIRTUAL1
[  5371.539] (--) intel(0): Output VGA1 using initial mode 1024x768 on pipe 0
...
[ 5371.571] (II) intel(0): switch to mode 1024x768@75.0 on VGA1 using pipe 0, position (0, 0), rotation normal, reflection none
[  5371.576] (II) intel(0): Setting screen physical size to 270 x 203

All lines in between the '...' are the same. In fact the rest of the Xorg.0.log files are the same other than the file names, session numbers and kernel versions and shutdown from the 6.9.4 log, e.g.

$ diff -uNb <(sed 's/^.............//' 6.9.3-Xorg.0.log) <(sed 's/^.............//' 6.9.4-Xorg.0.log)

  No remarkable difference other than the resolutions chosen.

  Let me know what other log info you want and I'm happy to get it.

--
David C. Rankin, J.D.,P.E.

Reply via email to