[Users] 2 virtual monitors for Fedora guest

Gianluca Cecchi gianluca.cecchi at gmail.com
Tue Apr 8 14:29:49 UTC 2014


On Tue, Apr 8, 2014 at 2:48 PM, René Koch <rkoch at linuxland.at> wrote:
> Hi,
>
> I'm trying to virtualize my Fedora 20 workstation on oVirt 3.4 with 2
> screens.


Probably you already visited this:
http://www.ovirt.org/Features/SPICERelatedFeatures#Multi_Monitor_support_for_Linux_guests_.28Basic.29

but from the text is not so clear to me if it is completely doable or
not in 3.4 ...
The page refers to Xinerama in need to be configured inside the guest
I don't know if for QXL device and fedora 20 one has to trick with
xorg.conf or not putting something like

Section "ServerLayout"
        Identifier   "Layout0"
        InputDevice  "Keyboard0" "CoreKeyboard"
        InputDevice  "Mouse0"    "CorePointer"
        Option       "Clone"     "off"
        Option       "Xinerama"  "on"
        Screen       0           "Screen0"
        Screen       1           "Screen1" Below "Screen0"
EndSection

Does your Xorg.0.log gives any useful information regarding the two
devices and anythng about Xinerama?

Gianluca



More information about the Users mailing list