similar to: [Bug 88822] X freezes after watching videos

Displaying 20 results from an estimated 40000 matches similar to: "[Bug 88822] X freezes after watching videos"

2015 Feb 19
0
[Bug 88822] X freezes after watching videos
https://bugs.freedesktop.org/show_bug.cgi?id=88822 --- Comment #7 from Keivan <keivan at gmail.com> --- I have the same problem since I updated to 3.18.7-200.fc21.x86_64. It happens frequently and I am only writing code on this computer so basically I have rewritten everything for the past two days. Can someone help me to apply this patch? Thanks -- You are receiving this mail because:
2015 Feb 20
0
[Bug 88822] X freezes after watching videos
https://bugs.freedesktop.org/show_bug.cgi?id=88822 --- Comment #8 from rv <shuihuzhuan at free.fr> --- Created attachment 113695 --> https://bugs.freedesktop.org/attachment.cgi?id=113695&action=edit Patch Here is the one I used -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Feb 10
0
[Bug 88822] X freezes after watching videos
https://bugs.freedesktop.org/show_bug.cgi?id=88822 --- Comment #1 from rv <shuihuzhuan at free.fr> --- Created attachment 113329 --> https://bugs.freedesktop.org/attachment.cgi?id=113329&action=edit Log file -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2015 Feb 11
0
[Bug 88822] X freezes after watching videos
https://bugs.freedesktop.org/show_bug.cgi?id=88822 --- Comment #3 from rv <shuihuzhuan at free.fr> --- Is there a possible workaround? How can I help to solve this issue? With those crashes, my computer is getting unusable (losing my work all the time...) Thanks for your help -- You are receiving this mail because: You are the assignee for the bug. -------------- next part --------------
2015 Feb 11
0
[Bug 88822] X freezes after watching videos
https://bugs.freedesktop.org/show_bug.cgi?id=88822 --- Comment #4 from Ilia Mirkin <imirkin at alum.mit.edu> --- (In reply to rv from comment #3) > Is there a possible workaround? How can I help to solve this issue? With > those crashes, my computer is getting unusable (losing my work all the > time...) > > Thanks for your help nouveau E[ PFIFO][0000:01:00.0] still angry
2015 Feb 11
0
[Bug 88822] X freezes after watching videos
https://bugs.freedesktop.org/show_bug.cgi?id=88822 --- Comment #5 from rv <shuihuzhuan at free.fr> --- Thanks, I'll try. -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20150211/5bbfadf7/attachment.html>
2015 Feb 17
0
[Bug 88822] X freezes after watching videos
https://bugs.freedesktop.org/show_bug.cgi?id=88822 --- Comment #6 from rv <shuihuzhuan at free.fr> --- I've patched kernel 3.19 and had no crash the whole day, yesterday. Thanks. Will it be integrated to kernel 3.20? Or backported to 3.19? -- You are receiving this mail because: You are the assignee for the bug. -------------- next part -------------- An HTML attachment was
2015 Feb 10
0
[Bug 88822] X freezes after watching videos
https://bugs.freedesktop.org/show_bug.cgi?id=88822 --- Comment #2 from rv <shuihuzhuan at free.fr> --- I now have the same problem with Libreoffice 4.4. Log file attached. Note : I switched my video card to a 8600GS (instead of my old 7600GT) févr. 10 22:55:51 maisondubonheur kernel: nouveau E[ PFIFO][0000:01:00.0] still angry after 101 spins, halt févr. 10 22:55:57 maisondubonheur
2015 Jan 27
0
[Bug 88822] X freezes after watching videos
https://bugs.freedesktop.org/show_bug.cgi?id=88822 Alan Coopersmith <alan.coopersmith at oracle.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Server/General |Driver/nouveau Assignee|xorg-team at lists.x.org |nouveau at lists.freedesktop.o
2015 Mar 11
0
[Bug 88822] X freezes after watching videos
https://bugs.freedesktop.org/show_bug.cgi?id=88822 Pierre Moreau <pierre.morrow at free.fr> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #10 from Pierre Moreau
2010 May 25
3
[Bug 28248] New: the system completely freezes when playing videos
https://bugs.freedesktop.org/show_bug.cgi?id=28248 Summary: the system completely freezes when playing videos Product: xorg Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouveau AssignedTo: nouveau at
2014 Sep 02
9
[Bug 83398] New: [NV4B] Screen freeze watching flash site
https://bugs.freedesktop.org/show_bug.cgi?id=83398 Priority: medium Bug ID: 83398 Assignee: nouveau at lists.freedesktop.org Summary: [NV4B] Screen freeze watching flash site QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: shuihuzhuan at free.fr
2007 Jul 26
0
Firefox freezes for a few seconds, since update to v.1.5.0.12
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.12) Gecko/20070719 CentOS/1.5.0.12-0.3.el4.centos Firefox/1.5.0.12 I updated Firefox a few days ago. Now, very frequently, it freezes, for a few seconds, each time. Is this a known bug? Does it have a simple cure? TIA, Lanny
2005 Aug 04
1
Where the error message comes from?
Hi all: I get the following error message that I am not able to resolve. Error in if (const(t, min(1e-08, mean(t)/1e+06))) { : missing value where TRUE/FALSE needed It appears right before the last data.frame statement. Below is the program that simulates data from one way random effects model and then computes normality and bootstrap confidence interval for
2011 Nov 22
5
x, y for point of intersection
Hi everyone, ? I am trying to get a point of intersection between a polyline and a straight line ?.. and get the x and y coordinates of this point. For exemplification consider this: ? ? set.seed(123) ? k1 <-rnorm(100, mean=1.77, sd=3.33) ?k1 <- sort(k1) q1 <- rnorm(100, mean=2.37, sd=0.74) q1 <- sort(q1, decreasing = TRUE) plot(k1, q1, xlim <- c((min(k1)-5),
2002 Jun 27
2
Fastest way to find the last index k such that x[k] < y in a sorted vector x?
Hi, I am trying to find the fastest way to "find the last index k such that x[k] < y in a *sorted* vector x" These are my two alternatives: x <- sort(rnorm(1e4)) y <- 0.2 # Alt 1 k <- max(1, sum(x < y)) # Alt 2 "divide and conquer" lastIndexLessThan <- function(x, y) { k0 <- 1; k1 <- length(x) while ((dk <- (k1 - k0)) >
2007 Feb 16
1
pinning down symbol values (Scoping/Promises) question
I would like to define a function using symbols, but freeze the symbols at their current values at the time of definition. Both symbols referring to the global scope and symbols referring to arguments are at issue. Consider this (R 2.4.0): > k1 <- 5 > k [1] 100 > a <- function(z) function() z+k > a1 <- a(k1) > k1 <- 2 > k <- 3 > a1() [1] 5 > k <- 10 >
2018 Mar 15
2
[Bug 105525] New: Freeze when playing videos in WebKit
https://bugs.freedesktop.org/show_bug.cgi?id=105525 Bug ID: 105525 Summary: Freeze when playing videos in WebKit Product: Mesa Version: 17.3 Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Drivers/DRI/nouveau Assignee: nouveau at
2011 Aug 12
5
[Bug 40050] New: freezing nouveau, when playing videos on a 2nd screen
https://bugs.freedesktop.org/show_bug.cgi?id=40050 Summary: freezing nouveau, when playing videos on a 2nd screen Product: xorg Version: 7.6 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouveau AssignedTo: nouveau at
2014 Dec 27
14
[Bug 87771] New: X freezes after login
https://bugs.freedesktop.org/show_bug.cgi?id=87771 Bug ID: 87771 Summary: X freezes after login Product: xorg Version: 7.7 (2012.06) Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau Assignee: nouveau at