Mageia on GPD Win Max, can it?

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

Re: Mageia on GPD Win Max, can it?

Postby Sabungayam » Sep 20th, '20, 18:20

:oops:
Given your last post and my varied mistakes... very many.

Here are logs etc from a Fresh install. Before sending them I will say.

1. The install was amazingly difficult. Live Xfce image works but on install you cannot get
to finish the install adding user etc on first boot. It won't come up.

2. Net install which I used last time did even worse than last time. It seems not to download everything for a full desktop. I had to do it a few times because it said it failed fetch everything. (Guess a lot of changes with Cauldron now.)

3. M7.1 net no go wouldn't even show anything so only 8\Cauldron worked sort of. Xfce now only seems to start if I connect it to an external monitor then I can take it off afterwards. Plasma is still only a black screen, no wayland here. Just X.

4. The good news is Kernel 5.8.10-desktop-1.mga8 has now the CONFIG_DRM_KMS_HELPER enabled.

So I just did everything and put the lines in /etc/default/grub and edid is being used which is why I am surprised Plasma is still a totally black screen.

So now maybe just fine tuning why Xfce takes so long still to start and now why it will only start with another monitor connected to HDMI.

Yet an external monitor seems to break SDDM. It will flicker or go black totally. I can enter a pass but cannot select. I have to unplug HDMI\external monitor & sometimes reset X.

zgrep -i edid /proc/config.gz
Code: Select all
zgrep -i edid /proc/config.gz
CONFIG_DRM_LOAD_EDID_FIRMWARE=y
# CONFIG_FIRMWARE_EDID is not set



Code: Select all
ll /sys/module/drm_kms_helper/parameters/
total 0
-rw-r--r-- 1 root root 4096 Sep 21 00:53 dp_aux_i2c_speed_khz
-rw-r--r-- 1 root root 4096 Sep 21 00:53 dp_aux_i2c_transfer_size
-rw------- 1 root root 4096 Sep 21 00:53 drm_dp_cec_unregister_delay
-r--r--r-- 1 root root 4096 Sep 21 00:53 drm_fbdev_overalloc
-rw-r--r-- 1 root root 4096 Sep 21 00:53 edid_firmware
-rw------- 1 root root 4096 Sep 21 00:53 fbdev_emulation
-rw------- 1 root root 4096 Sep 21 00:53 poll



Code: Select all
ll /sys/class/drm
total 0
lrwxrwxrwx 1 root root    0 Sep 21 00:27 card0 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/
lrwxrwxrwx 1 root root    0 Sep 21 00:27 card0-DP-1 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-1/
lrwxrwxrwx 1 root root    0 Sep 21 00:27 card0-DP-2 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-DP-2/
lrwxrwxrwx 1 root root    0 Sep 21 00:27 card0-eDP-1 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-eDP-1/
lrwxrwxrwx 1 root root    0 Sep 21 00:27 card0-HDMI-A-1 -> ../../devices/pci0000:00/0000:00:02.0/drm/card0/card0-HDMI-A-1/
lrwxrwxrwx 1 root root    0 Sep 21 00:27 renderD128 -> ../../devices/pci0000:00/0000:00:02.0/drm/renderD128/
-r--r--r-- 1 root root 4096 Sep 21 00:27 version


Code: Select all
zgrep -i -e edid -e drm /proc/config.gz
CONFIG_DRM=m
CONFIG_DRM_MIPI_DSI=y
# CONFIG_DRM_DP_AUX_CHARDEV is not set
# CONFIG_DRM_DEBUG_SELFTEST is not set
CONFIG_DRM_KMS_HELPER=m
CONFIG_DRM_KMS_FB_HELPER=y
# CONFIG_DRM_DEBUG_DP_MST_TOPOLOGY_REFS is not set
CONFIG_DRM_FBDEV_EMULATION=y
CONFIG_DRM_FBDEV_OVERALLOC=100
# CONFIG_DRM_FBDEV_LEAK_PHYS_SMEM is not set
CONFIG_DRM_LOAD_EDID_FIRMWARE=y
CONFIG_DRM_DP_CEC=y
CONFIG_DRM_TTM=m
CONFIG_DRM_TTM_DMA_PAGE_POOL=y
CONFIG_DRM_VRAM_HELPER=m
CONFIG_DRM_TTM_HELPER=m
CONFIG_DRM_GEM_SHMEM_HELPER=y
CONFIG_DRM_VM=y
CONFIG_DRM_SCHED=m
CONFIG_DRM_I2C_CH7006=m
CONFIG_DRM_I2C_SIL164=m
CONFIG_DRM_I2C_NXP_TDA998X=m
CONFIG_DRM_I2C_NXP_TDA9950=m
CONFIG_DRM_RADEON=m
CONFIG_DRM_RADEON_USERPTR=y
CONFIG_DRM_AMDGPU=m
CONFIG_DRM_AMDGPU_SI=y
CONFIG_DRM_AMDGPU_CIK=y
CONFIG_DRM_AMDGPU_USERPTR=y
# CONFIG_DRM_AMDGPU_GART_DEBUGFS is not set
CONFIG_DRM_AMD_ACP=y
CONFIG_DRM_AMD_DC=y
CONFIG_DRM_AMD_DC_DCN=y
CONFIG_DRM_AMD_DC_HDCP=y
CONFIG_DRM_NOUVEAU=m
CONFIG_DRM_NOUVEAU_BACKLIGHT=y
CONFIG_DRM_I915=m
CONFIG_DRM_I915_FORCE_PROBE="*"
CONFIG_DRM_I915_CAPTURE_ERROR=y
CONFIG_DRM_I915_COMPRESS_ERROR=y
CONFIG_DRM_I915_USERPTR=y
# CONFIG_DRM_I915_GVT is not set
# drm/i915 Debugging
# CONFIG_DRM_I915_WERROR is not set
# CONFIG_DRM_I915_DEBUG is not set
# CONFIG_DRM_I915_DEBUG_MMIO is not set
# CONFIG_DRM_I915_SW_FENCE_DEBUG_OBJECTS is not set
# CONFIG_DRM_I915_SW_FENCE_CHECK_DAG is not set
# CONFIG_DRM_I915_DEBUG_GUC is not set
# CONFIG_DRM_I915_SELFTEST is not set
# CONFIG_DRM_I915_LOW_LEVEL_TRACEPOINTS is not set
# CONFIG_DRM_I915_DEBUG_VBLANK_EVADE is not set
# CONFIG_DRM_I915_DEBUG_RUNTIME_PM is not set
# end of drm/i915 Debugging
# drm/i915 Profile Guided Optimisation
CONFIG_DRM_I915_FENCE_TIMEOUT=10000
CONFIG_DRM_I915_USERFAULT_AUTOSUSPEND=250
CONFIG_DRM_I915_HEARTBEAT_INTERVAL=2500
CONFIG_DRM_I915_PREEMPT_TIMEOUT=640
CONFIG_DRM_I915_MAX_REQUEST_BUSYWAIT=8000
CONFIG_DRM_I915_STOP_TIMEOUT=100
CONFIG_DRM_I915_TIMESLICE_DURATION=1
# end of drm/i915 Profile Guided Optimisation
CONFIG_DRM_VGEM=m
# CONFIG_DRM_VKMS is not set
CONFIG_DRM_VMWGFX=m
# CONFIG_DRM_VMWGFX_FBCON is not set
CONFIG_DRM_GMA500=m
CONFIG_DRM_GMA600=y
CONFIG_DRM_GMA3600=y
CONFIG_DRM_UDL=m
CONFIG_DRM_AST=m
CONFIG_DRM_MGAG200=m
CONFIG_DRM_QXL=m
CONFIG_DRM_BOCHS=m
CONFIG_DRM_VIRTIO_GPU=m
CONFIG_DRM_PANEL=y
# CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN is not set
CONFIG_DRM_BRIDGE=y
CONFIG_DRM_PANEL_BRIDGE=y
# CONFIG_DRM_ANALOGIX_ANX78XX is not set
# CONFIG_DRM_ETNAVIV is not set
CONFIG_DRM_CIRRUS_QEMU=m
CONFIG_DRM_GM12U320=m
# CONFIG_TINYDRM_HX8357D is not set
# CONFIG_TINYDRM_ILI9225 is not set
# CONFIG_TINYDRM_ILI9341 is not set
# CONFIG_TINYDRM_ILI9486 is not set
# CONFIG_TINYDRM_MI0283QT is not set
# CONFIG_TINYDRM_REPAPER is not set
# CONFIG_TINYDRM_ST7586 is not set
# CONFIG_TINYDRM_ST7735R is not set
CONFIG_DRM_XEN=y
CONFIG_DRM_XEN_FRONTEND=m
CONFIG_DRM_VBOXVIDEO=m
CONFIG_DRM_LEGACY=y
CONFIG_DRM_TDFX=m
CONFIG_DRM_R128=m
CONFIG_DRM_I810=m
CONFIG_DRM_MGA=m
CONFIG_DRM_SIS=m
# CONFIG_DRM_VIA is not set
CONFIG_DRM_SAVAGE=m
CONFIG_DRM_PANEL_ORIENTATION_QUIRKS=y
# CONFIG_FIRMWARE_EDID is not set


Code: Select all
journalctl -ab|grep -i edid
Sep 21 00:27:34 localhost.localdomain kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-5.8.10-desktop-1.mga8 root=UUID=00bc5f1d-8a7d-4769-a2e3-724805377197 ro splash quiet noiswmd resume=UUID=dfa7e552-30b5-4b65-97fc-214ae11b35d2 audit=0 video=eDP-1:800x1200 drm.edid_firmware=eDP-1:edid/gpdwinmax.bin
Sep 21 00:27:34 localhost.localdomain kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.8.10-desktop-1.mga8 root=UUID=00bc5f1d-8a7d-4769-a2e3-724805377197 ro splash quiet noiswmd resume=UUID=dfa7e552-30b5-4b65-97fc-214ae11b35d2 audit=0 video=eDP-1:800x1200 drm.edid_firmware=eDP-1:edid/gpdwinmax.bin
Sep 21 00:27:34 localhost.localdomain kernel: [drm] Got external EDID base block and 0 extensions from "edid/gpdwinmax.bin" for connector "eDP-1"
Sep 21 00:27:34 localhost.localdomain kernel: [drm] Got external EDID base block and 0 extensions from "edid/gpdwinmax.bin" for connector "eDP-1"
Sep 21 00:27:34 localhost.localdomain kernel: [drm] Got external EDID base block and 0 extensions from "edid/gpdwinmax.bin" for connector "eDP-1"
Sep 21 00:27:47 localhost.localdomain kernel: [drm] Got external EDID base block and 0 extensions from "edid/gpdwinmax.bin" for connector "eDP-1"
Sep 21 00:28:24 localhost.localdomain kernel: [drm] Got external EDID base block and 0 extensions from "edid/gpdwinmax.bin" for connector "eDP-1"
Sep 21 00:29:46 localhost.localdomain kernel: [drm] Got external EDID base block and 0 extensions from "edid/gpdwinmax.bin" for connector "eDP-1"
Sep 21 00:30:07 localhost.localdomain kernel: [drm] Got external EDID base block and 0 extensions from "edid/gpdwinmax.bin" for connector "eDP-1"
Sep 21 00:30:33 localhost.localdomain kernel: [drm] Got external EDID base block and 0 extensions from "edid/gpdwinmax.bin" for connector "eDP-1"
Sep 21 00:30:54 localhost.localdomain kernel: [drm] Got external EDID base block and 0 extensions from "edid/gpdwinmax.bin" for connector "eDP-1"
Sep 21 00:31:15 localhost.localdomain kernel: [drm] Got external EDID base block and 0 extensions from "edid/gpdwinmax.bin" for connector "eDP-1"
Sep 21 00:31:44 localhost.localdomain kernel: [drm] Got external EDID base block and 0 extensions from "edid/gpdwinmax.bin" for connector "eDP-1"
Sep 21 00:31:46 localhost.localdomain kernel: [drm] Got external EDID base block and 0 extensions from "edid/gpdwinmax.bin" for connector "eDP-1"
Sep 21 00:32:04 localhost.localdomain kernel: [drm] Got external EDID base block and 0 extensions from "edid/gpdwinmax.bin" for connector "eDP-1"
Sep 21 00:32:36 localhost.localdomain kernel: [drm] Got external EDID base block and 0 extensions from "edid/gpdwinmax.bin" for connector "eDP-1"


Code: Select all
xrandr --verbose
bash: xrandr: command not found




Code: Select all
journalctl -ab|grep xfce
Sep 21 00:27:46 localhost.localdomain systemd[2875]: Not generating service for XDG autostart app-xfce4\x2dclipman\x2dplugin\x2dautostart-autostart.service, it is hidden.
Sep 21 00:27:46 localhost.localdomain systemd[2875]: Not generating service for XDG autostart app-xfce4\x2dnotes\x2dautostart-autostart.service, it is hidden.
Sep 21 00:27:57 localhost.localdomain systemd[2914]: Not generating service for XDG autostart app-xfce4\x2dnotes\x2dautostart-autostart.service, it is hidden.
Sep 21 00:27:57 localhost.localdomain systemd[2914]: Not generating service for XDG autostart app-xfce4\x2dclipman\x2dplugin\x2dautostart-autostart.service, it is hidden.
Sep 21 00:27:57 localhost.localdomain sddm-helper[2898]: Starting: "/usr/share/sddm/scripts/Xsession \"startxfce4\""
Sep 21 00:27:58 localhost.localdomain dbus-daemon[2949]: [session uid=1000 pid=2949] Activating via systemd: service name='org.a11y.Bus' unit='at-spi-dbus-bus.service' requested by ':1.6' (uid=1000 pid=2926 comm="xfce4-session")
Sep 21 00:27:58 localhost.localdomain dbus-daemon[2949]: [session uid=1000 pid=2949] Activating service name='org.xfce.Xfconf' requested by ':1.5' (uid=1000 pid=2926 comm="xfce4-session")
Sep 21 00:27:58 localhost.localdomain dbus-daemon[2949]: [session uid=1000 pid=2949] Successfully activated service 'org.xfce.Xfconf'
Sep 21 00:27:58 localhost.localdomain at-spi-bus-launcher[3035]: dbus-daemon[3035]: Activating service name='org.a11y.atspi.Registry' requested by ':1.0' (uid=1000 pid=2926 comm="xfce4-session")
Sep 21 00:27:58 localhost.localdomain dbus-daemon[2949]: [session uid=1000 pid=2949] Activating service name='org.xfce.ScreenSaver' requested by ':1.5' (uid=1000 pid=2926 comm="xfce4-session")
Sep 21 00:27:58 localhost.localdomain dbus-daemon[2949]: [session uid=1000 pid=2949] Successfully activated service 'org.xfce.ScreenSaver'
Sep 21 00:28:24 localhost.localdomain dbus-daemon[2949]: [session uid=1000 pid=2949] Activating service name='org.freedesktop.Notifications' requested by ':1.32' (uid=1000 pid=3140 comm="/usr/lib64/xfce4/panel/wrapper-2.0 /usr/lib64/xfce")
Sep 21 00:29:43 localhost.localdomain xfce4-screensav[3047]: xfce4-screensaver: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
Sep 21 00:29:45 localhost.localdomain systemd[6608]: Not generating service for XDG autostart app-xfce4\x2dclipman\x2dplugin\x2dautostart-autostart.service, it is hidden.
Sep 21 00:29:45 localhost.localdomain systemd[6608]: Not generating service for XDG autostart app-xfce4\x2dnotes\x2dautostart-autostart.service, it is hidden.
Sep 21 00:30:07 localhost.localdomain sddm-helper[7160]: Starting: "/usr/share/sddm/scripts/Xsession \"startxfce4\""
Sep 21 00:30:07 localhost.localdomain at-spi-bus-launcher[3035]: dbus-daemon[3035]: Activating service name='org.a11y.atspi.Registry' requested by ':1.40' (uid=1000 pid=7172 comm="xfce4-session")
Sep 21 00:30:07 localhost.localdomain dbus-daemon[2949]: [session uid=1000 pid=2949] Activating service name='org.xfce.ScreenSaver' requested by ':1.86' (uid=1000 pid=7172 comm="xfce4-session")
Sep 21 00:30:07 localhost.localdomain dbus-daemon[2949]: [session uid=1000 pid=2949] Successfully activated service 'org.xfce.ScreenSaver'
Sep 21 00:30:35 localhost.localdomain dbus-daemon[2949]: [session uid=1000 pid=2949] Activating service name='org.freedesktop.Notifications' requested by ':1.129' (uid=1000 pid=7365 comm="/usr/lib64/xfce4/panel/wrapper-2.0 /usr/lib64/xfce")
Sep 21 00:31:41 localhost.localdomain xfce4-screensav[7273]: xfce4-screensaver: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
Sep 21 00:31:45 localhost.localdomain systemd[10434]: Not generating service for XDG autostart app-xfce4\x2dnotes\x2dautostart-autostart.service, it is hidden.
Sep 21 00:31:45 localhost.localdomain systemd[10434]: Not generating service for XDG autostart app-xfce4\x2dclipman\x2dplugin\x2dautostart-autostart.service, it is hidden.
Sep 21 00:32:04 localhost.localdomain sddm-helper[10976]: Starting: "/usr/share/sddm/scripts/Xsession \"startxfce4\""
Sep 21 00:32:04 localhost.localdomain at-spi-bus-launcher[3035]: dbus-daemon[3035]: Activating service name='org.a11y.atspi.Registry' requested by ':1.82' (uid=1000 pid=10988 comm="xfce4-session")
Sep 21 00:32:04 localhost.localdomain dbus-daemon[2949]: [session uid=1000 pid=2949] Activating service name='org.xfce.ScreenSaver' requested by ':1.193' (uid=1000 pid=10988 comm="xfce4-session")
Sep 21 00:32:04 localhost.localdomain dbus-daemon[2949]: [session uid=1000 pid=2949] Successfully activated service 'org.xfce.ScreenSaver'
Sep 21 00:32:36 localhost.localdomain dbus-daemon[2949]: [session uid=1000 pid=2949] Activating service name='org.freedesktop.Notifications' requested by ':1.235' (uid=1000 pid=11181 comm="/usr/lib64/xfce4/panel/wrapper-2.0 /usr/lib64/xfce")



/var/log/Xorg.0.log

Code: Select all
[   258.175] (--) Log file renamed from "/var/log/Xorg.pid-10396.log" to "/var/log/Xorg.0.log"
[   258.176]
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[   258.176] Build Operating System: rabbit 5.6.8-server-1.mga7
[   258.176] Current Operating System: Linux localhost.localdomain 5.8.10-desktop-1.mga8 #1 SMP Thu Sep 17 13:36:24 UTC 2020 x86_64
[   258.176] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.8.10-desktop-1.mga8 root=UUID=00bc5f1d-8a7d-4769-a2e3-724805377197 ro splash quiet noiswmd resume=UUID=dfa7e552-30b5-4b65-97fc-214ae11b35d2 audit=0 video=eDP-1:800x1200 drm.edid_firmware=eDP-1:edid/gpdwinmax.bin
[   258.176] Build Date: 26 August 2020  07:12:27AM
[   258.176] Build ID: x11-server 1.20.9-7.mga8
[   258.176] Current version of pixman: 0.40.0
[   258.176]    Before reporting problems, check https://bugs.mageia.org
   to make sure that you have the latest version.
[   258.176] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   258.177] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 21 00:31:44 2020
[   258.177] (==) Using config file: "/etc/X11/xorg.conf"
[   258.177] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   258.177] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   258.178] (==) ServerLayout "layout1"
[   258.178] (**) |-->Screen "screen1" (0)
[   258.178] (**) |   |-->Monitor "monitor1"
[   258.178] (**) |   |-->Device "device1"
[   258.178] (**) Option "DontZap" "False"
[   258.178] (**) Option "AllowMouseOpenFail"
[   258.178] (==) Automatically adding devices
[   258.178] (==) Automatically enabling devices
[   258.178] (==) Automatically adding GPU devices
[   258.178] (==) Automatically binding GPU devices
[   258.178] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   258.178] (==) FontPath set to:
   catalogue:/etc/X11/fontpath.d,
   built-ins
[   258.178] (**) ModulePath set to "/usr/lib64/xorg/extra-modules,/usr/lib64/xorg/modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[   258.178] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[   258.178] (II) Loader magic: 0x61fd40
[   258.179] (II) Module ABI versions:
[   258.179]    X.Org ANSI C Emulation: 0.4
[   258.179]    X.Org Video Driver: 24.1
[   258.179]    X.Org XInput driver : 24.1
[   258.179]    X.Org Server Extension : 10.0
[   258.180] (++) using VT number 1

[   258.180] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   258.181] (II) xfree86: Adding drm device (/dev/dri/card0)
[   258.181] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[   258.199] (--) PCI:*(0@0:2:0) 8086:8a52:8086:2212 rev 7, Mem @ 0x601c000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[   258.199] (II) Open ACPI successful (/var/run/acpid.socket)
[   258.199] (II) "glx" will be loaded by default.
[   258.199] (II) LoadModule: "v4l"
[   258.200] (II) Loading /usr/lib64/xorg/modules/drivers/v4l_drv.so
[   258.200] (II) Module v4l: vendor="X.Org Foundation"
[   258.200]    compiled for 1.20.7, module version = 0.1.1
[   258.200]    ABI class: X.Org Video Driver, version 24.1
[   258.200] (II) LoadModule: "glx"
[   258.200] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[   258.202] (II) Module glx: vendor="X.Org Foundation"
[   258.202]    compiled for 1.20.9, module version = 1.0.0
[   258.202]    ABI class: X.Org Server Extension, version 10.0
[   258.202] (II) LoadModule: "intel"
[   258.202] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[   258.202] (II) Module intel: vendor="X.Org Foundation"
[   258.202]    compiled for 1.20.8, module version = 2.99.917
[   258.202]    Module class: X.Org Video Driver
[   258.203]    ABI class: X.Org Video Driver, version 24.1
[   258.203] (II) v4l driver for Video4Linux overlay mode (V4L2)
[   258.203] (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
[   258.203] (II) intel: Driver for Intel(R) HD Graphics
[   258.203] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[   258.203] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[   258.203] (WW) Falling back to old probe method for v4l
[   258.203] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20200515
[   258.217] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[   258.217] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[   258.217] (II) intel(0): Creating default Display subsection in Screen section
   "screen1" for depth/fbbpp 24/32
[   258.217] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[   258.217] (==) intel(0): RGB weight 888
[   258.217] (==) intel(0): Default visual is TrueColor
[   258.219] (II) intel(0): Output eDP1 using monitor section monitor1
[   258.220] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[   258.220] (II) intel(0): Enabled output eDP1
[   258.220] (II) intel(0): Output HDMI1 has no monitor section
[   258.220] (II) intel(0): Enabled output HDMI1
[   258.220] (II) intel(0): Output DP1 has no monitor section
[   258.220] (II) intel(0): Enabled output DP1
[   258.220] (II) intel(0): Output DP2 has no monitor section
[   258.220] (II) intel(0): Enabled output DP2
[   258.220] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[   258.221] (II) intel(0): Output VIRTUAL1 has no monitor section
[   258.221] (II) intel(0): Enabled output VIRTUAL1
[   258.221] (--) intel(0): Output eDP1 using initial mode 800x1200 on pipe 0
[   258.221] (--) intel(0): Output HDMI1 using initial mode 800x600 on pipe 1
[   258.221] (==) intel(0): TearFree enabled
[   258.221] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[   258.221] (==) intel(0): DPI set to (96, 96)
[   258.221] (II) Loading sub module "dri3"
[   258.221] (II) LoadModule: "dri3"
[   258.221] (II) Module "dri3" already built-in
[   258.221] (II) Loading sub module "dri2"
[   258.221] (II) LoadModule: "dri2"
[   258.221] (II) Module "dri2" already built-in
[   258.221] (II) Loading sub module "present"
[   258.221] (II) LoadModule: "present"
[   258.221] (II) Module "present" already built-in
[   258.223] (II) intel(0): SNA initialized with Skylake (gen9) backend
[   258.223] (==) intel(0): Backing store enabled
[   258.223] (==) intel(0): Silken mouse enabled
[   258.223] (II) intel(0): HW Cursor enabled
[   258.223] (**) intel(0): DPMS enabled
[   258.223] (==) intel(0): Display hotplug detection enabled
[   258.223] (II) intel(0): [DRI2] Setup complete
[   258.223] (II) intel(0): [DRI2]   DRI driver: i965
[   258.223] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[   258.224] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[   258.224] (II) intel(0): hardware support for Present enabled
[   258.224] (II) Initializing extension Generic Event Extension
[   258.224] (II) Initializing extension SHAPE
[   258.224] (II) Initializing extension MIT-SHM
[   258.224] (II) Initializing extension XInputExtension
[   258.225] (II) Initializing extension XTEST
[   258.225] (II) Initializing extension BIG-REQUESTS
[   258.225] (II) Initializing extension SYNC
[   258.225] (II) Initializing extension XKEYBOARD
[   258.226] (II) Initializing extension XC-MISC
[   258.226] (II) Initializing extension SECURITY
[   258.226] (II) Initializing extension XFIXES
[   258.226] (II) Initializing extension RENDER
[   258.226] (II) Initializing extension RANDR
[   258.227] (II) Initializing extension COMPOSITE
[   258.227] (II) Initializing extension DAMAGE
[   258.227] (II) Initializing extension MIT-SCREEN-SAVER
[   258.227] (II) Initializing extension DOUBLE-BUFFER
[   258.228] (II) Initializing extension RECORD
[   258.228] (II) Initializing extension DPMS
[   258.228] (II) Initializing extension Present
[   258.228] (II) Initializing extension DRI3
[   258.228] (II) Initializing extension X-Resource
[   258.228] (II) Initializing extension XVideo
[   258.229] (II) Initializing extension XVideo-MotionCompensation
[   258.229] (II) Initializing extension GLX
[   258.236] (II) AIGLX: Loaded and initialized i965
[   258.236] (II) GLX: Initialized DRI2 GL provider for screen 0
[   258.236] (II) Initializing extension XFree86-VidModeExtension
[   258.236] (II) Initializing extension XFree86-DGA
[   258.236] (II) Initializing extension XFree86-DRI
[   258.236] (II) Initializing extension DRI2
[   258.237] (II) intel(0): switch to mode 800x1200@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[   258.238] (II) intel(0): switch to mode 800x600@75.0 on HDMI1 using pipe 1, position (0, 0), rotation normal, reflection none
[   258.245] (II) intel(0): Setting screen physical size to 211 x 317
[   258.269] (II) config/udev: Adding input device Power Button (/dev/input/event11)
[   258.269] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   258.269] (**) Power Button: Applying InputClass "system-keyboard"
[   258.269] (II) LoadModule: "libinput"
[   258.269] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[   258.269] (II) Module libinput: vendor="X.Org Foundation"
[   258.269]    compiled for 1.20.8, module version = 0.30.0
[   258.269]    Module class: X.Org XInput Driver
[   258.269]    ABI class: X.Org XInput driver, version 24.1
[   258.269] (II) Using input driver 'libinput' for 'Power Button'
[   258.269] (**) Power Button: always reports core events
[   258.269] (**) Option "Device" "/dev/input/event11"
[   258.269] (**) Option "_source" "server/udev"
[   258.270] (II) event11 - Power Button: is tagged by udev as: Keyboard
[   258.270] (II) event11 - Power Button: device is a keyboard
[   258.270] (II) event11 - Power Button: device removed
[   258.279] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input11/event11"
[   258.279] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   258.279] (**) Option "xkb_model" "pc105"
[   258.279] (**) Option "xkb_layout" "us"
[   258.279] (**) Option "xkb_options" "compose:rwin"
[   258.293] (II) event11 - Power Button: is tagged by udev as: Keyboard
[   258.293] (II) event11 - Power Button: device is a keyboard
[   258.294] (II) config/udev: Adding input device Video Bus (/dev/input/event1)
[   258.294] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   258.294] (**) Video Bus: Applying InputClass "system-keyboard"
[   258.294] (II) Using input driver 'libinput' for 'Video Bus'
[   258.294] (**) Video Bus: always reports core events
[   258.294] (**) Option "Device" "/dev/input/event1"
[   258.294] (**) Option "_source" "server/udev"
[   258.294] (II) event1  - Video Bus: is tagged by udev as: Keyboard
[   258.294] (II) event1  - Video Bus: device is a keyboard
[   258.295] (II) event1  - Video Bus: device removed
[   258.304] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input1/event1"
[   258.304] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   258.304] (**) Option "xkb_model" "pc105"
[   258.304] (**) Option "xkb_layout" "us"
[   258.304] (**) Option "xkb_options" "compose:rwin"
[   258.305] (II) event1  - Video Bus: is tagged by udev as: Keyboard
[   258.306] (II) event1  - Video Bus: device is a keyboard
[   258.307] (II) config/udev: Adding input device Lid Switch (/dev/input/event8)
[   258.307] (II) No input driver specified, ignoring this device.
[   258.307] (II) This device may have been added with another device file.
[   258.307] (II) config/udev: Adding input device Power Button (/dev/input/event10)
[   258.307] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   258.307] (**) Power Button: Applying InputClass "system-keyboard"
[   258.307] (II) Using input driver 'libinput' for 'Power Button'
[   258.307] (**) Power Button: always reports core events
[   258.307] (**) Option "Device" "/dev/input/event10"
[   258.307] (**) Option "_source" "server/udev"
[   258.309] (II) event10 - Power Button: is tagged by udev as: Keyboard
[   258.309] (II) event10 - Power Button: device is a keyboard
[   258.309] (II) event10 - Power Button: device removed
[   258.321] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input10/event10"
[   258.321] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   258.321] (**) Option "xkb_model" "pc105"
[   258.321] (**) Option "xkb_layout" "us"
[   258.321] (**) Option "xkb_options" "compose:rwin"
[   258.324] (II) event10 - Power Button: is tagged by udev as: Keyboard
[   258.324] (II) event10 - Power Button: device is a keyboard
[   258.325] (II) config/udev: Adding input device Sleep Button (/dev/input/event9)
[   258.325] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   258.325] (**) Sleep Button: Applying InputClass "system-keyboard"
[   258.325] (II) Using input driver 'libinput' for 'Sleep Button'
[   258.325] (**) Sleep Button: always reports core events
[   258.325] (**) Option "Device" "/dev/input/event9"
[   258.325] (**) Option "_source" "server/udev"
[   258.327] (II) event9  - Sleep Button: is tagged by udev as: Keyboard
[   258.327] (II) event9  - Sleep Button: device is a keyboard
[   258.327] (II) event9  - Sleep Button: device removed
[   258.337] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input9/event9"
[   258.337] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   258.337] (**) Option "xkb_model" "pc105"
[   258.337] (**) Option "xkb_layout" "us"
[   258.337] (**) Option "xkb_options" "compose:rwin"
[   258.340] (II) event9  - Sleep Button: is tagged by udev as: Keyboard
[   258.340] (II) event9  - Sleep Button: device is a keyboard
[   258.343] (II) config/udev: Adding input device   Mouse for Windows (/dev/input/event2)
[   258.343] (**)   Mouse for Windows: Applying InputClass "libinput pointer catchall"
[   258.343] (II) Using input driver 'libinput' for '  Mouse for Windows'
[   258.343] (**)   Mouse for Windows: always reports core events
[   258.343] (**) Option "Device" "/dev/input/event2"
[   258.343] (**) Option "_source" "server/udev"
[   258.400] (II) event2  -   Mouse for Windows: is tagged by udev as: Mouse
[   258.401] (II) event2  -   Mouse for Windows: device is a pointer
[   258.401] (II) event2  -   Mouse for Windows: device removed
[   258.417] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.0/0003:2F24:0118.0001/input/input2/event2"
[   258.417] (II) XINPUT: Adding extended input device "  Mouse for Windows" (type: MOUSE, id 10)
[   258.418] (**) Option "AccelerationScheme" "none"
[   258.418] (**)   Mouse for Windows: (accel) selected scheme none/0
[   258.418] (**)   Mouse for Windows: (accel) acceleration factor: 2.000
[   258.418] (**)   Mouse for Windows: (accel) acceleration threshold: 4
[   258.476] (II) event2  -   Mouse for Windows: is tagged by udev as: Mouse
[   258.477] (II) event2  -   Mouse for Windows: device is a pointer
[   258.480] (II) config/udev: Adding input device   Mouse for Windows (/dev/input/mouse0)
[   258.480] (II) No input driver specified, ignoring this device.
[   258.480] (II) This device may have been added with another device file.
[   258.482] (II) config/udev: Adding input device   Mouse for Windows (/dev/input/event3)
[   258.482] (**)   Mouse for Windows: Applying InputClass "libinput keyboard catchall"
[   258.482] (**)   Mouse for Windows: Applying InputClass "system-keyboard"
[   258.482] (II) Using input driver 'libinput' for '  Mouse for Windows'
[   258.482] (**)   Mouse for Windows: always reports core events
[   258.482] (**) Option "Device" "/dev/input/event3"
[   258.482] (**) Option "_source" "server/udev"
[   258.488] (II) event3  -   Mouse for Windows: is tagged by udev as: Keyboard
[   258.488] (II) event3  -   Mouse for Windows: device is a keyboard
[   258.489] (II) event3  -   Mouse for Windows: device removed
[   258.505] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.1/0003:2F24:0118.0002/input/input3/event3"
[   258.505] (II) XINPUT: Adding extended input device "  Mouse for Windows" (type: KEYBOARD, id 11)
[   258.505] (**) Option "xkb_model" "pc105"
[   258.505] (**) Option "xkb_layout" "us"
[   258.505] (**) Option "xkb_options" "compose:rwin"
[   258.512] (II) event3  -   Mouse for Windows: is tagged by udev as: Keyboard
[   258.512] (II) event3  -   Mouse for Windows: device is a keyboard
[   258.515] (II) config/udev: Adding input device HID 6901:2701 (/dev/input/event4)
[   258.515] (**) HID 6901:2701: Applying InputClass "libinput keyboard catchall"
[   258.515] (**) HID 6901:2701: Applying InputClass "system-keyboard"
[   258.515] (II) Using input driver 'libinput' for 'HID 6901:2701'
[   258.515] (**) HID 6901:2701: always reports core events
[   258.515] (**) Option "Device" "/dev/input/event4"
[   258.515] (**) Option "_source" "server/udev"
[   258.519] (II) event4  - HID 6901:2701: is tagged by udev as: Keyboard
[   258.519] (II) event4  - HID 6901:2701: device is a keyboard
[   258.519] (II) event4  - HID 6901:2701: device removed
[   258.529] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.0/0003:6901:2701.0003/input/input4/event4"
[   258.529] (II) XINPUT: Adding extended input device "HID 6901:2701" (type: KEYBOARD, id 12)
[   258.529] (**) Option "xkb_model" "pc105"
[   258.529] (**) Option "xkb_layout" "us"
[   258.529] (**) Option "xkb_options" "compose:rwin"
[   258.534] (II) event4  - HID 6901:2701: is tagged by udev as: Keyboard
[   258.534] (II) event4  - HID 6901:2701: device is a keyboard
[   258.536] (II) config/udev: Adding input device HID 6901:2701 Mouse (/dev/input/event5)
[   258.536] (**) HID 6901:2701 Mouse: Applying InputClass "libinput pointer catchall"
[   258.536] (II) Using input driver 'libinput' for 'HID 6901:2701 Mouse'
[   258.536] (**) HID 6901:2701 Mouse: always reports core events
[   258.536] (**) Option "Device" "/dev/input/event5"
[   258.536] (**) Option "_source" "server/udev"
[   258.539] (II) event5  - HID 6901:2701 Mouse: is tagged by udev as: Mouse
[   258.539] (II) event5  - HID 6901:2701 Mouse: device is a pointer
[   258.539] (II) event5  - HID 6901:2701 Mouse: device removed
[   258.557] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.1/0003:6901:2701.0004/input/input5/event5"
[   258.557] (II) XINPUT: Adding extended input device "HID 6901:2701 Mouse" (type: MOUSE, id 13)
[   258.557] (**) Option "AccelerationScheme" "none"
[   258.558] (**) HID 6901:2701 Mouse: (accel) selected scheme none/0
[   258.558] (**) HID 6901:2701 Mouse: (accel) acceleration factor: 2.000
[   258.558] (**) HID 6901:2701 Mouse: (accel) acceleration threshold: 4
[   258.563] (II) event5  - HID 6901:2701 Mouse: is tagged by udev as: Mouse
[   258.564] (II) event5  - HID 6901:2701 Mouse: device is a pointer
[   258.566] (II) config/udev: Adding input device HID 6901:2701 Mouse (/dev/input/mouse1)
[   258.566] (II) No input driver specified, ignoring this device.
[   258.566] (II) This device may have been added with another device file.
[   258.567] (II) config/udev: Adding input device HID 6901:2701 Consumer Control (/dev/input/event6)
[   258.568] (**) HID 6901:2701 Consumer Control: Applying InputClass "libinput keyboard catchall"
[   258.568] (**) HID 6901:2701 Consumer Control: Applying InputClass "system-keyboard"
[   258.568] (II) Using input driver 'libinput' for 'HID 6901:2701 Consumer Control'
[   258.568] (**) HID 6901:2701 Consumer Control: always reports core events
[   258.568] (**) Option "Device" "/dev/input/event6"
[   258.568] (**) Option "_source" "server/udev"
[   258.570] (II) event6  - HID 6901:2701 Consumer Control: is tagged by udev as: Keyboard
[   258.570] (II) event6  - HID 6901:2701 Consumer Control: device is a keyboard
[   258.571] (II) event6  - HID 6901:2701 Consumer Control: device removed
[   258.583] (II) libinput: HID 6901:2701 Consumer Control: needs a virtual subdevice
[   258.583] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.1/0003:6901:2701.0004/input/input6/event6"
[   258.583] (II) XINPUT: Adding extended input device "HID 6901:2701 Consumer Control" (type: MOUSE, id 14)
[   258.583] (**) Option "AccelerationScheme" "none"
[   258.583] (**) HID 6901:2701 Consumer Control: (accel) selected scheme none/0
[   258.583] (**) HID 6901:2701 Consumer Control: (accel) acceleration factor: 2.000
[   258.583] (**) HID 6901:2701 Consumer Control: (accel) acceleration threshold: 4
[   258.588] (II) event6  - HID 6901:2701 Consumer Control: is tagged by udev as: Keyboard
[   258.589] (II) event6  - HID 6901:2701 Consumer Control: device is a keyboard
[   258.591] (II) config/udev: Adding input device HID 6901:2701 System Control (/dev/input/event7)
[   258.591] (**) HID 6901:2701 System Control: Applying InputClass "libinput keyboard catchall"
[   258.591] (**) HID 6901:2701 System Control: Applying InputClass "system-keyboard"
[   258.591] (II) Using input driver 'libinput' for 'HID 6901:2701 System Control'
[   258.591] (**) HID 6901:2701 System Control: always reports core events
[   258.591] (**) Option "Device" "/dev/input/event7"
[   258.591] (**) Option "_source" "server/udev"
[   258.593] (II) event7  - HID 6901:2701 System Control: is tagged by udev as: Keyboard
[   258.593] (II) event7  - HID 6901:2701 System Control: device is a keyboard
[   258.594] (II) event7  - HID 6901:2701 System Control: device removed
[   258.603] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.1/0003:6901:2701.0004/input/input7/event7"
[   258.603] (II) XINPUT: Adding extended input device "HID 6901:2701 System Control" (type: KEYBOARD, id 15)
[   258.603] (**) Option "xkb_model" "pc105"
[   258.603] (**) Option "xkb_layout" "us"
[   258.603] (**) Option "xkb_options" "compose:rwin"
[   258.607] (II) event7  - HID 6901:2701 System Control: is tagged by udev as: Keyboard
[   258.608] (II) event7  - HID 6901:2701 System Control: device is a keyboard
[   258.609] (II) config/udev: Adding input device HTIX5288:00 093A:0255 Mouse (/dev/input/event24)
[   258.609] (**) HTIX5288:00 093A:0255 Mouse: Applying InputClass "libinput pointer catchall"
[   258.609] (II) Using input driver 'libinput' for 'HTIX5288:00 093A:0255 Mouse'
[   258.609] (**) HTIX5288:00 093A:0255 Mouse: always reports core events
[   258.609] (**) Option "Device" "/dev/input/event24"
[   258.609] (**) Option "_source" "server/udev"
[   258.611] (II) event24 - HTIX5288:00 093A:0255 Mouse: is tagged by udev as: Mouse Pointingstick
[   258.612] (II) event24 - HTIX5288:00 093A:0255 Mouse: device is a pointer
[   258.613] (II) event24 - HTIX5288:00 093A:0255 Mouse: device removed
[   258.631] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-HTIX5288:00/0018:093A:0255.0005/input/input26/event24"
[   258.631] (II) XINPUT: Adding extended input device "HTIX5288:00 093A:0255 Mouse" (type: MOUSE, id 16)
[   258.631] (**) Option "AccelerationScheme" "none"
[   258.632] (**) HTIX5288:00 093A:0255 Mouse: (accel) selected scheme none/0
[   258.632] (**) HTIX5288:00 093A:0255 Mouse: (accel) acceleration factor: 2.000
[   258.632] (**) HTIX5288:00 093A:0255 Mouse: (accel) acceleration threshold: 4
[   258.637] (II) event24 - HTIX5288:00 093A:0255 Mouse: is tagged by udev as: Mouse Pointingstick
[   258.638] (II) event24 - HTIX5288:00 093A:0255 Mouse: device is a pointer
[   258.641] (II) config/udev: Adding input device HTIX5288:00 093A:0255 Mouse (/dev/input/mouse2)
[   258.641] (II) No input driver specified, ignoring this device.
[   258.641] (II) This device may have been added with another device file.
[   258.642] (II) config/udev: Adding input device HTIX5288:00 093A:0255 Touchpad (/dev/input/event25)
[   258.642] (**) HTIX5288:00 093A:0255 Touchpad: Applying InputClass "libinput touchpad catchall"
[   258.642] (II) Using input driver 'libinput' for 'HTIX5288:00 093A:0255 Touchpad'
[   258.642] (**) HTIX5288:00 093A:0255 Touchpad: always reports core events
[   258.642] (**) Option "Device" "/dev/input/event25"
[   258.642] (**) Option "_source" "server/udev"
[   258.645] (II) event25 - HTIX5288:00 093A:0255 Touchpad: is tagged by udev as: Touchpad
[   258.645] (EE) event25 - HTIX5288:00 093A:0255 Touchpad: kernel bug: clickpad advertising right button
[   258.646] (II) event25 - HTIX5288:00 093A:0255 Touchpad: device is a touchpad
[   258.647] (II) event25 - HTIX5288:00 093A:0255 Touchpad: device removed
[   258.668] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-13/i2c-HTIX5288:00/0018:093A:0255.0005/input/input27/event25"
[   258.668] (II) XINPUT: Adding extended input device "HTIX5288:00 093A:0255 Touchpad" (type: TOUCHPAD, id 17)
[   258.673] (**) Option "AccelerationScheme" "none"
[   258.674] (**) HTIX5288:00 093A:0255 Touchpad: (accel) selected scheme none/0
[   258.674] (**) HTIX5288:00 093A:0255 Touchpad: (accel) acceleration factor: 2.000
[   258.674] (**) HTIX5288:00 093A:0255 Touchpad: (accel) acceleration threshold: 4
[   258.677] (II) event25 - HTIX5288:00 093A:0255 Touchpad: is tagged by udev as: Touchpad
[   258.678] (EE) event25 - HTIX5288:00 093A:0255 Touchpad: kernel bug: clickpad advertising right button
[   258.680] (II) event25 - HTIX5288:00 093A:0255 Touchpad: device is a touchpad
[   258.681] (II) config/udev: Adding input device HTIX5288:00 093A:0255 Touchpad (/dev/input/mouse3)
[   258.681] (II) No input driver specified, ignoring this device.
[   258.681] (II) This device may have been added with another device file.
[   258.682] (II) config/udev: Adding input device Goodix Capacitive TouchScreen (/dev/input/event16)
[   258.682] (**) Goodix Capacitive TouchScreen: Applying InputClass "libinput keyboard catchall"
[   258.682] (**) Goodix Capacitive TouchScreen: Applying InputClass "libinput touchscreen catchall"
[   258.682] (**) Goodix Capacitive TouchScreen: Applying InputClass "system-keyboard"
[   258.682] (II) Using input driver 'libinput' for 'Goodix Capacitive TouchScreen'
[   258.682] (**) Goodix Capacitive TouchScreen: always reports core events
[   258.682] (**) Option "Device" "/dev/input/event16"
[   258.682] (**) Option "_source" "server/udev"
[   258.683] (II) event16 - Goodix Capacitive TouchScreen: is tagged by udev as: Keyboard Touchscreen
[   258.684] (II) event16 - Goodix Capacitive TouchScreen: device is a keyboard
[   258.684] (II) event16 - Goodix Capacitive TouchScreen: device is a touch device
[   258.684] (II) event16 - Goodix Capacitive TouchScreen: device removed
[   258.705] (II) libinput: Goodix Capacitive TouchScreen: needs a virtual subdevice
[   258.705] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-14/i2c-GDIX1002:00/input/input16/event16"
[   258.705] (II) XINPUT: Adding extended input device "Goodix Capacitive TouchScreen" (type: TOUCHSCREEN, id 18)
[   258.705] (**) Option "AccelerationScheme" "none"
[   258.706] (**) Goodix Capacitive TouchScreen: (accel) selected scheme none/0
[   258.706] (**) Goodix Capacitive TouchScreen: (accel) acceleration factor: 2.000
[   258.706] (**) Goodix Capacitive TouchScreen: (accel) acceleration threshold: 4
[   258.710] (II) event16 - Goodix Capacitive TouchScreen: is tagged by udev as: Keyboard Touchscreen
[   258.712] (II) event16 - Goodix Capacitive TouchScreen: device is a keyboard
[   258.712] (II) event16 - Goodix Capacitive TouchScreen: device is a touch device
[   258.714] (II) config/udev: Adding input device Goodix Capacitive TouchScreen (/dev/input/mouse4)
[   258.714] (**) Goodix Capacitive TouchScreen: Applying InputClass "system-keyboard"
[   258.714] (II) No input driver specified, ignoring this device.
[   258.714] (II) This device may have been added with another device file.
[   258.715] (II) config/udev: Adding input device Intel HID events (/dev/input/event12)
[   258.715] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[   258.715] (**) Intel HID events: Applying InputClass "system-keyboard"
[   258.715] (II) Using input driver 'libinput' for 'Intel HID events'
[   258.715] (**) Intel HID events: always reports core events
[   258.715] (**) Option "Device" "/dev/input/event12"
[   258.715] (**) Option "_source" "server/udev"
[   258.717] (II) event12 - Intel HID events: is tagged by udev as: Keyboard
[   258.717] (II) event12 - Intel HID events: device is a keyboard
[   258.718] (II) event12 - Intel HID events: device removed
[   258.729] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INT33D5:00/input/input12/event12"
[   258.729] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 19)
[   258.729] (**) Option "xkb_model" "pc105"
[   258.729] (**) Option "xkb_layout" "us"
[   258.729] (**) Option "xkb_options" "compose:rwin"
[   258.733] (II) event12 - Intel HID events: is tagged by udev as: Keyboard
[   258.733] (II) event12 - Intel HID events: device is a keyboard
[   258.735] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event13)
[   258.735] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[   258.735] (**) Intel HID 5 button array: Applying InputClass "system-keyboard"
[   258.735] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[   258.735] (**) Intel HID 5 button array: always reports core events
[   258.735] (**) Option "Device" "/dev/input/event13"
[   258.735] (**) Option "_source" "server/udev"
[   258.737] (II) event13 - Intel HID 5 button array: is tagged by udev as: Keyboard
[   258.738] (II) event13 - Intel HID 5 button array: device is a keyboard
[   258.738] (II) event13 - Intel HID 5 button array: device removed
[   258.749] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INT33D5:00/input/input13/event13"
[   258.749] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 20)
[   258.749] (**) Option "xkb_model" "pc105"
[   258.749] (**) Option "xkb_layout" "us"
[   258.749] (**) Option "xkb_options" "compose:rwin"
[   258.754] (II) event13 - Intel HID 5 button array: is tagged by udev as: Keyboard
[   258.754] (II) event13 - Intel HID 5 button array: device is a keyboard
[   258.755] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event14)
[   258.755] (II) No input driver specified, ignoring this device.
[   258.755] (II) This device may have been added with another device file.
[   258.756] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event15)
[   258.756] (II) No input driver specified, ignoring this device.
[   258.756] (II) This device may have been added with another device file.
[   258.757] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event17)
[   258.757] (II) No input driver specified, ignoring this device.
[   258.757] (II) This device may have been added with another device file.
[   258.758] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event18)
[   258.758] (II) No input driver specified, ignoring this device.
[   258.758] (II) This device may have been added with another device file.
[   258.758] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event19)
[   258.758] (II) No input driver specified, ignoring this device.
[   258.758] (II) This device may have been added with another device file.
[   258.759] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event20)
[   258.759] (II) No input driver specified, ignoring this device.
[   258.759] (II) This device may have been added with another device file.
[   258.759] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event21)
[   258.759] (II) No input driver specified, ignoring this device.
[   258.759] (II) This device may have been added with another device file.
[   258.760] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=11 (/dev/input/event22)
[   258.760] (II) No input driver specified, ignoring this device.
[   258.760] (II) This device may have been added with another device file.
[   258.760] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=12 (/dev/input/event23)
[   258.760] (II) No input driver specified, ignoring this device.
[   258.760] (II) This device may have been added with another device file.
[   258.761] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   258.761] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   258.761] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[   258.761] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   258.761] (**) AT Translated Set 2 keyboard: always reports core events
[   258.761] (**) Option "Device" "/dev/input/event0"
[   258.761] (**) Option "_source" "server/udev"
[   258.762] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   258.763] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[   258.764] (II) event0  - AT Translated Set 2 keyboard: device removed
[   258.773] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   258.773] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 21)
[   258.773] (**) Option "xkb_model" "pc105"
[   258.773] (**) Option "xkb_layout" "us"
[   258.773] (**) Option "xkb_options" "compose:rwin"
[   258.775] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   258.775] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[   258.806] (**) HID 6901:2701 Consumer Control: Applying InputClass "libinput keyboard catchall"
[   258.806] (**) HID 6901:2701 Consumer Control: Applying InputClass "system-keyboard"
[   258.806] (II) Using input driver 'libinput' for 'HID 6901:2701 Consumer Control'
[   258.806] (**) HID 6901:2701 Consumer Control: always reports core events
[   258.806] (**) Option "Device" "/dev/input/event6"
[   258.806] (**) Option "_source" "_driver/libinput"
[   258.806] (II) libinput: HID 6901:2701 Consumer Control: is a virtual subdevice
[   258.806] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-6/3-6:1.1/0003:6901:2701.0004/input/input6/event6"
[   258.806] (II) XINPUT: Adding extended input device "HID 6901:2701 Consumer Control" (type: KEYBOARD, id 22)
[   258.806] (**) Option "xkb_model" "pc105"
[   258.806] (**) Option "xkb_layout" "us"
[   258.806] (**) Option "xkb_options" "compose:rwin"
[   258.806] (**) Goodix Capacitive TouchScreen: Applying InputClass "libinput keyboard catchall"
[   258.806] (**) Goodix Capacitive TouchScreen: Applying InputClass "libinput touchscreen catchall"
[   258.806] (**) Goodix Capacitive TouchScreen: Applying InputClass "system-keyboard"
[   258.806] (II) Using input driver 'libinput' for 'Goodix Capacitive TouchScreen'
[   258.806] (**) Goodix Capacitive TouchScreen: always reports core events
[   258.806] (**) Option "Device" "/dev/input/event16"
[   258.806] (**) Option "_source" "_driver/libinput"
[   258.806] (II) libinput: Goodix Capacitive TouchScreen: is a virtual subdevice
[   258.806] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-14/i2c-GDIX1002:00/input/input16/event16"
[   258.806] (II) XINPUT: Adding extended input device "Goodix Capacitive TouchScreen" (type: KEYBOARD, id 23)
[   258.806] (**) Option "xkb_model" "pc105"
[   258.806] (**) Option "xkb_layout" "us"
[   258.806] (**) Option "xkb_options" "compose:rwin"
[   258.810] (EE) Failed to open authorization file "/var/run/sddm/{aed2bd0f-b777-4fb8-8fc6-4659045fd8e9}": No such file or directory
[   260.225] (II) intel(0): EDID vendor "BOE", prod id 3
[   260.225] (II) intel(0): Using EDID range info for horizontal sync
[   260.225] (II) intel(0): Using EDID range info for vertical refresh
[   260.225] (II) intel(0): Printing DDC gathered Modelines:
[   260.225] (II) intel(0): Modeline "800x1280"x0.0   68.50  800 816 832 880  1280 1283 1285 1296 -hsync -vsync (77.8 kHz eP)
[   260.253] (--) intel(0): HDMI max TMDS frequency 225000KHz
[   278.730] (--) intel(0): HDMI max TMDS frequency 225000KHz
[   279.024] (II) intel(0): resizing framebuffer to 3200x1080
[   279.060] (II) intel(0): switch to mode 800x1280@60.1 on eDP1 using pipe 0, position (0, 0), rotation right, reflection none
[   279.889] (II) intel(0): switch to mode 1920x1080@60.0 on HDMI1 using pipe 1, position (1280, 0), rotation normal, reflection none
[   306.314] (II) event5  - HID 6901:2701 Mouse: SYN_DROPPED event - some input events have been lost.
[   310.315] (--) intel(0): HDMI max TMDS frequency 225000KHz
[   320.597] (II) event2  -   Mouse for Windows: SYN_DROPPED event - some input events have been lost.
[   320.597] (II) event25 - HTIX5288:00 093A:0255 Touchpad: SYN_DROPPED event - some input events have been lost.
[   360.584] (EE) intel(0): Failed to submit rendering commands (Input/output error), disabling acceleration.
[   360.584] (EE) intel(0): When reporting this, please include /sys/class/drm/card0/error and the full dmesg.
[  1265.251] (EE) event4  - HID 6901:2701: client bug: event processing lagging behind by 29ms, your system is too slow
Sabungayam
 
Posts: 173
Joined: Aug 18th, '20, 06:52

Re: Mageia on GPD Win Max, can it?

Postby doktor5000 » Sep 21st, '20, 10:09

For the XFCE issue in general, please create a separate thread for that, you can't mix all of your issues into a single thread.

EDID seems to be picked up now:

[ 258.221] (--) intel(0): Output eDP1 using initial mode 800x1200 on pipe 0
[ 258.221] (--) intel(0): Output HDMI1 using initial mode 800x600 on pipe 1

[ 258.237] (II) intel(0): switch to mode 800x1200@60.0 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[ 258.238] (II) intel(0): switch to mode 800x600@75.0 on HDMI1 using pipe 1, position (0, 0), rotation normal, reflection none


For xrandr, you would need to install the respective package.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17629
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Mageia on GPD Win Max, can it?

Postby Sabungayam » Sep 21st, '20, 17:58

Ok, was wondering if that would be a separate thread. I will try to consider how to word it. It effects pretty much all the desktops. I installed Mate, never used, but read it's similar no Xfce and based on old Gnome.

Same thing, won't start without an external monitor plugged and long start times. :|

I already mentioned Plasma. :?:

So, FB is still not rotated, nor is the login. I think I am not concerned about FB it is no longer a quad blurred unreadable image. Good enough.

Is there a way to match the login screen with the rest of the desktops or rotate it?

Also thank you for you help and apologize for my wording. Like I said, I am SURE I did something though I just copy the commands you give me here. So sorry about how that sounded. Certainly nothing to do with you. :oops:

Thank you for all you help here and patience. :D

Like I said after you were pointing out how line were wrong, I just realized no telling what I had altered and messed up so that's why I just reinstalled.

Aside from the issues of install, with different media, may be better to use the BIG image, it didn't take but a few minutes to type up the commands and add the line:
Code: Select all
GRUB_CMDLINE_LINUX_DEFAULT="splash quiet noiswmd resume=UUID=dfa7e552-30b5-4b65-97fc-214ae11b35d2 audit=0 video=eDP-1:800x1200 drm.edid_firmware=eDP-1:edid/gpdwinmax.bin"


then restart after reconfinuring init and updating grub. It was working except the need to plug in another monitor. No idea how that came about.
Sabungayam
 
Posts: 173
Joined: Aug 18th, '20, 06:52

Re: Mageia on GPD Win Max, can it?

Postby Sabungayam » Sep 21st, '20, 17:59

Do I need that xrandr package? It is normally included so for a reason I expect.
Sabungayam
 
Posts: 173
Joined: Aug 18th, '20, 06:52

Re: Mageia on GPD Win Max, can it?

Postby doktor5000 » Sep 21st, '20, 18:36

What do you mean do you need xrandr package? You can try by means of your desktop environment, but if that crashes how do you query the effective settings, or change anything dynamically if your desktop environment does not offer all options that xrandr supports ?

As your custom EDID is now accepted, you should try to either include it in xorg configuration, or apply it dynamically via xrandr.

For xorg.conf, from what I can tell you need something like this in the Device section

Code: Select all
    Option         "CustomEDID" "eDP1:/lib/firmware/edid/gpdwinmax.bin"
    Option         "IgnoreEDID" "false"
    Option         "UseEDID" "true"


and the Screen section should have some modes from the EDID data included, but you can also try without as EDID data should make that work on its own.

Code: Select all
    Modes      "800x1200" "800x600"


For the rotation before xorg start, you would probably need to rebuild your kernel, as CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not enabled.
Then afterwards add fbcon=rotate:1 as you already had, for a 90° clockwise rotation.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 17629
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Previous

Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest

cron