home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 21945 < prev    next >
Encoding:
Text File  |  1992-12-29  |  4.2 KB  |  120 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!news.mentorg.com!caeco!sol!rrigby
  3. From: rrigby@sol.slc.mentorg.com (Rodney Rigby (LithoCAD))
  4. Subject: I'm an Xfree conehead
  5. Message-ID: <1992Dec28.222411.2894@caeco.mentorg.com>
  6. Sender: rrigby@sol (Rodney Rigby (LithoCAD))
  7. Organization: Mentor Graphics Corp.,  Murray, Utah
  8. Date: Mon, 28 Dec 1992 22:24:11 GMT
  9. Lines: 109
  10.  
  11. So, I'm willing to admit defeat.  I'm trying to install Xfree on my system at
  12. work.  If I don't comment out the clocks line, the system goes to black and 
  13. white and hangs (reset button time).  If I do comment out the clocks line, I
  14. get the following:
  15.  
  16. no SIOCGIFCONF
  17. XFree86 Version 1.0Ya / X Window System
  18. (protocol Version 11, revision 0, vendor release 5000)
  19. Configured drivers:
  20.   VGA256 (256 colour SVGA):
  21.       et4000, et3000, pvga1, gvga, ati, tvga8900
  22. ATI BIOS Information Block:
  23.    Signature code:                31 = VGA WONDER
  24.    Chip version:                  5 =  ATI 28800-5
  25.    BIOS version:                  0.1
  26.    Byte at offset 0x42 =          0x11
  27.    Byte at offset 0x44 =          0x4c
  28.  
  29.   This video adapter is a:        VGA WONDER PLUS (V6)
  30.   Amount of RAM on video adapter: 1024k
  31.  
  32. ATI driver requires "clocks" to be set in Xconfig!
  33.  
  34.     *** None of the configured devices was detected.***
  35.  
  36.  
  37. Fatal server error:
  38. no screens found
  39.  
  40. giving up.
  41. xinit:  Invalid argument (errno 22):  unable to connect to X server
  42. xinit:  No such process (errno 3):  Server error.
  43.  
  44.  
  45. Can someone help?  My Xconfig file is posted below. 
  46. Feel free to flame away.  I'll take any input.  Thanks in advance.
  47.  
  48. Xconfig:
  49.  
  50. # $XConsortium: Xconfig,v 1.2 91/08/26 14:34:55 gildea Exp $
  51. #
  52. # Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany.
  53. #
  54. # Permission to use, copy, modify, distribute, and sell this software and its
  55. # documentation for any purpose is hereby granted without fee, provided that
  56. # the above copyright notice appear in all copies and that both that
  57. # copyright notice and this permission notice appear in supporting
  58. # documentation, and that the name of Thomas Roell not be used in
  59. # advertising or publicity pertaining to distribution of the software without
  60. # specific, written prior permission.  Thomas Roell makes no representations
  61. # about the suitability of this software for any purpose.  It is provided
  62. # "as is" without express or implied warranty.
  63. #
  64. # THOMAS ROELL DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
  65. # INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
  66. # EVENT SHALL THOMAS ROELL BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  67. # CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  68. # DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  69. # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  70. # PERFORMANCE OF THIS SOFTWARE.
  71. #
  72. # Author:  Thomas Roell, roell@informatik.tu-muenchen.de
  73. # modified by obz for easier linux porting
  74. # modified by faith for ATI Wonder testing
  75.  
  76. #
  77. # some nice paths, to avoid conflicts with other X-servers
  78. #
  79. RGBPath        "/usr/lib/X11/rgb"
  80. FontPath    "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/"
  81. #FontPath    "/usr/lib/X11/fonts/misc/"
  82.  
  83. Keyboard
  84.   AutoRepeat 500 5
  85. #  Xleds      1 2 3
  86.   ServerNumLock
  87. #  DontZap
  88.  
  89. Logitech    "/dev/ttys2"
  90.   BaudRate    1200
  91.  
  92. #
  93. # The graphics drivers
  94. #
  95. vga256
  96.   ViewPort      0 0
  97.   Modes            "640x480t"
  98.   Clocks        18 22 25 28 36 44 50 56
  99.                 30 32 37 39 40 0  75 65
  100.   Displaysize   1024 768
  101.   Videoram    1024
  102.  
  103. ModeDB
  104.  
  105. # clock  horzontal timing      vertical timing
  106. # Timings for standard VGA modes 62h and 63h.
  107. # These aren't very good choices as the refresh rates are 59 Hz and 57 Hz,
  108. # respectively. They were created while testing the driver and were intended
  109. # to be as true to the standard VGA modes as possible (as I was trying to
  110. # follow the programming examples in the ATI Programmer's Ref. Manual, to get
  111. # something working, which I could use as a base). 640x480 should be identical
  112. # to ATI mode 62h. 800x600 uses the same clock as mode 63h, but the values
  113. # were computed using Chin Fang's tutorial (working backwards with a 36 Mhz
  114. # clock and a visual resolution of 800x600).
  115.  
  116. # name       clock  horizontal timing     vertical timing      flags
  117.  
  118.  "640x480t"  25     640  672  768 800     480  490  495  525
  119.  
  120.