From owner-freebsd-current@FreeBSD.ORG Fri Sep 11 07:02:00 2009 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9456F10656C1 for ; Fri, 11 Sep 2009 07:02:00 +0000 (UTC) (envelope-from avg@icyb.net.ua) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id CAE5A8FC19 for ; Fri, 11 Sep 2009 07:01:59 +0000 (UTC) Received: from porto.topspin.kiev.ua (porto-e.starpoint.kiev.ua [212.40.38.100]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id KAA07137; Fri, 11 Sep 2009 10:01:57 +0300 (EEST) (envelope-from avg@icyb.net.ua) Received: from localhost.topspin.kiev.ua ([127.0.0.1]) by porto.topspin.kiev.ua with esmtp (Exim 4.34 (FreeBSD)) id 1Mm08r-000Cn5-5f; Fri, 11 Sep 2009 10:01:57 +0300 Message-ID: <4AA9F5E4.6020305@icyb.net.ua> Date: Fri, 11 Sep 2009 10:01:56 +0300 From: Andriy Gapon User-Agent: Thunderbird 2.0.0.23 (X11/20090823) MIME-Version: 1.0 To: freebsd-current@FreeBSD.org, ddkprog@yahoo.com X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: vesa(4) and amd64 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Sep 2009 07:02:00 -0000 I am trying x86emu-enabled vesa (from head) on amd64. First of all, thank you very much for doing this! It works almost perfectly. 'Almost', because I have one minor issue. If I set non-default mode in a console, then switch to X, then switch back, the colors in the console get shuffled. If I switch to another virtual console with default mode and then back, the colors get restored to normal. This is with radeon hardware and driver: vgapci0: port 0xee00-0xeeff mem 0xd0000000-0xdfffffff,0xfdfe0000-0xfdfeffff,0xfde00000-0xfdefffff irq 18 at device 5.0 on pci1 drm0: on vgapci0 info: [drm] MSI enabled 1 message(s) vgapci0: child drm0 requested pci_enable_busmaster info: [drm] Initialized radeon 1.31.0 20080613 vga0: at port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0 info: [drm] Setting GART location based on new memory map I can provide any addition info and debugging. -- Andriy Gapon