| ryanflannery.net | |
|
Navigation
Link Roll
m & r . net
m & r rate recipes
neal hogan
john schlipf
logic matters
tim gowers
scott aaronson
aatu koskensilta
log blog
it's only a theory
OpenBSD
OpenPorts.se
undeadly.org
advogato
§apio§oft
λ server
xkcd
PhD comics
c & h
s.m.b.
Far Left Side
a.p.o.d.
bbc sci.
life hacker
wvxu/wnku/npr
cet/ket/pbs cinci rollergirls banksy mark ryden todd shorr |
Changing screen resolution/depth on a Sun Blade 100 with Solaris
I searched docs.sun.com, all of the user
manuals provided with the Solaris 8 media kit (which is quite numerous), and
ended up digging through every man page I could find before finally figuring
this out (and if you use Solaris, then you know how hard it is to find man
pages since all of the man page directories are scattered throughout the
filesystem and this makes maintaining an ProblemHow to change screen resolution/depth/refresh-rates in Solaris 8/9 on a Sun Blade 100? Solution
The video device that comes with a Sun Blade is the
# m64config [ -depth 8 | 24 ] [ -dev /dev/fbs/m640 ]
[ -res 1920x1080x72 | 1600x1200x75 | 1280x1024x67 | 1280x1024x76 ]
[ now | try ]
If you don't tell it to force the change |