All of lore.kernel.org
 help / color / mirror / Atom feed
* [openembedded][wayland][weston]: How to configure screen resolution
@ 2018-09-09 11:10 ` Mohamed Dawod
  0 siblings, 0 replies; 8+ messages in thread
From: Mohamed Dawod @ 2018-09-09 11:10 UTC (permalink / raw)
  To: openembedded-core, openembedded-devel

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

Hello,

I want to know how to change the screen resolution using weston.ini file ?
How to generate this file and use it for my image?

Thanks,

-- 

Mohamed Dawod
Computer Engineering Department
Faculty of Engineering
Cairo University

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

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

* [openembedded][wayland][weston]: How to configure screen resolution
@ 2018-09-09 11:10 ` Mohamed Dawod
  0 siblings, 0 replies; 8+ messages in thread
From: Mohamed Dawod @ 2018-09-09 11:10 UTC (permalink / raw)
  To: openembedded-core, openembedded-devel

Hello,

I want to know how to change the screen resolution using weston.ini file ?
How to generate this file and use it for my image?

Thanks,

-- 

Mohamed Dawod
Computer Engineering Department
Faculty of Engineering
Cairo University


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

* Re: [oe] [openembedded][wayland][weston]: How to configure screen resolution
  2018-09-09 11:10 ` Mohamed Dawod
@ 2018-09-10  8:30   ` Leon Anavi
  -1 siblings, 0 replies; 8+ messages in thread
From: Leon Anavi @ 2018-09-10  8:30 UTC (permalink / raw)
  To: Mohamed Dawod, openembedded-core, openembedded-devel

Hi Mohamed,


On 9.09.2018 14:10, Mohamed Dawod wrote:
> Hello,
>
> I want to know how to change the screen resolution using weston.ini file ?

You can set the resolution size width and height in pixels with property
mode in the output section of weston.ini. For example:

[output]
mode=1680x1050

Please have a look at weston documentation for details.


> How to generate this file and use it for my image?

You can update or provide your version of weston.ini through a bbappend
file.

Best regards,
Leon

>
> Thanks,
>

-- 
Leon Anavi
Software Engineer
konsulko.com




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

* Re: [openembedded][wayland][weston]: How to configure screen resolution
@ 2018-09-10  8:30   ` Leon Anavi
  0 siblings, 0 replies; 8+ messages in thread
From: Leon Anavi @ 2018-09-10  8:30 UTC (permalink / raw)
  To: Mohamed Dawod, openembedded-core, openembedded-devel

Hi Mohamed,


On 9.09.2018 14:10, Mohamed Dawod wrote:
> Hello,
>
> I want to know how to change the screen resolution using weston.ini file ?

You can set the resolution size width and height in pixels with property
mode in the output section of weston.ini. For example:

[output]
mode=1680x1050

Please have a look at weston documentation for details.


> How to generate this file and use it for my image?

You can update or provide your version of weston.ini through a bbappend
file.

Best regards,
Leon

>
> Thanks,
>

-- 
Leon Anavi
Software Engineer
konsulko.com




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

* [oe] [openembedded][wayland][weston]: How to configure screen resolution
       [not found]   ` <CAGCTLNQF14iHMTvog5iTenWQiCvRkyGfJkN=fskfCDo=AE=7eg@mail.gmail.com>
@ 2018-09-11  9:02       ` Mohamed Dawod
  0 siblings, 0 replies; 8+ messages in thread
From: Mohamed Dawod @ 2018-09-11  9:02 UTC (permalink / raw)
  To: openembedded-core, openembedded-devel

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

---------- Forwarded message ---------
From: Mohamed Dawod <mhm.dawod@gmail.com>
Date: Mon, Sep 10, 2018 at 1:15 PM
Subject: Re: [oe] [openembedded][wayland][weston]: How to configure screen
resolution
To: <leon.anavi@konsulko.com>



I typed the following weston.ini and weston-init.bbappend file but no thing
change !!!!

--------------------------------------------------------------------------------------------------------------------------------
This is my weston.ini file :
===================
[core]
idle-time=0

[shell]
locking=false

[screensaver]
path=""

[output]
name=HDMI1
transform=0
mode=1920x1080
--------------------------------------------------------------------------------------------------------------------------------
and this is my weston-init.bbappend file :
===============================
DESCRIPTION = "Installation of weston.ini config file"
LICENSE = "CLOSED"

FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI_append = " file://weston.ini"

do_install_append() {
    WESTON_INI_CONFIG=${sysconfdir}/xdg/weston
#    WESTON_INI_CONFIG=/root/.conf
#    WESTON_INI_CONFIG=/.config
#    WESTON_INI_CONFIG=/run/user/root/weston
    install -d ${D}${WESTON_INI_CONFIG}
    install -m 0644 ${WORKDIR}/weston.ini ${D}${WESTON_INI_CONFIG}
}

PACKAGES += "${PN}-ini"
FILES_${PN}-ini = "${sysconfdir}/xdg"
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Thank you for your help,








On Mon, Sep 10, 2018 at 10:30 AM Leon Anavi <leon.anavi@konsulko.com> wrote:

> Hi Mohamed,
>
>
> On 9.09.2018 14:10, Mohamed Dawod wrote:
> > Hello,
> >
> > I want to know how to change the screen resolution using weston.ini file
> ?
>
> You can set the resolution size width and height in pixels with property
> mode in the output section of weston.ini. For example:
>
> [output]
> mode=1680x1050
>
> Please have a look at weston documentation for details.
>
>
> > How to generate this file and use it for my image?
>
> You can update or provide your version of weston.ini through a bbappend
> file.
>
> Best regards,
> Leon
>
> >
> > Thanks,
> >
>
> --
> Leon Anavi
> Software Engineer
> konsulko.com
>
>
>

-- 

Mohamed Dawod
Computer Engineering Department
Faculty of Engineering
Cairo University


-- 

Mohamed Dawod
Computer Engineering Department
Faculty of Engineering
Cairo University

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

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

* [openembedded][wayland][weston]: How to configure screen resolution
@ 2018-09-11  9:02       ` Mohamed Dawod
  0 siblings, 0 replies; 8+ messages in thread
From: Mohamed Dawod @ 2018-09-11  9:02 UTC (permalink / raw)
  To: openembedded-core, openembedded-devel

---------- Forwarded message ---------
From: Mohamed Dawod <mhm.dawod@gmail.com>
Date: Mon, Sep 10, 2018 at 1:15 PM
Subject: Re: [oe] [openembedded][wayland][weston]: How to configure screen
resolution
To: <leon.anavi@konsulko.com>



I typed the following weston.ini and weston-init.bbappend file but no thing
change !!!!

--------------------------------------------------------------------------------------------------------------------------------
This is my weston.ini file :
===================
[core]
idle-time=0

[shell]
locking=false

[screensaver]
path=""

[output]
name=HDMI1
transform=0
mode=1920x1080
--------------------------------------------------------------------------------------------------------------------------------
and this is my weston-init.bbappend file :
===============================
DESCRIPTION = "Installation of weston.ini config file"
LICENSE = "CLOSED"

FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
SRC_URI_append = " file://weston.ini"

do_install_append() {
    WESTON_INI_CONFIG=${sysconfdir}/xdg/weston
#    WESTON_INI_CONFIG=/root/.conf
#    WESTON_INI_CONFIG=/.config
#    WESTON_INI_CONFIG=/run/user/root/weston
    install -d ${D}${WESTON_INI_CONFIG}
    install -m 0644 ${WORKDIR}/weston.ini ${D}${WESTON_INI_CONFIG}
}

PACKAGES += "${PN}-ini"
FILES_${PN}-ini = "${sysconfdir}/xdg"
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Thank you for your help,








On Mon, Sep 10, 2018 at 10:30 AM Leon Anavi <leon.anavi@konsulko.com> wrote:

> Hi Mohamed,
>
>
> On 9.09.2018 14:10, Mohamed Dawod wrote:
> > Hello,
> >
> > I want to know how to change the screen resolution using weston.ini file
> ?
>
> You can set the resolution size width and height in pixels with property
> mode in the output section of weston.ini. For example:
>
> [output]
> mode=1680x1050
>
> Please have a look at weston documentation for details.
>
>
> > How to generate this file and use it for my image?
>
> You can update or provide your version of weston.ini through a bbappend
> file.
>
> Best regards,
> Leon
>
> >
> > Thanks,
> >
>
> --
> Leon Anavi
> Software Engineer
> konsulko.com
>
>
>

-- 

Mohamed Dawod
Computer Engineering Department
Faculty of Engineering
Cairo University


-- 

Mohamed Dawod
Computer Engineering Department
Faculty of Engineering
Cairo University


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

* Re: [oe] Fwd: [openembedded][wayland][weston]: How to configure screen resolution
  2018-09-11  9:02       ` Mohamed Dawod
@ 2018-09-11 22:58         ` Stefan Agner
  -1 siblings, 0 replies; 8+ messages in thread
From: Stefan Agner @ 2018-09-11 22:58 UTC (permalink / raw)
  To: Mohamed Dawod; +Cc: openembedded-devel, openembedded-core

I think weston is using KMS connector names.

Try HDMI-A-1.

Otherwise, running weston with --log=weston.log will produce a helpful
logfile.

--
Stefan

On 11.09.2018 02:02, Mohamed Dawod wrote:
> ---------- Forwarded message ---------
> From: Mohamed Dawod <mhm.dawod@gmail.com>
> Date: Mon, Sep 10, 2018 at 1:15 PM
> Subject: Re: [oe] [openembedded][wayland][weston]: How to configure screen
> resolution
> To: <leon.anavi@konsulko.com>
> 
> 
> 
> I typed the following weston.ini and weston-init.bbappend file but no thing
> change !!!!
> 
> --------------------------------------------------------------------------------------------------------------------------------
> This is my weston.ini file :
> ===================
> [core]
> idle-time=0
> 
> [shell]
> locking=false
> 
> [screensaver]
> path=""
> 
> [output]
> name=HDMI1
> transform=0
> mode=1920x1080
> --------------------------------------------------------------------------------------------------------------------------------
> and this is my weston-init.bbappend file :
> ===============================
> DESCRIPTION = "Installation of weston.ini config file"
> LICENSE = "CLOSED"
> 
> FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
> SRC_URI_append = " file://weston.ini"
> 
> do_install_append() {
>     WESTON_INI_CONFIG=${sysconfdir}/xdg/weston
> #    WESTON_INI_CONFIG=/root/.conf
> #    WESTON_INI_CONFIG=/.config
> #    WESTON_INI_CONFIG=/run/user/root/weston
>     install -d ${D}${WESTON_INI_CONFIG}
>     install -m 0644 ${WORKDIR}/weston.ini ${D}${WESTON_INI_CONFIG}
> }
> 
> PACKAGES += "${PN}-ini"
> FILES_${PN}-ini = "${sysconfdir}/xdg"
> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 
> Thank you for your help,
> 
> 
> 
> 
> 
> 
> 
> 
> On Mon, Sep 10, 2018 at 10:30 AM Leon Anavi <leon.anavi@konsulko.com> wrote:
> 
>> Hi Mohamed,
>>
>>
>> On 9.09.2018 14:10, Mohamed Dawod wrote:
>> > Hello,
>> >
>> > I want to know how to change the screen resolution using weston.ini file
>> ?
>>
>> You can set the resolution size width and height in pixels with property
>> mode in the output section of weston.ini. For example:
>>
>> [output]
>> mode=1680x1050
>>
>> Please have a look at weston documentation for details.
>>
>>
>> > How to generate this file and use it for my image?
>>
>> You can update or provide your version of weston.ini through a bbappend
>> file.
>>
>> Best regards,
>> Leon
>>
>> >
>> > Thanks,
>> >
>>
>> --
>> Leon Anavi
>> Software Engineer
>> konsulko.com
>>
>>
>>
> 
> -- 
> 
> Mohamed Dawod
> Computer Engineering Department
> Faculty of Engineering
> Cairo University
> 
> 
> -- 
> 
> Mohamed Dawod
> Computer Engineering Department
> Faculty of Engineering
> Cairo University


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

* Re: [openembedded][wayland][weston]: How to configure screen resolution
@ 2018-09-11 22:58         ` Stefan Agner
  0 siblings, 0 replies; 8+ messages in thread
From: Stefan Agner @ 2018-09-11 22:58 UTC (permalink / raw)
  To: Mohamed Dawod; +Cc: openembedded-devel, openembedded-core

I think weston is using KMS connector names.

Try HDMI-A-1.

Otherwise, running weston with --log=weston.log will produce a helpful
logfile.

--
Stefan

On 11.09.2018 02:02, Mohamed Dawod wrote:
> ---------- Forwarded message ---------
> From: Mohamed Dawod <mhm.dawod@gmail.com>
> Date: Mon, Sep 10, 2018 at 1:15 PM
> Subject: Re: [oe] [openembedded][wayland][weston]: How to configure screen
> resolution
> To: <leon.anavi@konsulko.com>
> 
> 
> 
> I typed the following weston.ini and weston-init.bbappend file but no thing
> change !!!!
> 
> --------------------------------------------------------------------------------------------------------------------------------
> This is my weston.ini file :
> ===================
> [core]
> idle-time=0
> 
> [shell]
> locking=false
> 
> [screensaver]
> path=""
> 
> [output]
> name=HDMI1
> transform=0
> mode=1920x1080
> --------------------------------------------------------------------------------------------------------------------------------
> and this is my weston-init.bbappend file :
> ===============================
> DESCRIPTION = "Installation of weston.ini config file"
> LICENSE = "CLOSED"
> 
> FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
> SRC_URI_append = " file://weston.ini"
> 
> do_install_append() {
>     WESTON_INI_CONFIG=${sysconfdir}/xdg/weston
> #    WESTON_INI_CONFIG=/root/.conf
> #    WESTON_INI_CONFIG=/.config
> #    WESTON_INI_CONFIG=/run/user/root/weston
>     install -d ${D}${WESTON_INI_CONFIG}
>     install -m 0644 ${WORKDIR}/weston.ini ${D}${WESTON_INI_CONFIG}
> }
> 
> PACKAGES += "${PN}-ini"
> FILES_${PN}-ini = "${sysconfdir}/xdg"
> -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
> 
> Thank you for your help,
> 
> 
> 
> 
> 
> 
> 
> 
> On Mon, Sep 10, 2018 at 10:30 AM Leon Anavi <leon.anavi@konsulko.com> wrote:
> 
>> Hi Mohamed,
>>
>>
>> On 9.09.2018 14:10, Mohamed Dawod wrote:
>> > Hello,
>> >
>> > I want to know how to change the screen resolution using weston.ini file
>> ?
>>
>> You can set the resolution size width and height in pixels with property
>> mode in the output section of weston.ini. For example:
>>
>> [output]
>> mode=1680x1050
>>
>> Please have a look at weston documentation for details.
>>
>>
>> > How to generate this file and use it for my image?
>>
>> You can update or provide your version of weston.ini through a bbappend
>> file.
>>
>> Best regards,
>> Leon
>>
>> >
>> > Thanks,
>> >
>>
>> --
>> Leon Anavi
>> Software Engineer
>> konsulko.com
>>
>>
>>
> 
> -- 
> 
> Mohamed Dawod
> Computer Engineering Department
> Faculty of Engineering
> Cairo University
> 
> 
> -- 
> 
> Mohamed Dawod
> Computer Engineering Department
> Faculty of Engineering
> Cairo University


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

end of thread, other threads:[~2018-09-11 23:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-09 11:10 [openembedded][wayland][weston]: How to configure screen resolution Mohamed Dawod
2018-09-09 11:10 ` Mohamed Dawod
2018-09-10  8:30 ` [oe] " Leon Anavi
2018-09-10  8:30   ` Leon Anavi
     [not found]   ` <CAGCTLNQF14iHMTvog5iTenWQiCvRkyGfJkN=fskfCDo=AE=7eg@mail.gmail.com>
2018-09-11  9:02     ` [oe] " Mohamed Dawod
2018-09-11  9:02       ` Mohamed Dawod
2018-09-11 22:58       ` [oe] Fwd: " Stefan Agner
2018-09-11 22:58         ` Stefan Agner

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.