[oe] [openembedded][wayland][weston]

2018-09-11 Thread Mohamed Dawod
Hi, I need to change the screen resolution of weston in my new custom image. I used weston.ini file and installed it to the image in the path "/etc/xdg/weston" and i also installed the file to this path "/home/root/.config" This way worked well with Jethro release of openembedded but with sumo rel

[oe] [openembedded][wayland][weston]: How to configure screen resolution

2018-09-09 Thread Mohamed Dawod
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 -- ___ Openembedded

Re: [oe] [openembedded][wayland][weston]: How to configure screen resolution

2018-09-10 Thread Leon Anavi
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 P