<br><br><div><span class="gmail_quote">On 06/12/05, <b class="gmail_sendername">Christopher J. Bottaro</b> <<a href="mailto:cjbottaro@alumni.cs.utexas.edu">cjbottaro@alumni.cs.utexas.edu</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br>I'm a long time Redhat/Fedora user who loves KDE, so I decided to try<br>Kubuntu. I installed it on VMware and everything went fine, but now I have<br>a few questions and problems.</blockquote><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
3) This is my major problem. All the fonts are tiny! My xorg.conf file<br>uses 1920x1200, but in KDE I clicked 'Configure Desktop', 'Display' tab,<br>and changed my resolution to 1024x768 so it would better fit in my VMware
<br>window. That shouldn't have anything to do with it, right? I tried<br>increasing my font sizes, but I feel that this is a cheap hack workaround.<br>Also, it doesn't completely fix the problem because there are still some
<br>fonts that are too small to read (for example, in System Settings -> System<br>Services).</blockquote><div><br>
It is most likely that xorg cannot identify the real display characteristics when running under VMWare.<br>
You may need to tell xorg the size of your display<br>
<br>
'xdpyinfo' will display display information.<br>
xdpyinfo | egrep '(resolution|dimension)' will display just the relevant bits.<br>
This will probably show 75x75 dots per inch before setting the size<br>
<br>
Try adding a Displaysize option (in millimetres) to the "Monitor" section of /etc/X11/xorg.conf.<br>
<br>
e.g. excerpt from my xorg.conf (for my 17" Dell)<br>
Section "Monitor"<br>
Identifier "vmware"<br>
VendorName "VMware, Inc"<br>
HorizSync 1-10000<br>
VertRefresh 1-10000<br>
#<br>
DisplaySize 372 230<br>
#<br>
<br>
</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Thanks for the help!</blockquote><div><br>
Hope this helps<br>
</div><br></div><br>-- <br>Regards,<br>Andrew Wallace