Or should I just send you this?
root@RichCookHomeMac (bin ): diff -u startx.orig startx
--- startx.orig 2016-05-28 07:46:39.000000000 -0700
+++ startx 2016-05-28 07:45:32.000000000 -0700
@@ -80,6 +80,12 @@
defaults write $X11_PREFS_DOMAIN nolisten_tcp -bool true
fi
+# To enable IGLX (remote openGL rendering, then do this on the command line:
+# defaults write org.macosforge.xquartz.X11 enable_iglx -bool true
+if ! defaults read $X11_PREFS_DOMAIN enable_iglx > /dev/null 2>&1 ; then
+ defaults write $X11_PREFS_DOMAIN enable_iglx -bool false
+fi
+
# First, start caching fonts
if [ x`defaults read $X11_PREFS_DOMAIN cache_fonts` = x1 ] ; then
if [ -x $bindir/font_cache ] ; then
@@ -107,6 +113,10 @@
defaultserverargs="$defaultserverargs -nolisten tcp"
fi
+if [ x`defaults read $X11_PREFS_DOMAIN enable_iglx` = x1 ] ; then
+ defaultserverargs="$defaultserverargs +iglx"
+fi
+
# The second check is the real one. The first is to hopefully avoid
# needless syslog spamming.
> On May 28, 2016, at 7:45 AM, Rich Cook <[email protected]> wrote:
>
> It works.
> Is there a repo I can do a pull request to?
> -- Rich
>
>> On May 28, 2016, at 7:00 AM, Rich Cook <[email protected]> wrote:
>>
>> Sorry to make yourself feel as if you need to repeat yourself. I'll try to
>> test 2.7.9 and +iglx and see what happens.
>>
>>> On May 28, 2016, at 12:27 AM, Jeremy Huddleston Sequoia
>>> <[email protected]> wrote:
>>>
>>> Yes, that is exactly what I said a few hours prior in multiple other
>>> threads on both this list and your thread on xorg. As I mentioned already,
>>> if that works out for you, please file a bug report for it to get updated
>>> in a future version.
>>>
>>>
>>>> On May 27, 2016, at 21:11, Rich Cook <[email protected]> wrote:
>>>>
>>>> Actually, it turns out that IGLX is still in XOrg. XQuartz could enable
>>>> it by modifying the startx script to start with the correct options.
>>>> -- Rich
>>>>
>>>>> On May 27, 2016, at 8:48 AM, Brandon Allbery <[email protected]> wrote:
>>>>>
>>>>> As noted previously, you need to sound off on the x.org mailing list
>>>>> (http://lists.x.org/mailman/listinfo/xorg), not the XQuartz list. XQuartz
>>>>> has little (if any) say in X.Org deprecating or removing features; it's
>>>>> just a port.
>>>>>
>>>>> On Fri, May 27, 2016 at 11:38 AM, John Allison <[email protected]>
>>>>> wrote:
>>>>> I need GLX in my work - radiation modelling in particle physics, nuclear
>>>>> physics, medicine (radiation therapy) and spacecraft design. Radiation
>>>>> modelling takes lots of remote CPU and we display results locally via X11
>>>>> with GLX using relatively low bandwidth.
>>>>>
>>>>> John Allison
>>>>> [email protected]
>>>>>
>>>>>
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> Do not post admin requests to the list. They will be ignored.
>>>>> X11-users mailing list ([email protected])
>>>>> Help/Unsubscribe/Update your Subscription:
>>>>> https://lists.apple.com/mailman/options/x11-users/allbery.b%40gmail.com
>>>>>
>>>>> This email sent to [email protected]
>>>>>
>>>>>
>>>>>
>>>>> --
>>>>> brandon s allbery kf8nh sine nomine
>>>>> associates
>>>>> [email protected]
>>>>> [email protected]
>>>>> unix, openafs, kerberos, infrastructure, xmonad
>>>>> http://sinenomine.net
>>>>> _______________________________________________
>>>>> Do not post admin requests to the list. They will be ignored.
>>>>> X11-users mailing list ([email protected])
>>>>> Help/Unsubscribe/Update your Subscription:
>>>>> https://lists.apple.com/mailman/options/x11-users/wealthychef%40gmail.com
>>>>>
>>>>> This email sent to [email protected]
>>>>
>>>> —————
>>>> Cheers from Rich Cook
>>>> ===============================
>>>> Success is the ability to go from one failure to the next with no loss of
>>>> enthusiasm. --Winston Churchill
>>>>
>>>> _______________________________________________
>>>> Do not post admin requests to the list. They will be ignored.
>>>> X11-users mailing list ([email protected])
>>>> Help/Unsubscribe/Update your Subscription:
>>>> https://lists.apple.com/mailman/options/x11-users/jeremyhu%40freedesktop.org
>>>>
>>>> This email sent to [email protected]
>>>
>>
>> —————
>> Cheers from Rich Cook
>> ===============================
>> Success is the ability to go from one failure to the next with no loss of
>> enthusiasm. --Winston Churchill
>>
>
> —————
> Cheers from Rich Cook
> ===============================
> Success is the ability to go from one failure to the next with no loss of
> enthusiasm. --Winston Churchill
>
—————
Cheers from Rich Cook
===============================
Success is the ability to go from one failure to the next with no loss of
enthusiasm. --Winston Churchill
_______________________________________________
Do not post admin requests to the list. They will be ignored.
X11-users mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/x11-users/archive%40mail-archive.com
This email sent to [email protected]