On 01/ 2/12 05:27 PM, John Martin wrote:
On 01/02/12 17:19, Paul Gress wrote:

As shown below. console is set to text.

"text" still gets you a bitmap graphics console in Solaris 11.
The old OpenSolaris equivalent of "text" is now "force-text".
This is kind of documented in the eeprom man page.



I changed console=force-text in two places.  See below.  I'm still getting:


bash-4.1$ svcs -xv
svc:/system/vbiosd:default (BIOS call emulation)
 State: maintenance since January  2, 2012 06:09:37 PM EST
Reason: Start method exited with $SMF_EXIT_ERR_CONFIG.
   See: http://sun.com/msg/SMF-8000-KS
   See: man -M /usr/man -s 1M vbiosd
   See: /var/svc/log/system-vbiosd:default.log
Impact: This service is not running.


So far every thing appears to run normal.  I'm going to try different video 
modes (basically using opengl)

Thanks for any help,

Paul







1) the eeprom


bash-4.1$ cat /boot/solaris/bootenv.rc
#
# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
# Use is subject to license terms.
#
# CDDL HEADER START
#
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
# or http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When distributing Covered Code, include this CDDL HEADER in each
# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#pragma ident    "%Z%%M%    %I%    %E% SMI"
#
#    bootenv.rc -- boot "environment variables"
#
setprop keyboard-layout 'Unknown'
setprop ata-dma-enabled '1'
setprop atapi-cd-dma-enabled '1'
setprop ttyb-rts-dtr-off 'false'
setprop ttyb-ignore-cd 'true'
setprop ttya-rts-dtr-off 'false'
setprop ttya-ignore-cd 'true'
setprop ttyb-mode '9600,8,n,1,-'
setprop ttya-mode '9600,8,n,1,-'
setprop lba-access-ok '1'
setprop keyboard-layout 'Unknown'
setprop console 'force-text'
bash-4.1$


2) Grub:

bash-4.1$ cat /rpool/boot/grub/menu.lst
#
#    Created with GrubEd on StarDate Thu Nov 18 10:32:30 2010
#
#    End User Verification Process Initiated
#

splashimage /boot/solaris-2.xpm
timeout 5
default 2

#----------------TITLE-BODY----------------#

title sol-11_b175
bootfs rpool/ROOT/sol-11_b175
kernel$ /platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS,console=force-text
module$ /platform/i86pc/$ISADIR/boot_archive
#============ End of LIBBE entry =============
title sol-11_b175-backup-2
bootfs rpool/ROOT/sol-11_b175-backup-2
kernel$ /platform/i86pc/kernel/$ISADIR/unix -B $ZFS-BOOTFS,console=force-text
module$ /platform/i86pc/$ISADIR/boot_archive
#============ End of LIBBE entry =============
bash-4.1$
_______________________________________________
xwin-discuss mailing list
[email protected]
List info: http://mail.opensolaris.org/mailman/listinfo/xwin-discuss
Unsubscribe: http://mail.opensolaris.org/mailman/options/xwin-discuss

Reply via email to