On 26.10.2012 19:17, Marco wrote:
> 2012-10-26 Uli Schlachter:
[...]
> Just for
> clarification: there are two different, exclusive notions of a
> screen, right?
> 
> - screen (which works with Xinerama, but not xrandr)
> - screen (awesome/xrandr notion of screen)
> 
> Since both are different things (correct me if I'm wrong) is there
> a term to correctly identify either one? How does the Xserver call
> them? Or does the Xserver have no clue about the awesome screen?

Nah.

In the beginning, there was X11. X11 defined what I will call "protocol
screens". In this mode, only the mouse could move between screens. You can even
run different window managers on the different screens.

But people wanted to move windows between screens, so Xinerama is created. To
'old' clients, Xinerama looks like a single, big protocol screen. However, only
parts of it are visible. You can ask the Xinerama extension for which parts
exactly are visible.

Then came RANDR. RANDR doesn't really matter to this issue at all. It just made
dynamic configuration possible. With Xinerama, you had to configure the layout
before starting the server. RANDR makes it possible to enable new screens at
runtime.

I don't really know what a good name for this kind of "screen" is. I think that
the RANDR extension calls them outputs.

>> TL;DR: I have no clue about XF86VidMode, but I guess it doesn't let you do 
>> what
>> you want.
> 
> Given that inversion is such a simple and basic operation, I wonder
> if there's likewise a simple solution (I already tried to flip over
> my monitor cable, but it won't fit ;).

What exactly do you mean by "inversion" anyway? My only guess so far is that you
want to inverse colors (black becomes white, white becomes black, gray stays
gray), but I only guess this because of xcalib.

If I understand this correctly, then I didn't even know that X11 can do so. I
never heard about xcalib either (and I haven't ever built and run xcalib).

Cheers,
Uli
-- 
- Captain, I think I should tell you I've never
  actually landed a starship before.
- That's all right, Lieutenant, neither have I.

-- 
To unsubscribe, send mail to [email protected].

Reply via email to