Displaying 20 results from an estimated 130 matches similar to: "[Bug 86356] New: [nv50] Graphical glitches in dota2"
2011 Oct 26
1
Starcraft 2, oblivion, potentially skyrim and dota2?
Hello! I'm considering to get Linux on my computer, and do you guys think it would be reasonable easy to start up skyrim at the release date without TOO much work?
Does starcraft 2 run easily? Oblivion? and potentially DoTA2?
I know it might be difficult to answer about the Elder Scrolls V: Skyrim, but since I think you guys know your sh***. I thought you'd might have an idea :)
Best
2012 Nov 05
3
[Bug 56788] [nv96] Dota2 (wine) consistently crashes with "WARNING: out of code space, evicting all shaders"
https://bugs.freedesktop.org/show_bug.cgi?id=56788
Emil Velikov <emil.l.velikov at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|dri-devel at lists.freedesktop |nouveau at lists.freedesktop.o
|.org |rg
2012 Dec 16
0
[Bug 56788] [nv96] Dota2 (wine) consistently crashes with "WARNING: out of code space, evicting all shaders"
https://bugs.freedesktop.org/show_bug.cgi?id=56788
Emil Velikov <emil.l.velikov at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #6 from Emil Velikov
2013 Aug 09
1
[Bug 64323] Severe misrendering in Left 4 Dead 2
how did you get dota2 to even start? it should not work with the nouveau
drivers.
Live long and prosper,
Christ-Jan Wijtmans
http://facebook.com/cj.wijtmans
http://twitter.com/cjwijtmans
On Thu, Aug 8, 2013 at 4:48 PM, <bugzilla-daemon at freedesktop.org> wrote:
> *Comment # 5 <https://bugs.freedesktop.org/show_bug.cgi?id=64323#c5> on bug
> 64323
2013 Dec 01
0
Nouveau Digest, Vol 80, Issue 4
Unsubscribe
On Sunday, 1 December 2013, wrote:
> Send Nouveau mailing list submissions to
> nouveau at lists.freedesktop.org <javascript:;>
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.freedesktop.org/mailman/listinfo/nouveau
> or, via email, send a message with subject or body 'help' to
> nouveau-request
2014 Feb 04
3
[Bug 74485] New: [NVE6] system hangs with 3D applications
https://bugs.freedesktop.org/show_bug.cgi?id=74485
Priority: medium
Bug ID: 74485
Assignee: nouveau at lists.freedesktop.org
Summary: [NVE6] system hangs with 3D applications
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: prg at cooco.de
Hardware: x86-64 (AMD64)
2013 May 07
34
[Bug 64323] New: Severe misrendering in Left 4 Dead 2
https://bugs.freedesktop.org/show_bug.cgi?id=64323
Priority: medium
Bug ID: 64323
Assignee: nouveau at lists.freedesktop.org
Summary: Severe misrendering in Left 4 Dead 2
Severity: normal
Classification: Unclassified
OS: Linux (All)
Reporter: bryancain3+fdo at gmail.com
Hardware: x86 (IA32)
2014 Nov 16
1
Dovecot POP3 STARTTLS works on Thunderbird but not on Gmail
Hello,
I have configured Dovecot to work perfectly on Thundrebird using SSL
certificates with STARTTLS on port 110. When I try to add this account on
Gmail I get the error:
Nov 16 14:04:17 mail dovecot: auth: Debug: auth client connected (pid=31587)
Nov 16 14:04:17 mail dovecot: pop3-login: Disconnected (no auth attempts in
0 secs): user=<>, rip=209.85.160.136, lip=192.168.100.94,
2014 Nov 13
4
free() invalid pointer
Op 13-11-14 om 17:45 schreef lvqcl:
> FLAC__window_partial_tukey():
>
> Np = (FLAC__int32)(p / 2.0f * N) - 1;
>
> and Np can be equal to -1. So later in the code
>
> for (; n < (end_n-Np); n++)
> window[n] = 1.0f;
>
> libFLAC writes outside of window[] memory.
That does the trick indeed. I still wonder how it is possible
that this didn't trigger anything
2014 Aug 26
21
[Bug 83079] New: Dota 2 under Wine freezes with Nouveau Drivers
https://bugs.freedesktop.org/show_bug.cgi?id=83079
Priority: medium
Bug ID: 83079
Assignee: nouveau at lists.freedesktop.org
Summary: Dota 2 under Wine freezes with Nouveau Drivers
Severity: normal
Classification: Unclassified
OS: All
Reporter: lukebenes at hotmail.com
Hardware: Other
Status:
2014 Nov 14
1
Belkin UPS, master netbook, slave MythTV server
Hi all,
I've finally gotten around to setting up the netbook that controls my
UPS and I would like to make sure that I've got the metacode correct
before configuring nut :)
Here's what I've got:
Belkin UPS F6C120auUNV
* Batteries recently replaced
* On battery: 24 port switch, PoE AP, antenna power booster, ADSL
modem, MythTV server, 19" monitor
* On surge
2014 Nov 15
1
2.2.15: SMTP submission server?
List, we're migrating to 2.2 from a 1.x version. There has been
mention from time to time of a dovecot SMTP submission server. Last I
saw was Timo suggesting this would be a 2.3 feature, but that there
was already a 'basic' capability in 2.2 that, more or less, merely
provided a secured/authorised SMTP submission. I haven't found
anything about this in the wiki, but the
2014 Nov 14
2
[LLVMdev] Is there a path from MachineInstr to the associated Instruction
Hi,
Recently, I am working on some information collection on the machine
instruction (MachineInstr) level.
But, sometimes, I need check the corresponding IR level instruction of the
a machine instruction.
When visiting a machine instruction which is a call
(MachineInstr::isCall()), I need to check the arguments of this call site.
I know that the CallSite class provides good facility for this
2014 Nov 17
2
[LLVMdev] memory scopes in atomic instructions
Copying #5 here for reference:
> 5. Possibly add the following constraint on memory scopes: "The scope
> represented by a larger value is nested inside (is a proper subset
> of) the scope represented by a smaller value." This would also imply
> that the value used for single-thread scope must be the largest
> value used by the target.
> This constraint
2014 Jun 28
2
[LLVMdev] about stackmap intrinsic
Dear All
My MSc was about implementing some kind of On stack replacement in LLVM to enhance security by obfuscating running code periodically.
I've tried to implement this job in JIT, but I couldn't. So I implemented it in interpreter, as an initial step.
However, now I'm trying to make it in JIT.
My first step is to extract function state at an arbitrary point. So, I interrupt
2011 Jul 17
2
EUIII DW: Font glitches
Hi community,
as the title says I got weird font glitches with a gold title. Aside from that the application runs well as far as I can use it.
So I am going to describe the error the best i can, but you have to tell me which logs would maybe be helpful as I dont know anything about wine logging.
When I start the game, everything works well - even the initial tips are absolutely Ok, but as the
2008 May 04
0
Morrowind: annoying graphic glitches
Hello,
I'm experiencing some annoying graphic glitches while running Morrowind (Version 1.6.1820).
See http://ss500600-p0g-1-w5t-2.customers.nexxes.net/morrowind.jpg for an example (look at the door).
For me it looks like some z buffer problem.
Other OpenGL apps run fine.
Is there a wine setting, that could improve this behaviour?
My System:
linux 2.6.24.4 x86_64
wine-0.9.61
nvidia
2011 Nov 23
2
Big black graphics glitches in utorrent with on board GFX
Wine 1.2.2
Xubuntu 11.04
My graphics card failed some time ago so I have been forcing on board graphics to access the GUI, and it's a 5 year old or so Dell.
I have run utorrent before with no problems, but now when I try I see this, even in Windows XP mode:
[Image: http://oi41.tinypic.com/30biydj.jpg ]
Is there anything I can do to correct this?
Thanks.
1999 Nov 22
0
[PATCH] Fixing a couple of glitches in configure.in (1.2.pre14.)
Hi,
After fixing the --with-tcp-wrappers problem I decided to look closer at
configure.in and found that --with-md5-passwords didn't work either. This
patch fixes both problems (remember to run autoconf.)
diff -ur openssh-1.2pre14.orig/configure.in openssh-1.2pre14/configure.in
--- openssh-1.2pre14.orig/configure.in Mon Nov 22 06:11:05 1999
+++ openssh-1.2pre14/configure.in Mon Nov 22
2006 Nov 07
1
Glitches in sound every time that Asterisk receives reINVITEs
Hi all,
My Asterisk server is working fine, although every time that in the middle of
any call there is a reinvite, the user hears a glitch. Why is this happening?
How can I solve this problem?
Thanks in advance,
Ricardo Carvalho.