You are not logged in.

#1 2021-11-10 20:36:23

HenriqueHCM
Member
Registered: 2021-11-10
Posts: 15

X issues with Arch Linux 5.14.16-arch1-1

Good afternoon,

I've just installed Arch today and I'm having issues with the graphical configuration.

I'm following documentation starting from https://wiki.archlinux.org/title/Xorg and I'm testing X by running it manually (either "X" or "Xorg" commands) and all I get is a black screen (not sure if that was expected). So far I'm still able to swich tty and terminate X if needed. Xorg.0.log did not show any critical issues so I decided to move forward and installed GDM (only the gdm package + dependencies so far).

And that's where the real problem arises. When I start GDM (systemctl start gdm) Arch freezes (sometimes with a black screen, once it showed what resembled a very dark gdm login screen and once it froze still in the console). The system itself is somewhat operational since I can SSH into it.

Now I'd just like some help to go further into this troubleshooting since I'm not sure what I should check next or if I'm just (probably) doing something wrong.

Hardware is an HPe 260 G6 laptop:
- Intel Core i3 6006U 2GHz
- 8GB RAM
- Intel Graphics Skylake GT2 (HD Graphics 520)

/etc/X11/xorg.conf:

Section "ServerLayout"
        Identifier     "X.org Configured"
        Screen      0  "Screen0" 0 0
        InputDevice    "Mouse0" "CorePointer"
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "Files"
        ModulePath   "/usr/lib/xorg/modules"
        FontPath     "/usr/share/fonts/misc"
        FontPath     "/usr/share/fonts/TTF"
        FontPath     "/usr/share/fonts/OTF"
        FontPath     "/usr/share/fonts/Type1"
        FontPath     "/usr/share/fonts/100dpi"
        FontPath     "/usr/share/fonts/75dpi"
EndSection

Section "Module"
#       Load  "glx"
        Load  "intel"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
EndSection

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "auto"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5 6 7"
EndSection

Section "Monitor"
        Identifier   "Monitor0"
        VendorName   "Monitor Vendor"
        ModelName    "Monitor Model"
EndSection

Section "Device"
        Identifier  "Card0"
#       Driver      "modesetting"
        Driver      "intel"
        BusID       "PCI:0:2:0"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Card0"
        Monitor    "Monitor0"
        SubSection "Display"
                Viewport   0 0
                Depth     1
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     4
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     8
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     15
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     16
        EndSubSection
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

And /var/log/Xorg.0.log:

X.Org X Server 1.21.1.1
X Protocol Version 11, Revision 0
[   398.884] Current Operating System: Linux tldhcm 5.14.16-arch1-1 #1 SMP PREEMPT Tue, 02 Nov 2021 22:22:59 +0000 x86_64
[   398.884] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=ebc59644-820b-4c13-812b-931335a24f01 rw loglevel=3 quiet
[   398.887]
[   398.888] Current version of pixman: 0.40.0
[   398.890]    Before reporting problems, check http://wiki.x.org
        to make sure that you have the latest version.
[   398.890] Markers: (--) probed, (**) from config file, (==) default setting,
        (++) from command line, (!!) notice, (II) informational,
        (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   398.893] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Nov 10 17:17:58 2021
[   398.894] (==) Using config file: "/etc/X11/xorg.conf"
[   398.895] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   398.895] (==) ServerLayout "X.org Configured"
[   398.895] (**) |-->Screen "Screen0" (0)
[   398.895] (**) |   |-->Monitor "Monitor0"
[   398.895] (**) |   |-->Device "Card0"
[   398.895] (**) |-->Input Device "Mouse0"
[   398.895] (**) |-->Input Device "Keyboard0"
[   398.895] (==) Automatically adding devices
[   398.895] (==) Automatically enabling devices
[   398.895] (==) Automatically adding GPU devices
[   398.895] (==) Automatically binding GPU devices
[   398.895] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   398.895] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   398.895]    Entry deleted from font path.
[   398.895] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   398.895]    Entry deleted from font path.
[   398.895] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   398.895]    Entry deleted from font path.
[   398.895] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   398.895]    Entry deleted from font path.
[   398.895] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   398.895]    Entry deleted from font path.
[   398.895] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   398.895]    Entry deleted from font path.
[   398.895] (WW) The directory "/usr/share/fonts/misc" does not exist.
[   398.895]    Entry deleted from font path.
[   398.895] (WW) The directory "/usr/share/fonts/TTF" does not exist.
[   398.895]    Entry deleted from font path.
[   398.895] (WW) The directory "/usr/share/fonts/OTF" does not exist.
[   398.895]    Entry deleted from font path.
[   398.895] (WW) The directory "/usr/share/fonts/Type1" does not exist.
[   398.895]    Entry deleted from font path.
[   398.895] (WW) The directory "/usr/share/fonts/100dpi" does not exist.
[   398.895]    Entry deleted from font path.
[   398.895] (WW) The directory "/usr/share/fonts/75dpi" does not exist.
[   398.895]    Entry deleted from font path.
[   398.895] (**) FontPath set to:

[   398.895] (**) ModulePath set to "/usr/lib/xorg/modules"
[   398.895] (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
[   398.895] (WW) Disabling Mouse0
[   398.895] (WW) Disabling Keyboard0
[   398.895] (II) Module ABI versions:
[   398.895]    X.Org ANSI C Emulation: 0.4
[   398.896]    X.Org Video Driver: 25.2
[   398.896]    X.Org XInput driver : 24.4
[   398.896]    X.Org Server Extension : 10.0
[   398.896] (--) using VT number 3

[   398.896] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   398.897] (II) xfree86: Adding drm device (/dev/dri/card0)
[   398.897] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[   398.904] (--) PCI:*(0@0:2:0) 8086:1916:103c:831c rev 7, Mem @ 0xb0000000/16777216, 0xa0000000/268435456, I/O @ 0x00005000/64, BIOS @ 0x????????/131072
[   398.904] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
[   398.904] (II) "glx" will be loaded by default.
[   398.904] (II) LoadModule: "intel"
[   398.904] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   398.904] (II) Module intel: vendor="X.Org Foundation"
[   398.904]    compiled for 1.21.1.1, module version = 2.99.917
[   398.904]    Module class: X.Org Video Driver
[   398.904]    ABI class: X.Org Video Driver, version 25.2
[   398.904] (II) LoadModule: "glx"
[   398.905] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
[   398.906] (II) Module glx: vendor="X.Org Foundation"
[   398.906]    compiled for 1.21.1.1, module version = 1.0.0
[   398.907]    ABI class: X.Org Server Extension, version 10.0
[   398.907] (II) LoadModule: "intel"
[   398.907] (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
[   398.907] (II) Module intel: vendor="X.Org Foundation"
[   398.907]    compiled for 1.21.1.1, module version = 2.99.917
[   398.907]    Module class: X.Org Video Driver
[   398.907]    ABI class: X.Org Video Driver, version 25.2
[   398.907] (II) UnloadModule: "intel"
[   398.907] (II) Unloading intel
[   398.907] (II) Failed to load module "intel" (already loaded, 0)
[   398.907] (II) intel: Driver for Intel(R) 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
[   398.907] (II) intel: Driver for Intel(R) HD Graphics
[   398.907] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[   398.907] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[   398.922] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20201103
[   398.922] (II) intel(0): SNA compiled from 2.99.917-916-g31486f40
[   398.938] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 520
[   398.938] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 2 threads
[   398.938] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   398.938] (==) intel(0): RGB weight 888
[   398.938] (==) intel(0): Default visual is TrueColor
[   398.938] (II) intel(0): Output eDP1 using monitor section Monitor0
[   398.939] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[   398.939] (II) intel(0): Enabled output eDP1
[   398.939] (II) intel(0): Output HDMI1 has no monitor section
[   398.939] (II) intel(0): Enabled output HDMI1
[   398.939] (II) intel(0): Output DP1 has no monitor section
[   398.939] (II) intel(0): Enabled output DP1
[   398.939] (II) intel(0): Output HDMI2 has no monitor section
[   398.939] (II) intel(0): Enabled output HDMI2
[   398.939] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[   398.939] (II) intel(0): Output VIRTUAL1 has no monitor section
[   398.940] (II) intel(0): Enabled output VIRTUAL1
[   398.940] (--) intel(0): Output eDP1 using initial mode 1366x768 on pipe 0
[   398.940] (==) intel(0): TearFree enabled
[   398.940] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[   398.940] (--) intel(0): Display dimensions: (361, 203) mm
[   398.940] (--) intel(0): DPI set to (96, 96)
[   398.940] (II) Loading sub module "dri3"
[   398.940] (II) LoadModule: "dri3"
[   398.940] (II) Module "dri3" already built-in
[   398.940] (II) Loading sub module "dri2"
[   398.940] (II) LoadModule: "dri2"
[   398.940] (II) Module "dri2" already built-in
[   398.940] (II) Loading sub module "present"
[   398.940] (II) LoadModule: "present"
[   398.940] (II) Module "present" already built-in
[   398.940] (II) intel(0): SNA initialized with Skylake (gen9) backend
[   398.940] (==) intel(0): Backing store enabled
[   398.940] (==) intel(0): Silken mouse enabled
[   398.940] (II) intel(0): HW Cursor enabled
[   398.940] (==) intel(0): DPMS enabled
[   398.941] (==) intel(0): Display hotplug detection enabled
[   398.941] (II) intel(0): [DRI2] Setup complete
[   398.941] (II) intel(0): [DRI2]   DRI driver: i965
[   398.941] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[   398.941] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[   398.941] (II) intel(0): hardware support for Present enabled
[   398.941] (II) Initializing extension Generic Event Extension
[   398.941] (II) Initializing extension SHAPE
[   398.941] (II) Initializing extension MIT-SHM
[   398.941] (II) Initializing extension XInputExtension
[   398.942] (II) Initializing extension XTEST
[   398.942] (II) Initializing extension BIG-REQUESTS
[   398.942] (II) Initializing extension SYNC
[   398.942] (II) Initializing extension XKEYBOARD
[   398.942] (II) Initializing extension XC-MISC
[   398.943] (II) Initializing extension SECURITY
[   398.943] (II) Initializing extension XFIXES
[   398.943] (II) Initializing extension RENDER
[   398.943] (II) Initializing extension RANDR
[   398.944] (II) Initializing extension COMPOSITE
[   398.944] (II) Initializing extension DAMAGE
[   398.944] (II) Initializing extension MIT-SCREEN-SAVER
[   398.944] (II) Initializing extension DOUBLE-BUFFER
[   398.944] (II) Initializing extension RECORD
[   398.944] (II) Initializing extension DPMS
[   398.945] (II) Initializing extension Present
[   398.945] (II) Initializing extension DRI3
[   398.945] (II) Initializing extension X-Resource
[   398.945] (II) Initializing extension XVideo
[   398.945] (II) Initializing extension XVideo-MotionCompensation
[   398.945] (II) Initializing extension GLX
[   398.958] (II) AIGLX: Loaded and initialized i965
[   398.958] (II) GLX: Initialized DRI2 GL provider for screen 0
[   398.958] (II) Initializing extension XFree86-VidModeExtension
[   398.958] (II) Initializing extension XFree86-DGA
[   398.958] (II) Initializing extension XFree86-DRI
[   398.958] (II) Initializing extension DRI2
[   398.961] (II) intel(0): switch to mode 1366x768@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[   398.968] (II) intel(0): Setting screen physical size to 361 x 203
[   399.026] (II) config/udev: Adding input device Power Button (/dev/input/event2)
[   399.026] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   399.026] (II) LoadModule: "libinput"
[   399.026] (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
[   399.029] (II) Module libinput: vendor="X.Org Foundation"
[   399.029]    compiled for 1.21.1, module version = 1.2.0
[   399.029]    Module class: X.Org XInput Driver
[   399.029]    ABI class: X.Org XInput driver, version 24.4
[   399.029] (II) Using input driver 'libinput' for 'Power Button'
[   399.029] (**) Power Button: always reports core events
[   399.029] (**) Option "Device" "/dev/input/event2"
[   399.029] (**) Option "_source" "server/udev"
[   399.032] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   399.032] (II) event2  - Power Button: device is a keyboard
[   399.032] (II) event2  - Power Button: device removed
[   399.047] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
[   399.047] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   399.050] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   399.050] (II) event2  - Power Button: device is a keyboard
[   399.052] (II) config/udev: Adding input device Video Bus (/dev/input/event13)
[   399.052] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   399.052] (II) Using input driver 'libinput' for 'Video Bus'
[   399.052] (**) Video Bus: always reports core events
[   399.052] (**) Option "Device" "/dev/input/event13"
[   399.052] (**) Option "_source" "server/udev"
[   399.055] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[   399.055] (II) event13 - Video Bus: device is a keyboard
[   399.055] (II) event13 - Video Bus: device removed
[   399.117] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input16/event13"
[   399.117] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   399.121] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[   399.121] (II) event13 - Video Bus: device is a keyboard
[   399.123] (II) config/udev: Adding input device Power Button (/dev/input/event1)
[   399.123] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   399.123] (II) Using input driver 'libinput' for 'Power Button'
[   399.123] (**) Power Button: always reports core events
[   399.123] (**) Option "Device" "/dev/input/event1"
[   399.123] (**) Option "_source" "server/udev"
[   399.124] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   399.125] (II) event1  - Power Button: device is a keyboard
[   399.125] (II) event1  - Power Button: device removed
[   399.147] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
[   399.147] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   399.148] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   399.148] (II) event1  - Power Button: device is a keyboard
[   399.149] (II) config/udev: Adding input device Lid Switch (/dev/input/event0)
[   399.149] (II) No input driver specified, ignoring this device.
[   399.149] (II) This device may have been added with another device file.
[   399.151] (II) config/udev: Adding input device HP TrueVision HD Camera: HP Tru (/dev/input/event12)
[   399.151] (**) HP TrueVision HD Camera: HP Tru: Applying InputClass "libinput keyboard catchall"
[   399.151] (II) Using input driver 'libinput' for 'HP TrueVision HD Camera: HP Tru'
[   399.151] (**) HP TrueVision HD Camera: HP Tru: always reports core events
[   399.151] (**) Option "Device" "/dev/input/event12"
[   399.151] (**) Option "_source" "server/udev"
[   399.152] (II) event12 - HP TrueVision HD Camera: HP Tru: is tagged by udev as: Keyboard
[   399.152] (II) event12 - HP TrueVision HD Camera: HP Tru: device is a keyboard
[   399.153] (II) event12 - HP TrueVision HD Camera: HP Tru: device removed
[   399.214] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-3/1-3:1.0/input/input15/event12"
[   399.214] (II) XINPUT: Adding extended input device "HP TrueVision HD Camera: HP Tru" (type: KEYBOARD, id 9)
[   399.215] (II) event12 - HP TrueVision HD Camera: HP Tru: is tagged by udev as: Keyboard
[   399.216] (II) event12 - HP TrueVision HD Camera: HP Tru: device is a keyboard
[   399.217] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v1.0 (/dev/input/event6)
[   399.217] (**) Microsoft Microsoft® Nano Transceiver v1.0: Applying InputClass "libinput keyboard catchall"
[   399.217] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v1.0'
[   399.217] (**) Microsoft Microsoft® Nano Transceiver v1.0: always reports core events
[   399.217] (**) Option "Device" "/dev/input/event6"
[   399.217] (**) Option "_source" "server/udev"
[   399.219] (II) event6  - Microsoft Microsoft® Nano Transceiver v1.0: is tagged by udev as: Keyboard
[   399.219] (II) event6  - Microsoft Microsoft® Nano Transceiver v1.0: device is a keyboard
[   399.219] (II) event6  - Microsoft Microsoft® Nano Transceiver v1.0: device removed
[   399.267] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.0/0003:045E:07B2.0001/input/input8/event6"
[   399.267] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v1.0" (type: KEYBOARD, id 10)
[   399.269] (II) event6  - Microsoft Microsoft® Nano Transceiver v1.0: is tagged by udev as: Keyboard
[   399.269] (II) event6  - Microsoft Microsoft® Nano Transceiver v1.0: device is a keyboard
[   399.271] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v1.0 Mouse (/dev/input/event8)
[   399.271] (**) Microsoft Microsoft® Nano Transceiver v1.0 Mouse: Applying InputClass "libinput pointer catchall"
[   399.271] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v1.0 Mouse'
[   399.271] (**) Microsoft Microsoft® Nano Transceiver v1.0 Mouse: always reports core events
[   399.271] (**) Option "Device" "/dev/input/event8"
[   399.271] (**) Option "_source" "server/udev"
[   399.328] (II) event8  - Microsoft Microsoft® Nano Transceiver v1.0 Mouse: is tagged by udev as: Mouse
[   399.329] (II) event8  - Microsoft Microsoft® Nano Transceiver v1.0 Mouse: device is a pointer
[   399.329] (II) event8  - Microsoft Microsoft® Nano Transceiver v1.0 Mouse: device removed
[   399.400] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:045E:07B2.0002/input/input10/event8"
[   399.400] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v1.0 Mouse" (type: MOUSE, id 11)
[   399.401] (**) Option "AccelerationScheme" "none"
[   399.401] (**) Microsoft Microsoft® Nano Transceiver v1.0 Mouse: (accel) selected scheme none/0
[   399.401] (**) Microsoft Microsoft® Nano Transceiver v1.0 Mouse: (accel) acceleration factor: 2.000
[   399.401] (**) Microsoft Microsoft® Nano Transceiver v1.0 Mouse: (accel) acceleration threshold: 4
[   399.459] (II) event8  - Microsoft Microsoft® Nano Transceiver v1.0 Mouse: is tagged by udev as: Mouse
[   399.459] (II) event8  - Microsoft Microsoft® Nano Transceiver v1.0 Mouse: device is a pointer
[   399.460] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v1.0 Mouse (/dev/input/mouse0)
[   399.460] (II) No input driver specified, ignoring this device.
[   399.460] (II) This device may have been added with another device file.
[   399.461] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control (/dev/input/event9)
[   399.461] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "libinput keyboard catchall"
[   399.461] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control'
[   399.461] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: always reports core events
[   399.461] (**) Option "Device" "/dev/input/event9"
[   399.461] (**) Option "_source" "server/udev"
[   399.463] (II) event9  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: is tagged by udev as: Keyboard
[   399.463] (II) event9  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: device is a keyboard
[   399.463] (II) event9  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: device removed
[   399.534] (II) libinput: Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: needs a virtual subdevice
[   399.534] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:045E:07B2.0002/input/input11/event9"
[   399.534] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control" (type: MOUSE, id 12)
[   399.534] (**) Option "AccelerationScheme" "none"
[   399.534] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: (accel) selected scheme none/0
[   399.534] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: (accel) acceleration factor: 2.000
[   399.534] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: (accel) acceleration threshold: 4
[   399.536] (II) event9  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: is tagged by udev as: Keyboard
[   399.536] (II) event9  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: device is a keyboard
[   399.537] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control (/dev/input/event10)
[   399.537] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "libinput keyboard catchall"
[   399.537] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control'
[   399.537] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: always reports core events
[   399.537] (**) Option "Device" "/dev/input/event10"
[   399.537] (**) Option "_source" "server/udev"
[   399.539] (II) event10 - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: is tagged by udev as: Keyboard
[   399.539] (II) event10 - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: device is a keyboard
[   399.540] (II) event10 - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: device removed
[   399.561] (II) libinput: Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: needs a virtual subdevice
[   399.561] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:045E:07B2.0003/input/input12/event10"
[   399.561] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control" (type: MOUSE, id 13)
[   399.561] (**) Option "AccelerationScheme" "none"
[   399.561] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: (accel) selected scheme none/0
[   399.561] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: (accel) acceleration factor: 2.000
[   399.561] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: (accel) acceleration threshold: 4
[   399.562] (II) event10 - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: is tagged by udev as: Keyboard
[   399.563] (II) event10 - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: device is a keyboard
[   399.564] (II) config/udev: Adding input device Microsoft Microsoft® Nano Transceiver v1.0 System Control (/dev/input/event11)
[   399.564] (**) Microsoft Microsoft® Nano Transceiver v1.0 System Control: Applying InputClass "libinput keyboard catchall"
[   399.564] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v1.0 System Control'
[   399.564] (**) Microsoft Microsoft® Nano Transceiver v1.0 System Control: always reports core events
[   399.564] (**) Option "Device" "/dev/input/event11"
[   399.564] (**) Option "_source" "server/udev"
[   399.566] (II) event11 - Microsoft Microsoft® Nano Transceiver v1.0 System Control: is tagged by udev as: Keyboard
[   399.566] (II) event11 - Microsoft Microsoft® Nano Transceiver v1.0 System Control: device is a keyboard
[   399.566] (II) event11 - Microsoft Microsoft® Nano Transceiver v1.0 System Control: device removed
[   399.587] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:045E:07B2.0003/input/input14/event11"
[   399.587] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v1.0 System Control" (type: KEYBOARD, id 14)
[   399.589] (II) event11 - Microsoft Microsoft® Nano Transceiver v1.0 System Control: is tagged by udev as: Keyboard
[   399.589] (II) event11 - Microsoft Microsoft® Nano Transceiver v1.0 System Control: device is a keyboard
[   399.590] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event15)
[   399.590] (II) No input driver specified, ignoring this device.
[   399.590] (II) This device may have been added with another device file.
[   399.591] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event16)
[   399.591] (II) No input driver specified, ignoring this device.
[   399.591] (II) This device may have been added with another device file.
[   399.591] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event17)
[   399.591] (II) No input driver specified, ignoring this device.
[   399.591] (II) This device may have been added with another device file.
[   399.592] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event18)
[   399.592] (II) No input driver specified, ignoring this device.
[   399.592] (II) This device may have been added with another device file.
[   399.592] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event19)
[   399.592] (II) No input driver specified, ignoring this device.
[   399.592] (II) This device may have been added with another device file.
[   399.593] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event20)
[   399.593] (II) No input driver specified, ignoring this device.
[   399.593] (II) This device may have been added with another device file.
[   399.593] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event21)
[   399.593] (II) No input driver specified, ignoring this device.
[   399.593] (II) This device may have been added with another device file.
[   399.594] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event3)
[   399.594] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   399.594] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   399.594] (**) AT Translated Set 2 keyboard: always reports core events
[   399.594] (**) Option "Device" "/dev/input/event3"
[   399.594] (**) Option "_source" "server/udev"
[   399.595] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   399.596] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   399.597] (II) event3  - AT Translated Set 2 keyboard: device removed
[   399.627] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input3/event3"
[   399.627] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 15)
[   399.629] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   399.629] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   399.631] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/event14)
[   399.631] (**) ETPS/2 Elantech Touchpad: Applying InputClass "libinput touchpad catchall"
[   399.631] (II) Using input driver 'libinput' for 'ETPS/2 Elantech Touchpad'
[   399.631] (**) ETPS/2 Elantech Touchpad: always reports core events
[   399.631] (**) Option "Device" "/dev/input/event14"
[   399.631] (**) Option "_source" "server/udev"
[   399.632] (II) event14 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[   399.634] (II) event14 - ETPS/2 Elantech Touchpad: device is a touchpad
[   399.634] (II) event14 - ETPS/2 Elantech Touchpad: device removed
[   399.694] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input7/event14"
[   399.694] (II) XINPUT: Adding extended input device "ETPS/2 Elantech Touchpad" (type: TOUCHPAD, id 16)
[   399.695] (**) Option "AccelerationScheme" "none"
[   399.695] (**) ETPS/2 Elantech Touchpad: (accel) selected scheme none/0
[   399.695] (**) ETPS/2 Elantech Touchpad: (accel) acceleration factor: 2.000
[   399.695] (**) ETPS/2 Elantech Touchpad: (accel) acceleration threshold: 4
[   399.696] (II) event14 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[   399.698] (II) event14 - ETPS/2 Elantech Touchpad: device is a touchpad
[   399.699] (II) config/udev: Adding input device ETPS/2 Elantech Touchpad (/dev/input/mouse1)
[   399.699] (II) No input driver specified, ignoring this device.
[   399.699] (II) This device may have been added with another device file.
[   399.700] (II) config/udev: Adding input device PC Speaker (/dev/input/event5)
[   399.700] (II) No input driver specified, ignoring this device.
[   399.700] (II) This device may have been added with another device file.
[   399.703] (II) config/udev: Adding input device Wireless hotkeys (/dev/input/event4)
[   399.703] (**) Wireless hotkeys: Applying InputClass "libinput keyboard catchall"
[   399.703] (II) Using input driver 'libinput' for 'Wireless hotkeys'
[   399.703] (**) Wireless hotkeys: always reports core events
[   399.703] (**) Option "Device" "/dev/input/event4"
[   399.703] (**) Option "_source" "server/udev"
[   399.704] (II) event4  - Wireless hotkeys: is tagged by udev as: Keyboard
[   399.704] (II) event4  - Wireless hotkeys: device is a keyboard
[   399.704] (II) event4  - Wireless hotkeys: device removed
[   399.800] (**) Option "config_info" "udev:/sys/devices/virtual/input/input5/event4"
[   399.800] (II) XINPUT: Adding extended input device "Wireless hotkeys" (type: KEYBOARD, id 17)
[   399.801] (II) event4  - Wireless hotkeys: is tagged by udev as: Keyboard
[   399.802] (II) event4  - Wireless hotkeys: device is a keyboard
[   399.802] (II) config/udev: Adding input device HP WMI hotkeys (/dev/input/event7)
[   399.802] (**) HP WMI hotkeys: Applying InputClass "libinput keyboard catchall"
[   399.802] (II) Using input driver 'libinput' for 'HP WMI hotkeys'
[   399.802] (**) HP WMI hotkeys: always reports core events
[   399.802] (**) Option "Device" "/dev/input/event7"
[   399.802] (**) Option "_source" "server/udev"
[   399.803] (II) event7  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[   399.803] (II) event7  - HP WMI hotkeys: device is a keyboard
[   399.803] (II) event7  - HP WMI hotkeys: device removed
[   399.854] (**) Option "config_info" "udev:/sys/devices/virtual/input/input9/event7"
[   399.854] (II) XINPUT: Adding extended input device "HP WMI hotkeys" (type: KEYBOARD, id 18)
[   399.855] (II) event7  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[   399.855] (II) event7  - HP WMI hotkeys: device is a keyboard
[   399.868] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "libinput keyboard catchall"
[   399.868] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control'
[   399.868] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: always reports core events
[   399.868] (**) Option "Device" "/dev/input/event9"
[   399.868] (**) Option "_source" "_driver/libinput"
[   399.868] (II) libinput: Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: is a virtual subdevice
[   399.868] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.1/0003:045E:07B2.0002/input/input11/event9"
[   399.868] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control" (type: KEYBOARD, id 19)
[   399.868] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: Applying InputClass "libinput keyboard catchall"
[   399.868] (II) Using input driver 'libinput' for 'Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control'
[   399.868] (**) Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: always reports core events
[   399.868] (**) Option "Device" "/dev/input/event10"
[   399.868] (**) Option "_source" "_driver/libinput"
[   399.868] (II) libinput: Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: is a virtual subdevice
[   399.868] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-4/1-4:1.2/0003:045E:07B2.0003/input/input12/event10"
[   399.868] (II) XINPUT: Adding extended input device "Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control" (type: KEYBOARD, id 20)
[   400.943] (II) intel(0): EDID vendor "CMN", prod id 5315
[   400.943] (II) intel(0): Printing DDC gathered Modelines:
[   400.943] (II) intel(0): Modeline "1366x768"x0.0   76.42  1366 1434 1479 1592  768 772 779 800 +hsync -vsync (48.0 kHz eP)
[   400.943] (II) intel(0): Modeline "1366x768"x0.0   50.95  1366 1434 1479 1592  768 772 779 800 +hsync -vsync (32.0 kHz e)
[   402.386] (II) event2  - Power Button: device removed
[   402.414] (II) event13 - Video Bus: device removed
[   402.481] (II) event1  - Power Button: device removed
[   402.507] (II) event12 - HP TrueVision HD Camera: HP Tru: device removed
[   402.560] (II) event6  - Microsoft Microsoft® Nano Transceiver v1.0: device removed
[   402.580] (II) event8  - Microsoft Microsoft® Nano Transceiver v1.0 Mouse: device removed
[   402.620] (II) event11 - Microsoft Microsoft® Nano Transceiver v1.0 System Control: device removed
[   402.640] (II) event3  - AT Translated Set 2 keyboard: device removed
[   402.664] (II) event14 - ETPS/2 Elantech Touchpad: device removed
[   402.707] (II) event4  - Wireless hotkeys: device removed
[   402.751] (II) event7  - HP WMI hotkeys: device removed
[   402.790] (II) event9  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: device removed
[   402.837] (II) event10 - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: device removed
[   402.857] (II) AIGLX: Suspending AIGLX clients for VT switch
[   408.756] (II) AIGLX: Resuming AIGLX clients after VT switch
[   408.756] (II) intel(0): switch to mode 1366x768@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[   408.835] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   408.835] (II) event2  - Power Button: device is a keyboard
[   408.839] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[   408.839] (II) event13 - Video Bus: device is a keyboard
[   408.842] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   408.842] (II) event1  - Power Button: device is a keyboard
[   408.845] (II) event12 - HP TrueVision HD Camera: HP Tru: is tagged by udev as: Keyboard
[   408.845] (II) event12 - HP TrueVision HD Camera: HP Tru: device is a keyboard
[   408.846] (II) event6  - Microsoft Microsoft® Nano Transceiver v1.0: is tagged by udev as: Keyboard
[   408.846] (II) event6  - Microsoft Microsoft® Nano Transceiver v1.0: device is a keyboard
[   408.905] (II) event8  - Microsoft Microsoft® Nano Transceiver v1.0 Mouse: is tagged by udev as: Mouse
[   408.906] (II) event8  - Microsoft Microsoft® Nano Transceiver v1.0 Mouse: device is a pointer
[   408.908] (II) event9  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: is tagged by udev as: Keyboard
[   408.908] (II) event9  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: device is a keyboard
[   408.910] (II) event10 - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: is tagged by udev as: Keyboard
[   408.911] (II) event10 - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: device is a keyboard
[   408.913] (II) event11 - Microsoft Microsoft® Nano Transceiver v1.0 System Control: is tagged by udev as: Keyboard
[   408.913] (II) event11 - Microsoft Microsoft® Nano Transceiver v1.0 System Control: device is a keyboard
[   408.915] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   408.915] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   408.918] (II) event14 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[   408.920] (II) event14 - ETPS/2 Elantech Touchpad: device is a touchpad
[   408.921] (II) event4  - Wireless hotkeys: is tagged by udev as: Keyboard
[   408.921] (II) event4  - Wireless hotkeys: device is a keyboard
[   408.922] (II) event7  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[   408.923] (II) event7  - HP WMI hotkeys: device is a keyboard
[   443.099] (II) event2  - Power Button: device removed
[   443.114] (II) event13 - Video Bus: device removed
[   443.157] (II) event1  - Power Button: device removed
[   443.181] (II) event12 - HP TrueVision HD Camera: HP Tru: device removed
[   443.220] (II) event6  - Microsoft Microsoft® Nano Transceiver v1.0: device removed
[   443.241] (II) event8  - Microsoft Microsoft® Nano Transceiver v1.0 Mouse: device removed
[   443.301] (II) event11 - Microsoft Microsoft® Nano Transceiver v1.0 System Control: device removed
[   443.320] (II) event3  - AT Translated Set 2 keyboard: device removed
[   443.337] (II) event14 - ETPS/2 Elantech Touchpad: device removed
[   443.384] (II) event4  - Wireless hotkeys: device removed
[   443.427] (II) event7  - HP WMI hotkeys: device removed
[   443.480] (II) event9  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: device removed
[   443.531] (II) event10 - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: device removed
[   443.564] (II) AIGLX: Suspending AIGLX clients for VT switch
[   445.893] (II) AIGLX: Resuming AIGLX clients after VT switch
[   445.893] (II) intel(0): switch to mode 1366x768@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[   446.061] (II) event2  - Power Button: is tagged by udev as: Keyboard
[   446.061] (II) event2  - Power Button: device is a keyboard
[   446.062] (II) event13 - Video Bus: is tagged by udev as: Keyboard
[   446.063] (II) event13 - Video Bus: device is a keyboard
[   446.064] (II) event1  - Power Button: is tagged by udev as: Keyboard
[   446.064] (II) event1  - Power Button: device is a keyboard
[   446.065] (II) event12 - HP TrueVision HD Camera: HP Tru: is tagged by udev as: Keyboard
[   446.066] (II) event12 - HP TrueVision HD Camera: HP Tru: device is a keyboard
[   446.067] (II) event6  - Microsoft Microsoft® Nano Transceiver v1.0: is tagged by udev as: Keyboard
[   446.068] (II) event6  - Microsoft Microsoft® Nano Transceiver v1.0: device is a keyboard
[   446.125] (II) event8  - Microsoft Microsoft® Nano Transceiver v1.0 Mouse: is tagged by udev as: Mouse
[   446.125] (II) event8  - Microsoft Microsoft® Nano Transceiver v1.0 Mouse: device is a pointer
[   446.127] (II) event9  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: is tagged by udev as: Keyboard
[   446.128] (II) event9  - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: device is a keyboard
[   446.130] (II) event10 - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: is tagged by udev as: Keyboard
[   446.130] (II) event10 - Microsoft Microsoft® Nano Transceiver v1.0 Consumer Control: device is a keyboard
[   446.132] (II) event11 - Microsoft Microsoft® Nano Transceiver v1.0 System Control: is tagged by udev as: Keyboard
[   446.132] (II) event11 - Microsoft Microsoft® Nano Transceiver v1.0 System Control: device is a keyboard
[   446.133] (II) event3  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   446.133] (II) event3  - AT Translated Set 2 keyboard: device is a keyboard
[   446.136] (II) event14 - ETPS/2 Elantech Touchpad: is tagged by udev as: Touchpad
[   446.138] (II) event14 - ETPS/2 Elantech Touchpad: device is a touchpad
[   446.139] (II) event4  - Wireless hotkeys: is tagged by udev as: Keyboard
[   446.139] (II) event4  - Wireless hotkeys: device is a keyboard
[   446.140] (II) event7  - HP WMI hotkeys: is tagged by udev as: Keyboard Switch
[   446.140] (II) event7  - HP WMI hotkeys: device is a keyboard

Thank you very much

Offline

#2 2021-11-10 20:43:09

Slithery
Administrator
From: Norfolk, UK
Registered: 2013-12-01
Posts: 5,776

Re: X issues with Arch Linux 5.14.16-arch1-1

Get rid of your xorg.conf file. Where did it come from in the first place?
Also you shouldn't start X directly. Read...
https://wiki.archlinux.org/title/Xinit


No, it didn't "fix" anything. It just shifted the brokeness one space to the right. - jasonwryan
Closing -- for deletion; Banning -- for muppetry. - jasonwryan

aur - dotfiles

Offline

#3 2021-11-10 20:54:47

HenriqueHCM
Member
Registered: 2021-11-10
Posts: 15

Re: X issues with Arch Linux 5.14.16-arch1-1

It was created with Xorg :0 -configure (as described in https://wiki.archlinux.org/title/Xorg).
Although I already tried with and without it and had the same problem.

Right now I'm reinstalling Arch so I can start over this issue from scratch.

Offline

#4 2021-11-10 21:34:03

HenriqueHCM
Member
Registered: 2021-11-10
Posts: 15

Re: X issues with Arch Linux 5.14.16-arch1-1

Just finished reinstalling and did nothing more than installing just xorg-server and xorg-init packages (and its dependencies).

When I run startx I receive some output, the screen blink and then X is "terminated successfully" and I'm back into the console (no hangs this time at least).
I'll start now by installing gdm and see what happens.

Offline

#5 2021-11-10 21:50:01

HenriqueHCM
Member
Registered: 2021-11-10
Posts: 15

Re: X issues with Arch Linux 5.14.16-arch1-1

So I tried many different things after reinstalling:

1. Just xorg-server and xorg-init. Run "startx" X is started and stopped real quick;
2. Installed GDM: Same original issue when calling "systemctl start gdm". Console freezes in black screen, unable to switch tty and the only thing left is to SSH and reboot the machine remotely;
3. Installed gnome: Issue persists;
4. Installed xf86-video-intel and mesa drivers: Issue persists.

Xorg log does not show any errors so now I really have no clue where to search next.
Probably will try a different dm.

Offline

#6 2021-11-10 22:23:21

HenriqueHCM
Member
Registered: 2021-11-10
Posts: 15

Re: X issues with Arch Linux 5.14.16-arch1-1

And I simply switched to LXDM + LXDE and now everything works just fine.

Maybe my setup just doesn't like Gnome ¯\_(ツ)_/¯

Offline

#7 2021-11-10 22:45:01

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

Re: X issues with Arch Linux 5.14.16-arch1-1

xf86-video-intel was already installed according to the log in your OP and typically it would be the offender here - are you sure it wasn't present immediately w/ your re-installation?
(Notably since you cannot have added mesa *after* gnome - it's a hard dependency)

Run "startx" X is started and stopped real quick;

is typically because of your xinitrc, the default one in /etc will launch xterm and twm - which you probably did not have installed?

Offline

#8 2021-11-11 12:55:22

HenriqueHCM
Member
Registered: 2021-11-10
Posts: 15

Re: X issues with Arch Linux 5.14.16-arch1-1

xf86-video-intel was already installed according to the log in your OP and typically it would be the offender here - are you sure it wasn't present immediately w/ your re-installation?

Pretty sure about it. I was very meticulous about which packages I was installing (also some Xorg messages about "intel" module not found made me safer about it). With or without intel drivers GDM+Gnome just wouldn't work.

is typically because of your xinitrc, the default one in /etc will launch xterm and twm - which you probably did not have installed?

That was on the spot! Actually I've also seen error messages trying to execute xterm and the blinking effect disappeared after installing it (now I'd get a gui with xterm and another messages).

But like I said above: I tried with xfce and lxde and they both work just fine. My black screen + freeze only comes with Gnome. But since all I needed was a graphical interface and was only going for Gnome due to habit I'm fine with the way it is right now.

Offline

#9 2021-11-11 13:36:18

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

Re: X issues with Arch Linux 5.14.16-arch1-1

It's probably because gnome/mutter is very OpenGL dependent and/or you might run into issues w/ dri3
=> "glxinfo -B" ?
Can you run "gloss" from mesa-demos?

Offline

#10 2021-11-11 14:42:38

HenriqueHCM
Member
Registered: 2021-11-10
Posts: 15

Re: X issues with Arch Linux 5.14.16-arch1-1

glxinfo -B:

name of display: :0
display: :0  screen: 0
direct rendering: Yes
Extended renderer info (GLX_MESA_query_renderer):
    Vendor: Intel (0x8086)
    Device: Mesa Intel(R) HD Graphics 520 (SKL GT2) (0x1916)
    Version: 21.2.4
    Accelerated: yes
    Video memory: 3072MB
    Unified memory: yes
    Preferred profile: core (0x1)
    Max core profile version: 4.6
    Max compat profile version: 4.6
    Max GLES1 profile version: 1.1
    Max GLES[23] profile version: 3.2
OpenGL vendor string: Intel
OpenGL renderer string: Mesa Intel(R) HD Graphics 520 (SKL GT2)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 21.2.4
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile

OpenGL version string: 4.6 (Compatibility Profile) Mesa 21.2.4
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.2.4
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

gloss (kinda cute actually, didn't know it):

294 frames in 5 seconds = 58.8 FPS
301 frames in 5.015 seconds = 60.0199 FPS
300 frames in 5 seconds = 60 FPS
301 frames in 5.016 seconds = 60.008 FPS
301 frames in 5.016 seconds = 60.008 FPS
301 frames in 5.015 seconds = 60.0199 FPS
300 frames in 5 seconds = 60 FPS
301 frames in 5.015 seconds = 60.0199 FPS
300 frames in 5 seconds = 60 FPS
301 frames in 5.016 seconds = 60.008 FPS
301 frames in 5.015 seconds = 60.0199 FPS

Offline

#11 2021-11-11 14:51:00

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

Re: X issues with Arch Linux 5.14.16-arch1-1

Nope. You'll have to look into the journal to check why gnome refuses to start - the GL installation looks fine.

Offline

#12 2021-11-11 16:53:32

HenriqueHCM
Member
Registered: 2021-11-10
Posts: 15

Re: X issues with Arch Linux 5.14.16-arch1-1

Yep, that's a weird one.

I remember checking gdm log files, enabling gdm debug, disabling Wayland, and nothing worked: didn't get even a single line of message.

Offline

Board footer

Powered by FluxBB