Hi all, this error is almost certainly due to a misconfiguration while using tools/winebuild, but every time I update my version of Wine, my fullscreen game (Hoyles Card Games 2001) refuses to work fullscreen anymore
NB. My current Wine build (LinuxMint) is about 0.9.44 or so, which is the working one. Many of my distro's built in versions of Wine have all worked fullscreen, it is only ones I build myself that go screwy.
Does anyone know if I can edit (or pass a variable) to ./configure, which will alleviate this problem?
themacmeister wrote:Hi all, this error is almost certainly due to a misconfiguration while using tools/winebuild, but every time I update my version of Wine, my fullscreen game (Hoyles Card Games 2001) refuses to work fullscreen anymore
NB. My current Wine build (LinuxMint) is about 0.9.44 or so, which is the working one. Many of my distro's built in versions of Wine have all worked fullscreen, it is only ones I build myself that go screwy.
Does anyone know if I can edit (or pass a variable) to ./configure, which will alleviate this problem?
Any ideas would be helpful. Many thanx.
Output of configure would be too big here. Run it yourself as './configure --verbose' and check if you are missing anything (look at the warnings). You might be missing some parts like xrandr or xvidmode X-extensions.
I am using LinuxMint, which is almost identical to Ubuntu Gutsy 7.10.
I know I have xrandr, but am unsure whether I have the required -dev packages installed. I rebuilt the machine from scratch, using archived .debs, and did not install all of them, so this may certainly be the case.
What is the command for redirecting stdout to a file, is it a pipe or > or what?