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 9th, '20, 15:09

viewtopic.php?f=8&t=1312

In this post, you recommended:

Code: Select all
copy .config from boot


Well actually that person you were helping was using it.

In another tutorial... https://www.howtoforge.com/kernel_compilation_mandriva

it is also mentioned. So in a word, should I add this step? Because I do basically want the same kernel as it works, but I just want it with that feature enabled. Also is his naming convention necessary or could I do something like:

Code: Select all
make LOCALVERSION=-GPD



However in the tutorial link, it seems he's saying there is a section in the make menu_config to append a name to the kernel to avoid confusion with the old kernel installed already.
Sabungayam
 
Posts: 173
Joined: Aug 18th, '20, 06:52

Re: Mageia on GPD Win Max, can it?

Postby doktor5000 » Sep 9th, '20, 17:23

Sabungayam wrote:When you do the kernel there is a setup that lets you select what to enable in your kernel.

Is this always the case regardless of distro? In this case I am not sure if I need another source or just the original Mageia sources as I will be given an option somewhere in that process to enable CONFIG_DRM_LOAD_EDID_FIRMWARE SOURCES.

Yes that is always the case regardless of distro. That is why you should run make oldconfig to apply the config of the running kernel. This is also the same as manually taking a .config file and putting it into the kernel source folder.

Then run make menuconfig and you only need to change what you want.
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 10th, '20, 05:42

Thank you. I was curious about that: make oldconfig

No need to complicate it...

Now to be sure which folder to get into and think I can do this on the coming weekend!

Thank you very much for your help. I appreciate it so much.
Sabungayam
 
Posts: 173
Joined: Aug 18th, '20, 06:52

Re: Mageia on GPD Win Max, can it?

Postby Sabungayam » Sep 10th, '20, 15:58

Ouestion, in one of the tutorials...

https://www.howtoforge.com/kernel_compi ... andriva_p2

They use
Code: Select all
make rpm


vs just:

Code: Select all
make


The obvious difference is making an rpm but is this necessary? In what use case scenario would we wish to do this? Or because this is a pretty old tutorial but nice pics, is the make rpm not really necessary with current Mageia?

Also from this tutorial I gather I should be in /usr/src/linux when I do all this? Have I got that correct?
Sabungayam
 
Posts: 173
Joined: Aug 18th, '20, 06:52

Re: Mageia on GPD Win Max, can it?

Postby doktor5000 » Sep 10th, '20, 17:39

make rpm produces an rpm if everything works fine. Try it out.
make would only compile everything, and you would have to install it as root via make modules_install; make install

And the folder should be /usr/src/kernel-VERSION where VERSION is the version of the kernel-source package you installed.
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 10th, '20, 23:55

:D Thank you so much, doktor5000,

I will give it a try.
Sabungayam
 
Posts: 173
Joined: Aug 18th, '20, 06:52

Re: Mageia on GPD Win Max, can it?

Postby Sabungayam » Sep 12th, '20, 05:22

hmm...

:?: HUH??? :?:

Code: Select all
make oldconfig
  LEX     scripts/kconfig/lexer.lex.c
/bin/sh: flex: command not found
make[1]: *** [scripts/Makefile.host:9: scripts/kconfig/lexer.lex.c] Error 127
make: *** [Makefile:606: oldconfig] Error 2


lex???

In the meantime, good to ry that
Code: Select all
make pm
I will try this on my other Mageia box and screen is normal size so I can see better.

I can't pass this here.

Maybe a fresh install is needed?
Sabungayam
 
Posts: 173
Joined: Aug 18th, '20, 06:52

Re: Mageia on GPD Win Max, can it?

Postby Sabungayam » Sep 12th, '20, 06:02

:?: This is M7... same error? :?:

Code: Select all
make oldconfig
  HOSTCC  scripts/basic/fixdep
  HOSTCC  scripts/kconfig/conf.o
  HOSTCC  scripts/kconfig/confdata.o
  HOSTCC  scripts/kconfig/expr.o
  LEX     scripts/kconfig/lexer.lex.c
/bin/sh: flex: command not found
make[1]: *** [scripts/Makefile.host:9: scripts/kconfig/lexer.lex.c] Error 127
make: *** [Makefile:588: oldconfig] Error 2


Not really sure what this could be? I downloaded kernel sources. Here it is:
kernel-5.7.19-1.mga7

I am in:
/usr/src/kernel-5.7.19-1.mga7
Sabungayam
 
Posts: 173
Joined: Aug 18th, '20, 06:52

Re: Mageia on GPD Win Max, can it?

Postby Sabungayam » Sep 12th, '20, 06:39

Tried...

Code: Select all
cp /boot/config-`uname -r` ./.config
[root@nomadic kernel-5.7.19-1.mga7]# make menuconfig
  UPD     scripts/kconfig/mconf-cfg
  HOSTCC  scripts/kconfig/mconf.o
  HOSTCC  scripts/kconfig/lxdialog/checklist.o
  HOSTCC  scripts/kconfig/lxdialog/inputbox.o
  HOSTCC  scripts/kconfig/lxdialog/menubox.o
  HOSTCC  scripts/kconfig/lxdialog/textbox.o
  HOSTCC  scripts/kconfig/lxdialog/util.o
  HOSTCC  scripts/kconfig/lxdialog/yesno.o
  LEX     scripts/kconfig/lexer.lex.c
/bin/sh: flex: command not found
make[1]: *** [scripts/Makefile.host:9: scripts/kconfig/lexer.lex.c] Error 127
make: *** [Makefile:588: menuconfig] Error 2


Really at a loss on this one. No idea what is missing or what is going on. :? :?:
Sabungayam
 
Posts: 173
Joined: Aug 18th, '20, 06:52

Re: Mageia on GPD Win Max, can it?

Postby Sabungayam » Sep 12th, '20, 07:11

:?: :D OK, bison and flex are missing have added them and... :?:

Code: Select all
make[1]: *** [scripts/kconfig/Makefile:29: menuconfig] Segmentation fault (core dumped)
       make: *** [Makefile:588: menuconfig] Error 2
                                                   [root@nomadic kernel-5.7.19-1.mga7]# cp: overwrite './.config'?


Well, what happened there?

Back to the "Lil gu" to add the packages and see what happens there.
Sabungayam
 
Posts: 173
Joined: Aug 18th, '20, 06:52

Re: Mageia on GPD Win Max, can it?

Postby Sabungayam » Sep 12th, '20, 07:12

My ternminal seems unresponsive so I can not answer y or n.
Sabungayam
 
Posts: 173
Joined: Aug 18th, '20, 06:52

Re: Mageia on GPD Win Max, can it?

Postby Sabungayam » Sep 12th, '20, 07:44

No idea what was happening in M7 but looks good here except...

Code: Select all
make menuconfig
  HOSTLD  scripts/kconfig/mconf
scripts/kconfig/mconf  Kconfig
Your display is too small to run Menuconfig!
It must be at least 19 lines by 80 columns.
make[1]: *** [scripts/kconfig/Makefile:29: menuconfig] Error 1
make: *** [Makefile:606: menuconfig] Error 2


Well yeah, with only half a screen here... I can imagine that could be so. :lol: :o

Try xmenuconfig.
Uh, can do this from TTY? Thing is I suspect it'll be the same size as this. Split screen.
Sabungayam
 
Posts: 173
Joined: Aug 18th, '20, 06:52

Re: Mageia on GPD Win Max, can it?

Postby Sabungayam » Sep 12th, '20, 10:55

I got past the missing items:
bison & flex needed to be installed.
qt5-devel libXi-devel gcc-c++ needed to be installed
Mostly gcc-c++ if you don't have a miniature screen due to missingmake

EDID it doesn't provide. But if you want the Xconfig the other 2.

It was looking well did the configuration with xconfig.

Code: Select all
make
or
Code: Select all
make rpm


Trouble:
Code: Select all
make
  SYSTBL  arch/x86/include/generated/asm/syscalls_32.h
  SYSHDR  arch/x86/include/generated/asm/unistd_32_ia32.h
  SYSHDR  arch/x86/include/generated/asm/unistd_64_x32.h
  SYSTBL  arch/x86/include/generated/asm/syscalls_64.h
  HYPERCALLS arch/x86/include/generated/asm/xen-hypercalls.h
  SYSHDR  arch/x86/include/generated/uapi/asm/unistd_32.h
  SYSHDR  arch/x86/include/generated/uapi/asm/unistd_64.h
  SYSHDR  arch/x86/include/generated/uapi/asm/unistd_x32.h
  HOSTCC  arch/x86/tools/relocs_32.o
  HOSTCC  arch/x86/tools/relocs_64.o
  HOSTCC  arch/x86/tools/relocs_common.o
  HOSTLD  arch/x86/tools/relocs
  HOSTCC  scripts/selinux/genheaders/genheaders
  HOSTCC  scripts/selinux/mdp/mdp
  HOSTCC  scripts/bin2c
  HOSTCC  scripts/kallsyms
  HOSTCC  scripts/recordmcount
  HOSTCC  scripts/sorttable
  HOSTCC  scripts/asn1_compiler
  HOSTCC  scripts/extract-cert
scripts/extract-cert.c:21:10: fatal error: openssl/bio.h: No such file or directory
   21 | #include <openssl/bio.h>
      |          ^~~~~~~~~~~~~~~
compilation terminated.
make[1]: *** [scripts/Makefile.host:103: scripts/extract-cert] Error 1
make: *** [Makefile:1159: scripts] Error 2


Code: Select all
make rpm
scripts/kconfig/conf  --syncconfig Kconfig
make: *** No rule to make target 'rpm'.  Stop.


I even have the rpm-build package installed here... but.

Don't think I can figure this one out...
Sabungayam
 
Posts: 173
Joined: Aug 18th, '20, 06:52

Re: Mageia on GPD Win Max, can it?

Postby Sabungayam » Sep 12th, '20, 11:23

Ah, I see... my error I can sort it out...

missing openssl...

installed and:

Code: Select all
Cannot generate ORC metadata for CONFIG_UNWINDER_ORC=y, please install libelf-dev, libelf-devel or elfutils-libelf-devel
make: *** [Makefile:1196: prepare-objtool] Error 1


A bit better this asks to install this list of packages...

I have been at this for hours.

Because I have to go to another computer to Goggle what it means then find on that computer what it is here in MMC then come back here & install it and start over.

I am a bit curious, is there a metapackage? I did search under metapackages kernel... nothing.

But if ALL these things are needed it seems we need a metapackage to pull in everything you need to build a kernel.

This is getting tedious because looking at this screen like this really causes my neck to hurt...after some time and this is a long time.

:lol: A real pain in the neck :lol:

Another Bugreport perhaps? A build kernel metapackage suggestion?
Sabungayam
 
Posts: 173
Joined: Aug 18th, '20, 06:52

Re: Mageia on GPD Win Max, can it?

Postby Sabungayam » Sep 12th, '20, 14:04

@LAST!!!

After running through the add this & install that list.

I compiled the kernel. Installed. Updated Grub using MCC to get the Kernel into boot menu.

Restarted.

Did all the commands from before as this is the kernel with drm_kms_helper activated. I did find it in the menu and it was right there with a description of this case scenario.

Likewise checked /etc/default/grub same as we had before. Absolutely no effect.

Here in X there is no option at all for proper screen size of 800x1280.

So after some hours here... I don't know what is the next step. :?: :?
Sabungayam
 
Posts: 173
Joined: Aug 18th, '20, 06:52

Re: Mageia on GPD Win Max, can it?

Postby Sabungayam » Sep 12th, '20, 14:19

Code: Select all
lsinitrd /boot/initrd-$(uname -r).img|grep -iE "gpdwinmax|edid"
drwxr-xr-x   2 root     root            0 Sep 12 20:35 usr/lib/firmware/edid
-rw-r--r--   1 root     root          128 Sep  5 23:28 usr/lib/firmware/edid/gpdwinma


shows it's there.
Sabungayam
 
Posts: 173
Joined: Aug 18th, '20, 06:52

Re: Mageia on GPD Win Max, can it?

Postby doktor5000 » Sep 12th, '20, 15:12

Sabungayam wrote:I am a bit curious, is there a metapackage? I did search under metapackages kernel... nothing.

No, as that is not necessary. In general there's task-c++-devel to install compiler, automake, autoconf and most important libraries to compile stuff.

You could install all buildrequires from the kernel src.rpm with e.g.
Code: Select all
urpmi --buildrequires http://ftp.snt.utwente.nl/pub/linux/mageia/distrib/cauldron/SRPMS/core/release/kernel-5.8.8-1.mga8.src.rpm


For your last question for EDID under X, again you don't provide any details on the current state.
What does your current /proc/cmdline look like when your new kernel is booted ?
What's in the journal logs regarding EDID?
What's in /var/log/Xorg.0.log after starting X with the new EDID data loaded from grub ? What does your current /etc/Xorg/xorg.conf look like ?
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 12th, '20, 15:49

let me get that data, can you tell me how to acquire those logs please and so on?

What does your current /proc/cmdline look like when your new kernel is booted ?


If you mean booting from grub? It's the same 4 screen quad blur jumble as everything else. Unreadable. It won't even honor fbcon=rotate:1

Let me look in the /var/log/Xorg.0.log .

Sorry, didn't know I should get this info... will try.
Sabungayam
 
Posts: 173
Joined: Aug 18th, '20, 06:52

Re: Mageia on GPD Win Max, can it?

Postby Sabungayam » Sep 12th, '20, 16:44

/var/log/Xorg.0.log


Code: Select all
[   193.106] (--) Log file renamed from "/var/log/Xorg.pid-12586.log" to "/var/log/Xorg.0.log"
[   193.107]
X.Org X Server 1.20.9
X Protocol Version 11, Revision 0
[   193.107] Build Operating System: rabbit 5.6.8-server-1.mga7
[   193.107] Current Operating System: Linux introvertx95.extrovertdomain 5.8.8-1.mga8custom #1 SMP Sat Sep 12 18:32:58 JST 2020 x86_64
[   193.107] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.8.8-1.mga8custom root=UUID=3c57e7de-134c-40de-be98-1be97d94fcab ro " fbcon=rotate:1 splash quiet noiswmd  drm_kms_helper.edid_firmware=:edid/gpdwinmax.bin resume=UUID=dfa7e552-30b5-4b65-97fc-214ae11b35d2 audit=0"
[   193.107] Build Date: 26 August 2020  07:12:27AM
[   193.107] Build ID: x11-server 1.20.9-7.mga8
[   193.107] Current version of pixman: 0.40.0
[   193.107]    Before reporting problems, check https://bugs.mageia.org
   to make sure that you have the latest version.
[   193.107] Markers: (--) probed, (**) from config file, (==) default setting,
   (++) from command line, (!!) notice, (II) informational,
   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[   193.107] (==) Log file: "/var/log/Xorg.0.log", Time: Sat Sep 12 13:58:19 2020
[   193.108] (==) Using config file: "/etc/X11/xorg.conf"
[   193.108] (==) Using config directory: "/etc/X11/xorg.conf.d"
[   193.108] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[   193.109] (==) ServerLayout "layout1"
[   193.109] (**) |-->Screen "screen1" (0)
[   193.109] (**) |   |-->Monitor "monitor1"
[   193.109] (**) |   |-->Device "device1"
[   193.109] (**) |   |-->GPUDevice "device1"
[   193.109] (**) Option "DontZap" "False"
[   193.109] (**) Option "AllowMouseOpenFail"
[   193.109] (==) Automatically adding devices
[   193.109] (==) Automatically enabling devices
[   193.109] (==) Automatically adding GPU devices
[   193.109] (==) Automatically binding GPU devices
[   193.109] (==) Max clients allowed: 256, resource mask: 0x1fffff
[   193.109] (==) FontPath set to:
   catalogue:/etc/X11/fontpath.d,
   built-ins
[   193.109] (**) ModulePath set to "/usr/lib64/xorg/extra-modules,/usr/lib64/xorg/modules,/usr/lib/xorg/extra-modules,/usr/lib/xorg/modules"
[   193.109] (II) The server relies on udev to provide the list of input devices.
   If no devices become available, reconfigure udev or disable AutoAddDevices.
[   193.109] (II) Loader magic: 0x61fd40
[   193.109] (II) Module ABI versions:
[   193.109]    X.Org ANSI C Emulation: 0.4
[   193.109]    X.Org Video Driver: 24.1
[   193.109]    X.Org XInput driver : 24.1
[   193.109]    X.Org Server Extension : 10.0
[   193.111] (++) using VT number 1

[   193.111] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[   193.112] (II) xfree86: Adding drm device (/dev/dri/card0)
[   193.112] (II) Platform probe for /sys/devices/pci0000:00/0000:00:02.0/drm/card0
[   193.122] (--) PCI:*(0@0:2:0) 8086:8a52:8086:2212 rev 7, Mem @ 0x601c000000/16777216, 0x4000000000/268435456, I/O @ 0x00004000/64, BIOS @ 0x????????/131072
[   193.122] (II) Open ACPI successful (/var/run/acpid.socket)
[   193.122] (II) "glx" will be loaded by default.
[   193.122] (II) LoadModule: "v4l"
[   193.122] (II) Loading /usr/lib64/xorg/modules/drivers/v4l_drv.so
[   193.123] (II) Module v4l: vendor="X.Org Foundation"
[   193.123]    compiled for 1.20.7, module version = 0.1.1
[   193.123]    ABI class: X.Org Video Driver, version 24.1
[   193.123] (II) LoadModule: "glx"
[   193.123] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[   193.124] (II) Module glx: vendor="X.Org Foundation"
[   193.124]    compiled for 1.20.9, module version = 1.0.0
[   193.124]    ABI class: X.Org Server Extension, version 10.0
[   193.124] (II) LoadModule: "intel"
[   193.124] (II) Loading /usr/lib64/xorg/modules/drivers/intel_drv.so
[   193.124] (II) Module intel: vendor="X.Org Foundation"
[   193.124]    compiled for 1.20.8, module version = 2.99.917
[   193.124]    Module class: X.Org Video Driver
[   193.124]    ABI class: X.Org Video Driver, version 24.1
[   193.124] (II) v4l driver for Video4Linux overlay mode (V4L2)
[   193.124] (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
[   193.125] (II) intel: Driver for Intel(R) HD Graphics
[   193.125] (II) intel: Driver for Intel(R) Iris(TM) Graphics
[   193.125] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics
[   193.125] (WW) Falling back to old probe method for v4l
[   193.125] (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20200515
[   193.139] (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics
[   193.139] (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx, avx2; using a maximum of 4 threads
[   193.139] (II) intel(0): Creating default Display subsection in Screen section
   "screen1" for depth/fbbpp 24/32
[   193.139] (**) intel(0): Depth 24, (--) framebuffer bpp 32
[   193.139] (==) intel(0): RGB weight 888
[   193.139] (==) intel(0): Default visual is TrueColor
[   193.141] (II) intel(0): Output eDP1 using monitor section monitor1
[   193.141] (**) intel(0): Option "PreferredMode" "800x1280"
[   193.141] (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output eDP1
[   193.141] (II) intel(0): Enabled output eDP1
[   193.141] (II) intel(0): Output HDMI1 has no monitor section
[   193.141] (II) intel(0): Enabled output HDMI1
[   193.141] (II) intel(0): Output DP1 has no monitor section
[   193.142] (II) intel(0): Enabled output DP1
[   193.142] (II) intel(0): Output DP2 has no monitor section
[   193.142] (II) intel(0): Enabled output DP2
[   193.142] (--) intel(0): Using a maximum size of 256x256 for hardware cursors
[   193.142] (II) intel(0): Output VIRTUAL1 has no monitor section
[   193.142] (II) intel(0): Enabled output VIRTUAL1
[   193.143] (II) intel(0): EDID for output eDP1
[   193.143] (II) intel(0): Not using mode "800x1280_60.06" (exceeds panel dimensions)
[   193.143] (II) intel(0): Not using mode "1152x768" (exceeds panel dimensions)
[   193.143] (II) intel(0): Not using mode "1280x1024" (exceeds panel dimensions)
[   193.143] (II) intel(0): Not using mode "1280x1024" (exceeds panel dimensions)
[   193.143] (II) intel(0): Not using mode "1280x800_120" (exceeds panel dimensions)
[   193.143] (II) intel(0): Not using mode "1280x800_100" (exceeds panel dimensions)
[   193.143] (II) intel(0): Not using mode "1280x800_85" (exceeds panel dimensions)
[   193.143] (II) intel(0): Not using mode "1280x800_75" (exceeds panel dimensions)
[   193.143] (II) intel(0): Not using mode "1280x800_60" (exceeds panel dimensions)
[   193.143] (II) intel(0): Not using mode "1280x800_50" (exceeds panel dimensions)
[   193.144] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "320x180" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "320x180" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "360x202" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "360x202" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "432x243" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "432x243" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "480x270" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "480x270" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "512x288" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "512x288" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "640x360" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "640x360" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "684x384" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "684x384" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "800x450" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "800x450" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "640x400" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "640x400" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "700x450" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "700x450" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[   193.144] (II) intel(0): Printing probed modes for output eDP1
[   193.144] (II) intel(0): Modeline "1024x768"x98.2  112.62  1024 1076 1248 1420  768 768 780 808 +hsync +vsync (79.3 kHz)
[   193.144] (II) intel(0): Modeline "1024x768"x74.8   78.53  1024 1049 1145 1312  768 769 772 800 +hsync +vsync (59.9 kHz)
[   193.144] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1032 1176 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   193.144] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   193.144] (II) intel(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   193.144] (II) intel(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   193.144] (II) intel(0): Modeline "832x624"x74.2   57.00  832 876 940 1152  624 625 628 667 -hsync -vsync (49.5 kHz)
[   193.144] (II) intel(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   193.144] (II) intel(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   193.144] (II) intel(0): Modeline "800x600"x186.0  100.00  800 816 824 840  600 616 624 640 -hsync -vsync (119.0 kHz)
[   193.144] (II) intel(0): Modeline "800x600"x94.9   62.36  800 821 901 1040  600 601 604 632 +hsync +vsync (60.0 kHz)
[   193.144] (II) intel(0): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   193.144] (II) intel(0): Modeline "800x600"x56.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   193.144] (II) intel(0): Modeline "768x576"x100.0   63.07  768 800 960 1024  576 578 590 616 (61.6 kHz)
[   193.144] (II) intel(0): Modeline "768x576"x79.4   50.00  768 832 846 1000  576 590 595 630 (50.0 kHz)
[   193.144] (II) intel(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   193.144] (II) intel(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   193.144] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[   193.144] (II) intel(0): Modeline "640x480"x116.7   49.89  640 661 725 832  480 481 484 514 +hsync +vsync (60.0 kHz)
[   193.144] (II) intel(0): Modeline "640x480"x60.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   193.144] (II) intel(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   193.144] (II) intel(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   193.144] (II) intel(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   193.144] (II) intel(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   193.144] (II) intel(0): EDID for output DP1
[   193.144] (II) intel(0): EDID for output DP2
[   193.144] (II) intel(0): EDID for output HDMI1
[   193.144] (II) intel(0): EDID for output VIRTUAL1
[   193.144] (II) intel(0): Output eDP1 connected
[   193.144] (II) intel(0): Output DP1 disconnected
[   193.144] (II) intel(0): Output DP2 disconnected
[   193.144] (II) intel(0): Output HDMI1 disconnected
[   193.144] (II) intel(0): Output VIRTUAL1 disconnected
[   193.144] (II) intel(0): Using exact sizes for initial modes
[   193.144] (II) intel(0): Output eDP1 using initial mode 1024x768 +0+0
[   193.145] (==) intel(0): TearFree enabled
[   193.145] (==) intel(0): Using gamma correction (1.0, 1.0, 1.0)
[   193.145] (==) intel(0): DPI set to (96, 96)
[   193.145] (II) Loading sub module "dri3"
[   193.145] (II) LoadModule: "dri3"
[   193.145] (II) Module "dri3" already built-in
[   193.145] (II) Loading sub module "dri2"
[   193.145] (II) LoadModule: "dri2"
[   193.145] (II) Module "dri2" already built-in
[   193.145] (II) Loading sub module "present"
[   193.145] (II) LoadModule: "present"
[   193.145] (II) Module "present" already built-in
[   193.146] (II) intel(0): SNA initialized with Skylake (gen9) backend
[   193.146] (==) intel(0): Backing store enabled
[   193.146] (==) intel(0): Silken mouse enabled
[   193.146] (II) intel(0): HW Cursor enabled
[   193.146] (**) intel(0): DPMS enabled
[   193.146] (==) intel(0): Display hotplug detection enabled
[   193.146] (II) intel(0): [DRI2] Setup complete
[   193.146] (II) intel(0): [DRI2]   DRI driver: i965
[   193.146] (II) intel(0): [DRI2]   VDPAU driver: va_gl
[   193.146] (II) intel(0): direct rendering: DRI2 DRI3 enabled
[   193.146] (II) intel(0): hardware support for Present enabled
[   193.146] (WW) intel(0): Option "PreferredMode" is not used
[   193.146] (II) Initializing extension Generic Event Extension
[   193.147] (II) Initializing extension SHAPE
[   193.147] (II) Initializing extension MIT-SHM
[   193.147] (II) Initializing extension XInputExtension
[   193.147] (II) Initializing extension XTEST
[   193.147] (II) Initializing extension BIG-REQUESTS
[   193.148] (II) Initializing extension SYNC
[   193.148] (II) Initializing extension XKEYBOARD
[   193.148] (II) Initializing extension XC-MISC
[   193.148] (II) Initializing extension SECURITY
[   193.148] (II) Initializing extension XFIXES
[   193.148] (II) Initializing extension RENDER
[   193.149] (II) Initializing extension RANDR
[   193.149] (II) Initializing extension COMPOSITE
[   193.149] (II) Initializing extension DAMAGE
[   193.149] (II) Initializing extension MIT-SCREEN-SAVER
[   193.149] (II) Initializing extension DOUBLE-BUFFER
[   193.149] (II) Initializing extension RECORD
[   193.150] (II) Initializing extension DPMS
[   193.150] (II) Initializing extension Present
[   193.150] (II) Initializing extension DRI3
[   193.150] (II) Initializing extension X-Resource
[   193.150] (II) Initializing extension XVideo
[   193.150] (II) Initializing extension XVideo-MotionCompensation
[   193.150] (II) Initializing extension GLX
[   193.157] (II) AIGLX: Loaded and initialized i965
[   193.157] (II) GLX: Initialized DRI2 GL provider for screen 0
[   193.157] (II) Initializing extension XFree86-VidModeExtension
[   193.157] (II) Initializing extension XFree86-DGA
[   193.157] (II) Initializing extension XFree86-DRI
[   193.157] (II) Initializing extension DRI2
[   193.158] (II) intel(0): switch to mode 1024x768@98.2 on eDP1 using pipe 0, position (0, 0), rotation normal, reflection none
[   193.167] (II) intel(0): Setting screen physical size to 270 x 203
[   193.191] (II) config/udev: Adding input device Power Button (/dev/input/event11)
[   193.191] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   193.191] (**) Power Button: Applying InputClass "system-keyboard"
[   193.191] (II) LoadModule: "libinput"
[   193.191] (II) Loading /usr/lib64/xorg/modules/input/libinput_drv.so
[   193.192] (II) Module libinput: vendor="X.Org Foundation"
[   193.192]    compiled for 1.20.8, module version = 0.30.0
[   193.192]    Module class: X.Org XInput Driver
[   193.192]    ABI class: X.Org XInput driver, version 24.1
[   193.192] (II) Using input driver 'libinput' for 'Power Button'
[   193.192] (**) Power Button: always reports core events
[   193.192] (**) Option "Device" "/dev/input/event11"
[   193.192] (**) Option "_source" "server/udev"
[   193.193] (II) event11 - Power Button: is tagged by udev as: Keyboard
[   193.193] (II) event11 - Power Button: device is a keyboard
[   193.193] (II) event11 - Power Button: device removed
[   193.202] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input11/event11"
[   193.202] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[   193.202] (**) Option "xkb_model" "pc105"
[   193.202] (**) Option "xkb_layout" "us"
[   193.202] (**) Option "xkb_options" "compose:rwin"
[   193.216] (II) event11 - Power Button: is tagged by udev as: Keyboard
[   193.216] (II) event11 - Power Button: device is a keyboard
[   193.217] (II) config/udev: Adding input device Video Bus (/dev/input/event1)
[   193.217] (**) Video Bus: Applying InputClass "libinput keyboard catchall"
[   193.217] (**) Video Bus: Applying InputClass "system-keyboard"
[   193.217] (II) Using input driver 'libinput' for 'Video Bus'
[   193.217] (**) Video Bus: always reports core events
[   193.217] (**) Option "Device" "/dev/input/event1"
[   193.217] (**) Option "_source" "server/udev"
[   193.217] (II) event1  - Video Bus: is tagged by udev as: Keyboard
[   193.217] (II) event1  - Video Bus: device is a keyboard
[   193.218] (II) event1  - Video Bus: device removed
[   193.226] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input1/event1"
[   193.226] (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
[   193.226] (**) Option "xkb_model" "pc105"
[   193.226] (**) Option "xkb_layout" "us"
[   193.226] (**) Option "xkb_options" "compose:rwin"
[   193.227] (II) event1  - Video Bus: is tagged by udev as: Keyboard
[   193.227] (II) event1  - Video Bus: device is a keyboard
[   193.228] (II) config/udev: Adding input device Lid Switch (/dev/input/event8)
[   193.228] (II) No input driver specified, ignoring this device.
[   193.228] (II) This device may have been added with another device file.
[   193.229] (II) config/udev: Adding input device Power Button (/dev/input/event10)
[   193.229] (**) Power Button: Applying InputClass "libinput keyboard catchall"
[   193.229] (**) Power Button: Applying InputClass "system-keyboard"
[   193.229] (II) Using input driver 'libinput' for 'Power Button'
[   193.229] (**) Power Button: always reports core events
[   193.229] (**) Option "Device" "/dev/input/event10"
[   193.229] (**) Option "_source" "server/udev"
[   193.230] (II) event10 - Power Button: is tagged by udev as: Keyboard
[   193.230] (II) event10 - Power Button: device is a keyboard
[   193.230] (II) event10 - Power Button: device removed
[   193.242] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input10/event10"
[   193.242] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 8)
[   193.242] (**) Option "xkb_model" "pc105"
[   193.242] (**) Option "xkb_layout" "us"
[   193.242] (**) Option "xkb_options" "compose:rwin"
[   193.245] (II) event10 - Power Button: is tagged by udev as: Keyboard
[   193.245] (II) event10 - Power Button: device is a keyboard
[   193.246] (II) config/udev: Adding input device Sleep Button (/dev/input/event9)
[   193.246] (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
[   193.246] (**) Sleep Button: Applying InputClass "system-keyboard"
[   193.246] (II) Using input driver 'libinput' for 'Sleep Button'
[   193.246] (**) Sleep Button: always reports core events
[   193.246] (**) Option "Device" "/dev/input/event9"
[   193.246] (**) Option "_source" "server/udev"
[   193.248] (II) event9  - Sleep Button: is tagged by udev as: Keyboard
[   193.248] (II) event9  - Sleep Button: device is a keyboard
[   193.248] (II) event9  - Sleep Button: device removed
[   193.258] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input9/event9"
[   193.258] (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 9)
[   193.258] (**) Option "xkb_model" "pc105"
[   193.258] (**) Option "xkb_layout" "us"
[   193.258] (**) Option "xkb_options" "compose:rwin"
[   193.261] (II) event9  - Sleep Button: is tagged by udev as: Keyboard
[   193.261] (II) event9  - Sleep Button: device is a keyboard
[   193.264] (II) config/udev: Adding input device HID 6901:2701 (/dev/input/event2)
[   193.264] (**) HID 6901:2701: Applying InputClass "libinput keyboard catchall"
[   193.264] (**) HID 6901:2701: Applying InputClass "system-keyboard"
[   193.264] (II) Using input driver 'libinput' for 'HID 6901:2701'
[   193.264] (**) HID 6901:2701: always reports core events
[   193.264] (**) Option "Device" "/dev/input/event2"
[   193.264] (**) Option "_source" "server/udev"
[   193.266] (II) event2  - HID 6901:2701: is tagged by udev as: Keyboard
[   193.267] (II) event2  - HID 6901:2701: device is a keyboard
[   193.267] (II) event2  - HID 6901:2701: device removed
[   193.278] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.0/0003:6901:2701.0001/input/input2/event2"
[   193.278] (II) XINPUT: Adding extended input device "HID 6901:2701" (type: KEYBOARD, id 10)
[   193.278] (**) Option "xkb_model" "pc105"
[   193.278] (**) Option "xkb_layout" "us"
[   193.278] (**) Option "xkb_options" "compose:rwin"
[   193.283] (II) event2  - HID 6901:2701: is tagged by udev as: Keyboard
[   193.283] (II) event2  - HID 6901:2701: device is a keyboard
[   193.285] (II) config/udev: Adding input device HID 6901:2701 Mouse (/dev/input/event3)
[   193.285] (**) HID 6901:2701 Mouse: Applying InputClass "libinput pointer catchall"
[   193.285] (II) Using input driver 'libinput' for 'HID 6901:2701 Mouse'
[   193.285] (**) HID 6901:2701 Mouse: always reports core events
[   193.285] (**) Option "Device" "/dev/input/event3"
[   193.285] (**) Option "_source" "server/udev"
[   193.288] (II) event3  - HID 6901:2701 Mouse: is tagged by udev as: Mouse
[   193.288] (II) event3  - HID 6901:2701 Mouse: device is a pointer
[   193.288] (II) event3  - HID 6901:2701 Mouse: device removed
[   193.306] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:6901:2701.0002/input/input3/event3"
[   193.306] (II) XINPUT: Adding extended input device "HID 6901:2701 Mouse" (type: MOUSE, id 11)
[   193.307] (**) Option "AccelerationScheme" "none"
[   193.307] (**) HID 6901:2701 Mouse: (accel) selected scheme none/0
[   193.307] (**) HID 6901:2701 Mouse: (accel) acceleration factor: 2.000
[   193.307] (**) HID 6901:2701 Mouse: (accel) acceleration threshold: 4
[   193.312] (II) event3  - HID 6901:2701 Mouse: is tagged by udev as: Mouse
[   193.313] (II) event3  - HID 6901:2701 Mouse: device is a pointer
[   193.315] (II) config/udev: Adding input device HID 6901:2701 Mouse (/dev/input/mouse0)
[   193.315] (II) No input driver specified, ignoring this device.
[   193.315] (II) This device may have been added with another device file.
[   193.317] (II) config/udev: Adding input device HID 6901:2701 Consumer Control (/dev/input/event4)
[   193.317] (**) HID 6901:2701 Consumer Control: Applying InputClass "libinput keyboard catchall"
[   193.317] (**) HID 6901:2701 Consumer Control: Applying InputClass "system-keyboard"
[   193.317] (II) Using input driver 'libinput' for 'HID 6901:2701 Consumer Control'
[   193.317] (**) HID 6901:2701 Consumer Control: always reports core events
[   193.317] (**) Option "Device" "/dev/input/event4"
[   193.317] (**) Option "_source" "server/udev"
[   193.319] (II) event4  - HID 6901:2701 Consumer Control: is tagged by udev as: Keyboard
[   193.320] (II) event4  - HID 6901:2701 Consumer Control: device is a keyboard
[   193.320] (II) event4  - HID 6901:2701 Consumer Control: device removed
[   193.330] (II) libinput: HID 6901:2701 Consumer Control: needs a virtual subdevice
[   193.330] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:6901:2701.0002/input/input4/event4"
[   193.330] (II) XINPUT: Adding extended input device "HID 6901:2701 Consumer Control" (type: MOUSE, id 12)
[   193.330] (**) Option "AccelerationScheme" "none"
[   193.330] (**) HID 6901:2701 Consumer Control: (accel) selected scheme none/0
[   193.330] (**) HID 6901:2701 Consumer Control: (accel) acceleration factor: 2.000
[   193.330] (**) HID 6901:2701 Consumer Control: (accel) acceleration threshold: 4
[   193.335] (II) event4  - HID 6901:2701 Consumer Control: is tagged by udev as: Keyboard
[   193.335] (II) event4  - HID 6901:2701 Consumer Control: device is a keyboard
[   193.337] (II) config/udev: Adding input device HID 6901:2701 System Control (/dev/input/event5)
[   193.337] (**) HID 6901:2701 System Control: Applying InputClass "libinput keyboard catchall"
[   193.337] (**) HID 6901:2701 System Control: Applying InputClass "system-keyboard"
[   193.337] (II) Using input driver 'libinput' for 'HID 6901:2701 System Control'
[   193.337] (**) HID 6901:2701 System Control: always reports core events
[   193.337] (**) Option "Device" "/dev/input/event5"
[   193.337] (**) Option "_source" "server/udev"
[   193.339] (II) event5  - HID 6901:2701 System Control: is tagged by udev as: Keyboard
[   193.339] (II) event5  - HID 6901:2701 System Control: device is a keyboard
[   193.340] (II) event5  - HID 6901:2701 System Control: device removed
[   193.350] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:6901:2701.0002/input/input5/event5"
[   193.350] (II) XINPUT: Adding extended input device "HID 6901:2701 System Control" (type: KEYBOARD, id 13)
[   193.350] (**) Option "xkb_model" "pc105"
[   193.350] (**) Option "xkb_layout" "us"
[   193.350] (**) Option "xkb_options" "compose:rwin"
[   193.354] (II) event5  - HID 6901:2701 System Control: is tagged by udev as: Keyboard
[   193.354] (II) event5  - HID 6901:2701 System Control: device is a keyboard
[   193.356] (II) config/udev: Adding input device   Mouse for Windows (/dev/input/event6)
[   193.356] (**)   Mouse for Windows: Applying InputClass "libinput pointer catchall"
[   193.356] (II) Using input driver 'libinput' for '  Mouse for Windows'
[   193.356] (**)   Mouse for Windows: always reports core events
[   193.356] (**) Option "Device" "/dev/input/event6"
[   193.356] (**) Option "_source" "server/udev"
[   193.414] (II) event6  -   Mouse for Windows: is tagged by udev as: Mouse
[   193.415] (II) event6  -   Mouse for Windows: device is a pointer
[   193.415] (II) event6  -   Mouse for Windows: device removed
[   193.435] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.0/0003:2F24:0118.0003/input/input6/event6"
[   193.435] (II) XINPUT: Adding extended input device "  Mouse for Windows" (type: MOUSE, id 14)
[   193.435] (**) Option "AccelerationScheme" "none"
[   193.436] (**)   Mouse for Windows: (accel) selected scheme none/0
[   193.436] (**)   Mouse for Windows: (accel) acceleration factor: 2.000
[   193.436] (**)   Mouse for Windows: (accel) acceleration threshold: 4
[   193.494] (II) event6  -   Mouse for Windows: is tagged by udev as: Mouse
[   193.495] (II) event6  -   Mouse for Windows: device is a pointer
[   193.498] (II) config/udev: Adding input device   Mouse for Windows (/dev/input/mouse1)
[   193.498] (II) No input driver specified, ignoring this device.
[   193.498] (II) This device may have been added with another device file.
[   193.500] (II) config/udev: Adding input device   Mouse for Windows (/dev/input/event7)
[   193.501] (**)   Mouse for Windows: Applying InputClass "libinput keyboard catchall"
[   193.501] (**)   Mouse for Windows: Applying InputClass "system-keyboard"
[   193.501] (II) Using input driver 'libinput' for '  Mouse for Windows'
[   193.501] (**)   Mouse for Windows: always reports core events
[   193.501] (**) Option "Device" "/dev/input/event7"
[   193.501] (**) Option "_source" "server/udev"
[   193.506] (II) event7  -   Mouse for Windows: is tagged by udev as: Keyboard
[   193.506] (II) event7  -   Mouse for Windows: device is a keyboard
[   193.507] (II) event7  -   Mouse for Windows: device removed
[   193.519] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-5/3-5:1.1/0003:2F24:0118.0004/input/input7/event7"
[   193.519] (II) XINPUT: Adding extended input device "  Mouse for Windows" (type: KEYBOARD, id 15)
[   193.519] (**) Option "xkb_model" "pc105"
[   193.519] (**) Option "xkb_layout" "us"
[   193.519] (**) Option "xkb_options" "compose:rwin"
[   193.526] (II) event7  -   Mouse for Windows: is tagged by udev as: Keyboard
[   193.526] (II) event7  -   Mouse for Windows: device is a keyboard
[   193.528] (II) config/udev: Adding input device HTIX5288:00 093A:0255 Mouse (/dev/input/event14)
[   193.529] (**) HTIX5288:00 093A:0255 Mouse: Applying InputClass "libinput pointer catchall"
[   193.529] (II) Using input driver 'libinput' for 'HTIX5288:00 093A:0255 Mouse'
[   193.529] (**) HTIX5288:00 093A:0255 Mouse: always reports core events
[   193.529] (**) Option "Device" "/dev/input/event14"
[   193.529] (**) Option "_source" "server/udev"
[   193.532] (II) event14 - HTIX5288:00 093A:0255 Mouse: is tagged by udev as: Mouse Pointingstick
[   193.532] (II) event14 - HTIX5288:00 093A:0255 Mouse: device is a pointer
[   193.534] (II) event14 - HTIX5288:00 093A:0255 Mouse: device removed
[   193.551] (**) 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/input17/event14"
[   193.551] (II) XINPUT: Adding extended input device "HTIX5288:00 093A:0255 Mouse" (type: MOUSE, id 16)
[   193.551] (**) Option "AccelerationScheme" "none"
[   193.552] (**) HTIX5288:00 093A:0255 Mouse: (accel) selected scheme none/0
[   193.552] (**) HTIX5288:00 093A:0255 Mouse: (accel) acceleration factor: 2.000
[   193.552] (**) HTIX5288:00 093A:0255 Mouse: (accel) acceleration threshold: 4
[   193.557] (II) event14 - HTIX5288:00 093A:0255 Mouse: is tagged by udev as: Mouse Pointingstick
[   193.558] (II) event14 - HTIX5288:00 093A:0255 Mouse: device is a pointer
[   193.562] (II) config/udev: Adding input device HTIX5288:00 093A:0255 Mouse (/dev/input/mouse2)
[   193.562] (II) No input driver specified, ignoring this device.
[   193.562] (II) This device may have been added with another device file.
[   193.563] (II) config/udev: Adding input device HTIX5288:00 093A:0255 Touchpad (/dev/input/event15)
[   193.563] (**) HTIX5288:00 093A:0255 Touchpad: Applying InputClass "libinput touchpad catchall"
[   193.563] (II) Using input driver 'libinput' for 'HTIX5288:00 093A:0255 Touchpad'
[   193.563] (**) HTIX5288:00 093A:0255 Touchpad: always reports core events
[   193.563] (**) Option "Device" "/dev/input/event15"
[   193.563] (**) Option "_source" "server/udev"
[   193.565] (II) event15 - HTIX5288:00 093A:0255 Touchpad: is tagged by udev as: Touchpad
[   193.566] (EE) event15 - HTIX5288:00 093A:0255 Touchpad: kernel bug: clickpad advertising right button
[   193.567] (II) event15 - HTIX5288:00 093A:0255 Touchpad: device is a touchpad
[   193.567] (II) event15 - HTIX5288:00 093A:0255 Touchpad: device removed
[   193.588] (**) 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/input18/event15"
[   193.588] (II) XINPUT: Adding extended input device "HTIX5288:00 093A:0255 Touchpad" (type: TOUCHPAD, id 17)
[   193.593] (**) Option "AccelerationScheme" "none"
[   193.593] (**) HTIX5288:00 093A:0255 Touchpad: (accel) selected scheme none/0
[   193.593] (**) HTIX5288:00 093A:0255 Touchpad: (accel) acceleration factor: 2.000
[   193.593] (**) HTIX5288:00 093A:0255 Touchpad: (accel) acceleration threshold: 4
[   193.597] (II) event15 - HTIX5288:00 093A:0255 Touchpad: is tagged by udev as: Touchpad
[   193.598] (EE) event15 - HTIX5288:00 093A:0255 Touchpad: kernel bug: clickpad advertising right button
[   193.600] (II) event15 - HTIX5288:00 093A:0255 Touchpad: device is a touchpad
[   193.601] (II) config/udev: Adding input device HTIX5288:00 093A:0255 Touchpad (/dev/input/mouse3)
[   193.601] (II) No input driver specified, ignoring this device.
[   193.601] (II) This device may have been added with another device file.
[   193.602] (II) config/udev: Adding input device Goodix Capacitive TouchScreen (/dev/input/event16)
[   193.602] (**) Goodix Capacitive TouchScreen: Applying InputClass "libinput keyboard catchall"
[   193.602] (**) Goodix Capacitive TouchScreen: Applying InputClass "libinput touchscreen catchall"
[   193.602] (**) Goodix Capacitive TouchScreen: Applying InputClass "system-keyboard"
[   193.602] (II) Using input driver 'libinput' for 'Goodix Capacitive TouchScreen'
[   193.602] (**) Goodix Capacitive TouchScreen: always reports core events
[   193.602] (**) Option "Device" "/dev/input/event16"
[   193.602] (**) Option "_source" "server/udev"
[   193.603] (II) event16 - Goodix Capacitive TouchScreen: is tagged by udev as: Keyboard Touchscreen
[   193.604] (II) event16 - Goodix Capacitive TouchScreen: device is a keyboard
[   193.604] (II) event16 - Goodix Capacitive TouchScreen: device is a touch device
[   193.604] (II) event16 - Goodix Capacitive TouchScreen: device removed
[   193.623] (II) libinput: Goodix Capacitive TouchScreen: needs a virtual subdevice
[   193.623] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-14/i2c-GDIX1002:00/input/input16/event16"
[   193.623] (II) XINPUT: Adding extended input device "Goodix Capacitive TouchScreen" (type: TOUCHSCREEN, id 18)
[   193.623] (**) Option "AccelerationScheme" "none"
[   193.624] (**) Goodix Capacitive TouchScreen: (accel) selected scheme none/0
[   193.624] (**) Goodix Capacitive TouchScreen: (accel) acceleration factor: 2.000
[   193.624] (**) Goodix Capacitive TouchScreen: (accel) acceleration threshold: 4
[   193.628] (II) event16 - Goodix Capacitive TouchScreen: is tagged by udev as: Keyboard Touchscreen
[   193.629] (II) event16 - Goodix Capacitive TouchScreen: device is a keyboard
[   193.629] (II) event16 - Goodix Capacitive TouchScreen: device is a touch device
[   193.631] (II) config/udev: Adding input device Goodix Capacitive TouchScreen (/dev/input/mouse4)
[   193.631] (**) Goodix Capacitive TouchScreen: Applying InputClass "system-keyboard"
[   193.631] (II) No input driver specified, ignoring this device.
[   193.631] (II) This device may have been added with another device file.
[   193.632] (II) config/udev: Adding input device Intel HID events (/dev/input/event12)
[   193.632] (**) Intel HID events: Applying InputClass "libinput keyboard catchall"
[   193.632] (**) Intel HID events: Applying InputClass "system-keyboard"
[   193.632] (II) Using input driver 'libinput' for 'Intel HID events'
[   193.632] (**) Intel HID events: always reports core events
[   193.632] (**) Option "Device" "/dev/input/event12"
[   193.632] (**) Option "_source" "server/udev"
[   193.634] (II) event12 - Intel HID events: is tagged by udev as: Keyboard
[   193.634] (II) event12 - Intel HID events: device is a keyboard
[   193.635] (II) event12 - Intel HID events: device removed
[   193.647] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INT33D5:00/input/input12/event12"
[   193.647] (II) XINPUT: Adding extended input device "Intel HID events" (type: KEYBOARD, id 19)
[   193.647] (**) Option "xkb_model" "pc105"
[   193.647] (**) Option "xkb_layout" "us"
[   193.647] (**) Option "xkb_options" "compose:rwin"
[   193.651] (II) event12 - Intel HID events: is tagged by udev as: Keyboard
[   193.651] (II) event12 - Intel HID events: device is a keyboard
[   193.653] (II) config/udev: Adding input device Intel HID 5 button array (/dev/input/event13)
[   193.653] (**) Intel HID 5 button array: Applying InputClass "libinput keyboard catchall"
[   193.653] (**) Intel HID 5 button array: Applying InputClass "system-keyboard"
[   193.653] (II) Using input driver 'libinput' for 'Intel HID 5 button array'
[   193.653] (**) Intel HID 5 button array: always reports core events
[   193.653] (**) Option "Device" "/dev/input/event13"
[   193.653] (**) Option "_source" "server/udev"
[   193.655] (II) event13 - Intel HID 5 button array: is tagged by udev as: Keyboard
[   193.655] (II) event13 - Intel HID 5 button array: device is a keyboard
[   193.656] (II) event13 - Intel HID 5 button array: device removed
[   193.667] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1f.0/PNP0C09:00/INT33D5:00/input/input13/event13"
[   193.667] (II) XINPUT: Adding extended input device "Intel HID 5 button array" (type: KEYBOARD, id 20)
[   193.667] (**) Option "xkb_model" "pc105"
[   193.667] (**) Option "xkb_layout" "us"
[   193.667] (**) Option "xkb_options" "compose:rwin"
[   193.671] (II) event13 - Intel HID 5 button array: is tagged by udev as: Keyboard
[   193.672] (II) event13 - Intel HID 5 button array: device is a keyboard
[   193.673] (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event17)
[   193.674] (II) No input driver specified, ignoring this device.
[   193.674] (II) This device may have been added with another device file.
[   193.674] (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event18)
[   193.674] (II) No input driver specified, ignoring this device.
[   193.674] (II) This device may have been added with another device file.
[   193.674] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event19)
[   193.674] (II) No input driver specified, ignoring this device.
[   193.674] (II) This device may have been added with another device file.
[   193.674] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=7 (/dev/input/event20)
[   193.675] (II) No input driver specified, ignoring this device.
[   193.675] (II) This device may have been added with another device file.
[   193.675] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=8 (/dev/input/event21)
[   193.675] (II) No input driver specified, ignoring this device.
[   193.675] (II) This device may have been added with another device file.
[   193.675] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=9 (/dev/input/event22)
[   193.675] (II) No input driver specified, ignoring this device.
[   193.675] (II) This device may have been added with another device file.
[   193.675] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=10 (/dev/input/event23)
[   193.675] (II) No input driver specified, ignoring this device.
[   193.675] (II) This device may have been added with another device file.
[   193.675] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=11 (/dev/input/event24)
[   193.675] (II) No input driver specified, ignoring this device.
[   193.675] (II) This device may have been added with another device file.
[   193.675] (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=12 (/dev/input/event25)
[   193.675] (II) No input driver specified, ignoring this device.
[   193.675] (II) This device may have been added with another device file.
[   193.676] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
[   193.676] (**) AT Translated Set 2 keyboard: Applying InputClass "libinput keyboard catchall"
[   193.676] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[   193.676] (II) Using input driver 'libinput' for 'AT Translated Set 2 keyboard'
[   193.676] (**) AT Translated Set 2 keyboard: always reports core events
[   193.676] (**) Option "Device" "/dev/input/event0"
[   193.676] (**) Option "_source" "server/udev"
[   193.676] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   193.676] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[   193.677] (II) event0  - AT Translated Set 2 keyboard: device removed
[   193.685] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
[   193.685] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 21)
[   193.685] (**) Option "xkb_model" "pc105"
[   193.685] (**) Option "xkb_layout" "us"
[   193.685] (**) Option "xkb_options" "compose:rwin"
[   193.687] (II) event0  - AT Translated Set 2 keyboard: is tagged by udev as: Keyboard
[   193.687] (II) event0  - AT Translated Set 2 keyboard: device is a keyboard
[   194.821] (**) HID 6901:2701 Consumer Control: Applying InputClass "libinput keyboard catchall"
[   194.821] (**) HID 6901:2701 Consumer Control: Applying InputClass "system-keyboard"
[   194.821] (II) Using input driver 'libinput' for 'HID 6901:2701 Consumer Control'
[   194.822] (**) HID 6901:2701 Consumer Control: always reports core events
[   194.822] (**) Option "Device" "/dev/input/event4"
[   194.822] (**) Option "_source" "_driver/libinput"
[   194.822] (II) libinput: HID 6901:2701 Consumer Control: is a virtual subdevice
[   194.822] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb3/3-2/3-2:1.1/0003:6901:2701.0002/input/input4/event4"
[   194.822] (II) XINPUT: Adding extended input device "HID 6901:2701 Consumer Control" (type: KEYBOARD, id 22)
[   194.822] (**) Option "xkb_model" "pc105"
[   194.822] (**) Option "xkb_layout" "us"
[   194.822] (**) Option "xkb_options" "compose:rwin"
[   194.823] (**) Goodix Capacitive TouchScreen: Applying InputClass "libinput keyboard catchall"
[   194.823] (**) Goodix Capacitive TouchScreen: Applying InputClass "libinput touchscreen catchall"
[   194.823] (**) Goodix Capacitive TouchScreen: Applying InputClass "system-keyboard"
[   194.823] (II) Using input driver 'libinput' for 'Goodix Capacitive TouchScreen'
[   194.823] (**) Goodix Capacitive TouchScreen: always reports core events
[   194.823] (**) Option "Device" "/dev/input/event16"
[   194.823] (**) Option "_source" "_driver/libinput"
[   194.823] (II) libinput: Goodix Capacitive TouchScreen: is a virtual subdevice
[   194.823] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:15.1/i2c_designware.1/i2c-14/i2c-GDIX1002:00/input/input16/event16"
[   194.823] (II) XINPUT: Adding extended input device "Goodix Capacitive TouchScreen" (type: KEYBOARD, id 23)
[   194.823] (**) Option "xkb_model" "pc105"
[   194.823] (**) Option "xkb_layout" "us"
[   194.823] (**) Option "xkb_options" "compose:rwin"
[   194.828] (EE) Failed to open authorization file "/var/run/sddm/{3d98a610-f255-4f49-a470-c33ea0425574}": No such file or directory
[   199.794] (II) intel(0): resizing framebuffer to 600x800
[   199.795] (II) intel(0): switch to mode 800x600@94.9 on eDP1 using pipe 0, position (0, 0), rotation right, reflection none
[   232.617] (EE) intel(0): Failed to submit rendering commands (Input/output error), disabling acceleration.
[   232.617] (EE) intel(0): When reporting this, please include /sys/class/drm/card0/error and the full dmesg.


/proc/cmdline

Code: Select all
cat /proc/cmdline
BOOT_IMAGE=/boot/vmlinuz-5.8.8-1.mga8custom root=UUID=3c57e7de-134c-40de-be98-1be97d94fcab ro " fbcon=rotate:1 splash quiet noiswmd  drm_kms_helper.edid_firmware=:edid/gpdwinmax.bin resume=UUID=dfa7e552-30b5-4b65-97fc-214ae11b35d2 audit=0"


perhaps I did it incorrectly,

Code: Select all
journalctl -f _COMM=edid


didn't show anything and just

Code: Select all
journalctl -r


shows too much for me to go through.
Sabungayam
 
Posts: 173
Joined: Aug 18th, '20, 06:52

Re: Mageia on GPD Win Max, can it?

Postby doktor5000 » Sep 12th, '20, 20:12

For the journal logs, try showing the logs of the current boot and filter by EDID:
Code: Select all
journalctl -ab|grep -i edid


X server seems to ignore all the resolutions specified and only uses up to 1024x768 resolution.

Code: Select all
[   193.143] (II) intel(0): EDID for output eDP1
[   193.143] (II) intel(0): Not using mode "800x1280_60.06" (exceeds panel dimensions)
[   193.143] (II) intel(0): Not using mode "1152x768" (exceeds panel dimensions)
[   193.143] (II) intel(0): Not using mode "1280x1024" (exceeds panel dimensions)
[   193.143] (II) intel(0): Not using mode "1280x1024" (exceeds panel dimensions)
[   193.143] (II) intel(0): Not using mode "1280x800_120" (exceeds panel dimensions)
[   193.143] (II) intel(0): Not using mode "1280x800_100" (exceeds panel dimensions)
[   193.143] (II) intel(0): Not using mode "1280x800_85" (exceeds panel dimensions)
[   193.143] (II) intel(0): Not using mode "1280x800_75" (exceeds panel dimensions)
[   193.143] (II) intel(0): Not using mode "1280x800_60" (exceeds panel dimensions)
[   193.143] (II) intel(0): Not using mode "1280x800_50" (exceeds panel dimensions)
[   193.144] (II) intel(0): Not using default mode "320x240" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "400x300" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "512x384" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "640x480" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "640x512" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "700x525" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "320x180" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "320x180" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "360x202" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "360x202" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "432x243" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "432x243" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "480x270" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "480x270" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "512x288" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "512x288" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "640x360" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "640x360" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "684x384" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "684x384" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "800x450" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "800x450" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "640x400" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "640x400" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "700x450" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "700x450" (doublescan mode not supported)
[   193.144] (II) intel(0): Not using default mode "840x525" (doublescan mode not supported)
[   193.144] (II) intel(0): Printing probed modes for output eDP1
[   193.144] (II) intel(0): Modeline "1024x768"x98.2  112.62  1024 1076 1248 1420  768 768 780 808 +hsync +vsync (79.3 kHz)
[   193.144] (II) intel(0): Modeline "1024x768"x74.8   78.53  1024 1049 1145 1312  768 769 772 800 +hsync +vsync (59.9 kHz)
[   193.144] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1032 1176 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   193.144] (II) intel(0): Modeline "1024x768"x60.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync -vsync (48.4 kHz)
[   193.144] (II) intel(0): Modeline "1024x576"x59.9   46.50  1024 1064 1160 1296  576 579 584 599 -hsync +vsync (35.9 kHz d)
[   193.144] (II) intel(0): Modeline "1024x576"x59.8   42.00  1024 1072 1104 1184  576 579 584 593 +hsync -vsync (35.5 kHz d)
[   193.144] (II) intel(0): Modeline "832x624"x74.2   57.00  832 876 940 1152  624 625 628 667 -hsync -vsync (49.5 kHz)
[   193.144] (II) intel(0): Modeline "960x540"x59.6   40.75  960 992 1088 1216  540 543 548 562 -hsync +vsync (33.5 kHz d)
[   193.144] (II) intel(0): Modeline "960x540"x59.8   37.25  960 1008 1040 1120  540 543 548 556 +hsync -vsync (33.3 kHz d)
[   193.144] (II) intel(0): Modeline "800x600"x186.0  100.00  800 816 824 840  600 616 624 640 -hsync -vsync (119.0 kHz)
[   193.144] (II) intel(0): Modeline "800x600"x94.9   62.36  800 821 901 1040  600 601 604 632 +hsync +vsync (60.0 kHz)
[   193.144] (II) intel(0): Modeline "800x600"x60.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync (37.9 kHz e)
[   193.144] (II) intel(0): Modeline "800x600"x56.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync (35.2 kHz e)
[   193.144] (II) intel(0): Modeline "768x576"x100.0   63.07  768 800 960 1024  576 578 590 616 (61.6 kHz)
[   193.144] (II) intel(0): Modeline "768x576"x79.4   50.00  768 832 846 1000  576 590 595 630 (50.0 kHz)
[   193.144] (II) intel(0): Modeline "864x486"x59.9   32.50  864 888 968 1072  486 489 494 506 -hsync +vsync (30.3 kHz d)
[   193.144] (II) intel(0): Modeline "864x486"x59.6   30.50  864 912 944 1024  486 489 494 500 +hsync -vsync (29.8 kHz d)
[   193.144] (II) intel(0): Modeline "848x480"x60.0   33.75  848 864 976 1088  480 486 494 517 +hsync +vsync (31.0 kHz e)
[   193.144] (II) intel(0): Modeline "640x480"x116.7   49.89  640 661 725 832  480 481 484 514 +hsync +vsync (60.0 kHz)
[   193.144] (II) intel(0): Modeline "640x480"x60.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync (31.5 kHz e)
[   193.144] (II) intel(0): Modeline "720x405"x59.5   22.50  720 744 808 896  405 408 413 422 -hsync +vsync (25.1 kHz d)
[   193.144] (II) intel(0): Modeline "720x405"x59.0   21.75  720 768 800 880  405 408 413 419 +hsync -vsync (24.7 kHz d)
[   193.144] (II) intel(0): Modeline "640x360"x59.8   18.00  640 664 720 800  360 363 368 376 -hsync +vsync (22.5 kHz d)
[   193.144] (II) intel(0): Modeline "640x360"x59.3   17.75  640 688 720 800  360 363 368 374 +hsync -vsync (22.2 kHz d)
[   193.144] (II) intel(0): EDID for output DP1
[   193.144] (II) intel(0): EDID for output DP2
[   193.144] (II) intel(0): EDID for output HDMI1
[   193.144] (II) intel(0): EDID for output VIRTUAL1
[   193.144] (II) intel(0): Output eDP1 connected
[   193.144] (II) intel(0): Output DP1 disconnected
[   193.144] (II) intel(0): Output DP2 disconnected
[   193.144] (II) intel(0): Output HDMI1 disconnected
[   193.144] (II) intel(0): Output VIRTUAL1 disconnected
[   193.144] (II) intel(0): Using exact sizes for initial modes
[   193.144] (II) intel(0): Output eDP1 using initial mode 1024x768 +0+0


I'd remove fbcon=rotate:1 completely again from kernel boot options and also remove the : before edid here: drm_kms_helper.edid_firmware=:edid/gpdwinmax.bin

Also please remove all modelines and preferredmode and anything regarding resolutions from xorg.conf. You can also move away/rename /etc/Xorg/xorg.conf to something else to only get the default dynamic autodetection.

Then afterwards check effective EDID data via xrandr --verbose to see if your EDID data has been loaded.
Afterwards try to add your new mode 1280x800 and / or also try the 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

Re: Mageia on GPD Win Max, can it?

Postby Sabungayam » Sep 13th, '20, 02:19

I want to make sure I have the steps in order.

1st I should change the line like this in /etc/default/grub to - drm_kms_helper.edid_firmware=:edid/gpdwinmax.bin

2nd I should remove any changes I tried to set in xorg.config

3rd rename/move /etc/Xorg/xorg.conf for example to xorg.conf.old2 (As there is already a xorg.conf.old ), when this is done there will be default dynamic autodetection...

Correct?

Before doing this for the sake of more trouble shooting information, I should

Code: Select all
journalctl -ab|grep -i edid
Sabungayam
 
Posts: 173
Joined: Aug 18th, '20, 06:52

Re: Mageia on GPD Win Max, can it?

Postby Sabungayam » Sep 13th, '20, 04:22

journalctl -ab|grep -i edid


Code: Select all
vertdomain kernel: Command line: BOOT_IMAGE=/boot/vmlinuz-5.8.8-1.mga8custom root=UUID=3c57e7de-134c-40de-be98-1be97d94fcab ro " fbcon=rotate:1 splash quiet noiswmd  drm_kms_helper.edid_firmware=:edid/gpdwinmax.bin resume=UUID=dfa7e552-30b5-4b65-97fc-214ae11b35d2 audit=0"
Sep 13 11:17:30 introvertx95.extrovertdomain kernel: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-5.8.8-1.mga8custom root=UUID=3c57e7de-134c-40de-be98-1be97d94fcab ro " fbcon=rotate:1 splash quiet noiswmd  drm_kms_helper.edid_firmware=:edid/gpdwinmax.bin resume=UUID=dfa7e552-30b5-4b65-97fc-214ae11b35d2 audit=0"
Sep 13 11:17:30 introvertx95.extrovertdomain kernel:      fbcon=rotate:1 splash quiet noiswmd  drm_kms_helper.edid_firmware=:edid/gpdwinmax.bin resume=UUID=dfa7e552-30b5-4b65-97fc-214ae11b35d2 audit=0
Sabungayam
 
Posts: 173
Joined: Aug 18th, '20, 06:52

Re: Mageia on GPD Win Max, can it?

Postby Sabungayam » Sep 13th, '20, 04:37

xrandr --verbose with the colon removed...
drm_kms_helper.edid_firmware=edid/gpdwinmax.bin

the rotate:1 removed

/xorg.cong renamed to /xorg.config.old2 to allow dynamic configuratin.

Code: Select all
xrandr --verbose
Screen 0: minimum 16 x 16, current 600 x 800, maximum 32767 x 32767
XWAYLAND0 connected 600x800+0+0 (0x3a8) right (normal left inverted right x axis y axis) 0mm x 0mm
        Identifier: 0x21
        Timestamp:  32265
        Subpixel:   unknown
        Gamma:      1.0:1.0:1.0
        Brightness: 0.0
        Clones:   
        CRTC:       0
        CRTCs:      0
        Transform:  1.000000 0.000000 0.000000
                    0.000000 1.000000 0.000000
                    0.000000 0.000000 1.000000
                   filter:
        non-desktop: 0
                supported: 0, 1
  800x600 (0x3a8) 38.500MHz -HSync +VSync *current +preferred
        h: width   800 start  832 end  912 total 1024 skew    0 clock  37.60KHz
        v: height  600 start  603 end  607 total  624           clock  60.25Hz
Sabungayam
 
Posts: 173
Joined: Aug 18th, '20, 06:52

Re: Mageia on GPD Win Max, can it?

Postby Sabungayam » Sep 13th, '20, 05:11

xrandr --verbose with the colon pur back as original, no rotate:1

Code: Select all
xrandr --verbose
Screen 0: minimum 16 x 16, current 600 x 800, maximum 32767 x 32767
XWAYLAND0 connected 600x800+0+0 (0x3a8) right (normal left inverted right x axis y axis) 0mm x 0mm
        Identifier: 0x21
        Timestamp:  31938
        Subpixel:   unknown
        Gamma:      1.0:1.0:1.0
        Brightness: 0.0
        Clones:   
        CRTC:       0
        CRTCs:      0
        Transform:  1.000000 0.000000 0.000000
                    0.000000 1.000000 0.000000
                    0.000000 0.000000 1.000000
                   filter:
        non-desktop: 0
                supported: 0, 1
  800x600 (0x3a8) 38.500MHz -HSync +VSync *current +preferred
        h: width   800 start  832 end  912 total 1024 skew    0 clock  37.60KHz
        v: height  600 start  603 end  607 total  624           clock  60.25Hz
Sabungayam
 
Posts: 173
Joined: Aug 18th, '20, 06:52

Re: Mageia on GPD Win Max, can it?

Postby Sabungayam » Sep 13th, '20, 05:26

:o OK... so is there another aspect in the kernel I need to enable? Seems like it. Can you tell me what that is? There was something under firmware I saw and had intitially enabled but upon finding directly the part with edid I went back & disabled :shock:


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


What would be configure firmware? I didn't see anything else and my mistake for not doing this after the intitial recompile. Sorry about that. Hope you can help me solve what I missed.
Sabungayam
 
Posts: 173
Joined: Aug 18th, '20, 06:52

PreviousNext

Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest

cron