Fw: Xt / Motif C++ application hangs in the XtDispatchEvent call

2016-12-12 Thread Subrata Dasgupta
Hope fully this should be posted on xorg@lists.x.org so that all can see.. Sorry I missed to post there.. Note: Forwarded message attached -- Original Message -- From: "Subrata Dasgupta"subrata_u...@rediffmail.com To: wha...@bfs.de,thomas.luebk...@gmx.de,alan.coopersm...@oracle.com Subject: Re:

How to avoid this Xvfb error: ES2 Prism: Error - GLX extension is not supported

2016-12-12 Thread Long Vu
Hi, We use Xvfb to avoid having to run an X server on our build machine. We got this error with Xvfb that we do not have when we were running a real VNC server just to provide X. ES2 Prism: Error - GLX extension is not supported GLX version 1.3 or higher is required Xlib: extension "RANDR" m

Re: How to avoid this Xvfb error: ES2 Prism: Error - GLX extension is not supported

2016-12-12 Thread Adam Jackson
On Fri, 2016-12-09 at 14:09 -0500, Long Vu wrote: > Hi, > > We use Xvfb to avoid having to run an X server on our build machine. > > We got this error with Xvfb that we do not have when we were running a > real VNC server just to provide X. > > ES2 Prism: Error - GLX extension is not supported >

Re: Fw: Xt / Motif C++ application hangs in the XtDispatchEvent call

2016-12-12 Thread Paul Vojta
On Mon, Dec 12, 2016 at 08:15:14AM -, Subrata Dasgupta wrote: > Hope fully this should be posted on xorg@lists.x.org so that all can see.. > Sorry I missed to post there.. > > Note: Forwarded message attached > > -- Original Message -- > > From: "Subrata Dasgupta"subrata_u...@rediffmail.com

Re: How to avoid this Xvfb error: ES2 Prism: Error - GLX extension is not supported

2016-12-12 Thread Long Vu
On Mon, Dec 12, 2016 at 11:15 AM, Adam Jackson wrote: > On Fri, 2016-12-09 at 14:09 -0500, Long Vu wrote: >> Hi, >> >> We use Xvfb to avoid having to run an X server on our build machine. >> >> We got this error with Xvfb that we do not have when we were running a >> real VNC server just to provid

Re: How to avoid this Xvfb error: ES2 Prism: Error - GLX extension is not supported

2016-12-12 Thread Long Vu
On Mon, Dec 12, 2016 at 12:08 PM, Long Vu wrote: > On Mon, Dec 12, 2016 at 11:15 AM, Adam Jackson wrote: >> On Fri, 2016-12-09 at 14:09 -0500, Long Vu wrote: >>> Hi, >>> >>> We use Xvfb to avoid having to run an X server on our build machine. >>> >>> We got this error with Xvfb that we do not hav

Re: How to avoid this Xvfb error: ES2 Prism: Error - GLX extension is not supported

2016-12-12 Thread Adam Jackson
On Mon, 2016-12-12 at 12:13 -0500, Long Vu wrote: > Would it be this xvfb-run option ? > > -s ARGS   --server-args=ARGSarguments (other than server number and > "-nolisten tcp") to pass to the Xvfb > server > (defaul

Re: How to avoid this Xvfb error: ES2 Prism: Error - GLX extension is not supported

2016-12-12 Thread Long Vu
On Mon, Dec 12, 2016 at 12:20 PM, Adam Jackson wrote: > On Mon, 2016-12-12 at 12:13 -0500, Long Vu wrote: > >> Would it be this xvfb-run option ? >> >> -s ARGS --server-args=ARGSarguments (other than server number and >> "-nolisten tcp") to pass to the

Re: How to avoid this Xvfb error: ES2 Prism: Error - GLX extension is not supported

2016-12-12 Thread Long Vu
On Mon, Dec 12, 2016 at 1:06 PM, Long Vu wrote: > On Mon, Dec 12, 2016 at 12:20 PM, Adam Jackson wrote: >> On Mon, 2016-12-12 at 12:13 -0500, Long Vu wrote: >> >>> Would it be this xvfb-run option ? >>> >>> -s ARGS --server-args=ARGSarguments (other than server number and >>>

Re: How to avoid this Xvfb error: ES2 Prism: Error - GLX extension is not supported

2016-12-12 Thread Antoine Martin
On 12/12/16 19:51, Long Vu wrote: > On Mon, Dec 12, 2016 at 1:06 PM, Long Vu wrote: >> On Mon, Dec 12, 2016 at 12:20 PM, Adam Jackson wrote: >>> On Mon, 2016-12-12 at 12:13 -0500, Long Vu wrote: >>> Would it be this xvfb-run option ? -s ARGS --server-args=ARGSarguments (o

Re: How to avoid this Xvfb error: ES2 Prism: Error - GLX extension is not supported

2016-12-12 Thread Eric Gunther
On Mon, 2016-12-12 at 13:51 -0500, Long Vu wrote: > On Mon, Dec 12, 2016 at 1:06 PM, Long Vu > wrote: > > On Mon, Dec 12, 2016 at 12:20 PM, Adam Jackson > > wrote: > > > On Mon, 2016-12-12 at 12:13 -0500, Long Vu wrote: > > > > > > > Would it be this xvfb-run option ? > > > > > > > > -s ARGS

Re: How to avoid this Xvfb error: ES2 Prism: Error - GLX extension is not supported

2016-12-12 Thread Roland Mainz
On Mon, Dec 12, 2016 at 8:27 PM, Antoine Martin wrote: > On 12/12/16 19:51, Long Vu wrote: >> On Mon, Dec 12, 2016 at 1:06 PM, Long Vu wrote: >>> On Mon, Dec 12, 2016 at 12:20 PM, Adam Jackson wrote: On Mon, 2016-12-12 at 12:13 -0500, Long Vu wrote: > Would it be this xvfb-run opti

Re: How to avoid this Xvfb error: ES2 Prism: Error - GLX extension is not supported

2016-12-12 Thread Long Vu
On Mon, Dec 12, 2016 at 2:34 PM, Eric Gunther wrote: > On Mon, 2016-12-12 at 13:51 -0500, Long Vu wrote: > > I don't know if this will help, but previously adam had said: > >> How are you launching Xvfb? I believe it defaults to 8bpp, but GLX > only >> works at 16 or 32bpp. > > which I think you h

Re: How to avoid this Xvfb error: ES2 Prism: Error - GLX extension is not supported

2016-12-12 Thread Antoine Martin
On 12/12/16 20:37, Roland Mainz wrote: > On Mon, Dec 12, 2016 at 8:27 PM, Antoine Martin wrote: >> On 12/12/16 19:51, Long Vu wrote: >>> On Mon, Dec 12, 2016 at 1:06 PM, Long Vu wrote: On Mon, Dec 12, 2016 at 12:20 PM, Adam Jackson wrote: > On Mon, 2016-12-12 at 12:13 -0500, Long Vu wro

Re: How to avoid this Xvfb error: ES2 Prism: Error - GLX extension is not supported

2016-12-12 Thread Eric Gunther
On Mon, 2016-12-12 at 14:39 -0500, Long Vu wrote: > On Mon, Dec 12, 2016 at 2:34 PM, Eric Gunther > wrote: > > On Mon, 2016-12-12 at 13:51 -0500, Long Vu wrote: > > > > I don't know if this will help, but previously adam had said: > > > > > How are you launching Xvfb? I believe it defaults to 8b

Re: Multiplexing general windows similar to terminator

2016-12-12 Thread Mihai Darius
Hi, It's been a while now, and deciding was hard (basically had other stuff on my mind lately), but I think I'll have some red pills. Probably will need more than one so they can act fast.If you could recommend some good documentation, it would be great! I will most likely not be able to start d

[ANNOUNCE] xf86-video-geode 2.11.19

2016-12-12 Thread Martin-Éric Racine
Adam Jackson (1): Adapt Block/WakeupHandler signature for ABI 23 Martin-Éric Racine (1): Geode 2.11.19 git tag: xf86-video-geode-2.11.19 https://xorg.freedesktop.org/archive/individual/driver/xf86-video-geode-2.11.19.tar.bz2 MD5: 015f7111e41441324be2decca3bdb389 xf86-video-geode-2.

Re: Multiplexing general windows similar to terminator

2016-12-12 Thread xorg@lists.x.org
I believe fluxbox has had tabbed windows for quite some time, and in i3 you can also put multiple windows in the same tile and tab between them. Maybe those could help you get what you want? Best, - Timo ___ xorg@lists.x.org: X.Org support Archives: ht