I have an old pc game (win95) that I'm trying to play through wine on my ubuntu box. I got it running and all that pretty jazz using this code;
$ xinit /usr/bin/xterm -- :1 -ac -depth 8
Then in the new window
$ ck-launch-session
$ sudo wine "mygame.exe"
But for some reason, certain shades of white are black, and visa versa. Is there a way to fix this, or am I stuck with it?