El 15/ago/2005 a las 23:09 -0300, Walter me decĂ­a:
> On Mon, Aug 15, 2005 at 05:24:40PM -0400, Willie Wong wrote
> 
> > The question is precisely whether his X dpi matches his physical dpi.
> > I used to have a similar problem when I tried to run 1280 x 1024 on my
> > laptop and get itsy-bitsy fonts. 
> > 
> > Then I took a ruler and measured the monitor and set the DisplaySize
> > in the Monitor section of xorg.conf and now the fonts becomes readable
> > again. 
> 
>   Thanks.  That was it, at least for menus.  Here are a couple of lines
> from my revised xorg.conf
> 
> #    DisplaySize 400 300
>     DisplaySize 328 246
> 
>   400 mm x 300 mm gives approx a 19 inch diagonal.  I lied to X, telling
> it that I have a smaller CRT.  X uses bigger fonts to remain readable on
> the "smaller CRT", and I like it.  Non-menu fonts for apps have to be
> set individually.  For Firefox, it's...  
> 
> Edit => Preferences => General => Fonts & Colors
> 
>   The one part I haven't figured out is xterm.  If I {ALT-RIGHT-CLICK}
> in an xterm, I get a menu that will alter font sizes.  How do I change
> the default font size that xterm comes up with?

Seems you have found your solution to this problem, but i want to
add this, maybe unrelated to your problem, but yet usefull:

In your original solution you have two X servers running at different
resolutions, you don't need to start two servers for this, just use
the command 'xrandr'

# to see available modes 
xrandr -q
 
# to change to a desired mode
xrandr -s number_in_first_column_of_previous_command
  
'xrandr' is part of the x11-base/xorg-x11 package.

-- 
Fernando Canizo - http://www.lugmen.org.ar/~conan/
Confirmed bachelor:
        a man who goes through life without a hitch.

-- 
[email protected] mailing list

Reply via email to