From owner-freebsd-current Sat Aug 21 7:18:41 1999 Delivered-To: freebsd-current@freebsd.org Received: from boco.fee.vutbr.cz (boco.fee.vutbr.cz [147.229.9.11]) by hub.freebsd.org (Postfix) with ESMTP id 7C1031510F for ; Sat, 21 Aug 1999 07:18:31 -0700 (PDT) (envelope-from cejkar@dcse.fee.vutbr.cz) Received: from kazi.dcse.fee.vutbr.cz (kazi.dcse.fee.vutbr.cz [147.229.8.12]) by boco.fee.vutbr.cz (8.9.3/8.9.3) with ESMTP id QAA99776 for ; Sat, 21 Aug 1999 16:16:23 +0200 (CEST) Received: (from cejkar@localhost) by kazi.dcse.fee.vutbr.cz (8.9.3/8.9.3) id QAA26392 for current@freebsd.org; Sat, 21 Aug 1999 16:16:22 +0200 (CEST) Date: Sat, 21 Aug 1999 16:16:22 +0200 From: Cejka Rudolf To: current@freebsd.org Subject: Re: VESA module doesn't work with ATI Mach64 RagePro Message-ID: <19990821161622.A26196@dcse.fee.vutbr.cz> References: <19990810083749.A55581@dcse.fee.vutbr.cz> <199908120218.TAA00452@dingo.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.6i In-Reply-To: <199908120218.TAA00452@dingo.cdrom.com>; from Mike Smith on Wed, Aug 11, 1999 at 07:18:09PM -0700 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Mike Smith wrote (1999/08/11): > > Yes, thanks. Information reported by 0x4F01 function about any video > > mode has set MODE_NON_VGA attribute indeed. And now I have found DOS TSR > > program for VESA support... > > Bleagh. Have you tried ignoring that attribute in our code and seeing > what happens when you select one? Yes - in vesa.c(681-683): From if ((vmode.v_modeattr & (V_MODEOPTINFO | V_MODENONVGA)) != (V_MODEOPTINFO)) continue; to if ((vmode.v_modeattr & (V_MODEOPTINFO)) != (V_MODEOPTINFO)) continue; After this change, splash_pcx with picture 640x480x8 blanks screen and OSD on monitor says "ATTN. NO SIGNAL.: CHECK INPUT SIGNAL CONNECTION OR POWER SAVE MODE HAS BEEN ENABLED". From this time displaying is dead and vidcontrol (ssh root@host "/usr/sbin/vidcontrol 80x25 < /dev/ttyv0") doesn't help, only reboot is helpful... -- Rudolf Cejka (cejkar@dcse.fee.vutbr.cz; http://www.fee.vutbr.cz/~cejkar) Brno University of Technology, Faculty of El. Engineering and Comp. Science Bozetechova 2, 612 66 Brno, Czech Republic To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message