Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 14 Apr 1998 22:21:46 -0500 (CDT)
From:      Jonathan Fosburgh <wotan@Dorm-35959.RH.UH.EDU>
To:        Ken Seggerman <suleyman@echonyc.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: your mail
Message-ID:  <Pine.BSF.3.96.980414221239.19715A-100000@Dorm-35959.RH.UH.EDU>
In-Reply-To: <Pine.GSO.3.96.980414225001.18509A-100000@echonyc.com>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----

Granted, I am no expert on X, but it appears that that version of XF86
does not support your card. It is reverting to a generic card and I am
sure it will only allow the one mode as a failsafe. Also, you are running
a very old version of XF86 (note: it was compiled for FBSD 2.2.0) I
believe 2.2.2R used XF86 3.3.? I can't remember what the minor was. To
find out if your card is supported at all, I would go check 
www.xfree86.org and look at the readmes for Matrox chipsets, they are in
the documentation section. It could be, if your card is new, that it was
not supported at the time that release of xf86 came out and that you need
to upgrade. The current version is 3.3.2 (I think.)

Hope I was too incoherent there and that that is of some help.

 On Tue, 14 Apr 1998, Ken Seggerman wrote:

> 
> Gentlemen: 
> 
> I have FreeBSD 2.2.2 running on my Gateway at home. I have been having a 
> terrible time getting XF86 running in a useful manner. 
> 
> It runs, but only at a resolution of 340 x 200. There is not much point in
> my installing Netscape, or any other X-Window apps until I can get 1024 x
> 768
> 
> I have the Greg Lehey Book and the cdroms for 2.2.5, but am still running
> 2.2.2.. 
> 
> Is there a comparable book just about running XF86 and X-Windows 
> applications on FreeBSD? 
>  
> I have read the man pages and searched the mailing list archives, all to
> no avail. 
> 
> I have included my XF86Config file, and an error log should any kind and
> informed person be able to offer me advice.
> 
> 
> # XF86Config auto-generated by XF86Setup
> #
> # Copyright (c) 1996 by The XFree86 Project, Inc.
> 
> #
> # Permission is hereby granted, free of charge, to any person obtaining a
> # copy of this software and associated documentation files (the "Software"),
> # to deal in the Software without restriction, including without limitation
> # the rights to use, copy, modify, merge, publish, distribute, sublicense,
> # and/or sell copies of the Software, and to permit persons to whom the
> # Software is furnished to do so, subject to the following conditions:
> #
> # The above copyright notice and this permission notice shall be included in
> # all copies or substantial portions of the Software.
> #
> # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
> # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
> # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
> # THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
> # WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
> # OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
> # SOFTWARE.
> #
> # Except as contained in this notice, the name of the XFree86 Project shall
> # not be used in advertising or otherwise to promote the sale, use or other
> # dealings in this Software without prior written authorization from the
> # XFree86 Project.
> #
> 
> # See 'man XF86Config' for info on the format of this file
> 
> Section "Files"
>    RgbPath    "/usr/X11R6/lib/X11/rgb"
>    FontPath   "/usr/X11R6/lib/X11/fonts/misc:unscaled"
>    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/misc"
>    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi"
>    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi"
> EndSection
> 
> Section "ServerFlags"
> EndSection
> 
> Section "Keyboard"
>    Protocol        "Standard"
>    XkbRules        "xfree86"
>    XkbModel        "pc101"
>    XkbLayout       "us"
> EndSection
> 
> Section "Pointer"
>    Protocol        "PS/2"
>    Device          "/dev/psm0"
> EndSection
> 
> Section "Monitor"
>     Identifier "Primary Monitor"
>     VendorName "Gateway 2000"
>     ModelName "CrystalScan 1776LE"
>     BandWidth 110
>     HorizSync 30-64
>     VertRefresh 50-120
>     ModeLine "640x480" 25 640 664 760 800 480 491 493 525
>     ModeLine "640x480" 31 640 664 704 832 480 489 492 520
>     ModeLine "800x600" 50 800 856 976 1040 600 637 643 666 +hsync +vsync
>     ModeLine "1024x768i" 44 1024 1040 1216 1264 768 777 785 817 interlace
>     ModeLine "1024x768" 75 1024 1072 1184 1328 768 768 770 800 -hsync -vsync
>     ModeLine "1280x1024i" 80 1280 1296 1512 1568 1024 1025 1037 1165 interlace
>     ModeLine "1280x1024" 110 1280 1360 1428 1720 1024 1025 1036 1065
> EndSection
> 
> 
> Section "Device"
>    Identifier      "Primary Card"
>    VendorName      "Unknown"
>    BoardName       "Matrox Millennium (MGA)"
>    Chipset         "generic"
>    Clocks          25.18
> 
> 
> 
> EndSection
> 
> Section "Screen"
>    Driver          "Accel"
>    Device          "Primary Card"
>    Monitor         "Primary Monitor"
>    SubSection "Display"
>       Depth        8
>       Modes        "1024x768"
>    EndSubSection
>    SubSection "Display"
>       Depth        15
>       Modes        "1024 x 768"
>    EndSubSection
>    SubSection "Display"
>       Depth        16
>       Modes        "1024x768"
>    EndSubSection
>    SubSection "Display"
>       Depth        24
>       Modes        "1024x768"
>    EndSubSection
>    SubSection "Display"
>       Depth        32
>       Modes        "1024x768"
>    EndSubSection
> EndSection
> 
> Section "Screen"
>    Driver          "Mono"
>    Device          "Primary Card"
>    Monitor         "Primary Monitor"
>    SubSection "Display"
>       Depth        1
>       Modes        "1024x768"
>    EndSubSection
> EndSection
> 
> Section "Screen"
>    Driver          "VGA2"
>    Device          "Primary Card"
>    Monitor         "Primary Monitor"
>    SubSection "Display"
>       Depth        1
>       Modes        "1024x768"
>    EndSubSection
> EndSection
> 
> Section "Screen"
>    Driver          "VGA16"
>    Device          "Primary Card"
>    Monitor         "Primary Monitor"
>    SubSection "Display"
>       Depth        4
>       Modes        "3"
>    EndSubSection
> EndSection
> 
> Section "Screen"
>    Driver          "SVGA"
>    Device          "Primary Card"
>    Monitor         "Primary Monitor"
>    SubSection "Display"
>       Depth        8
>       Modes        "1024 x 768"
>    EndSubSection
>    SubSection "Display"
>       Depth        15
>       Modes        "1024 x 768"
>    EndSubSection
>    SubSection "Display"
>       Depth        16
>       Modes        "1024 x 786"
>    EndSubSection
>    SubSection "Display"
>       Depth        24
>       Modes        "1024 x 768"
>    EndSubSection
>    SubSection "Display"
>       Depth        32
>       Modes        "1024 x 768"
>    EndSubSection
> EndSection
> 
> 
> 
> XFree86 Version 3.2 / X Window System
> (protocol Version 11, revision 0, vendor release 6100)
> Release Date: Oct 26 1996
> 	If the server is older than 6-12 months, or if your card is newer
> 	than the above date, look for a newer version before reporting
> 	problems.  (see http://www.XFree86.Org/FAQ)
> Operating System: FreeBSD 2.2.0 
> Configured drivers:
>   SVGA: server for SVGA graphics adaptors (Patchlevel 0):
>       NV1, STG2000, et4000, et4000w32, et4000w32i, et4000w32p, et4000w32p,
>       et6000, et3000, pvga1, wd90c00, wd90c10, wd90c30, wd90c24, wd90c31,
>       wd90c33, gvga, ati, sis86c201, sis86c202, sis86c205, tvga8200lx,
>       tvga8800cs, tvga8900b, tvga8900c, tvga8900cl, tvga8900d, tvga9000,
>       tvga9000i, tvga9100b, tvga9200cxr, tgui9320lcd, tgui9400cxi, tgui9420,
>       tgui9420dgi, tgui9430dgi, tgui9440agi, tgui9660xgi, tgui9680,
>       cyber938x, clgd5420, clgd5422, clgd5424, clgd5426, clgd5428, clgd5429,
>       clgd5430, clgd5434, clgd5436, clgd5446, clgd5462, clgd5464, clgd6205,
>       clgd6215, clgd6225, clgd6235, clgd7541, clgd7542, clgd7543, clgd7548,
>       ncr77c22, ncr77c22e, mga2064w, oti067, oti077, oti087, oti037c,
>       al2101, ali2228, ali2301, ali2302, ali2308, ali2401, cl6410, cl6412,
>       cl6420, cl6440, video7, ct65520, ct65530, ct65540, ct65545, ct65546,
>       ct65548, ct65550, ct65554, ark1000vl, ark1000pv, ark2000pv, ark2000mt,
>       mx, realtek, AP6422, generic
> Using syscons driver with X support (version 2.0)
> (using VT number 4)
> 
> XF86Config: /etc/XF86Config
> (**) stands for supplied, (--) stands for probed/default values
> (**) XKB: rules: "xfree86"
> (**) XKB: model: "pc101"
> (**) XKB: layout: "us"
> (**) Mouse: type: PS/2, device: /dev/psm0, baudrate: 1200
> (**) SVGA: Graphics device ID: "Primary Card"
> (**) SVGA: Monitor ID: "Primary Monitor"
> (**) FontPath set to "/usr/X11R6/lib/X11/fonts/misc:unscaled,/usr/X11R6/lib/X11/fonts/75dpi:unscaled,/usr/X11R6/lib/X11/fonts/100dpi:unscaled,/usr/X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/Speedo,/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/f
> onts/75dpi,/usr/X11R6/lib/X11/fonts/100dpi"
> (--) SVGA: PCI: Matrox Unknown chipset (0x051a) rev 2, Memory @ 0xffbec000
> (**) SVGA: chipset:  generic
> (--) SVGA: videoram: 64k
> (**) SVGA: clocks:  25.18
> (--) SVGA: Using builtin driver modes
> (--) SVGA: Builtin Mode: 320x200
> (--) SVGA: Virtual resolution set to 320x204
> (--) SVGA: SpeedUp code selection modified because virtualX != 1024
> MIT-SHM extension disabled due to lack of kernel support
> PEX extension module not loaded
> XIE extension module not loaded
> X connection to :0.0 broken (explicit kill or server shutdown).
> login:  fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0"
> xinit:  connection to X server lost.
> xterm:  fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0"
> 
> waiting for X server to shut down xterm:  fatal IO error 32 (Broken pipe) or KillClient on X server ":0.0"
> 
> Thanking anyone in advance for any help that can be offered.
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 
> 

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Jonathan Fosburgh                   |We shall not cease from exploration
jef53313@bayou.uh.edu,              |And the end of all our exploring 
wotan@scientist.com                 |Will be to arrive where we started from 
                                    |And know the place for the first time.
www.geocities.com/vienna/1498       |
Undergraduate Geophysics            |T.S. Eliot,
University of Houston               |The Four Quartets
*******************************************************************************
                 I swear -- by my life and my love of it --
             that I will never live for the sake of another man
                    nor ask another man to live for mine.
  
              Ayn Rand, Atlas Shrugged
*******************************************************************************

P.S. sdf.lonestar.org has died, please remove that address if you have been using it. :(

-----BEGIN PGP SIGNATURE-----
Version: 2.6.2

iQBVAwUBNTQn1vx1aCmcyaTdAQEw1wH+IjsBVMxt74SosFB4idlYQuUDOv9VbORW
wsc2JCnRAb6PWka43geyrGT9A1i4xTYmeUwgHKOb0HQwcdf0hiLa6w==
=+qvn
-----END PGP SIGNATURE-----


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.3.96.980414221239.19715A-100000>