Re: 100dpi vs. 75dpi fonts in X

2006-01-27 Thread Felix Miata
Lei Kong wrote: > Thanks for the hint, now things looks all right now. > My laptop screen is 14in 5:3 wide screen, guess that's > why things got screwed up. Now I set the display size > explicitly in xorg.conf, I am running debian testing. Is DisplaySize the only thing you did? > No way to let

Re: Re: 100dpi vs. 75dpi fonts in X

2006-01-26 Thread Lei Kong
Thanks for the hint, now things looks all right now. My laptop screen is 14in 5:3 wide screen, guess that's why things got screwed up. Now I set the display size explicitly in xorg.conf, I am running debian testing. No way to let the machine detect the correct DPI automatically? guess that requir

Re: 100dpi vs. 75dpi fonts in X

2006-01-22 Thread Felix Miata
Curt Howland wrote Sun, 22 Jan 2006 16:14:25 -0600 (CST): > Felix Miata <[EMAIL PROTECTED]> wrote: > > Sounds like the two drivers run X at different DPI. Kinfocenter will > > tell you the DPI X thinks it's using (formatted xdpyinfo output). > Indeed yes. The included "nv" driver uses 75 dpi,

Re: 100dpi vs. 75dpi fonts in X

2006-01-22 Thread Curt Howland
Felix Miata <[EMAIL PROTECTED]> wrote: > Sounds like the two drivers run X at different DPI. Kinfocenter will > tell you the DPI X thinks it's using (formatted xdpyinfo output). Indeed yes. The included "nv" driver uses 75 dpi, the non-free "nvidia" driver uses 111 dpi. /var/log/Xorg.0.log: (==)

Re: 100dpi vs. 75dpi fonts in X

2006-01-21 Thread Felix Miata
Curt Howland wrote: > Hi. I'm finally getting the nVidia driver compiled/installed. That's > the easy part. > While using the nv driver, everything is fine. > The nVidia driver loads fine, detects and utilizes AGP, but when X is > being displayed, all the fonts are HUGE! Ok, I overstate. They

Re: 100dpi vs 75dpi

2002-04-10 Thread Crispin Wellington
On Wed, 2002-04-10 at 18:39, Thomas Peri wrote: > I seem to be using 100dpi fonts. This wouldn't bother me, but since > many programs seem to assume 75dpi, lots of elements like buttons and > things (especially in mozilla) are sized too small, and the text gets > clipped. How can I use 75dpi f

Re: 100dpi vs 75dpi

2002-04-10 Thread Jeffrey W. Baker
On Wed, 2002-04-10 at 14:23, Bill Moseley wrote: > Now, changing screen sizes (Ctrl-Alt-+) my fonts do change relative to > the screen size. > > I tried with other applications, too, such as gedit, mozilla, kedit. > Removing DisplaySize seems to have no effect, either. Passing various > -dpi sett

Re: 100dpi vs 75dpi

2002-04-10 Thread Bill Moseley
On 10 Apr 2002 10:45:57 -0700 Jeffrey W. Baker wrote: > > I start X by specifying 100 dpi. I'm not sure exactly what that > > does, but it makes my fonts a better size. BTW -I specify that -dpi setting in /etc/X11/xinit/xserverrc exec /usr/bin/X11/X -dpi 100 -nolisten tcp > > That is a side

Re: 100dpi vs 75dpi

2002-04-10 Thread Vincent Lefevre
On Wed, Apr 10, 2002 at 11:02:51 -0700, Craig Dickson wrote: > style "user-font" > { > fontset ="-adobe-helvetica-medium-r-normal-*-12-*-*-*-p-*-iso8859-1" > } > > widget_class "*" style "user-font" I tried that, but accented characters and following text no longer get drawn. Any idea? -- Vin

Re: 100dpi vs 75dpi

2002-04-10 Thread Thomas Peri
Wonderful! Thanks! Note: it does have to be .gtkrc, and not .gtkrc-kde, which existed already for me. Craig Dickson wrote: begin Vincent Lefevre quotation: I have huge fonts in my GTK apps and I'd like smaller ones. How can I change that? (I don't use GNOME.) Add something like the fol

Re: 100dpi vs 75dpi

2002-04-10 Thread Craig Dickson
begin Vincent Lefevre quotation: > I have huge fonts in my GTK apps and I'd like smaller ones. How can > I change that? (I don't use GNOME.) Add something like the following to the end of your $HOME/.gtkrc file. Change the 12 to the pixel height you want for your UI fonts. You may want to chang

Re: 100dpi vs 75dpi

2002-04-10 Thread Vincent Lefevre
On Wed, Apr 10, 2002 at 09:09:07 -0700, Craig Dickson wrote: > If your GTK apps have overly large fonts, you can adjust that in your > GTK theme. If you use GNOME, the GNOME control panel's "Appearance" dialog > allows you to override the GTK theme's font. I have huge fonts in my GTK apps and I'd

Re: 100dpi vs 75dpi

2002-04-10 Thread Jeffrey W. Baker
On Wed, 2002-04-10 at 09:51, Bill Moseley wrote: > At 09:09 AM 4/10/2002 -0700, Craig Dickson wrote: > >begin Thomas Peri quotation: > > > >> I seem to be using 100dpi fonts. This wouldn't bother me, but since > >> many programs seem to assume 75dpi, lots of elements like buttons and > >> thin

Re: 100dpi vs 75dpi

2002-04-10 Thread Craig Dickson
begin Bill Moseley quotation: > I've never really understood dpi under X. > > I start X by specifying 100 dpi. I'm not sure exactly what that does, but > it makes my fonts a better size. > > Here's a dumb question. What's the purpose of the different dpi fonts? > Does it allow you to use a h

Re: 100dpi vs 75dpi

2002-04-10 Thread Bill Moseley
At 09:09 AM 4/10/2002 -0700, Craig Dickson wrote: >begin Thomas Peri quotation: > >> I seem to be using 100dpi fonts. This wouldn't bother me, but since >> many programs seem to assume 75dpi, lots of elements like buttons and >> things (especially in mozilla) are sized too small, and the text

Re: 100dpi vs 75dpi

2002-04-10 Thread Craig Dickson
begin Jeffrey W. Baker quotation: > > If any program assumes 75 dpi, it's ineptly written garbage and you ought > > to toss it out. > > That would include Galeon and practically anything else written with > Glade. Unfortunately Glade seems hung-up on sizing everything in > pixels, even though

Re: 100dpi vs 75dpi

2002-04-10 Thread Jeffrey W. Baker
On Wed, 2002-04-10 at 09:09, Craig Dickson wrote: > begin Thomas Peri quotation: > > > I seem to be using 100dpi fonts. This wouldn't bother me, but since > > many programs seem to assume 75dpi, lots of elements like buttons and > > things (especially in mozilla) are sized too small, and the

Re: 100dpi vs 75dpi

2002-04-10 Thread Craig Dickson
begin Thomas Peri quotation: > I seem to be using 100dpi fonts. This wouldn't bother me, but since > many programs seem to assume 75dpi, lots of elements like buttons and > things (especially in mozilla) are sized too small, and the text gets > clipped. How can I use 75dpi fonts instead? I

Re: 100dpi vs 75dpi

2002-04-10 Thread Thomas Peri
Re-ordering the lines in the file didn't work. This leads me to believe I'm looking in the wrong place. But I've just noticed something I didn't before: It seems that the fonts in all KDE apps (konqueror, kmix, kcontrol) are a nice size, but everything else (mozilla, xmms (menus), gimp, aisl

Re: 100dpi vs 75dpi

2002-04-10 Thread Glyn Millington
Thomas Peri <[EMAIL PROTECTED]> writes: > I seem to be using 100dpi fonts. This wouldn't bother me, but since > many programs seem to assume 75dpi, lots of elements like buttons and > things (especially in mozilla) are sized too small, and the text gets > clipped. How can I use 75dpi fonts inste

Re: 100dpi vs 75dpi sizes

2002-03-04 Thread Gary Hennigan
"Chris Olson" <[EMAIL PROTECTED]> writes: > Gary Hennigan wrote: > > > could make the window wider, but is there a way to decrease the size > > of these? Looking at the Navigator.ad file is like reading a word > > jumble. > > The font sizes are loaded in the order they appear in > /etc/X11/XF86Co

Re: 100dpi vs 75dpi sizes

2002-03-01 Thread Chris Olson
Gary Hennigan wrote: > could make the window wider, but is there a way to decrease the size > of these? Looking at the Navigator.ad file is like reading a word > jumble. The font sizes are loaded in the order they appear in /etc/X11/XF86Config-4. By putting the entry for 75dpi first, it will for

Re: 100dpi vs 75dpi sizes

2002-03-01 Thread Shaul Karl
> I noticed the other day that I hadn't installed the 100dpi X fonts and > so I went ahead and installed them. When I restarted X some time after > that all my fonts were completely different sizes. I managed to modify > the applications I use most frequently, like XEmacs and my Gnome > terminals,

Re: 100dpi vs 75dpi sizes

2002-03-01 Thread Thomas Shemanske
Look at the order in which the fonts appear in /etc/X11/XF86Config-4 If the 100dpi fonts appear before the 75dpi fonts, try reversing the order and restart the display manager TRS Gary Hennigan wrote: I noticed the other day that I hadn't installed the 100dpi X fonts and so I went ahead and

Re: 100dpi vs 75dpi sizes

2002-03-01 Thread Sean 'Shaleh' Perry
> > I suppose I could go back to the 75dpi fonts but how do I make that > the default for all applications, short of removing the 100dpi fonts? > > Running "testing" with XFree86 4.1.0.1 > The obvious answer is add -dpi 75 to however X gets started on your system -- either the XDM configs or xs