9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] Video mode problem after installation on QEMU
@ 2010-11-23 11:37 Artem Novikov
  2010-11-23 13:13 ` Ethan Grammatikidis
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Artem Novikov @ 2010-11-23 11:37 UTC (permalink / raw)
  To: 9fans

Hi all.
During installation I chose 1024x768x24 vesa mode, and all was OK. But
after reboot and logged under glenda, I have blank screen, also the
same result after
aux/vga -m vesa -l 1024x768x24
Any suggestion?



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [9fans] Video mode problem after installation on QEMU
  2010-11-23 11:37 [9fans] Video mode problem after installation on QEMU Artem Novikov
@ 2010-11-23 13:13 ` Ethan Grammatikidis
  2010-11-23 14:34 ` erik quanstrom
  2010-11-29  9:59 ` Artem Novikov
  2 siblings, 0 replies; 11+ messages in thread
From: Ethan Grammatikidis @ 2010-11-23 13:13 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs


On 23 Nov 2010, at 11:37 am, Artem Novikov wrote:

> Hi all.
> During installation I chose 1024x768x24 vesa mode, and all was OK. But
> after reboot and logged under glenda, I have blank screen, also the
> same result after
> aux/vga -m vesa -l 1024x768x24
> Any suggestion?
>

Not a useful suggestion, just a note to anyone who who has a little
time and knows anything about the boot and installation processes
that this needs fixing. This is the 4th or 5th time a first-time
installer has had this trouble in the last week or two.



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [9fans] Video mode problem after installation on QEMU
  2010-11-23 11:37 [9fans] Video mode problem after installation on QEMU Artem Novikov
  2010-11-23 13:13 ` Ethan Grammatikidis
@ 2010-11-23 14:34 ` erik quanstrom
  2010-11-23 14:43   ` Venkatesh Srinivas
  2010-11-29  9:59 ` Artem Novikov
  2 siblings, 1 reply; 11+ messages in thread
From: erik quanstrom @ 2010-11-23 14:34 UTC (permalink / raw)
  To: 9fans

On Tue Nov 23 06:43:46 EST 2010, novikovag@gmail.com wrote:
> Hi all.
> During installation I chose 1024x768x24 vesa mode, and all was OK. But
> after reboot and logged under glenda, I have blank screen, also the
> same result after
> aux/vga -m vesa -l 1024x768x24
> Any suggestion?

try a 16 bit mode.

- erik



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [9fans] Video mode problem after installation on QEMU
  2010-11-23 14:34 ` erik quanstrom
@ 2010-11-23 14:43   ` Venkatesh Srinivas
  2010-11-24  9:34     ` Artem Novikov
       [not found]     ` <1c6db06e-3424-4c8c-9cd9-a4d0e66ffe2a@l32g2000yqc.googlegroups.co>
  0 siblings, 2 replies; 11+ messages in thread
From: Venkatesh Srinivas @ 2010-11-23 14:43 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

Use -vga std at the qemu command line. All of the modes work okay then.

-- vs



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [9fans] Video mode problem after installation on QEMU
  2010-11-23 14:43   ` Venkatesh Srinivas
@ 2010-11-24  9:34     ` Artem Novikov
       [not found]     ` <1c6db06e-3424-4c8c-9cd9-a4d0e66ffe2a@l32g2000yqc.googlegroups.co>
  1 sibling, 0 replies; 11+ messages in thread
From: Artem Novikov @ 2010-11-24  9:34 UTC (permalink / raw)
  To: 9fans


On 23 ноя, 21:45, m...@acm.jhu.edu (Venkatesh Srinivas) wrote:
> Use -vga std at the qemu command line. All of the modes work okay then.
>
> -- vs

Thanks for the replies.
1. -vga std/vmware options on QEMU have no effect
2. bit mode change has no effect too (only "artefact line" on top of
blank screen change its color)
3. during installation or booting from CD all works perfect....



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [9fans] Video mode problem after installation on QEMU
       [not found]     ` <1c6db06e-3424-4c8c-9cd9-a4d0e66ffe2a@l32g2000yqc.googlegroups.co>
@ 2010-11-24 13:47       ` erik quanstrom
  2010-11-25  9:46         ` Artem Novikov
  0 siblings, 1 reply; 11+ messages in thread
From: erik quanstrom @ 2010-11-24 13:47 UTC (permalink / raw)
  To: 9fans

> Thanks for the replies.
> 1. -vga std/vmware options on QEMU have no effect
> 2. bit mode change has no effect too (only "artefact line" on top of
> blank screen change its color)
> 3. during installation or booting from CD all works perfect....

ok, then assuming it's not kernel build differences,
you have all the variables at your disposal:
	 /n/sources/plan9/sys/lib/dist/pc/plan9.ini.cd
look for differences with your .ini.  i thought the install
usually set *nomp=1, but if it's unset, that'd be my first
bet.  otherwise, the video mode must be differently
set when you boot from cd.

- erik



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [9fans] Video mode problem after installation on QEMU
  2010-11-24 13:47       ` erik quanstrom
@ 2010-11-25  9:46         ` Artem Novikov
  2010-11-25 10:07           ` Lucio De Re
  0 siblings, 1 reply; 11+ messages in thread
From: Artem Novikov @ 2010-11-25  9:46 UTC (permalink / raw)
  To: 9fans

On 24 ноя, 20:52, quans...@quanstro.net (erik quanstrom) wrote:
> > Thanks for the replies.
> > 1. -vga std/vmware options on QEMU have no effect
> > 2. bit mode change has no effect too (only "artefact line" on top of
> > blank screen change its color)
> > 3. during installation or booting from CD all works perfect....
>
> ok, then assuming it's not kernel build differences,
> you have all the variables at your disposal:
>          /n/sources/plan9/sys/lib/dist/pc/plan9.ini.cd
> look for differences with your .ini.  i thought the install
> usually set *nomp=1, but if it's unset, that'd be my first
> bet.  otherwise, the video mode must be differently
> set when you boot from cd.
>
> - erik
1. I compared the files plan9.ini.cd and plan9.ini, and no significant
differences are found

*nomp=1
*nobiosload=1
*nodumpstack=1

2. After installing the monitor = ask and vgasize = ask, was loaded
into the default mode 640x480x8 (xga)
3. vga, vesa does not work
4. Maybe there is some difference in the kernels?

plan9.ini.cd
bootfile=sdD0!cdboot!9pcflop.gz

plan9.ini
bootfile=sdC0!9fat!9pcf



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [9fans] Video mode problem after installation on QEMU
  2010-11-25  9:46         ` Artem Novikov
@ 2010-11-25 10:07           ` Lucio De Re
  2010-11-25 13:32             ` Artem Novikov
  0 siblings, 1 reply; 11+ messages in thread
From: Lucio De Re @ 2010-11-25 10:07 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Thu, Nov 25, 2010 at 09:46:15AM +0000, Artem Novikov wrote:
> Date: Thu, 25 Nov 2010 09:46:15 GMT
> From: Artem Novikov <novikovag@gmail.com>
> To: 9fans@9fans.net
> Subject: Re: [9fans] Video mode problem after installation on QEMU
> 
> On 24 ноя, 20:52, quans...@quanstro.net (erik quanstrom) wrote:
> 1. I compared the files plan9.ini.cd and plan9.ini, and no significant
> differences are found
> 
> *nomp=1

This one has far-reaching effects.  I presume it is not set in the
installed system?  Erik actually pointed that out in his message.

> *nobiosload=1
> *nodumpstack=1
> 
> 2. After installing the monitor = ask and vgasize = ask, was loaded
> into the default mode 640x480x8 (xga)
> 3. vga, vesa does not work
> 4. Maybe there is some difference in the kernels?
> 
> plan9.ini.cd
> bootfile=sdD0!cdboot!9pcflop.gz
> 
> plan9.ini
> bootfile=sdC0!9fat!9pcf
> 
Not likely, they are derived from the same code base.  If differences
can be identified, they should probably be eliminated.  But it's hard
to look.  The real difference is the inclusion of a RAMdisk in pcflop,
if memory serves.

++L



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [9fans] Video mode problem after installation on QEMU
  2010-11-25 10:07           ` Lucio De Re
@ 2010-11-25 13:32             ` Artem Novikov
  2010-11-25 15:00               ` Lucio De Re
  0 siblings, 1 reply; 11+ messages in thread
From: Artem Novikov @ 2010-11-25 13:32 UTC (permalink / raw)
  To: 9fans


On 25 ноя, 17:12, lu...@proxima.alt.za (Lucio De Re) wrote:
> On Thu, Nov 25, 2010 at 09:46:15AM +0000, Artem Novikov wrote:
> > Date: Thu, 25 Nov 2010 09:46:15 GMT
> > From: Artem Novikov <noviko...@gmail.com>
> > To: 9f...@9fans.net
> > Subject: Re: [9fans] Video mode problem after installation on QEMU
>
> > On 24 ноя, 20:52, quans...@quanstro.net (erik quanstrom) wrote:
> > 1. I compared the files plan9.ini.cd and plan9.ini, and no significant
> > differences are found
>
> > *nomp=1
>
> This one has far-reaching effects.  I presume it is not set in the
> installed system?  Erik actually pointed that out in his message.
>
> > *nobiosload=1
> > *nodumpstack=1
>
> > 2. After installing the monitor = ask and vgasize = ask, was loaded
> > into the default mode 640x480x8 (xga)
> > 3. vga, vesa does not work
> > 4. Maybe there is some difference in the kernels?
>
> > plan9.ini.cd
> > bootfile=sdD0!cdboot!9pcflop.gz
>
> > plan9.ini
> > bootfile=sdC0!9fat!9pcf
>
> Not likely, they are derived from the same code base.  If differences
> can be identified, they should probably be eliminated.  But it's hard
> to look.  The real difference is the inclusion of a RAMdisk in pcflop,
> if memory serves.
>
> ++L

1. *nomp=1 set by default after installation
2. --- plan9.ini.cd

[menu]
menuitem=install, Install Plan 9 from this CD
menuitem=cdboot, Boot Plan 9 from this CD

[common]
*nomp=1
*nobiosload=1
*nodumpstack=1
partition=new
mouseport=ask
monitor=ask
vgasize=ask
dmamode=ask
adisk=/dev/sdD0/cdboot
cdboot=yes

[install]
nobootprompt=local!/boot/bzroot
bootfile=sdD0!cdboot!9pcflop.gz

[cdboot]
bootargs=local!#S/sdD0/data
bootfile=sdD0!cdboot!9pccd.gz

--- plan9.ini (after installation)

bootfile=sdC0!9fat!9pcf
bootargs=local!#S/sdC0/fossil
bootdisk=local!#S/sdC0/fossil

*nobiosload=1
*nodumpstack=1
*nomp=1
dmamode=ask
partition=new
mouseport=ps2
monitor=vesa
vgasize=1024x768x24



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [9fans] Video mode problem after installation on QEMU
  2010-11-25 13:32             ` Artem Novikov
@ 2010-11-25 15:00               ` Lucio De Re
  0 siblings, 0 replies; 11+ messages in thread
From: Lucio De Re @ 2010-11-25 15:00 UTC (permalink / raw)
  To: Fans of the OS Plan 9 from Bell Labs

On Thu, Nov 25, 2010 at 01:32:25PM +0000, Artem Novikov wrote:
>
> 1. *nomp=1 set by default after installation
> 2. --- plan9.ini.cd
>
Hm.

My approach would be to try to build 9pcf from sources as at the same
date as 9pcflop.gz, probably build both and see how closely they match
what gets installed.  After that, it's binary division to find where
things went wrong, I suppose.  I'd offer to do it, but I know I'd never
keep my promise :-(

++L



^ permalink raw reply	[flat|nested] 11+ messages in thread

* Re: [9fans] Video mode problem after installation on QEMU
  2010-11-23 11:37 [9fans] Video mode problem after installation on QEMU Artem Novikov
  2010-11-23 13:13 ` Ethan Grammatikidis
  2010-11-23 14:34 ` erik quanstrom
@ 2010-11-29  9:59 ` Artem Novikov
  2 siblings, 0 replies; 11+ messages in thread
From: Artem Novikov @ 2010-11-29  9:59 UTC (permalink / raw)
  To: 9fans


I found workaround. After installation need rebuild terminal kernel
'pcf', and replace installed, after that all seems works fine. Maybe
need modify CD installation image?
Thanks.



^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-11-29  9:59 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-23 11:37 [9fans] Video mode problem after installation on QEMU Artem Novikov
2010-11-23 13:13 ` Ethan Grammatikidis
2010-11-23 14:34 ` erik quanstrom
2010-11-23 14:43   ` Venkatesh Srinivas
2010-11-24  9:34     ` Artem Novikov
     [not found]     ` <1c6db06e-3424-4c8c-9cd9-a4d0e66ffe2a@l32g2000yqc.googlegroups.co>
2010-11-24 13:47       ` erik quanstrom
2010-11-25  9:46         ` Artem Novikov
2010-11-25 10:07           ` Lucio De Re
2010-11-25 13:32             ` Artem Novikov
2010-11-25 15:00               ` Lucio De Re
2010-11-29  9:59 ` Artem Novikov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).