Hello again,
With your help, I succeeded in booting in console VGA mode.
Anyway, X still uses the intel driver and only shows some garbage (colored vertical lines) and the OS freezes.
I tried everything I could think of :
- vesa option in grub menu
- booting in single user mode, and following the procedure indicated in release notes
- X -configure, then tweak xorg.conf.new, then X -config xorg.conf.new
The result is always the same.
Is there any way to use vesa driver or any other workaround in liveusb mode ?
Bruno
----- Mail original -----
De: "John Martin" <***@oracle.com>
À: "Bruno Damour" <***@ruomad.net>
Cc: "os-discuss" <opensolaris-***@opensolaris.org>
Envoyé: Lundi 17 Octobre 2011 20:37:39
Objet: Re: [osol-discuss] Intel Kernel Mode-setting (KMS) in snv173
Post by Bruno DamourI has tried with console=text but not the correct option as it seems ;-)
console=text still uses bitmapped graphics. From the heads up message:
Solaris now has support for high resolution and color depth consoles.
By default, your machine will boot using a 1024x768x16-bit console, unless
your video card doesn't support it in which case it will fall back to
800x600 and finally 640x480.
The type of console (and also the old VGA TEXT 640x480 console) can be
controlled through both kernel parameters and GRUB directives:
-B console={text|graphics|force-text}
selects the type of booting console. 'text' and 'graphics' both select a
high resolution console, while force-text selects the old VGA TEXT
console. ...