search for: duty

Displaying 20 results from an estimated 848 matches for "duty".

Did you mean: dutt
2008 Dec 08
1
Call of Duty problem.
Hi all Just a quick thanks first for all the efforts that go into such a rewarding piece of kit. Well done Wine and all behind it. Now.....I'm not a big gamer, however, I wanted something different to civ4 and browsed your platinum games and found Call of Duty....next step Amazon.....2days later I try to play it. I have Ubuntu 8.10 and wine 1.1.10 The game installed but when I run it I get; 'could not load opengl' error message. I've copied the output that the game gives me but I'm not sure where to go next. My hardware is: Quad cor...
2016 Sep 16
2
[PATCH 2/3] drm/nouveau/led: guard against a division by 0
..._led.c b/drm/nouveau/nouveau_led.c > index 5e28b5f..1f731da 100644 > --- a/drm/nouveau/nouveau_led.c > +++ b/drm/nouveau/nouveau_led.c > @@ -44,7 +44,10 @@ nouveau_led_get_brightness(struct led_classdev *led) > div = nvif_rd32(device, 0x61c880) & 0x00ffffff; > duty = nvif_rd32(device, 0x61c884) & 0x00ffffff; > > - return duty * LED_FULL / div; > + if (div > 0) > + return duty * LED_FULL / div; > + else > + return 0; minor nitpick: you can drop the else, I don't mind though. Maybe it w...
2014 Mar 24
4
[PATCH 1/4] pm/fan: drop the fan lock in fan_update() before rescheduling
...diff --git a/nvkm/subdev/therm/fan.c b/nvkm/subdev/therm/fan.c index 95f6129..29d4c41 100644 --- a/nvkm/subdev/therm/fan.c +++ b/nvkm/subdev/therm/fan.c @@ -54,8 +54,10 @@ nouveau_fan_update(struct nouveau_fan *fan, bool immediate, int target) /* check that we're not already at the target duty cycle */ duty = fan->get(therm); - if (duty == target) - goto done; + if (duty == target) { + spin_unlock_irqrestore(&fan->lock, flags); + return 0; + } /* smooth out the fanspeed increase/decrease */ if (!immediate && duty >= 0) { @@ -73,8 +75,15 @@ nouveau_fan_upda...
2005 Apr 15
0
Call of Duty doesn't run properly + sound problems
Hello! I installed wine (latest) and wanted to run Call of Duty. But whenever I want to start it (it doesn't matter if it is Call of Duty SP or MP or United Offensive SP/MP), I receive the following error: fglX11AllocateManagedSurface: __FGLTexMgrAllocMem failed!! The screen is black at that moment and I have to kill wine by console or from ssh. My kern...
2023 Dec 19
0
[PATCH] drm/nouveau/therm: remove redundant duty == target check
The check for duty == target is always false because it is in an if block where duty != target. A previous change added the duty != target check and so the check duty == target check is now redundant and can be removed. Cleans up a cppcheck warning: drivers/gpu/drm/nouveau/nvkm/subdev/therm/fan.c:93:17: warning: Opp...
2017 Oct 08
1
[RFC PATCH 03/29] subdev/volt/gk104: return error when read fails
.../drm/nouveau/nvkm/subdev/volt/gk104.c > +++ b/drm/nouveau/nvkm/subdev/volt/gk104.c > @@ -40,10 +40,15 @@ gk104_volt_get(struct nvkm_volt *base) > { > struct nvbios_volt *bios = &gk104_volt(base)->bios; > struct nvkm_device *device = base->subdev.device; > - u32 div, duty; > + int div, duty; > > div = nvkm_rd32(device, 0x20340); > + if (div < 0) > + return div; > + > duty = nvkm_rd32(device, 0x20344); > + if (duty < 0) > + return duty; > > return bios->base + bios->pwm_range * duty / div; > } > -- &gt...
2016 Sep 29
2
[PATCH] drm/therm/fan: add a fallback if no fan control is specified in the vbios
...subdev/therm/base.c index 8894fee..df949fa 100644 --- a/drm/nouveau/nvkm/subdev/therm/base.c +++ b/drm/nouveau/nvkm/subdev/therm/base.c @@ -64,10 +64,9 @@ nvkm_therm_update_trip(struct nvkm_therm *therm) } static int -nvkm_therm_update_linear(struct nvkm_therm *therm) +nvkm_therm_compute_linear_duty(struct nvkm_therm *therm, u8 linear_min_temp, + u8 linear_max_temp) { - u8 linear_min_temp = therm->fan->bios.linear_min_temp; - u8 linear_max_temp = therm->fan->bios.linear_max_temp; u8 temp = therm->func->temp_get(therm); u16 duty; @@ -85,...
2010 Aug 16
3
call of duty 1 on wine
Hi all, I have searched in web for how to run call of duty on wine (version 1.1.42) but no success. When I run it from windows directory, it loads but a popup alerting that my graphic card doesn't support it. This message is from wine or from the game? -- Thanks, Frederico Schardong, www.fredericoschardong.wordpress.com Linux registered user #500582
2014 Mar 13
1
[PATCH] pm/fan: drop the fan lock in fan_update() before rescheduling
...diff --git a/nvkm/subdev/therm/fan.c b/nvkm/subdev/therm/fan.c index 95f6129..29d4c41 100644 --- a/nvkm/subdev/therm/fan.c +++ b/nvkm/subdev/therm/fan.c @@ -54,8 +54,10 @@ nouveau_fan_update(struct nouveau_fan *fan, bool immediate, int target) /* check that we're not already at the target duty cycle */ duty = fan->get(therm); - if (duty == target) - goto done; + if (duty == target) { + spin_unlock_irqrestore(&fan->lock, flags); + return 0; + } /* smooth out the fanspeed increase/decrease */ if (!immediate && duty >= 0) { @@ -73,8 +75,15 @@ nouveau_fan_upda...
2008 Aug 06
3
Re: Call of Duty 4 black screen and error
Same with me. But I have an older nvidia card. NVidia GeForce Go 7200 Driver: 173.14.09 Tested versions: wine 1.1.0 + 3D mark patch without dll overides wine 1.1.1 + 3D mark patch with and without dll overrides Compiled with gcc 3.3.6 It first shows a dialog: It appears that Call of Duty 4: Modern Warfare did not quit properly the last time it ran. Do you want to run the game in the safe mode? This is recommended for most people It will change your system settings but not your controls. Yes - No - Cancel Whatever I press it gave me a black screen, resolution is changed to 1024 x...
2008 Sep 23
6
Struggling to install Call of Duty 4
I have just installed Call of Duty 4 in Wine on Ubuntu 7.10 and that went fine but during installation of DirectX it said, "An internal system error occurred. Please refer to DXError.log and DirectX.log in your windows folder to determine problem." And that the installation had failed. Then When I try to run the game, it...
2009 Jan 05
1
Call of duty 1 problems with install and run
I installed Call of duty 1 by installing it..then when it got to change cd 2..I canceled install and then copied pak files to directory.First problem is that i cant install updates.It says Call of duty is not installed.Im guessing its because it didnt go through whole install and edit the registry.So update cant find it....
2008 Oct 01
2
Call of Duty 4
Good day guys! :) I have a few questions for you ) Archlinux "overlord" on samsung r25 laptop (ati radeon x2300, 1.6ghz core 2 duo, 2gb ram), + wine 1.0 from sources with [3dmark patch] and wine 1.1.5 from arch reposit. :) i'l try to start Call of duty 4, and specially CoD4 multiplayer with Pb =) With patched wine 1.1.5 or with this from the repositories cod4 doesn't start with this error " Video card bla bla bla dowsn't support separate alpa glow , glow will be disabled". Than i downloaded sources of wine 1.0 and patch it with...
2009 May 16
1
Call of duty 4 gamestop download
hey all, i recently downloaded COD4 from gamestop.com. it installed fine, im using the latest ubuntu 9.0.4 release. Yet when i start it up, after the full install, plus direct X, it tells me it cannot reach some server, for a license verification. Does anyone know about this?
2010 May 22
2
Autocad-call of duty help
Can Autocad be installed in linux or not. I have been trying to use linux however i am a big call of duty gamer and autocad user these two things does not like linux. i have wanting to switch to linux for a while, been playing with is but after a couple of min. i end up going back to windows because of the two items above. i keep reading that wine is the answer however i suck at linux stuff i have tri...
2010 Jun 06
1
Call of Duty 4 won't start
Hey everyone, I've recently installed Call of Duty: Modern Warfare via wine. Everything works fine, but now that I actually want to play the game, it won't start. I get this message: Code: err:winediag:X11DRV_WineGL_InitOpenglInfo Direct rendering is disabled, most likely your OpenGL drivers haven't been installed correctly X Error of fai...
2010 Jul 01
1
Call of Duty 4 question
Hi guys, When I run Call of Duty 4 multiplayer I get this error: "no iwd files found in /main" Is it because I have it in a non-standard installation folder?, or is there some other problem? Any hints or tips welcomed. Thank You Danny
2011 Apr 11
2
Call Of Duty 2 -- Mouse Lag
Hi, I recently installed Call Of Duty 2, but the game is unplayable because of mouse lag. I try options "winetrick nwo=<?>" where ? was "enable", "disabled" or "force" - nothing works. I also try to change the "smooth mouse" in game menu - still nothing changes. Wine 1.3.17 (on p...
2008 Nov 02
4
Call of Duty 4: Corrupt fastfile only on Ubuntu?
Hello! I was running Mandriva 3 weeks ago and I had installed Call of Duty 4, and it worked (with version 1.1.6) When Ubuntu Intrepid RC was out, I decided to install it over my Mandriva, and I also installed wine version 1.1.6, but it didn't work as on Mandriva! When launching multiplayer, CoD4 gives this error: Fastfile for zone 'code_post_gfx_mp' is corrup...
2017 Nov 23
2
Addressing the problem of noisy GPUs under Nouveau
...>> GF119+, or 0x200cd/d0 on Kepler+. >> >> At least, it looks like we know which PWM controler we need to drive, so >> I did not want to muddy the water even more by giving register >> addresses, rather concentrating on the problem at hand: How to compute >> the duty value for the PWM controler. >> >>> >>> We generally do this right, but appear to get it extra-wrong for certain GPUs. >> >> Yes... So far, we are always safe, but users tend to mind when their >> computer sound like a jumbo jet at take off... Who would hav...