Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!maverick.ksu.ksu.edu!hoss!hoss.unl.edu!jaffe From: jaffe@hoss.unl.edu (David Jaffe) Newsgroups: comp.unix.xenix.sco Subject: how can I turn on super vga? Keywords: vga xenix Message-ID: <1991Feb15.162129.19478@hoss.unl.edu> Date: 15 Feb 91 16:21:29 GMT Sender: news@hoss.unl.edu (Network News Administer) Distribution: comp Organization: University of Nebraska - Lincoln Lines: 20 I want to turn on super vga (mode 54h) on my 386 (runnin xenix 2.3.2). How can I do it? The following routine gives a segmentation fault, which is not too surprising, since I have no idea what I am doing. _turn_on_super_vga proc near push ebp mov ebp,esp push es mov al,54h mov ah,12h mov bx,5506h int 10h mov ax,bp pop es leave ret _turn_on_super_vga endp David Jaffe (jaffe@hoss.unl.edu) University of Nebraska -- Lincoln