From owner-freebsd-current@FreeBSD.ORG Fri Sep 11 10:29:16 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 AAF6D106566C for ; Fri, 11 Sep 2009 10:29:16 +0000 (UTC) (envelope-from swell.k@gmail.com) Received: from mail-ew0-f208.google.com (mail-ew0-f208.google.com [209.85.219.208]) by mx1.freebsd.org (Postfix) with ESMTP id 3E35F8FC27 for ; Fri, 11 Sep 2009 10:29:15 +0000 (UTC) Received: by ewy4 with SMTP id 4so966504ewy.36 for ; Fri, 11 Sep 2009 03:29:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:subject:references :date:in-reply-to:message-id:user-agent:mime-version:content-type; bh=sxP2VaI2QC9JsrCNjX2ClzUP4io/YPzWlMqb7Ma/AO4=; b=mpmZKs2xixOqYl2fu4sfsag4q/KwojoBqpLfQYQbrk04IE5+uDgFET8OiHX+/fRoYi 1LGEj16v3ojAfwoe2OYYuRQxS1gGChy/Mk8cCbg928q5oH09qn/uI6H2nKdAqZB+eCBM 8iZcH5ZnbNfrdQC7fTzeeOgZtRMCjhsyq5PZ8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; b=nq7ojfyfe3zQKCg/bw322DNGuduxavLWPyUfBDsTzTraPnXfWY9wbOObQyxkHafAZf 2TxnwZqxwAYR9WHUpRurRC92ToF9L3N2TxN5DHdrVBsf0ipQXpdisW4hNIJB4KkecUEV KYq082d8ZiRhQTR5EaLR2+nJ106UJ3bkgCHHY= Received: by 10.211.160.19 with SMTP id m19mr391331ebo.2.1252664955096; Fri, 11 Sep 2009 03:29:15 -0700 (PDT) Received: from localhost (95-24-170-142.broadband.corbina.ru [95.24.170.142]) by mx.google.com with ESMTPS id 7sm603834eyg.26.2009.09.11.03.29.12 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 11 Sep 2009 03:29:12 -0700 (PDT) From: Anonymous To: Andriy Gapon References: <4AA9F5E4.6020305@icyb.net.ua> Date: Fri, 11 Sep 2009 14:29:10 +0400 In-Reply-To: <4AA9F5E4.6020305@icyb.net.ua> (Andriy Gapon's message of "Fri, 11 Sep 2009 10:01:56 +0300") Message-ID: <863a6tbwqx.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-current@FreeBSD.org, ddkprog@yahoo.com Subject: Re: 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 10:29:16 -0000 Andriy Gapon writes: > 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. By non-default do you mean 8bit mode? Have you tried 32bit and 16bit modes? > 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.