You are not logged in.

#1 2022-03-17 12:17:43

jmandawg
Member
Registered: 2011-10-19
Posts: 62

[solved] Xorg randomly fails to start:- module "intel" module doe not

Every once in a while my when i start xorg, it will load and i can see the xorg screen for like a second, and then the display goes immediately black, and after this i can no longer access an vritual terminals and display output is totally broken.

I can still ssh in.  CPU is a J4125 (gemini lake)

I'm using "startx" to start xorg, and i'm using the intel modesetting driver.

It's totally random maybe one out of 10 times. Sometimes it shows the window manager and once i click something it crashes.  It's really weird.

Here is the output from the Xorg.log, the real red flag for me is this:  (EE) Failed to load module "intel" (module does not exist, 0)

 cat .local/share/xorg/Xorg.0.log
[    21.680]
X.Org X Server 1.21.1.3
X Protocol Version 11, Revision 0
[    21.680] Current Operating System: Linux wyse2 5.16.14-arch1-1 #1 SMP PREEMPT Fri, 11 Mar 2022 17:40:36 +0000 x86_64
[    21.680] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=c4472b3a-225d-4d91-a222-f59fdec12992 rw loglevel=3
[    21.681]
[    21.681] Current version of pixman: 0.40.0
[    21.681]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[    21.681] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[    21.682] (==) Log file: "/home/jmandawg/.local/share/xorg/Xorg.0.log", Time: Thu Mar 17 08:05:54 2022
[    21.687] (==) Using config directory: "/etc/X11/xorg.conf.d"
[    21.687] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[    21.688] (==) No Layout section.  Using the first Screen section.
[    21.688] (==) No screen section available. Using defaults.
[    21.688] (**) |-->Screen "Default Screen Section" (0)
[    21.688] (**) |   |-->Monitor "<default monitor>"
[    21.689] (==) No monitor specified for screen "Default Screen Section".
        Using a default monitor configuration.
[    21.689] (==) Automatically adding devices
[    21.689] (==) Automatically enabling devices
[    21.689] (==) Automatically adding GPU devices
[    21.689] (==) Automatically binding GPU devices
[    21.689] (==) Max clients allowed: 256, resource mask: 0x1fffff
[    21.691] (WW) The directory "/usr/share/fonts/misc" does not exist.
[    21.691]    Entry deleted from font path.
[    21.691] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[    21.691]    Entry deleted from font path.
[    21.691] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[    21.691]    Entry deleted from font path.
[    21.691] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[    21.691]    Entry deleted from font path.
[    21.691] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[    21.691]    Entry deleted from font path.
[    21.691] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[    21.691]    Entry deleted from font path.
[    21.691] (==) FontPath set to:

[    21.691] (==) ModulePath set to "/usr/lib/xorg/modules"
[    21.691] (II) The server relies on udev to provide the list of input devices.
        If no devices become available, reconfigure udev or disable AutoAddDevices.
[    21.691] (II) Module ABI versions:
[    21.691]    X.Org ANSI C Emulation: 0.4
[    21.691]    X.Org Video Driver: 25.2
[    21.691]    X.Org XInput driver : 24.4
[    21.691]    X.Org Server Extension : 10.0
[    21.692] (++) using VT number 1

[    21.694] (II) systemd-logind: took control of session /org/freedesktop/login1/session/_31
[    21.695] (II) xfree86: Adding drm device (/dev/dri/card0)
[    21.695] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[    21.696] (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 11 paused 0
[    21.701] (--) PCI:*(0@0:2:0) 8086:3185:1028:080c rev 3, Mem @ 0xa0000000/16777216, 0x90000000/268435456, I/O @ 0x0000f000/64, BIOS @ 0x????????/131072
[    21.701] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[    21.701] (II) LoadModule: "glx"
[    21.701] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[    21.711] (II) Module glx: vendor="X.Org Foundation"
[    21.711]    compiled for 1.21.1.3, module version = 1.0.0
[    21.711]    ABI class: X.Org Server Extension, version 10.0
[    21.711] (==) Matched intel as autoconfigured driver 0
[    21.711] (==) Matched modesetting as autoconfigured driver 1
[    21.711] (==) Matched fbdev as autoconfigured driver 2
[    21.711] (==) Matched vesa as autoconfigured driver 3
[    21.711] (==) Assigned the driver to the xf86ConfigLayout
[    21.711] (II) LoadModule: "intel"
[    21.712] (WW) Warning, couldn't open module intel
[    21.712] (EE) Failed to load module "intel" (module does not exist, 0)
[    21.712] (II) LoadModule: "modesetting"
[    21.712] (II) Loading /usr/lib/xorg/modules/drivers/modesetting_drv.so
[    21.716] (II) Module modesetting: vendor="X.Org Foundation"
[    21.716]    compiled for 1.21.1.3, module version = 1.21.1
[    21.716]    Module class: X.Org Video Driver
[    21.716]    ABI class: X.Org Video Driver, version 25.2
[    21.716] (II) LoadModule: "fbdev"
[    21.716] (WW) Warning, couldn't open module fbdev
[    21.716] (EE) Failed to load module "fbdev" (module does not exist, 0)
[    21.716] (II) LoadModule: "vesa"
[    21.717] (WW) Warning, couldn't open module vesa
[    21.717] (EE) Failed to load module "vesa" (module does not exist, 0)
[    21.717] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[    21.717] (II) modeset(0): using drv /dev/dri/card0
[    21.717] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
[    21.717] (II) modeset(0): Creating default Display subsection in Screen section
        "Default Screen Section" for depth/fbbpp 24/32
[    21.717] (==) modeset(0): Depth 24, (==) framebuffer bpp 32
[    21.717] (==) modeset(0): RGB weight 888
[    21.717] (==) modeset(0): Default visual is TrueColor
[    21.717] (II) Loading sub module "glamoregl"
[    21.717] (II) LoadModule: "glamoregl"
[    21.717] (II) Loading /usr/lib/xorg/modules/libglamoregl.so
[    21.728] (II) Module glamoregl: vendor="X.Org Foundation"
[    21.728]    compiled for 1.21.1.3, module version = 1.0.1
[    21.728]    ABI class: X.Org ANSI C Emulation, version 0.4
[    22.084] (II) modeset(0): glamor X acceleration enabled on Mesa Intel(R) UHD Graphics 600 (GLK 2)
[    22.084] (II) modeset(0): glamor initialized
[    22.084] (==) modeset(0): VariableRefresh: disabled
[    22.084] (==) modeset(0): AsyncFlipSecondaries: disabled
[    22.084] (II) modeset(0): Output DP-1 has no monitor section
[    22.085] (II) modeset(0): Output DP-2 has no monitor section
[    22.086] (II) modeset(0): Output HDMI-1 has no monitor section
[    22.134] (II) modeset(0): Output DP-3 has no monitor section
[    22.136] (II) modeset(0): Output HDMI-2 has no monitor section
[    22.137] (II) modeset(0): EDID for output DP-1
[    22.137] (II) modeset(0): EDID for output DP-2
[    22.138] (II) modeset(0): EDID for output HDMI-1
[    22.186] (II) modeset(0): EDID for output DP-3
[    22.186] (II) modeset(0): Manufacturer: RKU  Model: 7832  Serial#: 0
[    22.186] (II) modeset(0): Year: 2021  Week: 26
[    22.186] (II) modeset(0): EDID Version: 1.3
[    22.186] (II) modeset(0): Digital Display Input
[    22.186] (II) modeset(0): Max Image Size [cm]: horiz.: 165  vert.: 93
[    22.186] (II) modeset(0): Gamma: 2.20
[    22.186] (II) modeset(0): No DPMS capabilities specified
[    22.186] (II) modeset(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
[    22.186] (II) modeset(0): First detailed timing is preferred mode
[    22.186] (II) modeset(0): redX: 0.638 redY: 0.334   greenX: 0.297 greenY: 0.617
[    22.186] (II) modeset(0): blueX: 0.151 blueY: 0.059   whiteX: 0.273 whiteY: 0.297
[    22.187] (II) modeset(0): Supported established timings:
[    22.187] (II) modeset(0): 720x400@70Hz
[    22.187] (II) modeset(0): 640x480@60Hz
[    22.187] (II) modeset(0): 640x480@72Hz
[    22.187] (II) modeset(0): 640x480@75Hz
[    22.187] (II) modeset(0): 800x600@60Hz
[    22.187] (II) modeset(0): 800x600@72Hz
[    22.187] (II) modeset(0): 800x600@75Hz
[    22.187] (II) modeset(0): 1024x768@60Hz
[    22.187] (II) modeset(0): 1024x768@70Hz
[    22.187] (II) modeset(0): 1024x768@75Hz
[    22.187] (II) modeset(0): 1280x1024@75Hz
[    22.187] (II) modeset(0): Manufacturer's mask: 0
[    22.187] (II) modeset(0): Supported standard timings:
[    22.187] (II) modeset(0): #0: hsize: 1152  vsize 864  refresh: 75  vid: 20337
[    22.187] (II) modeset(0): #1: hsize: 1280  vsize 960  refresh: 60  vid: 16513
[    22.187] (II) modeset(0): #2: hsize: 1280  vsize 1024  refresh: 60  vid: 32897
[    22.187] (II) modeset(0): #3: hsize: 1280  vsize 800  refresh: 60  vid: 129
[    22.187] (II) modeset(0): #4: hsize: 1440  vsize 900  refresh: 60  vid: 149
[    22.187] (II) modeset(0): #5: hsize: 1680  vsize 1050  refresh: 60  vid: 179
[    22.187] (II) modeset(0): #6: hsize: 1920  vsize 1080  refresh: 60  vid: 49361
[    22.187] (II) modeset(0): #7: hsize: 1280  vsize 720  refresh: 60  vid: 49281
[    22.187] (II) modeset(0): Supported detailed timing:
[    22.187] (II) modeset(0): clock: 297.0 MHz   Image Size:  800 x 450 mm
[    22.187] (II) modeset(0): h_active: 3840  h_sync: 4016  h_sync_end 4104 h_blank_end 4400 h_border: 0
[    22.187] (II) modeset(0): v_active: 2160  v_sync: 2168  v_sync_end 2178 v_blanking: 2250 v_border: 0
[    22.187] (II) modeset(0): Supported detailed timing:
[    22.187] (II) modeset(0): clock: 148.5 MHz   Image Size:  800 x 450 mm
[    22.187] (II) modeset(0): h_active: 1920  h_sync: 2008  h_sync_end 2052 h_blank_end 2200 h_border: 0
[    22.187] (II) modeset(0): v_active: 1080  v_sync: 1084  v_sync_end 1089 v_blanking: 1125 v_border: 0
[    22.187] (II) modeset(0): Monitor name: Roku TV
[    22.187] (II) modeset(0): Ranges: V min: 23 V max: 76 Hz, H min: 15 H max: 81 kHz, PixClock max 345 MHz
[    22.187] (II) modeset(0): Supported detailed timing:
[    22.187] (II) modeset(0): clock: 74.2 MHz   Image Size:  800 x 450 mm
[    22.187] (II) modeset(0): h_active: 1280  h_sync: 1390  h_sync_end 1430 h_blank_end 1650 h_border: 0
[    22.187] (II) modeset(0): v_active: 720  v_sync: 725  v_sync_end 730 v_blanking: 750 v_border: 0
[    22.187] (II) modeset(0): Supported detailed timing:
[    22.187] (II) modeset(0): clock: 85.5 MHz   Image Size:  0 x 0 mm
[    22.187] (II) modeset(0): h_active: 1360  h_sync: 1424  h_sync_end 1536 h_blank_end 1792 h_border: 0
[    22.187] (II) modeset(0): v_active: 768  v_sync: 771  v_sync_end 777 v_blanking: 795 v_border: 0
[    22.187] (II) modeset(0): Number of EDID sections to follow: 1
[    22.187] (II) modeset(0): EDID (in hex):
[    22.187] (II) modeset(0):   00ffffffffffff004975327800000000
[    22.187] (II) modeset(0):   1a1f010380a55d780a60c0a3554c9e26
[    22.187] (II) modeset(0):   0f464cadcf00714f8140818081009500
[    22.187] (II) modeset(0):   b300d1c081c004740030f2705a80b058
[    22.187] (II) modeset(0):   8a0020c23100001e023a801871382d40
[    22.187] (II) modeset(0):   582c450020c23100001e000000fc0052
[    22.187] (II) modeset(0):   6f6b75205456000a00000000000000fd
[    22.187] (II) modeset(0):   00174c0f5122000a2020202020200152
[    22.187] (II) modeset(0):   020332714e5f5d646210222005043e3c
[    22.187] (II) modeset(0):   020106290907071507505707006d030c
[    22.187] (II) modeset(0):   001000b83c200060010304e200cfe30e
[    22.187] (II) modeset(0):   6166011d007251d01e206e28550020c2
[    22.187] (II) modeset(0):   3100001e662150b051001b3040703600
[    22.187] (II) modeset(0):   00000000001800000000000000000000
[    22.187] (II) modeset(0):   00000000000000000000000000000000
[    22.187] (II) modeset(0):   00000000000000000000000000000003
[    22.188] (--) modeset(0): HDMI max TMDS frequency 300000KHz
[    22.188] (II) modeset(0): Printing probed modes for output DP-3
[    22.188] (II) modeset(0): Modeline "3840x2160"x30.0  297.00  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz eP)
[    22.188] (II) modeset(0): Modeline "4096x2160"x30.0  297.00  4096 4184 4272 4400  2160 2168 2178 2250 +hsync +vsync (67.5 kHz e)
[    22.188] (II) modeset(0): Modeline "4096x2160"x24.0  297.00  4096 5116 5204 5500  2160 2168 2178 2250 +hsync +vsync (54.0 kHz e)
[    22.188] (II) modeset(0): Modeline "4096x2160"x30.0  296.70  4096 4184 4272 4400  2160 2168 2178 2250 +hsync +vsync (67.4 kHz e)
[    22.188] (II) modeset(0): Modeline "4096x2160"x24.0  296.70  4096 5116 5204 5500  2160 2168 2178 2250 +hsync +vsync (53.9 kHz e)
[    22.188] (II) modeset(0): Modeline "3840x2160"x24.0  297.00  3840 5116 5204 5500  2160 2168 2178 2250 +hsync +vsync (54.0 kHz e)
[    22.188] (II) modeset(0): Modeline "3840x2160"x30.0  296.70  3840 4016 4104 4400  2160 2168 2178 2250 +hsync +vsync (67.4 kHz e)
[    22.188] (II) modeset(0): Modeline "3840x2160"x24.0  296.70  3840 5116 5204 5500  2160 2168 2178 2250 +hsync +vsync (53.9 kHz e)
[    22.188] (II) modeset(0): Modeline "1920x1080"x60.0  148.50  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.5 kHz e)
[    22.188] (II) modeset(0): Modeline "1920x1080"x59.9  148.35  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (67.4 kHz e)
[    22.188] (II) modeset(0): Modeline "1920x1080i"x60.0   74.25  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.8 kHz e)
[    22.188] (II) modeset(0): Modeline "1920x1080"x30.0   74.25  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.8 kHz e)
[    22.188] (II) modeset(0): Modeline "1920x1080"x24.0   74.25  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    22.188] (II) modeset(0): Modeline "1920x1080i"x59.9   74.18  1920 2008 2052 2200  1080 1084 1094 1125 interlace +hsync +vsync (33.7 kHz e)
[    22.188] (II) modeset(0): Modeline "1920x1080"x30.0   74.18  1920 2008 2052 2200  1080 1084 1089 1125 +hsync +vsync (33.7 kHz e)
[    22.188] (II) modeset(0): Modeline "1920x1080"x24.0   74.18  1920 2558 2602 2750  1080 1084 1089 1125 +hsync +vsync (27.0 kHz e)
[    22.188] (II) modeset(0): Modeline "1680x1050"x59.9  119.00  1680 1728 1760 1840  1050 1053 1059 1080 +hsync -vsync (64.7 kHz e)
[    22.188] (II) modeset(0): Modeline "1280x1024"x75.0  135.00  1280 1296 1440 1688  1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[    22.188] (II) modeset(0): Modeline "1280x1024"x60.0  108.00  1280 1328 1440 1688  1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[    22.188] (II) modeset(0): Modeline "1440x900"x59.9   88.75  1440 1488 1520 1600  900 903 909 926 +hsync -vsync (55.5 kHz e)
[    22.188] (II) modeset(0): Modeline "1280x960"x60.0  108.00  1280 1376 1488 1800  960 961 964 1000 +hsync +vsync (60.0 kHz e)
[    22.188] (II) modeset(0): Modeline "1360x768"x60.0   85.50  1360 1424 1536 1792  768 771 777 795 -hsync -vsync (47.7 kHz e)
[    22.188] (II) modeset(0): Modeline "1280x800"x59.9   71.00  1280 1328 1360 1440  800 803 809 823 +hsync -vsync (49.3 kHz e)
[    22.188] (II) modeset(0): Modeline "1152x864"x75.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync +vsync (67.5 kHz e)
[    22.188] (II) modeset(0): Modeline "1280x720"x60.0   74.25  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    22.188] (II) modeset(0): Modeline "1280x720"x30.0   74.25  1280 3040 3080 3300  720 725 730 750 +hsync +vsync (22.5 kHz e)
[    22.188] (II) modeset(0): Modeline "1280x720"x59.9   74.18  1280 1390 1430 1650  720 725 730 750 +hsync +vsync (45.0 kHz e)
[    22.188] (II) modeset(0): Modeline "1280x720"x30.0   74.18  1280 3040 3080 3300  720 725 730 750 +hsync +vsync (22.5 kHz e)
[    22.188] (II) modeset(0): Modeline "1280x720"x24.0   59.40  1280 3040 3080 3300  720 725 730 750 +hsync +vsync (18.0 kHz e)
[    22.188] (II) modeset(0): Modeline "1280x720"x24.0   59.34  1280 3040 3080 3300  720 725 730 750 +hsync +vsync (18.0 kHz e)
[    22.188] (II) modeset(0): Modeline "1024x768"x75.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync +vsync (60.0 kHz e)
[    22.188] (II) modeset(0): Modeline "1024x768"x70.1   75.00  1024 1048 1184 1328  768 771 777 806 -hsync -vsync (56.5 kHz e)
[    22.188] (II) modeset(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz e)
[    22.188] (II) modeset(0): Modeline "800x600"x72.2   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync (48.1 kHz e)
[    22.188] (II) modeset(0): Modeline "800x600"x75.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync (46.9 kHz e)
[    22.188] (II) modeset(0): Modeline "800x600"x60.3   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[    22.188] (II) modeset(0): Modeline "720x480"x60.0   27.03  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    22.188] (II) modeset(0): Modeline "720x480"x59.9   27.00  720 736 798 858  480 489 495 525 -hsync -vsync (31.5 kHz e)
[    22.188] (II) modeset(0): Modeline "640x480"x75.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync (37.5 kHz e)
[    22.188] (II) modeset(0): Modeline "640x480"x72.8   31.50  640 664 704 832  480 489 492 520 -hsync -vsync (37.9 kHz e)
[    22.188] (II) modeset(0): Modeline "640x480"x60.0   25.20  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    22.188] (II) modeset(0): Modeline "640x480"x59.9   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[    22.188] (II) modeset(0): Modeline "720x400"x70.1   28.32  720 738 846 900  400 412 414 449 -hsync +vsync (31.5 kHz e)
[    22.190] (II) modeset(0): EDID for output HDMI-2
[    22.190] (II) modeset(0): Output DP-1 disconnected
[    22.190] (II) modeset(0): Output DP-2 disconnected
[    22.190] (II) modeset(0): Output HDMI-1 disconnected
[    22.190] (II) modeset(0): Output DP-3 connected
[    22.190] (II) modeset(0): Output HDMI-2 disconnected
[    22.190] (II) modeset(0): Using exact sizes for initial modes
[    22.190] (II) modeset(0): Output DP-3 using initial mode 3840x2160 +0+0
[    22.190] (==) modeset(0): Using gamma correction (1.0, 1.0, 1.0)
[    22.190] (==) modeset(0): DPI set to (96, 96)
[    22.190] (II) Loading sub module "fb"
[    22.190] (II) LoadModule: "fb"
[    22.190] (II) Module "fb" already built-in
[    22.291] (==) modeset(0): Backing store enabled
[    22.291] (==) modeset(0): Silken mouse enabled
[    22.511] (II) modeset(0): Initializing kms color map for depth 24, 8 bpc.
[    22.511] (==) modeset(0): DPMS enabled
[    22.511] (II) modeset(0): [DRI2] Setup complete
[    22.511] (II) modeset(0): [DRI2]   DRI driver: iris
[    22.511] (II) modeset(0): [DRI2]   VDPAU driver: va_gl
[    22.511] (II) Initializing extension Generic Event Extension
[    22.511] (II) Initializing extension SHAPE
[    22.511] (II) Initializing extension MIT-SHM
[    22.512] (II) Initializing extension XInputExtension
[    22.512] (II) Initializing extension XTEST
[    22.512] (II) Initializing extension BIG-REQUESTS
[    22.512] (II) Initializing extension SYNC
[    22.512] (II) Initializing extension XKEYBOARD
[    22.513] (II) Initializing extension XC-MISC
[    22.513] (II) Initializing extension SECURITY
[    22.513] (II) Initializing extension XFIXES
[    22.513] (II) Initializing extension RENDER
[    22.513] (II) Initializing extension RANDR
[    22.514] (II) Initializing extension COMPOSITE
[    22.514] (II) Initializing extension DAMAGE
[    22.514] (II) Initializing extension MIT-SCREEN-SAVER
[    22.514] (II) Initializing extension DOUBLE-BUFFER
[    22.514] (II) Initializing extension RECORD
[    22.514] (II) Initializing extension DPMS
[    22.515] (II) Initializing extension Present
[    22.515] (II) Initializing extension DRI3
[    22.515] (II) Initializing extension X-Resource
[    22.515] (II) Initializing extension XVideo
[    22.515] (II) Initializing extension XVideo-MotionCompensation
[    22.515] (II) Initializing extension GLX
[    22.528] (II) AIGLX: Loaded and initialized iris
[    22.528] (II) GLX: Initialized DRI2 GL provider for screen 0
[    22.528] (II) Initializing extension XFree86-VidModeExtension
[    22.528] (II) Initializing extension XFree86-DGA
[    22.528] (II) Initializing extension XFree86-DRI
[    22.528] (II) Initializing extension DRI2
[    22.529] (II) modeset(0): Damage tracking initialized
[    22.529] (II) modeset(0): Setting screen physical size to 1016 x 571
[    22.630] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[    22.630] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    22.630] (**) Power Button: Applying InputClass "Logitech K400"
[    22.630] (II) LoadModule: "libinput"
[    22.631] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[    22.638] (II) Module libinput: vendor="X.Org Foundation"
[    22.638]    compiled for 1.21.1.3, module version = 1.2.1
[    22.638]    Module class: X.Org XInput Driver
[    22.638]    ABI class: X.Org XInput driver, version 24.4
[    22.638] (II) Using input driver 'libinput' for 'Power Button'
[    22.639] (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 25 paused 0
[    22.639] (**) Power Button: always reports core events
[    22.639] (**) Option "Device" "/dev/input/event1"
[    22.656] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    22.656] (II) event1  - Power Button: device is a keyboard
[    22.656] (II) event1  - Power Button: device removed
[    22.656] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input1/event1"
[    22.656] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[    22.658] (II) event1  - Power Button: is tagged by udev as: Keyboard
[    22.658] (II) event1  - Power Button: device is a keyboard
[    22.660] (II) config/udev: Adding input device Video Bus (/dev/input/event4)
[    22.660] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[    22.660] (**) Video Bus: Applying InputClass "Logitech K400"
[    22.660] (II) Using input driver 'libinput' for 'Video Bus'
[    22.661] (II) systemd-logind: got fd for /dev/input/event4 13:68 fd 28 paused 0
[    22.661] (**) Video Bus: always reports core events
[    22.661] (**) Option "Device" "/dev/input/event4"
[    22.663] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    22.663] (II) event4  - Video Bus: device is a keyboard
[    22.663] (II) event4  - Video Bus: device removed
[    22.663] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input4/event4"
[    22.663] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[    22.666] (II) event4  - Video Bus: is tagged by udev as: Keyboard
[    22.666] (II) event4  - Video Bus: device is a keyboard
[    22.667] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[    22.667] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[    22.667] (**) Power Button: Applying InputClass "Logitech K400"
[    22.667] (II) Using input driver 'libinput' for 'Power Button'
[    22.668] (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 29 paused 0
[    22.668] (**) Power Button: always reports core events
[    22.668] (**) Option "Device" "/dev/input/event0"
[    22.670] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    22.670] (II) event0  - Power Button: device is a keyboard
[    22.670] (II) event0  - Power Button: device removed
[    22.670] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0/event0"
[    22.670] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[    22.672] (II) event0  - Power Button: is tagged by udev as: Keyboard
[    22.672] (II) event0  - Power Button: device is a keyboard
[    22.674] (II) config/udev: Adding input device DP-3 (/dev/input/event5)
[    22.674] (**) DP-3: Applying InputClass "libinput keyboard catchall"
[    22.674] (**) DP-3: Applying InputClass "Logitech K400"
[    22.674] (II) Using input driver 'libinput' for 'DP-3'
[    22.675] (II) systemd-logind: got fd for /dev/input/event5 13:69 fd 30 paused 0
[    22.675] (**) DP-3: always reports core events
[    22.675] (**) Option "Device" "/dev/input/event5"
[    22.677] (II) event5  - DP-3: is tagged by udev as: Keyboard Pointingstick
[    22.678] (II) event5  - DP-3: device is a pointer
[    22.678] (II) event5  - DP-3: device is a keyboard
[    22.678] (II) event5  - DP-3: device removed
[    22.678] (II) libinput: DP-3: needs a virtual subdevice
[    22.678] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/rc/rc0/input5/event5"
[    22.678] (II) XINPUT: Adding extended input device "DP-3" (type: MOUSE, id 9)
[    22.679] (**) Option "AccelerationScheme" "none"
[    22.679] (**) DP-3: (accel) selected scheme none/0
[    22.679] (**) DP-3: (accel) acceleration factor: 2.000
[    22.679] (**) DP-3: (accel) acceleration threshold: 4
[    22.680] (II) event5  - DP-3: is tagged by udev as: Keyboard Pointingstick
[    22.681] (II) event5  - DP-3: device is a pointer
[    22.681] (II) event5  - DP-3: device is a keyboard
[    22.682] (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event7)
[    22.683] (**) HDA Intel PCH Rear Mic: Applying InputClass "Logitech K400"
[    22.683] (II) No input driver specified, ignoring this device.
[    22.683] (II) This device may have been added with another device file.
[    22.683] (II) config/udev: Adding input device HDA Intel PCH Front Line Out Front (/dev/input/event8)
[    22.683] (**) HDA Intel PCH Front Line Out Front: Applying InputClass "Logitech K400"
[    22.683] (II) No input driver specified, ignoring this device.
[    22.683] (II) This device may have been added with another device file.
[    22.684] (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event9)
[    22.684] (**) HDA Intel PCH Line Out Surround: Applying InputClass "Logitech K400"
[    22.684] (II) No input driver specified, ignoring this device.
[    22.684] (II) This device may have been added with another device file.
[    22.685] (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event10)
[    22.685] (**) HDA Intel PCH Front Headphone: Applying InputClass "Logitech K400"
[    22.685] (II) No input driver specified, ignoring this device.
[    22.685] (II) This device may have been added with another device file.
[    22.686] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event11)
[    22.686] (**) HDA Intel PCH HDMI/DP,pcm=3: Applying InputClass "Logitech K400"
[    22.686] (II) No input driver specified, ignoring this device.
[    22.686] (II) This device may have been added with another device file.
[    22.687] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event12)
[    22.687] (**) HDA Intel PCH HDMI/DP,pcm=7: Applying InputClass "Logitech K400"
[    22.687] (II) No input driver specified, ignoring this device.
[    22.687] (II) This device may have been added with another device file.
[    22.688] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event13)
[    22.688] (**) HDA Intel PCH HDMI/DP,pcm=8: Applying InputClass "Logitech K400"
[    22.688] (II) No input driver specified, ignoring this device.
[    22.688] (II) This device may have been added with another device file.
[    22.688] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event14)
[    22.688] (**) HDA Intel PCH HDMI/DP,pcm=9: Applying InputClass "Logitech K400"
[    22.688] (II) No input driver specified, ignoring this device.
[    22.688] (II) This device may have been added with another device file.
[    22.689] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event15)
[    22.689] (**) HDA Intel PCH HDMI/DP,pcm=10: Applying InputClass "Logitech K400"
[    22.689] (II) No input driver specified, ignoring this device.
[    22.689] (II) This device may have been added with another device file.
[    22.691] (II) config/udev: Adding input device Logitech K400 (/dev/input/event6)
[    22.691] (**) Logitech K400: Applying InputClass "libinput pointer catchall"
[    22.691] (**) Logitech K400: Applying InputClass "libinput keyboard catchall"
[    22.691] (**) Logitech K400: Applying InputClass "Logitech K400"
[    22.691] (II) Using input driver 'libinput' for 'Logitech K400'
[    22.693] (II) systemd-logind: got fd for /dev/input/event6 13:70 fd 31 paused 0
[    22.693] (**) Logitech K400: always reports core events
[    22.693] (**) Option "Device" "/dev/input/event6"
[    22.696] (II) event6  - Logitech K400: is tagged by udev as: Keyboard Mouse
[    22.696] (II) event6  - Logitech K400: device is a pointer
[    22.696] (II) event6  - Logitech K400: device is a keyboard
[    22.697] (II) event6  - Logitech K400: device removed
[    22.697] (**) Option "MiddleEmulation" "true"
[    22.697] (II) libinput: Logitech K400: needs a virtual subdevice
[    22.697] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input20/event6"
[    22.697] (II) XINPUT: Adding extended input device "Logitech K400" (type: MOUSE, id 10)
[    22.697] (**) Option "AccelerationScheme" "none"
[    22.697] (**) Logitech K400: (accel) selected scheme none/0
[    22.697] (**) Logitech K400: (accel) acceleration factor: 2.000
[    22.697] (**) Logitech K400: (accel) acceleration threshold: 4
[    22.701] (II) event6  - Logitech K400: is tagged by udev as: Keyboard Mouse
[    22.701] (II) event6  - Logitech K400: device is a pointer
[    22.701] (II) event6  - Logitech K400: device is a keyboard
[    22.704] (II) config/udev: Adding input device Logitech K400 (/dev/input/mouse0)
[    22.704] (**) Logitech K400: Applying InputClass "Logitech K400"
[    22.704] (II) No input driver specified, ignoring this device.
[    22.704] (II) This device may have been added with another device file.
[    22.705] (II) config/udev: Adding input device Dell WMI hotkeys (/dev/input/event3)
[    22.705] (**) Dell WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[    22.705] (**) Dell WMI hotkeys: Applying InputClass "Logitech K400"
[    22.705] (II) Using input driver 'libinput' for 'Dell WMI hotkeys'
[    22.706] (II) systemd-logind: got fd for /dev/input/event3 13:67 fd 32 paused 0
[    22.706] (**) Dell WMI hotkeys: always reports core events
[    22.706] (**) Option "Device" "/dev/input/event3"
[    22.709] (II) event3  - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    22.709] (II) event3  - Dell WMI hotkeys: device is a keyboard
[    22.709] (II) event3  - Dell WMI hotkeys: device removed
[    22.709] (**) Option "config_info" "udev:/sys/devices/platform/PNP0C14:00/wmi_bus/wmi_bus-PNP0C14:00/9DBB5994-A997-11DA-B012-B622A1EF5492/input/input3/event3"
[    22.709] (II) XINPUT: Adding extended input device "Dell WMI hotkeys" (type: KEYBOARD, id 11)
[    22.712] (II) event3  - Dell WMI hotkeys: is tagged by udev as: Keyboard
[    22.712] (II) event3  - Dell WMI hotkeys: device is a keyboard
[    22.714] (II) config/udev: Adding input device PC Speaker (/dev/input/event2)
[    22.714] (**) PC Speaker: Applying InputClass "Logitech K400"
[    22.714] (II) No input driver specified, ignoring this device.
[    22.714] (II) This device may have been added with another device file.
[    22.744] (**) DP-3: Applying InputClass "libinput keyboard catchall"
[    22.744] (**) DP-3: Applying InputClass "Logitech K400"
[    22.744] (II) Using input driver 'libinput' for 'DP-3'
[    22.744] (II) systemd-logind: returning pre-existing fd for /dev/input/event5 13:69
[    22.744] (**) DP-3: always reports core events
[    22.744] (**) Option "Device" "/dev/input/event5"
[    22.744] (II) libinput: DP-3: is a virtual subdevice
[    22.744] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:02.0/rc/rc0/input5/event5"
[    22.744] (II) XINPUT: Adding extended input device "DP-3" (type: KEYBOARD, id 12)
[    22.744] (**) Logitech K400: Applying InputClass "libinput pointer catchall"
[    22.745] (**) Logitech K400: Applying InputClass "libinput keyboard catchall"
[    22.745] (**) Logitech K400: Applying InputClass "Logitech K400"
[    22.745] (II) Using input driver 'libinput' for 'Logitech K400'
[    22.745] (II) systemd-logind: returning pre-existing fd for /dev/input/event6 13:70
[    22.745] (**) Logitech K400: always reports core events
[    22.745] (**) Option "Device" "/dev/input/event6"
[    22.745] (II) libinput: Logitech K400: is a virtual subdevice
[    22.745] (**) Option "MiddleEmulation" "true"
[    22.745] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/usb1/1-1/1-1.4/1-1.4:1.2/0003:046D:C52B.0003/0003:046D:4024.0004/input/input20/event6"
[    22.745] (II) XINPUT: Adding extended input device "Logitech K400" (type: KEYBOARD, id 13)
[    23.045] (II) modeset(0): Allocate new frame buffer 1920x1080 stride

Last edited by jmandawg (2022-03-17 19:50:06)

Offline

#2 2022-03-17 12:20:52

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,729

Re: [solved] Xorg randomly fails to start:- module "intel" module doe not

The "error" you listed is normal when using the modesetting driver.

How are you starting X?

Offline

#3 2022-03-17 13:14:00

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,705

Re: [solved] Xorg randomly fails to start:- module "intel" module doe not

I'm using "startx" to start xorg

the intel modesetting driver

… is not a thing.

display goes immediately black, and after this i can no longer access an vritual terminals and display output is totally broken. I can still ssh in.

Check the system journal/dmesg - you'll likely find i915/drm related errors there?

Offline

#4 2022-03-17 15:05:34

jmandawg
Member
Registered: 2011-10-19
Posts: 62

Re: [solved] Xorg randomly fails to start:- module "intel" module doe not

seth wrote:

I'm using "startx" to start xorg

the intel modesetting driver

… is not a thing.

display goes immediately black, and after this i can no longer access an vritual terminals and display output is totally broken. I can still ssh in.

Check the system journal/dmesg - you'll likely find i915/drm related errors there?


Here are the only errors i see reported in the journalctl log:

 i915 0000:00:02.0: [drm] fb0: i915drmfb frame buffer device
Aug 31 22:06:01 wyse2 kernel: Invalid pltconfig, ensure IPC1 device is enabled in BIOS
Aug 31 22:06:02 wyse2 kernel: snd_hda_codec_hdmi hdaudioC0D2: Monitor plugged-in, Failed to power up codec ret=[-13]


kernel: i915 0000:00:02.0: [drm] *ERROR* CPU pipe A FIFO underrun

Here is the full journal:
https://transfer.sh/VasxjQ/t.txt

Offline

#5 2022-03-17 15:14:28

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,705

Re: [solved] Xorg randomly fails to start:- module "intel" module doe not

Why does the journal jump from

…
Sep 01 19:19:29 wyse2 systemd-journald[197]: Journal stopped
-- Boot fb6cd8e4fe594f50896e3fd1e659309f --
Mar 17 08:25:06 wyse2 kernel: Linux version 5.16.14-arch1-1 (linux@archlinux) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Fri, 11 Mar 2022 17:40:36 +0000
…

?

There's only one (recent) boot (from this morning) - is it supposed to cover a failing X11 session?

Offline

#6 2022-03-17 15:30:21

jmandawg
Member
Registered: 2011-10-19
Posts: 62

Re: [solved] Xorg randomly fails to start:- module "intel" module doe not

seth wrote:

Why does the journal jump from

…
Sep 01 19:19:29 wyse2 systemd-journald[197]: Journal stopped
-- Boot fb6cd8e4fe594f50896e3fd1e659309f --
Mar 17 08:25:06 wyse2 kernel: Linux version 5.16.14-arch1-1 (linux@archlinux) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.38) #1 SMP PREEMPT Fri, 11 Mar 2022 17:40:36 +0000
…

?

There's only one (recent) boot (from this morning) - is it supposed to cover a failing X11 session?

Well I though x-session was crashing, but I just ran 'ps' and I can see the xession is still running, it's just the screen is completely black and i cannot switch to any VTs.

Offline

#7 2022-03-17 15:54:25

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,705

Re: [solved] Xorg randomly fails to start:- module "intel" module doe not

Offline

#8 2022-03-17 15:59:35

jmandawg
Member
Registered: 2011-10-19
Posts: 62

Re: [solved] Xorg randomly fails to start:- module "intel" module doe not

seth wrote:

Thanks!  let me try this.  It's definitely a low power chip so this is most likely the issue.

Offline

#9 2022-03-17 16:10:24

jmandawg
Member
Registered: 2011-10-19
Posts: 62

Re: [solved] Xorg randomly fails to start:- module "intel" module doe not

seth wrote:

Ok just to make things even weirder, i can bring the screen back to life by running the following commands over ssh:

xrandr -d :0 --output DP-3 --off
xrandr -d :0 --output DP-3 --mode 1920x1080 --rate 60

Offline

#10 2022-03-17 19:49:20

jmandawg
Member
Registered: 2011-10-19
Posts: 62

Re: [solved] Xorg randomly fails to start:- module "intel" module doe not

It seemed to be a problem with "pcmanfm --desktop"  I replaced pcmanfm with pcmanfm-qt and haven't seen the issue yet.

Thanks all for the help.

Offline

Board footer

Powered by FluxBB