Ryan Young

Results 75 comments of Ryan Young

Added PRIMUS_libGL=${PRIMUS_libGL}:'/usr/$LIB/catalystpxp' No difference.

Done. - [ld1.txt](http://sprunge.us/Afeb) - [ld2.txt](http://sprunge.us/VDTL) (ends in a segmentation fault)

No difference. Here is the LD_DEBUG output, if it helps. http://sprunge.us/iXhA

Unfortunately, it's not very useful... (gdb) bt #0 0x0000000000403a0a in ?? () #1 0x00000000004016e3 in ?? () #2 0x00007ffff74c7a15 in __libc_start_main () from /usr/lib/libc.so.6 #3 0x0000000000401ed9 in ?? ()

My version of optirun lacks the bridge option (-b). Here is the [LD_DEBUG log](https://user.iter.org/filesharing/Download.aspx?uid=1965717b-1d2c-4155-a363-f102c7a5502b&filename=ld_debug.txt.bz2). File size warning - 9.8 MiB.

Apologize for my absence - had to be out of town for several days. Here is the gdb output of glxinfo 8.1.0 with debugging symbols: http://sprunge.us/IbIY It seems the problem...

Dual monitors is also my motivation for using Bumblebee with fglrx + Intel. I don't know if it's just the way the HDMI port is wired on this laptop, but...

Yes, it's a lot of information to take in at once. Let's see if I can help. mailrise.conf is based on the [Apprise YAML format](https://github.com/caronc/apprise/wiki/config_yaml). It is a hierarchy of...

> I assume you also need a local DNS entry for mailrise.xyz to direct to the host running the container? I didn't see that anywhere in the documentation. Nope, you...

You want the top-level `configs` key to be a dictionary itself, so your syntax should be: ```yaml configs: [email protected]: urls: - discord://webhookid/webhooktoken/ ``` If you're not familiar with YAML, you...