Hector Gutierrez wrote:
> Hi,
> I got a problem switching form dosemu to another virtual console
> or to X. being in dosemu in text mode if I switch from X or a
> virtual console back to dosemu the screen is a mess, as though the
> monitor were unable to get right the horizontal sync. I wonder if this
> is a known bug or just a misconfiguration in my dosemu.conf
>
> here the video section of my dosemu.conf:
>
> $_video = "vga" # one of: plainvga, vga, ega, mda, mga, cga
> $_console = (1) # use 'console' video
> $_graphics = (1) # use the cards BIOS to set graphics
> $_videoportaccess = (0) # allow videoportaccess when 'graphics' enabled
> $_vbios_seg = (0xc000) # set the address of your VBIOS (e.g. 0xe000)
> $_vbios_size = (0x10000)# set the size of your BIOS (e.g. 0x8000)
> $_vmemsize = (1024) # size of regen buffer
> $_chipset = "cirrus" # one of: plainvga, trident, et4000, diamond,avance
> # cirrus, matrox, wdvga, paradise
> $_dualmon = (0) # if you have one vga _plus_ one hgc (2 monitors)
>
Hi,
1. are you shure, you are using a videocard with a cirrus chipset?
2. try $_videoportaccess = (1)
Reinhard