
Originally Posted by
InnerGoat
More info on this "visual settings" please. Are you talking about the in-game video settings or something in Linux / WINE's config?
The in game visual settings, like for instance if you change your screen size etc....

Originally Posted by
The»Lucian
I tried getting Halo to work on Ubuntu as well. First run was nice and smooth but the ones after that had the graphical error (the box in the upper corner is an error of the game). Also it was smooth playing at first but playing it for extended periods of time caused poor movement as far as looking around and aiming. I'd recommend sticking with Vista or XP on a dual boot platform, but its still good for Mac (there is a wine emulator for mac) and Linux users... Especially since the Mac edition seems to be a pain to find these days.
You need to compile it with the below code.
Code:
--- dlls/dinput/mouse.c_old 2008-03-03 11:14:47.000000000 +0100
+++ dlls/dinput/mouse.c 2008-03-10 19:23:21.000000000 +0100
@@ -306,7 +306,7 @@
wdata = pt1.y;
}
- This->need_warp = (pt.x || pt.y) && dwCoop & DISCL_EXCLUSIVE;
+ This->need_warp = (hook->pt.x<2 || hook->pt.y<2 || hook->pt.x>((2 * This->win_centerX)-2) || hook->pt.y>((2 * This->win_centerY)-2) );
break;
}
case WM_MOUSEWHEEL:
Bookmarks