All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jakub Jelinek <jj@sunsite.ms.mff.cuni.cz>
To: ultralinux@vger.kernel.org
Subject: Re: CVS kernels
Date: Tue, 21 Jul 1998 16:43:50 +0000	[thread overview]
Message-ID: <marc-linux-ultrasparc-90222358531065@msgid-missing> (raw)

> 
> > I haven't been able to compile CVS kernels for a couple weeks now ("cvs
> > update -d").  It bombs on suncons.c, after lots of errors involving "struct
> > suncons_operations".  Is anybody successfully compiling the current CVS
> > kernel?

I have fixed this today. All who can, please cvs update -d the 2.1 CVS
kernel and test it.
You need to enable fbcon (as soon as I finish the remaining three drivers,
I'll remove the old sbuscons stuff completely) or PROM con.
fbcon currently supports creatorfb, atyfb (mach64), cgsixfb, plus support
for tcxfb, cgthreefb, bwtwofb is written, but needs to be tested heavily.
Please report any problems you find. cg14, leo/zx and weitek are not yet
supported, maybe tomorrow (BTW: who uses weitek? Isn't it an orphan? I
cannot find anybody calling it...). For those who have cg14, leo/zx promcon
should work even there.
creatorfb, cgsixfb are pretty fast, use as much acceleration as possible.
Non-accelerated framebuffers will probably need some hand optimized version
of fbcon-cfb8, as at least on my tcx I see how it is slow, probably assembly
version of putcs.
Nice things about this fbcon move:
you should be able to spread your consoles accross multiple heads (untested)
you have some options on the kernel command line:

console=noprom			! turn off promcon (normally is promcon
				! started and if some fb is detected, it
				! takes over the console 
video=sbus:nomargins		! use full screen, don't leave the "nice"
				! margins (default is use margins you're used to)
video=sbus:marginsdx18	! x margin 64 on both sides, y margin 18 (top and bottom)
video=sbus:font=SUN12x22	! use huge letters (like PROM uses) - for
				! those who don't like the tiny letters
you can mix the sbus options, e.g.
video=sbus:nomargins,font=SUN12x22
gives me on Creator/1152x900 a nice fast 96x40 color console.

I'll be working on getting 512 char fonts work soon, so that you can have a
special iso* font, etc.

> 
> I asked Mr. Miller when he expected to merge his changes back into the
> main kernel tree but I haven't heard anything back.

Currently you should use the vger CVS for sparc/sparc64, but the full merge
is scheduled for the next couple of days.

Cheers,
    Jakub
___________________________________________________________________
Jakub Jelinek | jj@sunsite.mff.cuni.cz | http://sunsite.mff.cuni.cz
Administrator of SunSITE Czech Republic, MFF, Charles University
___________________________________________________________________
Ultralinux - first 64bit OS to take full power of the UltraSparc
Linux version 2.1.109 on a sparc64 machine (498.80 BogoMips).
___________________________________________________________________

                 reply	other threads:[~1998-07-21 16:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-linux-ultrasparc-90222358531065@msgid-missing \
    --to=jj@sunsite.ms.mff.cuni.cz \
    --cc=ultralinux@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.