All of lore.kernel.org
 help / color / mirror / Atom feed
* XFCE integration with Kirkstone (RISCV64)
@ 2024-10-29  7:36 Ankita.AN
  2024-10-29  9:52 ` [yocto] " Alexander Kanavin
  0 siblings, 1 reply; 6+ messages in thread
From: Ankita.AN @ 2024-10-29  7:36 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 154 bytes --]

Hi ,
I am new to xfce. I want to integrate xfce desktop with kirkstone. How do I start with it?

Are there any specific link/docs to refer?

Thanks

[-- Attachment #2: Type: text/html, Size: 270 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [yocto] XFCE integration with Kirkstone (RISCV64)
  2024-10-29  7:36 XFCE integration with Kirkstone (RISCV64) Ankita.AN
@ 2024-10-29  9:52 ` Alexander Kanavin
  2024-10-29 10:16   ` Ankita.AN
  0 siblings, 1 reply; 6+ messages in thread
From: Alexander Kanavin @ 2024-10-29  9:52 UTC (permalink / raw)
  To: yocto, Ankita.AN

On Tue, 29 Oct 2024 at 08:36, Ankita.AN via lists.yoctoproject.org
<Ankita.AN=exaleapsemi.com@lists.yoctoproject.org> wrote:
> I am new to xfce. I want to integrate xfce desktop with kirkstone. How do I start with it?
>
> Are there any specific link/docs to refer?

You need to start with
https://git.openembedded.org/meta-openembedded/tree/meta-xfce?h=kirkstone

Alex


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [yocto] XFCE integration with Kirkstone (RISCV64)
  2024-10-29  9:52 ` [yocto] " Alexander Kanavin
@ 2024-10-29 10:16   ` Ankita.AN
  2024-10-29 10:24     ` Alexander Kanavin
  0 siblings, 1 reply; 6+ messages in thread
From: Ankita.AN @ 2024-10-29 10:16 UTC (permalink / raw)
  To: Alexander Kanavin, yocto


[-- Attachment #1.1: Type: text/plain, Size: 572 bytes --]

Hi Alex,
Thanks for responding.

I have tried below steps:
1. Adding meta-xfce and meta-gnome layers to bblayers.conf.
2. IMAGE_INSTALL:append = " packagegroup-core-x11-xserver packagegroup-core-x11-utils packagegroup-core-x11 packagegroup-xfce-extended packagegroup-xfce-base mesa" to core-image-base.bb
3. IMAGE_INSTALL:append = "  xterm xclock xprop dbus dbus-x11 pointercal twm mini-x-session liberation-fonts" to local.conf.

After boot,
1. Installed xprg package &run startx  command
2. Error: PFA

Is there anything that I am missing here?

Thanks

[-- Attachment #1.2: Type: text/html, Size: 3156 bytes --]

[-- Attachment #2: Screenshot from 2024-10-28 14-59-57.png --]
[-- Type: image/png, Size: 138656 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [yocto] XFCE integration with Kirkstone (RISCV64)
  2024-10-29 10:16   ` Ankita.AN
@ 2024-10-29 10:24     ` Alexander Kanavin
  2024-11-04  7:53       ` Ankita.AN
  0 siblings, 1 reply; 6+ messages in thread
From: Alexander Kanavin @ 2024-10-29 10:24 UTC (permalink / raw)
  To: Ankita.AN; +Cc: yocto

On Tue, 29 Oct 2024 at 11:16, Ankita.AN via Lists.Yoctoproject.Org
<Ankita.AN=exaleapsemi.com@lists.yoctoproject.org> wrote:
> I have tried below steps:
> 1. Adding meta-xfce and meta-gnome layers to bblayers.conf.
> 2.  IMAGE_INSTALL:append = " packagegroup-core-x11-xserver packagegroup-core-x11-utils packagegroup-core-x11 packagegroup-xfce-extended packagegroup-xfce-base mesa" to core-image-base.bb
> 3. IMAGE_INSTALL:append = "  xterm xclock xprop dbus dbus-x11 pointercal twm mini-x-session liberation-fonts" to local.conf.
>
> After boot,
> 1. Installed xprg package &run startx  command
> 2. Error: PFA
>
> Is there anything that I am missing here?

meta-xfce isn't regularly tested, and can regress. It's a starting
point, not a polished product.

I'd suggest you try the image from the layer itself:
https://git.openembedded.org/meta-openembedded/tree/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb?h=kirkstone

I would also start with the master branch first, because if you need
to fix anything, it needs to be done there first, and backported
later. You also get recent versions of everything, in case you need to
send things to upstreams.

Alex


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [yocto] XFCE integration with Kirkstone (RISCV64)
  2024-10-29 10:24     ` Alexander Kanavin
@ 2024-11-04  7:53       ` Ankita.AN
  2024-11-04 11:29         ` Alexander Kanavin
  0 siblings, 1 reply; 6+ messages in thread
From: Ankita.AN @ 2024-11-04  7:53 UTC (permalink / raw)
  To: Alexander Kanavin, yocto

[-- Attachment #1: Type: text/plain, Size: 849 bytes --]

Hi Alex,
As suggested I have build and tested image with meta-xfce .
please find error log:
root:~# cat /var/log/Xorg.7.log | grep '(EE)'
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[  2331.254] (EE) Failed to load module "glx" (module does not exist, 0)
[  2331.255] (EE) Failed to load module "modesetting" (module does not exist, 0)
[  2331.704] (EE) FBDEV(0): FBIOPUT_VSCREENINFO: Invalid argument
[  2331.704] (EE) FBDEV(0): mode initialization failed
[  2331.704] (EE)
[  2331.704] (EE) AddScreen/ScreenInit failed for driver 0
[  2331.705] (EE)
[  2331.705] (EE)
[  2331.705] (EE) Please also check the log file at "/var/log/Xorg.7.log" for additional information.
[  2331.705] (EE)
[  2331.941] (EE) Server terminated with error (1). Closing log file.

Any suggestion for this issue?

Thanks

[-- Attachment #2: Type: text/html, Size: 1620 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [yocto] XFCE integration with Kirkstone (RISCV64)
  2024-11-04  7:53       ` Ankita.AN
@ 2024-11-04 11:29         ` Alexander Kanavin
  0 siblings, 0 replies; 6+ messages in thread
From: Alexander Kanavin @ 2024-11-04 11:29 UTC (permalink / raw)
  To: Ankita.AN; +Cc: yocto

On Mon, 4 Nov 2024 at 08:53, Ankita.AN via Lists.Yoctoproject.Org
<Ankita.AN=exaleapsemi.com@lists.yoctoproject.org> wrote:
> As suggested I have build and tested image with meta-xfce .
> please find error log:
> root:~# cat /var/log/Xorg.7.log | grep '(EE)'
>   (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
> [  2331.254] (EE) Failed to load module "glx" (module does not exist, 0)
> [  2331.255] (EE) Failed to load module "modesetting" (module does not exist, 0)
> [  2331.704] (EE) FBDEV(0): FBIOPUT_VSCREENINFO: Invalid argument
> [  2331.704] (EE) FBDEV(0): mode initialization failed
> [  2331.704] (EE)
> [  2331.704] (EE) AddScreen/ScreenInit failed for driver 0
> [  2331.705] (EE)
> [  2331.705] (EE)
> [  2331.705] (EE) Please also check the log file at "/var/log/Xorg.7.log" for additional information.
> [  2331.705] (EE)
> [  2331.941] (EE) Server terminated with error (1). Closing log file.
>
> Any suggestion for this issue?

You need to tell a bit more about your setup. What is the target
machine, and what layers are included into the build? I'd suggest you
start with plain poky (plus meta-xfce) and build for qemux86_64, as
that can be easily reproduced by others.

Alex


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-11-04 11:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-29  7:36 XFCE integration with Kirkstone (RISCV64) Ankita.AN
2024-10-29  9:52 ` [yocto] " Alexander Kanavin
2024-10-29 10:16   ` Ankita.AN
2024-10-29 10:24     ` Alexander Kanavin
2024-11-04  7:53       ` Ankita.AN
2024-11-04 11:29         ` Alexander Kanavin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.