Displaying 20 results from an estimated 500 matches similar to: "CS:S no crosshair, money, health, ammo, radar"
2005 Jun 13
1
crosshair in scatterplot to mark special points
In a plot on an X11 device, I'd like to mark a few points with
a large thin "crosshairs". By "mark" I mean: draw the crosshair
on the plot.
The two unsatisfactory methods that I have are:
METHOD 1:
points( x, y, pch="+" ,cex=2)
METHOD 2:
line(xa, xb, y0, y0)
line(x0, x0, ya, yb)
Method #1 produces a crosshair with fat lines. It is not possible
2004 Oct 25
2
Reading sections of data files based on pattern matching
I am about to write general functions to read the output of simulations
models.
These model generate output files with different sections which I want
to analyze plot etc.
Since this will be used many people at the department I wanted to make
sure that will do this in the best way.
For instance I want to read a snippets of data from a text that look
like this.
2010 Jul 16
3
Counterstrike 1.6 lag and full screen issues
Hey all, just upgraded to wine 1.2rc7 and am noticing an issue while playing cs1.6. I'll be playing in full screen mode when all of a sudden my regular xcursor will "pop-up" over my crosshair and intense lag starts up (FPS < ~5). It's almost as if something is competing with counterstrike for video output. Anyways, I've found that if I alt tab, then alt tab back, it fixes
2011 Oct 05
0
[LLVMdev] collect end line number for scope
Pankaj,
If you want to decorate MachineInstrs then for the end of scope you're not looking at "}" but instead you're looking at _last_ machine instruction in that scope. Now, if you want to find out start and end MachineInstrs for a lexical scope (and corresponding line numbers) then see CodeGen/LexicalScopes pass. It collects lexical scope information and maps MIs to respective
2010 May 09
47
IOMMU and AMD 890fx
Hi,
All the reviews for the AMD 890fx chipset reported that it supports IOMMU
v1.2.
But I cannot find any mention of that on AMD site.
Does 890fx support IOMMU?
Do 890fx motherboards with IOMMU exist?
Does Xen support 890fx?
Regards,
Leonardo
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
2011 Oct 05
2
[LLVMdev] collect end line number for scope
Hi,
The link and the information shared was helpful.
I will make my problem definition more clear.
While I am "asm printing" target code, I also want to emit scope related information.
Scope related information includes,
- for each scope, start line, end line, start column, end column
and
- scope heirarchy.
As scope is delimited by "{" and "}" (for an input
2010 Dec 27
3
Wine not detecting correctly graphic vendor
Recently i changed my old 6600GT with a less old HD4850, uninstalled the nvidia drivers and install the propietary catalyst last version. All run perfectly, glxinfo shows direct rendering yes and the corresponding bunch of extensions and glxgears rate clear high.
But when i try to run any 3D app through wine it fails with for example:
$ wine Oblivion.exe
fixme:mixer:ALSA_MixerInit No master
2008 Jun 16
6
[LLVMdev] PowerPC instruction cache invalidation
Hi all,
When you genetate code on PowerPC you need to explicitly invalidate
the instruction cache to force the processor to reread it. In LLVM
there is code to do this for function stubs on Macintosh, but not
for other platforms and not for JITted code generally.
The attached patch adds support for GNU platforms, but I can't figure
out a nice way to call it for all generated code. Can
2010 May 13
1
[LLVMdev] libSystem, __clear_cache(), FreeBSD and ARM
Hi folks,
I just tried to build LLVM on FreeBSD/arm. It looks like libSystem
doesn't build and requires the following hack:
--- lib/System/Memory.cpp
+++ lib/System/Memory.cpp
@@ -61,7 +61,7 @@
for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
asm volatile("icbi 0, %0" : : "r"(Line));
asm volatile("isync");
-# elif defined(__arm__)
2011 Jun 07
4
Why doesn't Portal with Wine with the radeon driver work?
I am using Wine 1.2 which I compiled on Debian testing/wheezy. It works with fglrx but not with the radeon driver. I am using the AMD/ATI HD4850 video card. The following terminal output shows the wine error and that the radeon driver has OpenGL 2.1 support which to my understanding is at least the equivalent of Direct3D 9 (which is all I need). Also, there is a wine popup for every attempt to run
2017 Sep 21
1
Improve ScopedPrinter::printNumber? (was: [llvm] r313816 - [llvm-readobj] Fix 'Teach readobj to dump .res files'.)
Seeing the below commit, I wondered whether that's a genuine fix or
rather a workaround for a shortcoming in llvm::ScopedPrinter::printNumber.
The latter has overloads for [u]int{8,16,32,64}_t, presumably so that it
can take arguments of arbitrary integer types. However, at least on
recent macOS uint64_t is 'unsigned long long' (and uint32_t is 'unsigned
int') while
2009 Apr 28
2
just wondering what to expect
is it reasonable to expect considerably playable framerates (30-40+) on gold or platinum certified games? i've got a high powered system (oc'd q6600, 4GB, HD4850), and so far what i've tried (vampire bloodlines and oblivion) have been 1-6 fps tops...am i really doing something THAT wrong?
2010 Oct 18
1
Re: Steam Installation Errors
I have the exact same problem and I've tried the same things as the OP have. The links above didn't give me any answer on how to solve this.
Kubuntu 10.04-64
Intel E6300
6 GB RAM
ATI HD4850-1GB
Wine 1.2 and 1.3.5
Also tried in POL 3.8.3
Can anyone please help me on this?
I hate having to log into Windows to be able to play my games.
2010 Oct 18
0
Steam Installation Errors
Wrelbyrd <wineforum-user at winehq.org> wrote:
>
>I have the exact same problem and I've tried the same things as the OP have. The links above didn't give me any answer on how to solve this.
>
>Kubuntu 10.04-64
What Kernel version?
>Intel E6300
>6 GB RAM
>ATI HD4850-1GB
>Wine 1.2 and 1.3.5
>Also tried in POL 3.8.3
We don't support PlayOnLinux and
2012 May 05
0
Having minimize issues running games in wine with gnome shel
Ok, I have 4 computers all running Ubuntu 12.04 with Gnome Shell. on all computers when ever I play games in wine I set wine to run in a virtual desktop. On the first 3 computers I can use things like "Alt-Tab" and I can use the "Super/Windows" key to get into overview mode while playing games and it functions absolutely flawless, I can even move the game to another deaktop and
2004 Feb 07
0
Update: starcraft runs faster from debugger!
crossposted to wine-dev, and wine-users
Hi, I've done some more tests, and i found that when i run winedbg starcraft
and wine starcraft and then again winedbg starcraft etc. It works, but always
following this pattern:
<boot my box>
winedbg starcraft :all runs perfectly
wine starcraft: all video choppy
winedbg starcraft :all runs perfectly
winedbg starcraft: all video choppy
wine
2006 Jul 29
1
fancier plotting
Hi
thank you for talking the time to help me with this.
I have a sequence of numbers in a file and an equal sequence of various character, say(a b c d) each occurs more than once. I need to plot the numbers so that numbers corresponding to a in the other sequence would have green dots, those corresponding to b a red dot, nothing on c and blue square for d. i.e
2 a show a green dot
4 b show a
2009 Aug 31
3
Centos 5.3 install on gigabyte GA-MA790FX-UD5P motherboard
Hi,
I am having some difficulties installing centos 5.3 on the gigabyte GA-MA790FX-UD5P motherboard.
Has anyone got centos booting on this motherboard?
so far I have tried the following.
+ disabled the jmicron controller as this caused errors on booting
JMB363 bad irq(0): will probe later error (this error caused the installation to stop at this point)
+ tested all components in another
2010 Feb 14
1
Crosshairs/mouse problem with Jedi Outcast/Academy
I have a problem in both Jedi Academy and Outcast where my crosshairs are sort of sticky or stuttering. When I move the mouse, the screen seems to scroll smoothly, but the crosshairs tend to stay stuck on whatever they are pointing at rather than remaining fixed in the center of the screen, until they jump to get back to the center of the screen or whatever their home position should be. It's
2005 Feb 26
0
On M$s radar.
I noticed that on the front page that there is a little well
deserved lite hearted jocularity about being on the Evil
Empires radar screen with the revelation that they are
blocking wine users from using the update service.
Is it just me or does this concern anyone else that the next
step could be for the Evil Empire to let loose the land
sharks, with patents in hand, now that we know that they