Re: [Mesa-dev] XDC 2021: Registration & Call for Proposals now open!
Kind reminder. Deadline is Sunday, 4 July 2021 :-) Sam On Thu, 2021-05-20 at 10:01 +, Szwichtenberg, Radoslaw wrote: > Hello! > > Registration & Call for Proposals are now open for XDC 2021, which > will > take place on September 15-17, 2021. This year we will repeat as > virtual event. > > https://indico.freedesktop.org/event/1/ > > As usual, the conference is free of charge and open to the general > public. If you plan on attending, please make sure to register as > early > as possible! > > In order to register as attendee, you will therefore need to register > via the XDC website. As XDC moved to a new Indico infrastructure, if > you previously registered on the XDC website, you need to create a > new > account again. > > https://indico.freedesktop.org/event/1/registrations/1/ > > In addition to registration, the CfP is now open for talks, workshops > and demos at XDC 2021. While any serious proposal will be gratefully > considered, topics of interest to X.Org and freedesktop.org > developers > are encouraged. The program focus is on new development, ongoing > challenges and anything else that will spark discussions among > attendees in the hallway track. > > We are open to talks across all layers of the graphics stack, from > the > kernel to desktop environments / graphical applications and about how > to make things better for the developers who build them. Head to the > CfP page to learn more: > > https://indico.freedesktop.org/event/1/abstracts/ > > The deadline for submissions is Sunday, 4 July 2021. > > Last year we modified our Reimbursement Policy to accept speaker > expenses for X.Org virtual events like XDC 2021. Check it out here: > > https://www.x.org/wiki/XorgFoundation/Policies/Reimbursement/ > > If you have any questions, please send me an email to > radoslaw.szwichtenb...@intel.com, adding on CC the X.org board > (board > at foundation.x.org). > > And don't forget, you can follow us on Twitter for all the latest > updates and to stay connected: > > > https://twitter.com/XOrgDevConf > > Best, > > Radek > > P.S: a DNS redirection (xdc2021.x.org) is work in progress. Please > use > the mentioned links for the moment. > > > Radosław Szwichtenberg > - > Intel Technology Poland sp. z o.o. > ul. Slowackiego 173, 80-298 Gdansk > KRS 101882 - NIP 957-07-52-316 > > ___ > mesa-dev mailing list > mesa-...@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/mesa-dev signature.asc Description: This is a digitally signed message part ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/wayland-devel
weston drm option "--connector" in previous version
Hello, I want to output weston to specific display. So I searched about Weston option. I found "--connector" option. This option configures specific display for output However, I checked the mailing list that said would remove the "--connector" option from the previous version of Weston. So, is there no option to output to a specific display among many displays in the Weston 8.0.0 that I am currently using? (Is this the part that needs code modification?) RyunHyeon Kim (김륜현) R&D Center / Multimedia Group / Media HAL Team / Manager rh.kim@telechips.com T +82-2-3443-6792 (ext.1087) M +82-10-2927-4323 Telechips, Inc. 19~23F, Luther Bldg. 42 Olympic-ro 35da-gil, Songpa-gu, Seoul, 05510, Korea Website : www.telechips.com Facebook : facebook.com/telechips.inc LinkedIn : linkedin.com/company/telechips-inc YouTube : youtube.com/user/TelechipsInc/Video This email and any attachments to it may be confidential and are intended solely for the use of the individual to whom it is addressed. Any views or opinions expressed are solely those of the author and do not necessarily represent those of Telechips Inc. If you are not the intended recipient of this email, you must neither take any action based upon its contents, nor copy or show it to anyone. Please notify the sender immediately by e-mail if you have received this e-mail by mistake and delete this e-mail from your system. Would you consider the environment before printing this email? ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/wayland-devel
Re: weston drm option "--connector" in previous version
Hi RyunHyeon, On Tue, 8 Jun 2021 at 11:55, 김륜현 (RH Kim) wrote: > Hello, I want to output weston to specific display. So I searched about > Weston option. > > > I found "--connector" option. > > This option configures specific display for output > > > However, I checked the mailing list that said would remove the > "--connector" option from the previous version of Weston. > > > So, is there no option to output to a specific display among many displays > in the Weston 8.0.0 that I am currently using? (Is this the part that needs > code modification?) > You should instead configure this through weston.ini, for example: [output] name=HDMI-A-1 mode=1920x1080 [output] name=eDP-1 mode=off You can find more details with 'man weston.ini'. Cheers, Daniel ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/wayland-devel