home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23654 < prev    next >
Encoding:
Text File  |  1993-01-11  |  2.6 KB  |  65 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!mcsun!sun4nl!utrcu1!infnews!infnews!ramaer
  3. From: ramaer@cs.utwente.nl (Mark Ramaer)
  4. Subject: Re: Help with ET4000 and fixed frequency monitor PLEASE! : )
  5. Message-ID: <1993Jan11.153430@cs.utwente.nl>
  6. Sender: usenet@cs.utwente.nl
  7. Nntp-Posting-Host: utis143
  8. Organization: University of Twente, Dept. of Computer Science
  9. References:  <24785@galaxy.ucr.edu>
  10. Date: Mon, 11 Jan 1993 14:34:30 GMT
  11. Lines: 52
  12.  
  13. In article <24785@galaxy.ucr.edu>, jason@galaxy.ucr.edu (jason bishop) writes:
  14. |> 
  15. |>     HEP me man! I was borrowing a trident vga card for my new
  16. |> fixed frequency monitor (48khz horizontal by 60hz vertical) and it
  17. |> worked great under X windows.  I had it in 1024x768 mode with no
  18. |> problems.  I returned the card to a friend and bought a ET4000 hicolor
  19. |> and now the 1024x768 mode doesnt seem to work.  I guess the ET4000 has
  20. |> a different set of dot clocks.  Anyway, I made up my own mode with
  21. |> the modegen2.sc spreadsheet by plugging in my horizontal and
  22. |> vertical frenquencies for the monitor and a sample dot clock for 
  23. |> the ET4000 card (75 I think it was) and guessed at all of the 
  24. |> other values for sync delays and such.  But I dont think my monitor
  25. |> likes it too good.  I ran it for 24 hours with these values and
  26. |> now the very top left corner of the screen is discolored! HELP!
  27. |> These are the values I was using in my Xconfig file:
  28. |>        "test"       75     1184 1216 1552 1568    771  778  781  797
  29. |> 
  30. [...]
  31.  
  32. My Tseng Labs ET4000 plus (48KHz,60Hz) monitor like these values:
  33.  
  34.   Virtual       1024 1024
  35.   ViewPort      0 0
  36. # Modes         "1024x768" "800x600" "640x480" "1240x768"
  37.   Modes         "1024x768" "800x600" "640x480"
  38.   Clocks 25 28 32 36 40 45 31 38 51 56 65 72 81 90 63 75
  39. # Staticgray
  40. # Grayscale
  41. # Staticcolor
  42.   Pseudocolor
  43. # Truecolor
  44. # Directcolor
  45.   Chipset       "et4000"
  46. # Displaysize   1024 768
  47. # Screenno      0
  48.   Videoram      1024
  49.  
  50. ModeDB
  51. #            clock  horzontal timing      vertical timing
  52.  "640x480"   25     640  664  760  800    480  491  493  525  # 31.25KHz x 60 Hz
  53.  "800x600"   36     800  824  896 1024    600  601  603  625  # 35KHz x 56Hz
  54.  "1024x768"  65    1024 1032 1176 1344    768  771  777  806  # 48KHz x 60Hz
  55.  "1240x768"  75    1240 1264 1560 1584    768  771  777  806  # 48KHz x 60Hz
  56.  
  57. 1240x768 runs fine, but I prefer a virtual screen with a higher vertical
  58. resolution.  Note that the psysical vertical resolution is limited by
  59. 48KHz / 60Hz / 1.05 = 762 .  I guess your vertical sync is too short.
  60.  
  61. In the directory /usr/lib/X11/doc/vgadbase you can find clocks for many
  62. ET4000 cards.
  63.  
  64. Hope this helps
  65.