Marcio Rosa da Silva wrote: > Hi! > > I installed debian on my laptop (yes, I know that there is a laptop list, > but I think the topic is more general) and I had a problem. > > The default font in X (used in netscape and jpilot) are too big. It's good > when you use 1024x768 resolution, but my laptop only supports 800x600. > > I looked for the file to change this behavior, but couldn't solve the > problem. > > So, how can I change this? >
In your XF86Config file, swap the 75dpi and 100dpi lines so that 75dpi comes first. FontPath "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled" dyer