similar to: controlling where the app opens on screen

Displaying 20 results from an estimated 30000 matches similar to: "controlling where the app opens on screen"

2006 Dec 30
1
controlling an apps screen size and/or borders
I am running PPTVIEW.EXE (power point viewer). I want to control how it shows up on the screen, different everytime I run it. By default it goes fullscreen no borders. I now run: wine explorer /desktop=default,800x600 PPTVIEW.EXE file.ppt and I get a 800x600 window with borders - How can I not have any borders??? When I run wine explorer /desktop=root,800x600 PPTVIEW.EXE file.ppt I get a
2006 Dec 30
3
screen size and screen location
I am trying to find a way to control what size screen my wine app things it has. How is this done? Example my screen is 1600x1200 but I only want the wine app to think the max screen size is 1024x768. How do I do this? Also, Can I then control where the smaller window opens? Like at position 100,100 on the screen for example. THanks for any pointers to these two issues, Jerry
2004 Apr 27
2
Morrowind Problem
Hello!! I've just installed Morrowind to a win98SE system them copyed the game files to my wine fake_partition and tryed to run it .... and i get the following error/warning messages fixme:cdrom:CDROM_GetIdeInterface CD-ROM device with major ID 11 not supported fixme:keyboard:X11DRV_KEYBOARD_DetectLayout Your keyboard layout was not found! Using closest match instead (Portuguese keyboard
2003 Dec 12
3
Segmentation fault
Hi, beginning around 12th of october I have an "Segmentation fault" when starting wine. I'm using precompiled rpm's from wine.dataparty.no but also tried a self compiled version from the wine.dataparty.no cvs-source getting the same fault. At least one other user seams to have similar problems (discussion in the forums of wine.dataparty.no. He is using fedora while
2007 Apr 28
2
Low FPS in app that requires DirectX6.1
Hi! I'm trying to run a game System Shock 2 http://appdb.winehq.org/appview.php?iVersionId=2270 I have a laptop with Celeron M 420 (1600Mhz). SS2 running something about 5-10fps.. opposing for example to DeusEx that runs _very_ smoothly.. I can say it is not less than 50fps or even more(i just don't know how to enable fps counter). Wine version is 0.9.35 Only messages i get from Wine
2005 Sep 01
2
Wine 20050830 compilation fails
Hello all. The latest version of wine (both CVS and tarball) doesn't compile on my machine (2.6.13 kernel, gcc 3.3.4). I get an error in dlls/wldap32: gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -mpreferred-stack-boundary=2 -fno-strict-aliasing -gstabs+ -Wpointer-arith -g -O2 -o add.o add.c In file included from add.c:39:
2010 Jan 22
2
Counting two factors at the same time
Hello. I'm trying to count string data that correspond to a given condition in two factors of the same length. For example, I have one factor [ 'A', 'B', 'A', 'C', 'B', 'D', 'B' ] and another is [ '1', '2', '2', '3', '2', '2', '3' ] I'd like to count the occurences of
2005 May 16
3
Choppy sound
Hello all. I have a strange and irritating problem with Star Wars: Knights of the Old Republic. I played ok up to a place where I saved. There, I quit the game. When I restarted, the sound became choppy, making the game unplayable: about 1/2 sec of sound plays, then loops for about 3-4 sec, then the next 1/2 sec, loops again, etc... The screen isn't updated during this; well, it is updated,
2007 Sep 18
2
Warhammer Dawn Of War: Dual core system: only one of the core working?
Hello. I'd like to know if, under Windows, on a dual-core system, both cores are used by this game. For me, under wine, though both cores are detected correctly, only one of them is used (one is 100%, the other 0%). Can anybody tell me if the game behaves the same under Windows? Thanks. -- Fabrice DELENTE
2002 Nov 23
1
Can't get Unreal to work in opengl mode
Hello all. I downloaded and compiled Wine-20021031.tar.gz (I did ./tools/wineinstall) According to the config.log, it correctly found and compiled everything about OpenGL on my system (I have a GeForce II MX card and I use the NVIDIA 2960 drivers). I played succesfully 'Jedi Knight II' in OpenGL mode with wine; but I can't play Unreal I (single-player game) in any other mode than
2006 Dec 30
1
command line parameters dont seem to be working
I am trying to run: wine -desktop 800x600 pp.exe or wine -winver win95 pp.exe and the arguments are not being seen as araguments. The errors I see is : wine could not load L:"C:\\windows\\system32\\-desktop.exe" wine could not load L:"C:\\windows\\system32\\-winver.exe" How do I get these command line paramters to work. Jerry
2007 Mar 19
4
The good old winecfg audio tab
Ok, I know this is probably very redundant, but I'm getting the Audio tab crash with winecfg. The error output is: wine: unhandled page fault on write access to *insert hex numbers here* (thread 0009) Modules: Cannot get info on modules while no process is loaded etc. After the last few hours spent surfing dozens of forums and threads, none of the fixes have worked. Renaming winearts.drv.so
2008 Mar 01
1
Reverting to a previous git version
Hello. My question may be more git-related that wine-related, sorry for that but I have much trouble finding an answer. I have retrieved yesterday's git, but it introduced a bug that stops wine from starting. I want to revert to 0.9.56 using this same tree, how can I do that? I tried 'git branch wine-0.9.56;git rebase origin' but it didn't work. Thanks. --
2006 Nov 26
1
wine doesn't start dplaysvr.exe
Hello. I have succeeded in getting Fallout Tactics and Age Of Empire II to start multiplayer games. To do so, I had to override dpnhpast for dplaysvr.exe. I wanted to play multiplayer games with a friend of mine, but on his machine wine doesn't even load dplaysvr.exe, so he cannot join multiplayer games. How can he enable dplaysvr.exe? Thanks. -- Fabrice DELENTE
2007 Nov 11
2
No more sound
Hello. I've just erased my ~/.wine by mistake, and I don't have sound anymore! I can't find why; when I start wine with WINEDEBUG=+winealsa,+dsound I get ALSA lib conf.c:3949:(snd_config_expand) Unknown parameters 0 ALSA lib pcm.c:2145:(snd_pcm_open_noupdate) Unknown PCM default:0 ALSA lib conf.c:3949:(snd_config_expand) Unknown parameters 0 ALSA lib
2007 Feb 19
1
Debugging a new app ?
Hello I'm new to wine-users. I'had often used wine with known-working apps, but now I try to launch Future Pinball (a pinball simulation), see http://appdb.winehq.org/appview.php?iAppId=4596. As it's not work, I search docs on how to debug an app. My first try is to check that all dll requierd is present in wine (or I'll try to add them): I've profiling it on windows xp with
2004 Dec 12
1
Baldur's Gate 2 randomly crashes ("Runtime error") with Wine-20041201
Hi there, I've recently compiled Wine-20041201 and I'm trying to get Baldur's Gate II running. The installation sequence is fine, so is the main menu, character creation etc. The problem is, once inside the actual game, the application randomly crashes giving me: Runtime error c:\bg2\BGMain.exe abnormal program termination This happens often enough to render the gameplay quite
2005 Feb 05
1
installing wine from cvs alongside deb package
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi. I'd like to know if there's a way to install the latest CVS wine for testing purposes while the debian package is still installed? To be a little more precise I'd like the two installations to share one fake_windows tree, maybe I might have to store the registries in different locations. I'm running wine_0.0.20040914-1_i386.deb on
2007 Feb 06
3
Warhammer: Dawn Of War Winter Assault Expansion (MSI problem)
Hello. I'm trying to install this expansion under wine. The uninstaller reverted Dawn Of War to 1.40 correctly as it should, but due to an msi installer error, the expansion didn't install: fixme:advapi:LookupAccountNameW (null) L"fab" (nil) 0x34f808 (nil) 0x34f804 0x34f810 - stub fixme:advapi:LookupAccountNameW (null) L"fab" 0x16d190 0x34f808 0x16d1a8 0x34f804
2006 Dec 28
2
Wine crashes with Homeworld 1
In mid-game, Wine will simply drop out of memory, returning me to the terminal prompt. Anyone have any ideas? The details follow. Thanks in advance, David Johnson Wine dump message: fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x g 64MB for now, returning 64MB left fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x16ab fixme:d3d:IWineD3DStateBlockImpl_Release