An Eternal Quest for Incremental Improvement
OpenSolaris was lacking virtual console for a while. This support was made available since build snv_124. However, due to various bugs, it is turned off by default. To enable virtual consoles, do the following.
$ pfexec svcadm enable vtdaemon $ pfexec svcadm enable console-login:vt2 $ pfexec svcadm enable console-login:vt3 $ pfexec svcadm ...
One of the key things that I try to do when I take portraits is to focus on the eye of the subject. This is a well documented technique and works very well. Also, each lens has a sweet spot aperture for which the picture is really crisp. I find ...
This winter, I decided to give Alpine Skiing a try. As I live in the San Francisco Bay Area, Lake Tahoe is the natural choice for me to go for skiing. Me and three of my friends went to Tahoe the Christmas weekend. We stayed in The Ridge Sierra at ...
-> Update 2009-11-07: This issue is fixed in OpenSolaris build snv_126. <-
OpenSolaris dev repository update snv_116 introduced an XOrg bug that caused the mouse cursor to jump to the top left corner of the screen very frequently. Apparently, there is some floating point math issue is involved using MMX/SSE2 instructions ...
Recently, I had to install Mercurial on one of our Solaris 10 development machines without root access. The installation procedure was a little bit tricky. So, I thought it would be helpful to share the experience.
First, I downloaded Mercurial source and extracted it. This is a standard procedure for ...