similar to: Screen resolution help

Displaying 20 results from an estimated 160 matches similar to: "Screen resolution help"

2009 Jan 12
9
GTA San Andreas Issue
I trying play GTA San Andreas and it is returning " Cannot find 800x600x32 video mode". I worried so my wine Games pointed for a Working Directory that register a dosdevice instead of drive_c. Thereby I'm getting" /home/normal/.wine/dosdevices/c:/Program Files/Rockstar Games/GTA San Andreas" path and "win:EnumDisplayDevicesW ((null),0,0x177f6dc,0x00000000), stub!"
2009 Apr 15
1
Ventrilo, either output or input :S
Im having sound problems with Ventrilo. All was working well before when i my headset mic were working because then the mic were plugged into my sound card but now im using an usb mic and now i can't get ventrilo to usb my usb mic with alsa drivers in wine but i have output sound. If i switch to OSS drivers in winecfg my mic starts working but no more sound :S. If i have both enabled i only
2009 Apr 04
2
Resolution issue
hello! i am using archlinux x86_64. i have got a 32bit chroot and also 32bit libs installed, so i can run 32bit apps inside the chroot or using the libs. now my problem: my native desktop resolution is 1680x1050. i want to play my games in 800x600, 1024x768 or whatever. when i run a game in the chroot, it works like a charme, wine changes the resolution and i have no problems at all. when i run
2008 Jun 05
2
Trying to get Empire Earth working
Hi I am trying to get EE to work http://appdb.winehq.org/objectManager.php?sClass=version&iId=2174 I am using Hardy Heron, and the newest version of wine On that page it says Running the game: -Use the native msvcrt.dll -disable DirectMusic do this by setting the following Registry key to "0": HKEY_CURRENT_USER\Software\SSSI\Empire Earth\Music Enabled How do i do these things? i
2009 Feb 19
4
Minimizing WoW - Painfully low FPS
I can play WoW perfectly, it is 100% stable and I can get great fps. One problem though, when I minimize the game and I maximize it, sometimes I can just keep playing happily but sometimes thats not the case. I minimize it, maximize it again and the FPS drops to about 10-20fps (anywhere). As you might know, this is VERY annoying, I've tried changing loads of settings in-game with no help.
2007 Apr 02
1
possible division by zero in screen.c
Hi, In detectRefreshRateOfScreen(), we have s->redrawTime = 1000 / s->opt[COMP_SCREEN_OPTION_REFRESH_RATE].value.i; When the refresh rate is autodetected through RandR's XRRConfigCurrentRate function, 0 can be returned in certain cases, leading to division by zero. An example of this situation would be the DynamicTwinView option in the nVidia proprietary drivers[0] (note that this
2009 Mar 28
3
No Video in Video Game
I am installing the original Stronghold Crusader when I install it using wine all seems to go well until I actually start the game then when the aspect ratio changes for the game there is no video but from what I can hear when I move my mouse everything else seems to be responding normally. I thought it might be related to the nVidia drivers that were installed by the "hardware drivers
2010 Nov 11
3
Battlefield 2 & Battlefield 2142 : startup resolution issue
Hi I am trying to get Battlefield 2 and Battlefield 2142 to launch under Kubuntu 10.04 & Wine 1.3.6. I'm using an Nvidia 8800 GTX 768Mb GPU with Nvidia blob driver 260.19.12. Anyway launching BF2142 (retail copy, patched to v1.5) gives me the following error (2x) in the console output streams: Code: ... err:x11settings:X11DRV_ChangeDisplaySettingsEx No matching mode found 800x600x32
2010 Oct 25
7
Game works at 50%
Hello, I installed a game with wine 1.3.5 and i can launch it correctly. I can navigate on the diff?rents menus, save the change but when i launch a new game, Wine crash. I have this message in my output console : Code: fixme:win:EnumDisplayDevicesW ((null),0,0x29bdc44,0x00000000), stub! fixme:font:WineEngAddFontResourceEx Ignoring flags 30 fixme:dsalsa:IDsDriverBufferImpl_SetVolumePan
2006 Apr 21
2
error in abld build wins udeb
I am trying to compile speex.1.1.12 for Symbian OS but I get lots of errors: C:\Programmi\Symbian\7.0s\Series60_v21\Series60Ex\speex-1.1.12\symbian>abld buil d wins udeb make -r -f "\Programmi\Symbian\7.0s\Series60_v21\EPOC32\BUILD\PROGRAMMI\SYMBI AN\7.0S\SERIES60_V21\SERIES60EX\SPEEX- 1.1.12\SYMBIAN\EXPORT.make" EXPORT VERBOSE =-s Nothing to do make -r -f
2015 Feb 20
3
[LLVMdev] Building Compiler-RT on Windows
[+Saleem] On Fri Feb 20 2015 at 10:31:04 PM Daniel Dilts <diltsman at gmail.com> wrote: > I am using CMake 3.1.2. > > On Fri, Feb 20, 2015 at 10:00 AM, Alexey Samsonov <vonosmas at gmail.com> > wrote: > >> It looks like your command fails early in CMake TryCompile tests. Does >> (your version of) CMake supports using Clang on Windows at all? >>
2019 Feb 20
1
How to build xapian 1.4.10 with MSVC2017
hi, I have read the install document,https://github.com/xapian/xapian/blob/v1.4.10/xapian-core/INSTALL,but don't how to build xapian project by MSVC. I execute command in mingw64.exe: ./configure CC="cl -nologo" CXX="$PWD/compile cl -nologo" CXXFLAGS=-EHsc AR=lib has some errors: # ./configure CC="cl -nologo" CXX="$PWD/compile cl -nologo" CXXFLAGS=-EHsc
2015 Feb 20
2
[LLVMdev] Building Compiler-RT on Windows
Has anyone built Compiler-RT on Windows? I am attempting to compile it for ARM, but I get errors from CMake. It appears to be trying to pass VC++ flags to Clang. I am using a version of Clang built from trunk. PS D:\llvm\arm_test\compiler-rt-build> cmake -G Ninja -DCMAKE_C_COMPILER=clang.exe -DCMAKE_CXX_COMPILER=clang++.exe -DCM AKE_RC_COMPILER=rc.exe -DCMAKE_CXX_FLAGS=""
2019 Feb 18
2
lld-link fails to link 32bits assembly functions but 64bits pass
Hi Rui, Peter, You know I'm enabling the "clang-cl + lld-link" toolchain for Uefi firmware. I meet a problem that the lld-link fails to link 32bits assembly functions, but can link 64bits assembly functions successfully. I need your suggestion. Below is an example to show my problem in linux. The example has two only source files: main.c and foo.nasm. $ cat main.c void Foo (void);
2019 Feb 20
2
How to build xapian 1.4.10 with MSVC2017
Thanks for your reply. I had run vcvars64.bat,but still cann't find 'cl'. Finally I fix it, change msys2_shell.cmd: "if it is present: replace rem set MSYS2_PATH_TYPE=inherit with set MSYS2_PATH_TYPE=inherit". And other errors : # ./configure CC="cl -nologo" CXX="$PWD/compile cl -nologo" CXXFLAGS="-EHsc AR=lib -IC:\zlib-1.2.3-lib\include
2006 Aug 22
4
Native Extensions on Windows 0.10 series
Hi all, I''ve just noticed that 0.10 is out and wanted to give it a try on windows. I''m not at all an VS C++ Developer so I might do something very stupid here. My env: Windows Server 2003 VS .NET 2003 On the command line with nmake from VC7 in the path this is what I get: Attempting remote update of ferret Building native extensions. This could take a while... Microsoft
2006 Jun 19
9
win32-service patch
Attached is a patch and my service.c if there is any difficulty applying the patch. I did the following: 1. Created a ruby thread (Ruby_Service_Ctrl), that polls against a simple integer value (protected by a critical section). I was worried this would be "expensive"; however, I found the rb_thread_polling method and it seems to work well. 2. When an event occurs in Service_Ctrl it
2005 Feb 14
8
DONT_RESOLVE_DLL_REFERENCES info
For future reference, it looks like we should avoid DONT_RESOLVE_DLL_REFERENCES in any extensions. http://weblogs.asp.net/oldnewthing/archive/2005/02/14/372266.aspx Regards, Dan
2015 Feb 26
0
[LLVMdev] Building Compiler-RT on Windows
On Fri, Feb 20, 2015 at 12:54 PM, Timur Iskhodzhanov <timurrrr at google.com> wrote: > [+Saleem] > > > On Fri Feb 20 2015 at 10:31:04 PM Daniel Dilts <diltsman at gmail.com> wrote: > >> I am using CMake 3.1.2. >> >> On Fri, Feb 20, 2015 at 10:00 AM, Alexey Samsonov <vonosmas at gmail.com> >> wrote: >> >>> It looks like your
2015 Feb 26
1
[LLVMdev] Building Compiler-RT on Windows
I am attempting to build for bare-metal ARM. On Wed, Feb 25, 2015 at 9:13 PM, Saleem Abdulrasool <compnerd at compnerd.org> wrote: > > > On Fri, Feb 20, 2015 at 12:54 PM, Timur Iskhodzhanov <timurrrr at google.com> > wrote: > >> [+Saleem] >> >> >> On Fri Feb 20 2015 at 10:31:04 PM Daniel Dilts <diltsman at gmail.com> >> wrote: