You are not logged in.

#1 2008-07-10 00:38:27

qdiesel
Member
Registered: 2008-05-19
Posts: 61

multiple virtual resolutions

How can I toggle the virtual resolution while maintainig physical one without x-server restart?

I tried to make my xorg.conf Screen Section look like

Section "Screen"
    Identifier "Screen0"
    Device     "Card0"
    Monitor    "Monitor0"
    SubSection "Display"
        Depth     24
        Modes "1280x1024"
        Virtual 1280 1024
    EndSubSection
    SubSection "Display"
        Depth     24
        Modes "1280x1024"
        Virtual 1280 1536
    EndSubSection
EndSection

and tried to switch them with Ctrl+Alt+Numpad+ but nothing happens.

Offline

Board footer

Powered by FluxBB