home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / os / linux / 8380 < prev    next >
Encoding:
Text File  |  1992-08-16  |  3.7 KB  |  96 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!nih-csl!darwin.sura.net!vargish
  3. From: vargish@sura.net (Nick Vargish)
  4. Subject: Paradise256K X success! & a mouse Q.
  5. Message-ID: <1992Aug16.174213.24158@sura.net>
  6. Summary: longish, with Xconfig
  7. Sender: news@sura.net (USENET News System)
  8. Organization: SURAnet, College Park, MD, USA, NA, Earth, Milky Way
  9. Date: Sun, 16 Aug 1992 17:42:13 GMT
  10. Lines: 84
  11.  
  12. "It's alive!"
  13.  
  14. If you're trying to get X running on an old Paradise 256K card, here's
  15. some info that may help. After the expository text, I do have a
  16. request for help on mice...
  17.  
  18. Some may remember that I was having trouble getting X running. Well, I
  19. since got my "new" (second hand) hard drive, giving me 100M more room
  20. for Linux. Feeling intrepid -- not to mention liberal with storage --
  21. I went and got the X11 1.1 distribution files (available at all fine
  22. ftp sites), unpacked them in the root directory. I had to relink
  23. /lib/libX11.1.1, but that was straightforward.
  24.  
  25. The upshot is that the Xconfig I have included at the end of this post
  26. works for my obsolete Paradise 256K SVGA card. Caveats are that the
  27. resolution is terrible (640x400 -- less than half the res. of the
  28. DECstations at work :^) and the aspect ratio is pretty ugly
  29. (squashed). If you have a vertical-size widget on the front of your
  30. monitor, you may want to fiddle with it (mine's on the back, and thus
  31. not practical, since I switch between the console and X a lot). No
  32. complaints, though -- it's great to see X on PeeCee hardware!
  33.  
  34. My one unhappiness is that I can't get all three buttons on my mouse
  35. to respond... Actually, I have two mice, but I can't get my Logitech
  36. bus mouse working (I have yet to try fiddling with the IRQ jumper) at
  37. all -- on boot, I do see the "bus mouse installed" [sic.] message. I
  38. tried "mknod /dev/mouse c 10 0", but no joy.
  39.  
  40. The mouse that does work is a Real Cheap(tm) serial mouse, which is
  41. set up as /dev/mouse (symblinked to /dev/ttys1)... but only two of the
  42. three buttons are recognized. The mouse does have a MS (Micro$haft)/PC
  43. switch on it, which is set to MS. Any suggestions on getting either
  44. working with all three buttons?
  45.  
  46. Without further ado, here's the Xconfig.
  47.  
  48. --CUT HERE-----------------------------------------------------begin Xconfig--
  49.  
  50. # modified by Nick Vargish for Paradise 256k cards: 640x400x256 (1992/08/16)
  51. #    poor resolution and terrible aspect ratio, but it _is_ X
  52.  
  53. # some nice paths, to avoid conflicts with other X-servers
  54. #RGBPath    "/usr/lib/X11/rgb"
  55. #FontPath    "/usr/lib/X11/fonts/misc/"
  56. FontPath    "/usr/lib/X11/fonts/misc/,/usr/lib/X11/fonts/75dpi/"
  57.  
  58. Keyboard
  59.   AutoRepeat 500 5
  60.   ServerNumLock
  61.  
  62. # mouse settings
  63. Microsoft    "/dev/mouse"
  64.   BaudRate    1200
  65.  
  66. # set up drivers for 256K Paradise cards at 640x400.
  67. vga256
  68.   Virtual    640 400
  69.   ViewPort      0 0
  70.   Modes            "640x400"
  71.   Clocks 25 28 57 72 78 68 50 62
  72.   Chipset    "pvga1"
  73.   Displaysize    640 400
  74.   Videoram    256
  75.  
  76. ModeDB
  77. # at 28 there's pretty bad vertical squash, but the stretch at 25 is even
  78. # worse (some of the screen disappears off the top of my monitor). also,
  79. # pixels are "tighter" at 28. (I just got things working... the technical
  80. # terms are beyond me.) -- N.V.
  81. #
  82. # clock  horzontal timing      vertical timing
  83.  "640x400"   28     640  672  768  800    400  490  492  525
  84. #"640x400"   25     640  672  768  800    400  490  492  525
  85.  
  86. --CUT HERE-------------------------------------------------------end Xconfig--
  87.  
  88. Cheers,
  89.  
  90. Nick
  91. -- 
  92. |  Nick Vargish       |                N O N   S E R V I A M                  |
  93. |  SURAnet Operations +-------------------------------------------------------+
  94. |  vargish@sura.net   |  I wasn't hired to speak for SURAnet, and if my boss  |
  95. |  h: 301 474-1863    |  thought I was trying to do so, she'd laugh at me...  |
  96.