From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,64c8ae0c67d96aad X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!news3.google.com!news.glorb.com!news.agarik.com!usenet-fr.net!freenix!news.wanadoo.fr!news.wanadoo.fr!not-for-mail From: Jean-Baptiste CAMPESATO Organization: a2lf - Association pour le Logiciel Libre Francophone Subject: Re: Change graphic mode Date: Sat, 12 Mar 2005 12:28:16 +0100 User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table) Message-ID: Newsgroups: comp.lang.ada References: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 8bit NNTP-Posting-Date: 12 Mar 2005 12:27:29 CET NNTP-Posting-Host: 83.112.49.198 X-Trace: 1110626849 news.wanadoo.fr 11713 83.112.49.198:46110 X-Complaints-To: abuse@wanadoo.fr Xref: g2news1.google.com comp.lang.ada:9215 Date: 2005-03-12T12:27:29+01:00 List-Id: Le Sat, 12 Mar 2005 11:16:00 +0000, Marius Amado Alves a �crit�: > > On 12 Mar 2005, at 10:07, Jean-Baptiste CAMPESATO wrote: > >> Hello, >> I want to change de graphic mode (13h for example) on linux. To work >> directly in the video memory (0xA0000000L). >> It's possible under Ada ? If yes somebody can help me ? > > Some years ago I did and used an Ada binding to the SVGALib on Linux. > Anyone can contact me privately if interested. > There is also a binding associated with BMP files by someone else out > there. Hello, I dont want to use SVGALib because i want to works nativly in the video memory. But how SVGALib open a graphic mode ? And how they access at the segment 0xA0000000L to work in video memory ? I'm waiting for your help. Thank