Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2000 15:41:57 -0500 (EST)
From:      Alexander V P <alex@big-blue.net>
To:        freebsd-questions@FreeBSD.ORG
Subject:   acer travelmate340t and X
Message-ID:  <Pine.BSF.4.05.10012111532500.5066-100000@borg.starbase.net>
In-Reply-To: <Pine.BSF.4.21.0012111525440.23627-100000@mail.wlcg.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,
i had problems installing XFree86 on my laptop.finally i have it up and
running.( took me over a week @$!%$$#%@)
i'm posting this just in case someone else ever need config file.
alex

--------------
# XF86config file - axvp
Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    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/"
# if u wanna have support for TTF uncoment next line abd man xfstt ;-)
#    FontPath   "unix/:7101"
EndSection

Section "Keyboard"
    Protocol    "Standard"
    XkbKeymap   "xfree86(us)"
EndSection

Section "Pointer"
    Protocol    "PS/2"
    Device      "/dev/psm0"
    Emulate3Buttons
    Emulate3Timeout    50
EndSection

Section "Monitor"
    Identifier  "My Monitor"
    ModelName   "GENERIC  800x 600 @ 60Hz 14 inch"
    HorizSync   30.0  - 38.0
    VertRefresh 48.0  - 61.0
    ModeLine    "800x600"  40.0  800  840  968 1056  600  601  605  628 +hsync -vsync
EndSection

Section "Device"
    Identifier  "Generic VGA"
    VendorName  "Unknown"
    BoardName   "Unknown"
    Chipset     "generic"
EndSection

Section "Device"
    Identifier  "Trident Cyber 9525 (generic)"
    VendorName  "Unknown"
    BoardName   "Unknown"
    VideoRam    2560   
EndSection
    
Section "Screen"

    Driver      "svga"
    Device      "Trident Cyber 9525 (generic)"
    Monitor     "My Monitor"
    Subsection "Display"
        Depth       16
        Modes       "800x600"
        ViewPort    0 0
        Virtual 1024 768
    EndSubsection
EndSection

-------------



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.10012111532500.5066-100000>