getting Ubuntu-quality fonts / configuration under Cygwin/X

0

I have Cygwin/X installed on a Win7 box. I also have an Ubuntu VM running on the Win7 host.

If I do the following:

  1. Start Xming on the Win7 box
  2. Start mate-terminal under Cygwin/X

then mate-terminal starts up with very crappy-looking fonts and a blinking cursor. (I'm using "Monospace 10" in mate-terminal.)

If I then do:

  1. Use putty to ssh into the Ubuntu VM (fowarding the X connection)
  2. Run gnome-settings-daemon on the Ubuntu VM

then the fonts in mate-terminal suddenly become much better looking and the cursor stops blinking (probably because I've configured it that way in Ubuntu.)

Question:

How can I get the better-looking fonts and the ability to set cursor-blinks option for mate-terminal under Cygwin/X without having to run the Ubuntu VM?

FWIW, I have Xming-fonts-7-5-0-4 installed.

Update: Starting Xming with '-dpi 101' as suggested here helps, but the fonts are still not anti-aliased.

Update: Figured out the cursor blink problem... added this:

    <entry name="cursor_blink_mode" mtime="1346104804" type="string">
            <stringvalue>off</stringvalue>
    </entry>

to the file ~/.mateconf/apps/mate-terminal/profiles/Default/%mateconf.xml when mateconfd is not running.

ErikR

Posted 2012-08-27T20:02:19.207

Reputation: 163

Answers

1

You may need to create the configuration files for GTK2 and GTK3 in the Cygwin environment, in order to make the applications load and use them, as there is not a settings-manager running on Cygwin.

KuttKatrea

Posted 2012-08-27T20:02:19.207

Reputation: 106