search for: winedesktop

Displaying 3 results from an estimated 3 matches for "winedesktop".

Did you mean: win7desktop
2001 May 01
1
Wine and game The Realm
...ial log, and config follow. TIA Kevin Trying to run a game called The Realm (which used to work fine before they updated the graphics to 16 bit My normal X is at 16-bit. I use Mandrake 7.1, kernel 2.4.3, XFree86 4.0.2, sawmill, KDE 1.1.2 and codeweavers preview 3. When starting the game I get a winedesktop window - black and empty, then a second window titled wine desktop <2> black with a black dialog box with no writing and only an OK button. This dialog box doesn't have focus and I can't give it focus my clicking. etc. However if I startx with : startx -- -fbbpp 8 and then lauch...
2001 Nov 18
0
wine (Starcraft) in second X window: no mouse, sound & keyboard
...em. (Full screen) Well I get into the game and then I can do nothing: Mouse does not work Keyboard does not work No sound (or maybe there is but I can't hear it cause I can't move the mouse over a button.) When I just use the command "wine starcraft.exe" in my first X window in a winedesktop (not full screen), the mouse works (after changing from desktop and then back) and sound also however keyboard does still not work there either. Anyone can help me set up wine properly to make the mouse and keyboard work in full screen? Thanks, Alain
2008 Jun 24
1
Problems setting gamma in a script
...for a game that is working perfectly on wine. The script should make its own .wine-games folder Code: #!/bin/bash export WINEPREFIX=/home/data/wine/.wine-games #export WINEDEBUG=loaddll,relay #export WINEDLLOVERRIDES="msvcp60" xgamma -gamma 2.5 $TERM -title $0 -e wine explorer /desktop=winedesktop,1024x768 "`winepath -w "$*"`" xgamma -gamma 1.0 xrandr -s 0 Everything works. But, after i set gamma to 2.5, the game launches and it resetes the gamma back again to 1.0. I want wine to NOT change the gamma value, and do it by my own with this script. Is there a way to do...