Wine error
I get this wine error when I try to run an installation from a cd
wine /media/dvd/foo
Usage: wine PROGRAM [ARGUMENTS...] Run the specified program
wine --help Display this help and exit
wine --version Output version information and exit
linux:/home/phes # wine /media/dvd/setup.exe
Xlib: connection to ":0.0" refused by server
Xlib: Invalid XDM-AUTHORIZATION-1 key (failed key comparison)
wine: Could not load graphics driver 'x11drv'.
Make sure that your X server is running and that $DISPLAY is set correctly.
linux:/home/phes # echo $DISPLAY
:0.0
Does anyone know how to fix this ??
|