On Fri, Dec 17, 2021 at 12:13:42AM +0000, Hegel3DReloaded wrote:
> On Friday, December 17th, 2021 at 12:18 AM, Dominik Vogt 
> <dominik.v...@gmx.de> wrote:
> > On Thu, Dec 16, 2021 at 07:18:23PM +0000, Hegel3DReloaded wrote:
>
> >> xrandr --output Virtual-1 --mode 1400x1050 --primary --output Virtual-2 
> >> --mode 1400x1050 --right-of Virtual-1
>
> > And how do I get these virtual screens?
>
> Ok, I will describe my virtual environment in which I work and test.
>
> You need to have any Linux or *BSD system which supports
> Libvirt/KVM/qemu virtualization.
>...

Wow, very complicated.  After a bit of digging I figured out how
to split a single real screen into two xrandr screens:

 # with a real screen of 1920x1200:
 $ xrandr --setmonitor top 1920/1x600/1+0+600 none
 $ xrandr --setmonitor bottom 1920/1x600/1+0+600 none
 $ xrandr --fb 1921x1200
 $ xrandr --fb 1920x1200

Ciao

Dominik ^_^  ^_^

--

Dominik Vogt

Reply via email to