Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 2008 15:22:53 -0300
From:      "Carlos A. M. dos Santos" <unixmania@gmail.com>
To:        freebsd-current@freebsd.org, unixmania@gmail.com, delphij@delphij.net
Subject:   Re: Why VESA and DPMS are available only for i386?
Message-ID:  <e71790db0809151122vfdb2c56h6ed3f9ed9dc34428@mail.gmail.com>
In-Reply-To: <200809151753.m8FHr9Gi083627@lurza.secnetix.de>
References:  <e71790db0809151015g9b91cfeodddac069d0ebdf2a@mail.gmail.com> <200809151753.m8FHr9Gi083627@lurza.secnetix.de>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Sep 15, 2008 at 2:53 PM, Oliver Fromme <olli@lurza.secnetix.de> wrote:
> Carlos A. M. dos Santos wrote:
>  > Oliver Fromme wrote:
>  > > There's a third way, and I think this is the easiest one.
>  > > This is what the Linux VESA framebuffer driver does.
>  > > Let the boot loader (which executes in 32bit mode) switch
>  > > to the desired video mode, enable a linear frame buffer
>  > > (which is supported since VBE 2.0) and pass the address
>  > > of the frame buffer to the 64bit kernel.  Then the kernel
>  > > would not need to call any VESA functions at all, thus
>  > > eliminating all of the above problems.  The drawback is
>  > > that you can't change the console video mode anymore once
>  > > the kernel is booted, i.e. you have to reboot if you want
>  > > a different mode.
>  >
>  > This can also lead to a situation where the kernel can not restore the
>  > video controller to a known mode if the X server crashes or when the
>  > user attempts to switch from X to the "text mode" console.
>
> Why would you need to use VESA modes for syscons if you
> install and run Xorg anyway?

Sorry, I was not clear enough in my previous message. I'm not
proposing to use VESA modes for syscons. I was talking about a problem
I see in the Linux console.

On the other hand, suppose that I want to play games/digger. This
would require the ability to switch from text to graphics mode and
vice-versa even if I don't run the X server.

-- 
cd /usr/ports/sysutils/life
make clean



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?e71790db0809151122vfdb2c56h6ed3f9ed9dc34428>