NeoMagic & DirectX issues

Harold Hunt Harold@compasstechnologies.com
Tue Oct 3 13:50:00 GMT 2000


Title: NeoMagic & DirectX issues









Jim,

 

I’m going
to assume that your notebook cannot handle 1280x1024x16bpp… even if you don’t
buy that, just bear with me.   Edit
your startxwin.bat file and change the following line:

 

start XWin
-screen 8 1024x768x16 -whitepixel 255 -blackpixel 0

 

to:

 

start XWin
-screen 0 800x600x16

 

Direct
draw fails to initialize because screen 8 does not exist so the settings for it
will be ignored (don’t know why it’s in startxwin.bat, but it is), and the hard
coded default resolution for Xwin is 1280x1024x16bpp.   You could probably use 1024x768x16, but try 800x600x16
first, just to be safe.

 

Harold

 









More information about the Cygwin-xfree mailing list