I downloaded the newest ISO available (8-15-03) and now it boots past the loading kernel screen to an all white screen. Was able to boot it to my PC however (both ISO releases). I extracted a copy of the 8-13-03 release and was looking at the files and I noticed one thing that seemed strange.
In the "home.tgz" file (For those who aren't familiar with linux extensions, it is basically the linuz version of a zip file. Stands for Tar + GZip.)
there is a folder called "Default". Inside this folder is a file called "WMRootMenu". Starting at line number 393 is the default configuration settings:
(
CONFIG,
(language, EXEC, "db-launch lost-in-babylon"),
(nesting, EXEC, "db-launch taschino"),
(network, EXEC, "db-launch nettante"),
(
modem,
EXEC,
"db-xterm 'PPPCONFIG :: modem configuration' db-launch pppconfig"
),
(printer, EXEC, "db-launch phoenix
http://localhost:631/"),
(screen, EXEC, "db-launch xf86cfg"),
(windowmaker, EXEC, "db-launch wmprefs"),
("XBox PAL", EXEC, "xbv -PAL -auto 640 480 9.0 9.0"),
("XBox NTSC", EXEC, "xbv -NTSC -audio 640 480 12.00 9.00")
)
The command line for NTSC settings appears to have a typo. "xbv -NTSC
-audio 640 480 12.00 9.00".
Is this possibly the root of the problem requiring people to manually type this command in XTerm?