Index: [thread] [date] [subject] [author]
  From: teunis <teunis@computersupportcentre.com>
  To  : Timothy MacDonald <tmacdonald@lgc.com>
  Date: Sun, 25 Apr 1999 00:19:50 -0700 (MST)

Re: GGI 3d cube, glide target, and xggi

This is the script I use to start XGGI..
Please do note the use of the "-noxfreeemu" keyword.
I saw -exactly- the same thing until this.
without this my screen is garbage!

(this commandpath is for KGI on mine - you'd prolly have to do a "-modes"
line for anything else for anyone reading this who isn't familiar :)

G'day, eh? :)
	- Teunis

--- clip here ---

#!/bin/sh
export GGI_INPUT="(linux-mouse:msc,/dev/gpmdata):(linux-mouse:mman,/dev/ttyS0)"
(sleep 3; wmaker -display :0) &
(sleep 5; xmodmap -display :0 /root/xggimap.base;) &
/usr/sbin/fbset -fb /dev/fb0 -g 1024 768 1024 768 16
XGGI -noxfreeemu -fp /usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/75dpi
/usr/sbin/fbset -fb /dev/fb0 -g 800 600 800 600 16

Index: [thread] [date] [subject] [author]