From owner-freebsd-hackers Thu Aug 10 1:25: 4 2000 Delivered-To: freebsd-hackers@freebsd.org Received: from ockle.dev.nanoteq.co.za (ockle.dev.nanoteq.co.za [196.7.114.28]) by hub.freebsd.org (Postfix) with ESMTP id 9E83D37BA86 for ; Thu, 10 Aug 2000 01:24:55 -0700 (PDT) (envelope-from johan@ockle.dev.nanoteq.co.za) Received: (from johan@localhost) by ockle.dev.nanoteq.co.za (8.9.3/8.9.3) id KAA04385; Thu, 10 Aug 2000 10:34:52 +0200 (SAST) (envelope-from johan) Message-ID: X-Mailer: XFMail 1.4.0 on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: Date: Thu, 10 Aug 2000 10:34:52 +0200 (SAST) Organization: Nanoteq From: Johan Kruger To: andrew@ugh.net.au Subject: RE: libvgl and splitting the screen Cc: freebsd-hackers@FreeBSD.ORG Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Use VGLInit(SW_CG640x480); Look in the /sys/console.h for modes, plenty of them ( of course not all will work with every card but htis one seems mostly usable) Enjoy ;-) And O, yip , i guess you would have to do the scrolling the hard way. Half the screen 640x240 pixels ( the bottom half ) could be addressed by allocating a seperate memeory biffer of that size , draw into it, and the move the memory ( or copy it if you want to keep it ) to the current videobuffer by using the pointer libvgl provides. On 10-Aug-00 andrew@ugh.net.au wrote: > substrings of the string but that looks a bit jerky to the eye. I didn't > .... ... > > Its in a Compaq Prolinea 4/50 and I have no idea what it is but it can do > 640x480 under X (using VGA16 and the 'generic' chipset). > > Thanks, > > Andrew > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-hackers" in the body of the message ---------------------------------- E-Mail: Johan Kruger Date: 10-Aug-00 Time: 10:29:44 This message was sent by XFMail ---------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message