x11 error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

x11 error

1,502 Views
sheraz_ali
Contributor II

X does not support your locale
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: cHRM chunk does not match sRGB
X11 Error encountered:
  Error: BadMatch (invalid parameter attributes)
  Request:     1 (0)
  Resource ID: 0x1600082
  Serial:      2228
  Hwnd:        Hwnd, Mapped:False ClientWindow:0x1600083, WholeWindow:0x1600082, Zombie=False, Parent:[Hwnd, Mapped:False ClientWindow:0x1600011, WholeWindow:0x1600010, Zombie=False, Parent:[<null>]]
  Control:     <handle 1600083 non-existant>  at System.Environment.get_StackTrace () [0x00000] in <99b7767fda36428caf8c4eed0d54aaec>:0

I have attached board and xorg.o.log

0 Kudos
7 Replies

1,266 Views
sheraz_ali
Contributor II

Hi Bio_TICFSL

I changed kernel to 4.19

BUILD

BB_VERSION           = "1.42.0"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "ubuntu-16.04"
TARGET_SYS           = "arm-poky-linux-gnueabi"
MACHINE              = "imx6ull9x9evk"
DISTRO               = "fsl-imx-x11"
DISTRO_VERSION       = "4.19-warrior"

Initially I was getting

System.NotSupportedException: [X11] GLX extension is not supported.

which got solved by adding the following lines in conf/local.conf

IMAGE_INSTALL_append = " xserver-xorg xserver-xorg-extension-glx "
DISTRO_FEATURES_append = " systemd opentk glx "

Still i am getting the same error also i have attached Xorg.0.log for your reference

0 Kudos

1,266 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello sheraz,

Which BSP are you using? since in the latest BSP this error is fixed, however is correspond to X11, not from the backend, please check the web site.

Regards

0 Kudos

1,266 Views
sheraz_ali
Contributor II

Which website to check?

0 Kudos

1,266 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Check the Linux BSP, we are in 4.19.35.

i.MX Software and Development Tools | NXP 

0 Kudos

1,266 Views
sheraz_ali
Contributor II

Is this issue solved in 4.14 BSP

0 Kudos

1,266 Views
sheraz_ali
Contributor II

Hi Bio_TICFSL

I am using imx6ull with linux kernel version

$uname -a

Linux iWave-G18M 4.1.15 #1 SMP PREEMPT Thu Jul 19 17:37:39 IST 2018 armv7l armv7l armv7l GNU/Linux

What changes need to be done to remove x11 error

Thanks and Regards

Sheraz Ali Shah

0 Kudos

1,266 Views
sheraz_ali
Contributor II

DISTRO = "poky"
DISTRO_NAME = "Poky (Yocto Project Reference Distro)"
DISTRO_VERSION = "2.1.1"
DISTRO_CODENAME = "krogoth"
SDK_VENDOR = "-pokysdk"
SDK_VERSION := "${@'${DISTRO_VERSION}'.replace('snapshot-${DATE}','snapshot')}"

FILE :- sources/poky/meta-poky/conf/distro/poky.conf

I am using krogoth branch

0 Kudos