home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / linux / 22505 < prev    next >
Encoding:
Internet Message Format  |  1993-01-02  |  3.5 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!uwm.edu!caen!uflorida!travis.csd.harris.com!grouper!grouper!rrusk
  2. From: rrusk@ssd.csd.harris.com (Bob Rusk)
  3. Newsgroups: comp.os.linux
  4. Subject: Interlacing X11 vs the mouse
  5. Message-ID: <RRUSK.93Jan2215226@gcx1.ssd.csd.harris.com>
  6. Date: 3 Jan 93 02:52:26 GMT
  7. Sender: news@grouper.mkt.csd.harris.com (Network News)
  8. Reply-To: rrusk@ssd.csd.harris.com
  9. Organization: Harris Computer Systems Division
  10. Lines: 93
  11.  
  12. Could somebody clue me in on how to get the mouse to behave under X11
  13. when interlaced?  I've got a couple of really nice, stable, interlaced
  14. video modes that I would dearly love to use, but whenever I try to move
  15. the mouse cursor below mid-screen, the screen scrolls to meet the cursor
  16. while the cursor stands still.  It looks like what I would imagine to be
  17. the off-screen portion of the virtual-screen feature of X386.  Any help
  18. or ideas will be much apreciated.
  19.  
  20. My computer is an old Gateway 2000 386/20 with 8MB RAM, a Quantum IDE
  21. hard drive, a 387, and an ATI VGA1024 video board (OEM VGAWonder without
  22. the mouse, 512K RAM on board).  My monitor is an old Thomson UltraScan
  23. which is rated at 35KHz horizontal and 75 Hz vertical.  If I push it much
  24. beyond its rated frequencies, I end up with a lot more flicker than I do
  25. with an interlaced display.
  26.  
  27. Below is a condensed version of my Xconfig (unused modes and comments
  28. from top removed).  I've tried setting Displaysize to '800 650', to no
  29. avail:
  30.  
  31. FontPath    "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/"
  32.  
  33. Keyboard
  34.   AutoRepeat 500 5
  35. #  Xleds      1 2 3
  36.   ServerNumLock
  37. #  DontZap
  38.  
  39. Logitech    "/dev/ttys0"
  40.   BaudRate    1200
  41. #  SampleRate    150
  42.  
  43. #
  44. # The graphics drivers
  45. #
  46. vga256
  47. Virtual    800 650
  48.   ViewPort      0 0
  49.  
  50. Modes "b11" "b10" "b8" "640x480t2"
  51.  
  52.   Clocks 25 28 36 39 27 30 33 20 24 50 57 72 45 60 65 40 47
  53.  
  54.   #Staticgray
  55.   #Grayscale
  56.   #Staticcolor
  57.   #Pseudocolor
  58.   #Truecolor
  59.   #Directcolor
  60.   #Chipset    "et4000"
  61.   #Chipset    "et3000"
  62.   #Chipset    "gvga"
  63.   #Chipset    "pvga1"
  64. Chipset "ati"
  65.   #Displaysize    1024 768
  66.   #Screenno    0
  67.   #Vendor    "legend"
  68.   #Videoram    1024
  69. Videoram    512
  70. viewport    0 0
  71.  
  72. ModeDB
  73. #            clock  horzontal timing      vertical timing
  74. # Too narrow
  75.  "b1"        36     800  824  968 1016    300  301  312  315   Interlace
  76. # Better
  77.  "b2"        36     800  824  968 1000    300  301  312  315   Interlace
  78.  "b3"        36     800  824  960  984    300  301  312  315   Interlace
  79. # Distorted at top
  80.  "b4"        36     800  824  960  984    300  301  308  311   Interlace
  81. # Good 800x650, slightly distorted at top.  Doesn't fill screen.
  82.  "b5"        36     800  824  960  984    325  327  338  341   Interlace
  83. # No flicker, slight distortion at top, to short vertically, just right horiz.
  84.  "b6"        39     800  824  960  984    325  327  338  341   Interlace
  85. # Slight flicker, not tall enough, quite usable.
  86.  "b7"        36     800  824  960  984    325  329  338  345   Interlace
  87. # These next two are the best 800x650's.
  88. # b8 is wide enough but much too small horizontaoticeable flicker.
  89.  "b8"        39     800  824  960  984    325  329  338  345   Interlace
  90. # b9 is not quite wide enoough (though adequate) and is less short but flickers.
  91.  "b9"        36     800  824  960  984    325  329  338  345   Interlace
  92. # slight flicker again, narrower, taller, still too small
  93.  "b10"       39     800  824  968 1016    325  329  338  345   Interlace
  94. # lower, wider than b10
  95.  "b11"       39     800  824  968  992    325  329  338  345   Interlace
  96.  "640x480t2" 28     640  680  784  800    480  490  492  525
  97.  
  98.  
  99. Thanks!
  100.  
  101. --
  102.  Bob Rusk
  103.  rrusk@ssd.csd.harris.com
  104.  My thoughts, probably not Harris'.
  105.