Re: Corrupted XImage retrieved from a Window area

2016-07-31 Thread The Rasterman
olly > contained within the outside edges of the window, or a BadMatch error results. > > Cheers, > Thomas > ___ > xorg@lists.x.org: X.Org support > Archives: http://lists.freedesktop.org/archives/xorg &

Re: PutImage vs BackgroundPixmap (was Re: Open Shared Memory and Render Pictures)

2016-08-06 Thread The Rasterman
rchives: http://lists.freedesktop.org/archives/xorg > Info: https://lists.x.org/mailman/listinfo/xorg > Your subscription address: %(user_address)s -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com ___

Re: PutImage vs BackgroundPixmap (was Re: Open Shared Memory and Render Pictures)

2016-08-07 Thread The Rasterman
low. > @Michael, try resizing xterm. If that's slow, there's a problem in the > mechanism. If not, it's just the client. > > Cheers, > Thomas > -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler

Re: PutImage vs BackgroundPixmap (was Re: Open Shared Memory and Render Pictures)

2016-08-07 Thread The Rasterman
you for the > property and xsync hints! > > ___ > xorg@lists.x.org: X.Org support > Archives: http://lists.freedesktop.org/archives/xorg > Info: https://lists.x.org/mailman/listinfo/xorg > Your subscription address: %(user_address)s -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com ___ xorg@lists.x.org: X.Org support Archives: http://lists.freedesktop.org/archives/xorg Info: https://lists.x.org/mailman/listinfo/xorg Your subscription address: %(user_address)s

Re: PutImage vs BackgroundPixmap (was Re: Open Shared Memory and Render Pictures)

2016-08-07 Thread The Rasterman
gurations (covered by texture > scales in the compositor rather than in the client) - prone to cause > some sea-sickness, though ;-) yeah. tried that too. that was just too horrible to even contemplate shipping at all. my god was it bad with EVERY client and its content. > Cheers, > Thoma

Re: Multiplexing general windows similar to terminator

2016-11-13 Thread The Rasterman
ou stay in window manager land, and i show you how deep the rabbit hole goes. -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com ___ xorg@lists.x.org: X.Org

Re: Question about X on the arm's.

2016-11-21 Thread The Rasterman
___ > xorg@lists.x.org: X.Org support > Archives: http://lists.freedesktop.org/archives/xorg > Info: https://lists.x.org/mailman/listinfo/xorg > Your subscription address: %(user_address)s -- - Codito, ergo sum - "I code, therefore I am" -

Re: Question about X on the arm's.

2016-11-28 Thread The Rasterman
to do the heavy lifting... the first will eat up bandwidth like there is no tomorrow, and the second will mean clients can't run at all as direct rendering requires you be on the same machine with your client and gpu as the x server, indirect (glx indirect) does exist... but it has been p

Re: Question about X on the arm's.

2016-11-28 Thread The Rasterman
uptodate docs & tuts. > > Thanks Alan, I appreciate the candor. > > Cheers, Gene Heskett > -- > "There are four boxes to be used in defense of liberty: > soap, ballot, jury, and ammo. Please use in that order." > -Ed Howdershelt (Author) > Genes Web page <http://geneslinuxbox.net

Re: Question about X on the arm's.

2016-11-28 Thread The Rasterman
On Tue, 29 Nov 2016 09:43:54 +0700 Antoine Martin said: > On 29/11/16 07:57, Carsten Haitzler (The Rasterman) wrote: > > On Mon, 28 Nov 2016 17:03:17 -0500 Gene Heskett said: > > > >> On Monday 28 November 2016 13:12:03 Alan Coopersmith wrote: > >> > &g

Re: Question about X on the arm's.

2016-11-29 Thread The Rasterman
On Tue, 29 Nov 2016 10:58:37 +0700 Antoine Martin said: > On 29/11/16 10:28, Carsten Haitzler (The Rasterman) wrote: > > On Tue, 29 Nov 2016 09:43:54 +0700 Antoine Martin > > said: > > > >> On 29/11/16 07:57, Carsten Haitzler (The Rasterman) wrote: > >>&g

Re: Question about X on the arm's.

2016-11-29 Thread The Rasterman
On Tue, 29 Nov 2016 01:04:23 -0500 Gene Heskett said: > On Monday 28 November 2016 22:58:37 Antoine Martin wrote: > > > On 29/11/16 10:28, Carsten Haitzler (The Rasterman) wrote: > > > On Tue, 29 Nov 2016 09:43:54 +0700 Antoine Martin > said: > > >> On 2

Re: Question about X on the arm's.

2016-11-29 Thread The Rasterman
but for transfer of pixel data (xputimage) which is pretty common in how apps work these days unless it's opengl that they use. you'd need ridiculous bandwidth just to SCROLL a fullscreen image around eg in gimp or to zoom it in and out. you'll be getting like a few fps on a g

Re: help with Xorg (Adam Jackson)

2017-07-31 Thread The Rasterman
ver if you want to see > > anything. > > > > - ajax > > ___ > xorg@lists.x.org: X.Org support > Archives: http://lists.freedesktop.org/archives/xorg > Info: https://lists.x.org/mailman/listinfo/xorg > Your subscri

Re: help with Xorg (Adam Jackson)

2017-08-03 Thread The Rasterman
running on another VT when you tried this? > > ps aux | grep Xorg > > > > Otherwise: Did you run both commands as the same user? > > > > The number behind the colon btw. does not refer to the VT. > > > > Cheers, > > Thomas >

Re: help with Xorg (Adam Jackson)

2017-08-03 Thread The Rasterman
omment, i've tried as well with "export DISPLAY=:[0-6]" without > success :( > > > On 7/31/2017 6:35 PM, Carsten Haitzler (The Rasterman) wrote: > > On Mon, 31 Jul 2017 17:21:08 -0500 "Perez Rodriguez, Humberto I" > > said: > > > >>

Re: clone window try2

2018-06-14 Thread The Rasterman
On Thu, 14 Jun 2018 19:00:07 +0200 be ba said: what you want could be done by a compositor or compositing window manager. in x a window has only one geometry (size and position) and one place in the window tree. that is not going to change. if you just wanted a "show multiple copies of the window

Re: XDrawPoint(s) etc MT safe?

2018-10-17 Thread The Rasterman
On Tue, 16 Oct 2018 22:04:15 -0400 Dennis Clarke said: > On 10/16/2018 09:58 PM, Dennis Clarke wrote: > > > > Dear Xorg : > > > >     Something I had not thought of came up today. Could multiple threads > > call XDrawPoint() and then XFlush() ?  Suppose sixteen threads are > > dispatched to do

Re: Questions on pointer barrier behaviour

2019-09-10 Thread The Rasterman
On Tue, 10 Sep 2019 21:49:51 +0200 Michael Weiser said: > Hello, > > I've written a small X client that detects when the pointer hits a > screen edge in order to trigger actions based on where the edge was hit > - the classic hot corner use case. The trigger for doing this yet again > was that a

Re: how to run Xserver without a installed console

2020-01-08 Thread The Rasterman
On Wed, 8 Jan 2020 15:31:41 +0100 "Mgr. Janusz Chmiel" said: > Good afternoon, > Please, does somebody of you know about The tešchnique, which would allow Me > to run Xserver even if I do not have console app installed? > I want to run startx coomand from Debian, which run on Android by using > T

Re: WM_DELETE_WINDOW does not send ClientMessage

2020-01-19 Thread The Rasterman
On Sun, 19 Jan 2020 15:17:17 +0100 Roland Plüss said: > Hi Lucien, > > Depends what you call the same display. The window is created in the > render thread while event looping is done in the main thread. In both > places XOpenDisplay(getenv("DISPLAY")) is called. Is this not the same > display?

Re: WM_DELETE_WINDOW does not send ClientMessage

2020-01-20 Thread The Rasterman
walk down a dangerous path i wouldn't advise unless you are an old x hack who has been around the block a few times and knows the nasties that shall happen... :) > On 1/19/20 6:28 PM, Carsten Haitzler (The Rasterman) wrote: > > On Sun, 19 Jan 2020 15:17:17 +0100 Roland Plüss said: >

Re: How to start with X?

2020-01-23 Thread The Rasterman
On Wed, 22 Jan 2020 18:26:32 +0100 Emanuele Petriglia said: > Hi! > > I would like to learn how to create a C graphical application without > using some toolkit for hobby. I know that there are two main libraries: > Xlib and xcb. The first is old but has a lot of documentation, the > second is n

Re: Variable DPI according resolution AND screen size

2020-02-17 Thread The Rasterman
On Sat, 15 Feb 2020 00:10:22 +0100 Luis Felipe Sánchez-Escobar Retamar said: > Hello all, > > Today we have a lot of differents screens, in both aspects size and > resolution. > And a fixed DPI of 96 has no sense. This is absolutely not true and has not been for a very long time (a fixed DPI).

Re: X server does not have an option to specify which address to listen on for TCP connections

2020-05-11 Thread The Rasterman
On Mon, 11 May 2020 14:38:48 + ornx said: > ‐‐‐ Original Message ‐‐‐ > On Monday, May 11, 2020 8:18 AM, Attila Kinali wrote: > > > On Mon, 11 May 2020 01:41:11 + > > ornx o...@protonmail.com wrote: > > > > > why? > > > > Probably because it has never come up? X was intended to b

Re: AW: Implementing PseudoColor support on TrueColor screens

2020-06-02 Thread The Rasterman
On Tue, 2 Jun 2020 10:06:01 + Walter Harms said: > the correct way to do is use XPutPixel(). Unfortunately it's also the very slow way. The right way is to handle the pixel data pointer yourself correctly given format (8, 16, 32bit) and x visual rgb masks and use the bytes_per_line correctly

Re: Suggestion for Xorg / about middle-mouse click pasting

2020-07-25 Thread The Rasterman
On Thu, 23 Jul 2020 04:19:16 -0400 Elie Goldman Smith said: this has nothing to do with xorg - each toolkit and/or client app implements this. xorg/xlibs just provide the mechanisms. they all do this because in x it *IS* expected behaviour and has been expected to work this way for 30 years or so

Re: Suggestion for Xorg / about middle-mouse click pasting

2020-07-31 Thread The Rasterman
On Thu, 30 Jul 2020 14:39:04 -0400 Elie Goldman Smith said: > Countless people on forums say that middle-mouse pasting is an X11 feature. > > This document seems to confirm that it's an X11 feature: > https://www.jwz.org/doc/x-cut-and-paste.html > > > Please correct me if I'm wrong. It's an e