phillipberndt / fakexrandr

Fake XRandR configurations for multi-head setups with crappy video drivers, like fakexinerama but with xrandr
270 stars 40 forks source link

one physical monitor with multiple virtual screens #32

Closed babyaries closed 7 years ago

babyaries commented 8 years ago

Is it possible to configure xserver to support one physical monitor with multiple virtual screens? The fakexrandr project can fake one physical monitor with multiple virtual monitors but not screens.

phillipberndt commented 8 years ago

Not with FakeXrandR. As far as I know, screens are a core X11 concept, not an abstraction introduced by RandR.

(But, if I get you correctly, it sounds as if you might search for Xdmx?! http://dmx.sourceforge.net/)

nmschulte commented 8 years ago

I believe that with the RandR 1.5 additions, the Monitors concept would allow splitting an output (physical display device) into virtual outputs for use with separate screens. I have tried this yet, though.