# **********************************************************************
# Files section.  This allows default font and rgb paths to be set
# **********************************************************************

Section "Files"

# The location of the RGB database.  Note, this is the name of the
# file minus the extension (like ".txt" or ".db").  There is normally
# no need to change the default.

    RgbPath     "/usr/X11R6/lib/X11/rgb"

# Multiple FontPath entries are allowed (which are concatenated together),
# as well as specifying multiple comma-separated entries in one FontPath
# command (or a combination of both methods)
#
# If you don't have a floating point coprocessor and emacs, Mosaic or other
# programs take long to start up, try moving the Type1 and Speedo directory
# to the end of this list (or comment them out).
#

    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"

# For OSs that support Dynamically loaded modules, ModulePath can be
# used to set a search path for the modules.  This is currently supported
# for Linux ELF, FreeBSD 2.x, NetBSD 1.x and OpenBSD 2.x.
# The default path is shown here.

#    ModulePath "/usr/X11R6/lib/modules"

EndSection


----- Original Message -----
From: "Lionel Lecoq" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, January 24, 2002 12:54 AM
Subject: Re: [Newbie]Resolution and color depth problems


> One would need to see your XF86Config
> the fonts could be coped with as follows
> either
> Section "Files"
> RgbPath      "/usr/X11R6/lib/X11/rgb"
> ModulePath   "/usr/X11R6/lib/modules"
> FontPath     "/usr/X11R6/lib/X11/fonts/misc/"
> FontPath     "/usr/X11R6/lib/X11/fonts/Speedo/"
> FontPath     "/usr/X11R6/lib/X11/fonts/Type1/"
> FontPath     "/usr/X11R6/lib/X11/fonts/CID/"
> FontPath     "/usr/X11R6/lib/X11/fonts/75dpi/"
> FontPath     "/usr/X11R6/lib/X11/fonts/100dpi/"
> EndSection
> Note: it is important that misc come before the AA fonts such as Speedo
and Type1
>
> or
> Section "Module"
> Load  "dbe"
> Load  "dri"
> Load  "extmod"
> Load  "glx"
> Load  "pex5"
> Load  "record"
> Load  "xie"
>       Load  "freetype"   # TrueType font handler #<------
>       Load  "type1"   # Adobe Type 1 font handler #<------
>       Load "speedo" #<------
>
> EndSection
>
> Lionel
> --- [EMAIL PROTECTED] wrote:
> > It works in SVGA mode, and the colors look fine. The only problem is the
> > fonts are screwed up for some reason and they just look like lines.
> > Completely unreadable.
> >
> > ----- Original Message -----
> > From: "Lionel Lecoq" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Sent: Wednesday, January 23, 2002 12:26 AM
> > Subject: Re: [Newbie]Resolution and color depth problems
> >
> >
> > > It looks as if you were running 3.3.6 rather than 4.x.x.
> > > The depth you can use for a given resolution depends on how much video
ram
> > you have. with 1 MB I
> > > don't think you can get more than 16...
> > > Lionel
> > > --- [EMAIL PROTECTED] wrote:
> > > > I just got XFree86 running on my compaq presario 7170 (p90 with 24mb
> > ram) and it has a Trio64
> > > > video card. I set that up correctly and used the S3 server as my
> > accelerated server. I chose
> > > > 1024 as my resolution for all color depths and 800 for my second
choice.
> > Problem is, when X
> > > > starts up it is running in 16 color mode and I cannot get it to run
with
> > better color depth.
> > > > here is the output when I startx:
> > > >
> > > > (--) S3: PCI: Trio32/64 rev 0, Linear FB @ 0xfe000000
> > > > (--) S3: chipset:   Trio64 rev. 2
> > > > (--) S3: chipset driver: mmio_928
> > > > (--) S3: card type: PCI
> > > > (--) S3: videoram:  1024k *****<-----
> > >
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Send FREE video emails in Yahoo! Mail!
> > > http://promo.yahoo.com/videomail/
> > > _______________________________________________
> > > Newbie mailing list
> > > [EMAIL PROTECTED]
> > > *** To unsubscribe , or change message options, see:
> > > http://XFree86.Org/mailman/listinfo/newbie
> > >
> >
> > _______________________________________________
> > Newbie mailing list
> > [EMAIL PROTECTED]
> > *** To unsubscribe , or change message options, see:
> > http://XFree86.Org/mailman/listinfo/newbie
>
>
> __________________________________________________
> Do You Yahoo!?
> Great stuff seeking new owners in Yahoo! Auctions!
> http://auctions.yahoo.com
> _______________________________________________
> Newbie mailing list
> [EMAIL PROTECTED]
> *** To unsubscribe , or change message options, see:
> http://XFree86.Org/mailman/listinfo/newbie
>

_______________________________________________
Newbie mailing list
[EMAIL PROTECTED]
*** To unsubscribe , or change message options, see:
http://XFree86.Org/mailman/listinfo/newbie

Reply via email to