<?xml version="1.0"?>
<rss version="2.0">
	<channel>
		<title>XWayland continued again ... since the threads close automatically</title>
		<link>http://www.allegro.cc/forums/view/618871</link>
		<description>Allegro.cc Forum Thread</description>
		<webMaster>matthew@allegro.cc (Matthew Leverton)</webMaster>
		<lastBuildDate>Fri, 01 Dec 2023 22:25:09 +0000</lastBuildDate>
	</channel>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>** What is up with this site/forum..? It&#39;s so slow..... **</p><p>XWAYLAND on imx8 ARM -</p><p>Allegro 5.2.8.0 with SDL2-2.28.4 works (mostly)<br />Cannot (so far) get dialogs to work (I don&#39;t need them) but may look into that soon.<br />Maybe a GTK/GDK-3 thing that wasn&#39;t picked up during cmake..</p><p>Some Allegro examples don&#39;t run, a quick look eg ex_camera, there&#39;s an issue with requesting more than 4 for ALLEGRO_SAMPLES even if SUGGEST is set.</p><p>Other examples SEGFAULT - but that may be to do with dialog boxes, <br />eg ex_blend2, ex_color, ex_mouse, ex_record..</p><p>Happy days - apart from my dog had to be pts on Monday <img src="http://www.allegro.cc/forums/smileys/sad.gif" alt=":(" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Kev Callahan)</author>
		<pubDate>Fri, 10 Nov 2023 20:59:48 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>GTK3 is necessary for the native dialog addon on Linux.</p><p>sorry about your doggo <img src="http://www.allegro.cc/forums/smileys/cry.gif" alt=":&#39;(" />
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Fri, 10 Nov 2023 21:16:25 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>The site needs an overhaul. However, the cost out weighs the benefits. We&#39;ve been meeting on IRC and/or <a href="https://discord.gg/MfQCgwQz">Discord</a> if you would like to chat.</p><p>It&#39;s been 12 years since we had to put down my baby. She was a gift to my wife, but she was <b>my</b> baby. Kids want to get another, but do I want to go through that again? Maybe.</p><p><span class="remote-thumbnail"><span class="json">{"name":"613366","src":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/4\/a\/4a51414a7ca45b48c1e2c8619a67f271.png","w":403,"h":604,"tn":"\/\/djungxnpq2nug.cloudfront.net\/image\/cache\/4\/a\/4a51414a7ca45b48c1e2c8619a67f271"}</span><img src="http://www.allegro.cc//djungxnpq2nug.cloudfront.net/image/cache/4/a/4a51414a7ca45b48c1e2c8619a67f271-240.jpg" alt="613366" width="240" height="359" /></span>
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (DanielH)</author>
		<pubDate>Fri, 10 Nov 2023 23:48:43 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Thanks for that - yeah a major loss to our family - really can&#39;t see us going through it again but the house is so empty... maybe one day - I&#39;m not far off (early) retirement so will see then I guess.</p><p>Ah GTK3 - I thought it may be along the lines of that - maybe I will take a look but at the moment all seems good.<br />Was running my program under weston and it was using the wayland driver..<br />I just did a cut-down yocto build without westo and once I&#39;d copied across the libs I was missing, my program usesthe &#39;vivante&#39; driver - guess wayland was just sitting above it not doing much...?</p><p>Is there likely to be anyone in the future porting what&#39;s needed from SDL2 for xwayland support to Allegro 5?<br />Not sure if I have the required expertise for such an endeavour and whether it&#39;s ethical.</p><p>Mmm.. I appear to have gtk3 - is there any way of seeing why the addon isn&#39;t built?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Kev Callahan)</author>
		<pubDate>Tue, 14 Nov 2023 16:35:27 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Hey Kev,</p><p>I think you also need gtk3-devel . gtk3 is just the runtime. You need the development headers too.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Sat, 25 Nov 2023 23:20:10 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Cheers for the reply ER -</p><p>On Discord I think it was stated that as I&#39;m using -DALLEGRO_SDL that native dialogs won&#39;t work..?</p><p>Seems to me that A5 may need EGL support rather than OPENGL to do this a bit cleaner, but I&#39;m not an expert in this area by any means(!)
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Kev Callahan)</author>
		<pubDate>Thu, 30 Nov 2023 19:31:40 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Well, I tried. Hope this Wayland thing works out for you. Has X11 been deprecated somehow?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Thu, 30 Nov 2023 23:14:22 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p><img src="http://www.allegro.cc/forums/smileys/cheesy.gif" alt=";D" border="0" />, yes thanks very much</p><p>yes on the NXP ARM processors, X11 is no longer supported (imx8 onwards) so I&#39;m having to use WAYLAND and the SDL bits to open a canvas for it..</p><p>I guess maybe my problem more relates to the lack of EGL support though - <br />I think that&#39;s where I&#39;m at at the moment anyway but as I say, I&#39;m not au fait with all this in any way.
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Kev Callahan)</author>
		<pubDate>Fri, 01 Dec 2023 20:34:23 +0000</pubDate>
	</item>
	<item>
		<description><![CDATA[<div class="mockup v2"><p>Does this affect all linux distros? Or just specialized boards like the ARM?
</p></div>]]>
		</description>
		<author>no-reply@allegro.cc (Edgar Reynaldo)</author>
		<pubDate>Fri, 01 Dec 2023 22:25:09 +0000</pubDate>
	</item>
</rss>
