virtual graphics card / rdp / vnc in morphos?
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    zhulien
    Posts: 118 from 2004/8/21
    Hi, I vaguely remembered (might have dreamed of it) that MorphOS had the ability to use RDP or VNC as a video card, basically boot up with internal support for no monitor, keyboard or mouse physically connected to the MorphOS box - but, all my efforts to find it in the OS - no luck.

    Is there such a feature, if so where is it? thanks, Julian
  • »12.11.11 - 07:38
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    Ruud
    Posts: 335 from 2009/2/2
    From: Hampshire, UK
    The Virtual monitor driver is found in MOSSYS:Storage/Monitors. If you copy it to SYS:Devs/Monitors the Virtual modes will be available on every boot. You will then be able to configure your Screens with them. Then you'll need VNCServer - Just download it from Morphos Files and configure it according to your needs.

    [ Edited by Ruud 12.11.2011 - 07:40 ]
    "We live, we die, we laugh, we cry"
  • »12.11.11 - 08:39
    Profile
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    zhulien
    Posts: 118 from 2004/8/21
    many thanks for that, is there any benefits in doing this versus just running VNC? is it to reclaim resources that would usually be taken up by having two screens?
  • »12.11.11 - 09:41
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12132 from 2003/5/22
    From: Germany
    > is there any benefits in doing this versus just running VNC? is it to reclaim
    > resources that would usually be taken up by having two screens?

    Yes, it's about reclaiming a specific hardware resource. Its advantage over just running VNC is that it "allows starting of MorphOS without a graphics card". AFAIK it was mainly done for Efika 5200B which has only one PCI slot so that this slot can then be used for a PCI card other than GFX card. But of course you can use it with any other system running MorphOS as well.
  • »12.11.11 - 10:28
    Profile
  • MorphOS Developer
    geit
    Posts: 1045 from 2004/9/23
    You can even use the virtual graphic board as a secondary screen with MorphOS.

    I demoed the stuff at the AmigaMeeting 2011 and there is even a video, where I moved the secondary screen to an ipad.

    http://www.youtube.com/watch?v=IKWVhkRwuSI

    At the end at 50:45 I show how to due this.

    Geit
  • »12.11.11 - 12:04
    Profile
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    connor
    Posts: 570 from 2007/7/29
    You opened the screen on another device using VNC, but you did not move it. It's not the same because no AmigaOS or successor has screen movement implemented. I hoped one could at least move window from one screen to another using drag and drop instead of opening the context menu and click through the MUI preferences 5 times to flip the window to another screen. Maybe MUI will support it one day.
  • »12.11.11 - 12:43
    Profile
  • Yokemate of Keyboards
    Yokemate of Keyboards
    Andreas_Wolf
    Posts: 12132 from 2003/5/22
    From: Germany
    > opening the context menu and click through the MUI preferences
    > 5 times to flip the window to another screen

    Here this takes just 2 clicks, one click for opening the menu and a second click for selecting the target screen from the list.
  • »12.11.11 - 14:25
    Profile
  • MorphOS Developer
    geit
    Posts: 1045 from 2004/9/23
    .. and it is possible to save that screen selection, so an application opens on that screen all the time.

    And it behaves like having two screens next to each other, so you can move the mouse out if the screen and it appears on the secondary (or third) screen.

    The only difference between windows and other systems is that it is not one huge screen with increased dimensions, where you can drag windows half the way over.

    Geit
  • »12.11.11 - 14:39
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    Divinity
    Posts: 498 from 2009/9/8
    an interesting thing: if there is the Virtual monitor file in MOSSYS:Devs/Monitors, I have a green output video using SDL games (with powersdl.library 14.0)
    Removing It, SDL is OK.

    [ Edited by Divinity 12.11.2011 - 20:59 ]
  • »12.11.11 - 21:58
    Profile
  • MorphOS Developer
    geit
    Posts: 1045 from 2004/9/23
    SDL V14 requires a 32 bit screen mode, or some games look wrong.

    Geit
  • »13.11.11 - 02:49
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    Divinity
    Posts: 498 from 2009/9/8
    @Geit
    It's 24bit the screenmode (using ATI 92xx), but if there is Virtual file in MOSSYS:/Devs/Monitors , the SDL games have a "green" output video , if removed the Virtual file from MOSSYS:/Devs/Monitors ed rebooted all SDL games are ok

    (It's not the green problem with SDL games when screenmode is 16bit for exemple)
  • »13.11.11 - 10:34
    Profile
  • MorphOS Developer
    itix
    Posts: 1520 from 2003/2/24
    From: Finland
    That is interesting. Too bad I can not take a look into it now (SDL).
    1 + 1 = 3 with very large values of 1
  • »13.11.11 - 12:56
    Profile
  • MorphOS Developer
    geit
    Posts: 1045 from 2004/9/23
    You need to edit a mode inside the virtual monitor icon and SDL looks ok again.

    Just enable the MODE=1024x768@16 line and SDL looks fine again on non virtual screens.

    No clue what is going wrong here, but its clearly a bug in virtual gfx driver or SDL. More likly SDL, but who knows.

    Geit



    [ Edited by geit 13.11.2011 - 23:30 ]
  • »13.11.11 - 23:29
    Profile