This is the mail archive of the cygwin-xfree@sources.redhat.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: drivers..


Since I believe the XWin is the real X server, I don't use the startxwin.bat
script and run dirrectly:
XWin -screen 0 800x600x16 -whitepixel 255 -blackpixel 0
Then I have the error:
cannot load xf_dx.dll


Ed Wu

============================
The startxwin.bat is:
@echo off
SET DISPLAY=127.0.0.1:0.0
SET PATH=%PATH%;e:\apps\win32\cygwin\usr\X11R6\bin;e:\apps\win32\cygwin\usr\bin
start XWin -screen 0 800x600x16 -whitepixel 255 -blackpixel 0
start /B xterm -sl 1000 -sb -rightbar -ms red -fg yellow -bg black -e bash
start /B rxvt -fn "Lucidia Console-12"
start /B vtwm

> 
> post a copy of your startxwin.bat?
> 
> or are you attempting to start from a bash shell? In that case DO NOT use
> startxwin.bat.
> customer \usr\X11R6\bin\startx script per your isntallation to use from a
> bash shell.
> 
> Suhaib
> -----Original Message-----
> From: Andrew Markebo [mailto:flognat@flognat.myip.org]
> Sent: Thursday, January 18, 2001 2:18 PM
> To: Ed Aihua Wu
> Cc: cygwin-xfree@sourceware.cygnus.com
> Subject: Re: drivers..
> 
> 
> / "Ed Aihua Wu" <aihuawu@hotmail.com> wrote:
> | Thanks.
> | Yes, it is in my path.
> | And the xf_dx.dll is there.
> 
> [...]
> 
> | > cannot load xf_dx.dll
> 
> It isn't the usual 'file not found' message, xf_dx sounds like Direct
> X, could it be that tried to load xf_dx.dll, and xf_dx.dll couldn't
> initialize as it should (no/bad DirectX-support for his graphics card)
> and therefore bails out?
> 
>         /Andy
> 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]