[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Can you try to do video=vc:3-5 ? (Re: Mitsumi CD and penguin logo on compact boot disks)



Hi.

  at 19 Apr 2000 21:50:32 -0400,
 Adam Di Carlo <adam@onshore.com> writes:

> Should we add some documentation on vc boot args to the syslinux help
> screens found in scripts/rescue/messages ?

Frankly, I don't know. Borgert reported problems in his first mail:

   a) In `vi' (elvis-tiny) the first five lines are always
      garbled, also sometimes in `less' etc.

   b) Worse, the xserver-svga seems to have problems when
      switching from the uncommon 30x80 to graphics mode,
      when you have an ET4000/W32P chip.  This is already
      documented in README.Tseng or so.

and we now know the first (a) is a problem related to elvis-tiny,
and nvi is not affected by frame buffer mode.

The solution for the second problem may have two options:

  b-1) use xserver-fbdev in place of xserver-svga
       I don't know the difference in performance on a specific hardware, though.

  b-2) use boot time option "video=vc:8" with xserver-svga
      This will disable frame buffer console on vc1-7 (tty1-tty7) and may work, 
      but I have not tested it yet. 
       
The frame buffer console is not provided vanilla kernel on i386.
And the other arch where frame buffer console is widely used
does not require the extra warning, so we may not require the change
in scripts/rescue/messages.

I would rather suggest the change in documentation/en/rescue-boot.sgml:

--- rescue-boot.sgml    Wed Mar 29 21:17:12 2000
+++ /tmp/chk/rescue-boot.sgml   Fri Apr 21 00:00:51 2000
@@ -80,6 +80,13 @@
 <tt>mono</tt> boot argument.  Otherwise, your installation will use
 color, which is the default.
 
+<![ %i386 [
+    <p>
+The ``compact'' flavor kernel use the frame buffer consoles.
+If you have problems related to frame buffer console using this kernel, 
+then try the parameter <tt>video=vc:8</tt>
+]]>
+
 <![ %supports-serial-console [
        <p>
 If you are booting with a serial console, generally the kernel will


But we may have to check this "video=vc:8" can work with xserver-svga
before this modification. I will wait the report from Bronson and Borgert.

In article <20000417221037.B7489@knorke.in-berlin.de>,
  at Mon, 17 Apr 2000 22:10:37 +0000,
 "W. Borgert" <debacle@knorke.in-berlin.de> writes:

> Hm, these options make my VCs 1 and 2 disappear completely.

In article <200004172327.QAA02054@elle.trestle.com>,
  at Mon, 17 Apr 2000 16:27:41 -0700 (PDT),
 Scott Bronson <bronson@trestle.com> writes:

> "video=vc:3-5" doesn't work on my machine either.  vcs 3, 4 and 5 work
> fine (if you consider the slooow fbconsoles fine), but the rest are
> hosed.
> 
> "video=vc:7" works.  This way, nothing uses the fbconsole -- it's all
> text mode.  I didn't try to see how well this works with X, though.

Sorry, it was my fault to specify 3-5. (I thought it did work, but when
I checked it again, you are right, vc:3-5 does not work. I was wrong.)

Can you check if the vc:7 or vc:8 can work with X (xserver-svga or else) ?

I think vc:7 will needs xserver-fbdev, because the /etc/inittab in base2_2.tgz
have the entries for tty1-tty6 on the default run level 2, so the console
which is used by X server will be tty7.

From the same reason, I think vc:8 won't need xserver-fbdev, and can work
with xserver-svga or so.

Regards.

-- 
  Taketoshi Sano: <sano@debian.org>,<sano@debian.or.jp>,<kgh12351@nifty.ne.jp>


Reply to: