See my blog post on enabling virtual consoles in Solaris Express for x86:
http://blogs.sun.com/DanX/entry/solaris_virtual_consoles

Here's a shell script from the above article (hopefully formatting doesn't mess 
it up):

#! /bin/ksh
svcadm enable vtdaemon
for i in 2 3 4 5 6 ; do
    svcadm enable console-login:vt$i
done
svccfg -s vtdaemon setprop options/secure=false # <-Omit if you want auto 
screen locking    
svccfg -s vtdaemon setprop options/hotkeys=true
svcadm refresh vtdaemon; svcadm restart vtdaem\on
-- 
This message posted from opensolaris.org
_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Reply via email to