Hey
I usually launch a few games by having a seperate X-session spawn and then use that, the problem is I'm trying to trick a program in Wine which won't run properly unless it's run in a 1024x768 window.
My usual resolution is 1280x1024 and so the new X-server will also have that resolution, meaning the Wine window won't fill up the screen unless i hit [CTRL][ALT]+
This is workable, sure, but I'm writing a HOWTO up on winehq so that any other people can run the game too, so I'm really eager to do this as good as possible
The X-server is being launched like:
Is there any forms of switches which can make it select 1024x768 on start-up ?
Please