Index: /trunk/src/VBox/Debugger/VBoxDbgConsole.cpp
===================================================================
--- /trunk/src/VBox/Debugger/VBoxDbgConsole.cpp	(revision 46726)
+++ /trunk/src/VBox/Debugger/VBoxDbgConsole.cpp	(revision 46727)
@@ -83,4 +83,16 @@
     setPalette(Pal);
     setTextColor(QColor(qRgb(0, 0xe0, 0)));
+
+#ifdef DEBUG_ramshankar
+    /* Solaris host (esp. S10) has illegible Courier font (bad aliasing). */
+    Font.setFamily("Monospace [Monotype]");
+    setFont(Font);
+
+    /* White on black while I'm at it. */
+    Pal.setColor(QPalette::All, QPalette::Base, QColor(Qt::white));
+    setPalette(Pal);
+    setTextColor(QColor(qRgb(0, 0, 0)));
+#endif
+
     NOREF(pszName);
 }
@@ -102,7 +114,7 @@
 
     /*
-     * Insert all in one go and make sure it's visible. 
-     *  
-     * We need to move the cursor and unselect any selected text before 
+     * Insert all in one go and make sure it's visible.
+     *
+     * We need to move the cursor and unselect any selected text before
      * inserting anything, otherwise, text will disappear.
      */
