Port-amiga archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

X11 with 1.3.3 Problems



I apologize for the length of this message but I can't think of any
other way to solve my problem. Can someone please look at the
following file contents and tell me if their appears to be something
wrong. I have not been able to get the Xserver running with my
CV64/3d. I had it running with 1.3.2 but not now. Some things have
changed obviously.

I've tried grf5 and grf7 with no luck.

Thanks,
Ola

------------------- snip ------------------------

-------------- /etc/rc.local --------------------------

#$NetBSD: rc.local,v 1.22 1997/08/29 10:29:07 veego Exp $
#originally from: @(#)rc.local8.3 (Berkeley) 4/28/94
#
# This file is (nearly) the last thing invoked by /etc/rc during a
# normal boot.
# It is intended to be edited locally to add site-specific boot-time
# actions, such as starting locally installed daemons.
#

echo -n 'starting local daemons:'

# add your local daemons here, following the startup models in /etc/rc

#if [ -f /usr/local/sbin/sshd ]; then
#echo -n ' sshd'; /usr/local/sbin/sshd
#fi

echo '.'
/usr/sbin/loadkmap /usr/share/keymaps/amiga/us.map
echo 'loading grfmodes'
/usr/sbin/grfconfig /dev/grf7 /etc/grfmodes

------------- /etc/grfmodes -----------------------

# grfconfig file generated by ReadCVMonitor (c) Michael Teske 1995
#
# num clock wid hi dep hbs hss hse hbe ht vbs vss vse vbe vt
#
# Chunk MD08 Size [324] :10 8-Bit Modes.
#Header: 3afffffff6ffffffd1ffffff8f
1 14000000 320 240 8 320 352 368 392 240 243 244 257 default
2 30000000 640 480 8 640 688 800 808 480 481 481 497 default
3 44000000 800 600 8 800 856 992 1016 600 601 608 625 default
4 75000000 1024 768 8 1024 1088 1224 1280 768 784 784 848 default
5 84000000 1120 800 8 1120 1192 1272 1408 800 810 810 874 default
6 73000000 1152 900 8 1152 1232 1368 1448 900 944 954 1021 default
# Interlaced Mode!
7 54000000 1280 1024 8 1280 1352 1432 1584 1024 1044 1052 1132
interlace
# Interlaced Mode!
8 73000000 1600 1200 8 1600 1696 1832 2016 1200 1216 1224 1330
interlace
9 21000000 320 256 8 320 368 432 448 256 282 282 307 default
10 46000000 752 576 8 752 816 1008 1024 576 577 577 613 default


------------ /etc/ld.so.conf -----------------------------

/usr/pkg/lib
/usr/X11R6/lib
/usr/local/lib

----------- .profile for root
---------------------

PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin:/usr/pkg/bin
export PATH

BLOCKSIZE=1k
export BLOCKSIZE

HOME=/root
export HOME

if [ -x /usr/bin/tset ]; then
eval `/usr/bin/tset -sQ \?$TERM`
fi

umask 022
echo "Starting tcsh shell"
tcsh
echo "Don't login as root, use the su command."

--------------- /usr/X11R6/lib/X11/xdm/Xservers
-----------------------------

# $XConsortium: Xserv.ws.cpp,v 1.3 93/09/28 14:30:30 gildea Exp $
#
#
# $XFree86: xc/programs/xdm/config/Xserv.ws.cpp,v 1.1.1.1.12.2
1998/10/04 15:23:14 hohndel Exp $
#
# Xservers file, workstation prototype
#
# This file should contain an entry to start the server on the
# local display; if you have more than one display (not screen),
# you can add entries to the list (one per line).  If you also
# have some X terminals connected which do not support XDMCP,
# you can add them here as well.  Each X terminal line should
# look like:
#XTerminalName:0 foreign
#
:0 local /usr/X11R6/bin/X -dev /dev/grf7 -mode 4

------------------- snip ------------------------

--
/**************
/** Ola Olsson
/** oeolsson%tmisnet.com@localhost
/** http://www.tmisnet.com/~oeolsson
/** "I learn so I can teach so I can learn."
/**************




Home | Main Index | Thread Index | Old Index