<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ca">
	<id>https://wiki.espai.de/index.php?action=history&amp;feed=atom&amp;title=How_to_set_the_Windows_Fonts_in_Linux</id>
	<title>How to set the Windows Fonts in Linux - Historial de revisió</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.espai.de/index.php?action=history&amp;feed=atom&amp;title=How_to_set_the_Windows_Fonts_in_Linux"/>
	<link rel="alternate" type="text/html" href="https://wiki.espai.de/index.php?title=How_to_set_the_Windows_Fonts_in_Linux&amp;action=history"/>
	<updated>2026-05-27T17:36:40Z</updated>
	<subtitle>Historial de revisió per a aquesta pàgina del wiki</subtitle>
	<generator>MediaWiki 1.39.6</generator>
	<entry>
		<id>https://wiki.espai.de/index.php?title=How_to_set_the_Windows_Fonts_in_Linux&amp;diff=257&amp;oldid=prev</id>
		<title>Marti: Pàgina nova, amb el contingut: «Windows has the fonts size in dpi fixed to 96. This means by higher resolutions fonts get smaller, but the advantage is that each character is always represented...».</title>
		<link rel="alternate" type="text/html" href="https://wiki.espai.de/index.php?title=How_to_set_the_Windows_Fonts_in_Linux&amp;diff=257&amp;oldid=prev"/>
		<updated>2008-07-25T13:00:48Z</updated>

		<summary type="html">&lt;p&gt;Pàgina nova, amb el contingut: «Windows has the fonts size in dpi fixed to 96. This means by higher resolutions fonts get smaller, but the advantage is that each character is always represented...».&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Pàgina nova&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Windows has the fonts size in dpi fixed to 96. This means by higher resolutions fonts get smaller, but the advantage is that each character is always represented with the same amount of pixels.&lt;br /&gt;
&lt;br /&gt;
To know the dpi set in a Linux system:&lt;br /&gt;
 xdpyinfo&lt;br /&gt;
 xdpyinfo |grep dimensions&lt;br /&gt;
 xdpyinfo |grep resolution&lt;br /&gt;
&lt;br /&gt;
They should be 96x96&lt;br /&gt;
&lt;br /&gt;
Edit /etc/X11/xorg.conf&lt;br /&gt;
&lt;br /&gt;
 Section &amp;quot;Monitor&amp;quot;&lt;br /&gt;
  Itentifier &amp;quot;Configured Monitor&amp;quot;&lt;br /&gt;
  Option &amp;quot;DPMS&amp;quot;&lt;br /&gt;
  Option &amp;quot;NoDDC&amp;quot;&lt;br /&gt;
  DisplaySize 381 238   #in case of having 1440x900 pixels&lt;br /&gt;
 Section &amp;quot;Device&amp;quot;&lt;br /&gt;
  Option &amp;quot;UseEdidDpi&amp;quot; &amp;quot;FALSE&amp;quot;   #for the Nvidia cards&lt;br /&gt;
  Option &amp;quot;DPI&amp;quot; &amp;quot;96x96&amp;quot;&lt;br /&gt;
  Identifier &amp;quot;VideoCard0&amp;quot;&lt;br /&gt;
  Option &amp;quot;NoLogo&amp;quot;  #not to show the Nvidia logo &lt;br /&gt;
  Driver &amp;quot;nvidia&amp;quot;&lt;br /&gt;
...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
No avoid that titles of windows disappear with Compiz we should also add:&lt;br /&gt;
  Option &amp;quot;RenderAccel&amp;quot;   &amp;quot;yes&amp;quot;&lt;br /&gt;
  Option &amp;quot;XAANoOffscreenPixmaps&amp;quot;   &amp;quot;true&amp;quot;&lt;br /&gt;
  Option &amp;quot;AddARGBGLXVisuals&amp;quot; &amp;quot;True&amp;quot;&lt;br /&gt;
  Option &amp;quot;AllowGLXWithComposite&amp;quot;   &amp;quot;true&amp;quot;&lt;br /&gt;
  Option &amp;quot;TripleBuffer&amp;quot;   &amp;quot;true&amp;quot;&lt;br /&gt;
  Option &amp;quot;RenderAccel&amp;quot; &amp;quot;true&amp;quot;   #for more speed&lt;br /&gt;
  Option &amp;quot;BackStoring&amp;quot; &amp;quot;true&amp;quot;   #for more speed&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 EndSection&lt;br /&gt;
 Section &amp;quot;Extensions&amp;quot;&lt;br /&gt;
  Option   &amp;quot;Composite&amp;quot;   &amp;quot;Enable&amp;quot;   #for more speed&lt;br /&gt;
  Option &amp;quot;RENDER&amp;quot; &amp;quot;Enable&amp;quot;   #for more speed&lt;br /&gt;
 EndSection&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Now the following should be 96x96&lt;br /&gt;
 xdpyinfo |grep resolution&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
In system configuration we have to choose the following fonts:&lt;br /&gt;
 Tabuchet 9&lt;br /&gt;
  (Force: 96dpi on)&lt;br /&gt;
  No Antialiasing: 0pt-12pt&lt;br /&gt;
 GTK Styles &amp;amp; Fonts -&amp;gt; Use Tahoma 9&lt;br /&gt;
&lt;br /&gt;
The fonts in Firefox:&lt;br /&gt;
 Proporcional: Serif 16&lt;br /&gt;
 Serif: Times New Roman&lt;br /&gt;
 Sans-serif: Arial&lt;br /&gt;
 Fixed-size: Courier New 13&lt;br /&gt;
 Default font: Times New Roman 16&lt;/div&gt;</summary>
		<author><name>Marti</name></author>
	</entry>
</feed>