Hi Linux'ers:
So far, I'm quite pleased and excited about what I've seen in Linux. I've
been following since ver 0.11 and am anticipating developments in TCP/IP.
I have, however had problems getting X running. I've tried versions 0.1,
1.0 and now 1.1 with shared libs from gcc2.11 and gcc2.2.2 and have not been
able to get anywhere. Here is part of my setup and a sample of the errors
I'm getting. I am initializing 4 virtual terminals in inittab.
Any time I try to initialize, the screen goes dead and a terminal on a serial
port is the only feedback I've been able to get aside from capture files. Any
help and insight to these problems would be greatly appreciated. I have been
dying to get X running for about 4 Months now and finally gave up and decided
to approach the friendly people on the net. Thanks in advance...
setup: AMD 386DX-40
68 MB IDE drive, /dev/hda1 is 60 MB /
/dev/hda2 is 8 MB Swap
Tricom MEGA, 1024K mem
NEC MultiSync II
MCC-Interim Linux release 0.96c (with GCC 2.2.2)
X11v1.1
***************************************************
Xconfig:
# $XConsortium: Xconfig,v 1.2 91/08/26 14:34:55 gildea Exp $
#
FontPath "/usr/lib/X11/fonts/misc/"
Keyboard
AutoRepeat 500 5
# Xleds 1 2 3
ServerNumLock
# DontZap
MouseSystems "/dev/ttys0"
BaudRate 1200
# Emulate3Buttons
#
# The graphics drivers
#
vga256
Virtual 1152 910
Clocks 25 28 62 36 25 28 62 45
Chipset "et4000"
Displaysize 1040 772
Videoram 1024
ModeDB
# Monitor: NEC Multisync II
# name clock horizontal timing vertical timing flags
"640x480" 28 640 676 776 812 480 480 485 505
"752x564" 36 752 788 916 952 564 564 569 594
"800x600" 40 800 864 1000 1056 600 600 605 631
***************************************************
startx:
#!/bin/sh
# $XConsortium: startx...