[LUAU] I still don't get it :(

Jeffery Wong jmwong at math.ed.hawaii.edu
Fri Dec 25 15:13:07 PST 1998



On Fri, 25 Dec 1998, HawaiiBuc wrote:

> Chris, Steve, or anyone else that can help,
>   I still don't know what I'm doing wrong.  I think I followed the
> instructions to the letter, but still don't know what's going wrong.  This
> is the output from my latest attempt at startx:
> 
--SNIP--
> # The accelerated servers (S3, Mach32, Mach8, 8514, P9000, AGX, W32, Mach64
> # I128, and S3V)
> Section "Screen"
>     Driver      "accel"
>     Device      "My Video Card"
>     Monitor     "My Monitor"
>     Subsection "Display"
>         Depth       16
>         Modes       "1024x768" "1280x1024"
>         ViewPort    0 0
>         Virtual     1280 1024
>     EndSubsection
>     Subsection "Display"
>         Depth       32
>         Modes       "1024x768"
>         ViewPort    0 0
>         Virtual     1024 768
>     EndSubsection
> EndSection
> 

Okay, I'm not sure if this is whats wrong or not, but X defaults to an 8
bit color depth unless specifically told not to.  Your setup however
doesn't have any settings for an 8 bit color depth.  try using 
startx -- -bpp 16 > x.out 1>&2
                  ^^^^^^^^^^^^  Not sure of this part, don't remember how
				to redirect stdout and stderr to a file.

Jeff




More information about the LUAU mailing list