[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Sergio Callegari
Unfortunately, the artifacts on the individual characters are not gone with the fix to the coherency bugs. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1098489 Title: [gen4

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Chris Wilson
As a check that all problems are the same, can people who are still affected by this do a test with diff --git a/src/sna/gen4_render.c b/src/sna/gen4_render.c index a87af39..86c37d6 100644 --- a/src/sna/gen4_render.c +++ b/src/sna/gen4_render.c @@ -63,7 +63,7 @@ #define NO_FILL_BOXES 0 #define N

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Chris Wilson
My experiments so far indicate that the errors only happen with rendering to the uncached frontbuffer, are not influenced by the number of rectangles in each primitive (though the failure does occur at different frequencies) and do not respond to adding extra MI_FLUSH. I don't think attaching examp

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Chris Wilson
*** Bug 67377 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1098489 Title: [gen4] Corruption in Chrome omni bar results using

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Combuster-archlinux
I don't want to speak too soon but it seems that the latest patch fixes the problem. First I've tried the latest git version and it didn't help, I've noticed corrupted fonts as soon as I logged on and start poking things in terminal. After I've applied the patch in comment #129 and restarted, no

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Chris Wilson
*** Bug 68596 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1098489 Title: [gen4] Corruption in Chrome omni bar results using

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Chris Wilson
The tests are intentionally overkill - they are also intended to try and test handling of large batches, as well as generally stress the system. I hadn't noticed the basic-copyarea fail. That does look to be different. So far, the failure pattern had seemed to be a subspan doesn't get written (i.e

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Chris Wilson
Here's some insight: test/render-copyarea is just a mirth of fail on my gm45. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1098489 Title: [gen4] Corruption in Chrome omni b

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Sergio Callegari
Created attachment 82369 Handy phone snapshot of artifacts on chars post drm/i915 fix: Only clear write-domains after a successful wait-seqno This is an example of the artifacts on chars, still happening running a kernel with the drm/i915 fix 'Only clear write-domains after a successful wait-seq

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Combuster-archlinux
Created attachment 90707 /dev/shm corruption -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1098489 Title: [gen4] Corruption in Chrome omni bar results using Intel SNA To ma

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Harald Judt
With kernel-3.12.2 and current git, the situation now is much better. The corruptions happen less often (still often enough to be noticed though), and are usually confined to single characters, or only parts of single characters. While I'm writing this, I can notice what appears to be some slight c

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Harald Judt
SNA has grown worse now. Since about six weeks, I've started to see corruption in the terminal (cursor not disappearing or not showing at all, more text missing until marking with the mouse,...). I've switched to UXA, nothing bad visible there. -- You received this bug notification because you ar

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread aidar
It has been a long long time I am following this bug. So, I built the 3.10.3 plain vanilla kernel, which went stable as of today (Friday, July 26, 2013) and I can say that my crappy GM45 chip works fine with the dreaded "test.odg" resizing test. Seems like things are improving. and if it is of a

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Combuster-archlinux
Just to report, maybe this isn't intel driver bug at all. At home I have ATI R270X (radeonsi driver) and Intel HD2000, at work X4500 and I get hit by this bug on all of them. Small, single char, graphic corruption, easily triggered by scrolling through a window with lots of small text (tailing a l

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Zdenek Kabelac
Well I could add here output of some tests: i.e.: $ ./render-composite-solid Opened connection to :0 for testing. Testing setting of single pixels (root): passed [1 iterations x 4096] Testing area sets (root): passed [1 iterations x 4096] Testing area fills (root): passed [1 iterations x 4096] Te

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Sergio Callegari
Ubuntu has an experimental 64bit raring kernel (3.8) with the fix for the coherency bug. Works great for me for fixing the artifacts in the large bitmaps. Can be tested at http://kernel.ubuntu.com/~jsalisbury/lp1200126/ It delivers the fix to 65665. This is very good news also for this bug since

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Zdenek Kabelac
Well here is just another one - $ ./basic-copyarea Opened connection to :0 for testing. Testing setting of single pixels (root): passed [1 iterations x 4096] Testing area sets (root): passed [1 iterations x 4096] Testing area fills (root, using pixmap source): passed [1 iterations x 4096] Testing

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Chris Wilson
(In reply to comment #132) > Chris, any thoughts on why is this happening with radeon opensource driver > also ? I was hoping that it would be a bug in common component, but in this case it sounds like they have a similar bug in managing internal GPU state. -- You received this bug notification

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Zdenek Kabelac
I've been looking at drm-intel-next-queued/drm-intel-fixes - there are quite a few patches - but also a lot of reverts recently - so I'm pretty much confused what is actually the solution for gma965 in T61. -- You received this bug notification because you are a member of Ubuntu-X, which is su

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread eminor
Created attachment 82789 Character i of word "application" and p of "bpp>=8" is corrupted -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1098489 Title: [gen4] Corruption in C

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Zdenek Kabelac
(In reply to comment #136) > The issue that the VUE (which is a memory slot used by the GPU for a vertex > entry) are reused by a second thread before the first thread is complete, > causing the first thread to generate invalid texture coordinates and corrupt > rendering. That is a hardware read-wr

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Chris Wilson
The issue that the VUE (which is a memory slot used by the GPU for a vertex entry) are reused by a second thread before the first thread is complete, causing the first thread to generate invalid texture coordinates and corrupt rendering. That is a hardware read-write hazard bug (or at least I have

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Zdenek Kabelac
Maybe this bug could be more easily tracked down when the amount of vertices is actually much higher - since in this case it seems to crash almost immediatelly. I understand there is some 'maximum queue' size GPU could handle - but the engine should be able to track size of all commands and not ou

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Chris Wilson
Nope. The behaviour of this bug is very well characterised by the above analysis. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1098489 Title: [gen4] Corruption in Chrome om

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Chris Wilson
(In reply to comment #132) > I don't want to speak too soon but it seems that the latest patch fixes the > problem. Let it run for a day or so to be sure. The other thing that is worth checking is whether setting MAX_FLUSH_VERTICES to 2 is also stable, or 4 etc. Setting it to 1 has a major impact

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Zdenek Kabelac
Well I'm curious how this explains this - I've taken current git - changed the value to '44' - and I'm typing this text. I could see a lot of errors during text typing - but these errors seems to be somehow limited only to certain regions of shown text. It's not destroyed everywhere - only in

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Harald Judt
All tests with MAX_FLUSH_VERTICES greater than 2 reveal those single garbled glyphs. I'm still testing with a value of 2. There isn't much noticeable difference between 3, 4, 5. 00:02.0 VGA compatible controller: Intel Corporation 4 Series Chipset Integrated Graphics Controller (rev 03) (prog-if

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Zdenek Kabelac
Just to add some more comment on MAX_FLUSH_VERTICES - when set to valu 96 - it gives the highest throughput on x11perf -aa10text 3.7MChar/s - using any higher value doesn't make any different (so the max seems to be somewhere between <64-96] Also when this 3.7MChar is rendered - the parallel m

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Chris Wilson
*** Bug 71773 has been marked as a duplicate of this bug. *** -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1098489 Title: [gen4] Corruption in Chrome omni bar results using

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Edward Sheldrake
Created attachment 91383 gedit in openbox with 2.99.907 GM45 SNA I am finding that GM45 SNA seems unusable with 2.99.907 - git bisect pointed to the bad commit as: 9289e2c56b7f0cc78c5123691ad96611f0e04bed is the first bad commit commit 9289e2c56b7f0cc78c5123691ad96611f0e04bed Author: Chris Wilson

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Harald Judt
(In reply to comment #134) > (In reply to comment #132) > > I don't want to speak too soon but it seems that the latest patch fixes the > > problem. > > Let it run for a day or so to be sure. The other thing that is worth > checking is whether setting MAX_FLUSH_VERTICES to 2 is also stable, or 4 >

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Edward Sheldrake
Created attachment 91388 intel_error_decode output I saved the output from intel_error_decode but I didn't save the raw error data. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bu

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Lonnie Lee Best
Here's another bug report regarding this same issue: https://bugs.launchpad.net/bugs/1227569 -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1098489 Title: [gen4] Corruption i

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Chris Wilson
Worth trying just: diff --git a/src/sna/gen4_render.c b/src/sna/gen4_render.c index 637137e..dc80de3 100644 --- a/src/sna/gen4_render.c +++ b/src/sna/gen4_render.c @@ -660,9 +660,11 @@ inline static int gen4_get_rectangles(struct sna *sna, if (rem <= 0) { if

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Chris Wilson
(In reply to comment #145) > [ 1702.349954] [drm] stuck on render ring > [ 1702.349966] [drm] capturing error event; look for more information in > /sys/class/drm/card0/error > [ 1702.354334] [drm:i915_set_reset_status] *ERROR* render ring hung inside > bo (0x32a1000 ctx 0) at 0x32a1110 Attach the

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Edward Sheldrake
(In reply to comment #149) > > But I didn't spot any corrupted characters while running 2.99.907 with > MAX_FLUSH_VERTICES set back to 6 And now I have spotted the single character corruption with 2.99.907 + MAX_FLUSH_VERTICES set to 6. -- You received this bug notification because you are a me

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Chris Wilson
(In reply to comment #145) > Created attachment 91383 [details] > gedit in openbox with 2.99.907 GM45 SNA > > I am finding that GM45 SNA seems unusable with 2.99.907 - git bisect pointed > to the bad commit as: > 9289e2c56b7f0cc78c5123691ad96611f0e04bed is the first bad commit > commit 9289e2c56b7

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Harald Judt
The bug occurs with MAX_FLUSH_VERTICES = 2 too, both in firefox and xterm, so unfortunately setting it to 1 seems to be the only solution here. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launc

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Edward Sheldrake
(In reply to comment #148) > Worth trying just: > > diff --git a/src/sna/gen4_render.c b/src/sna/gen4_render.c > index 637137e..dc80de3 100644 > --- a/src/sna/gen4_render.c > +++ b/src/sna/gen4_render.c > @@ -660,9 +660,11 @@ inline static int gen4_get_rectangles(struct sna *sna, >

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Edward Sheldrake
Created attachment 91389 intel_error_decode output the decoded error that occurred while running gtkperf, 2.99.907 with the change in comment #148 -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.l

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Zdenek Kabelac
I think nice illustration could be - that while before with MAX 9 it seemed like i.e. gnome-terminal running top was not really rendering broken characters - it now seems to show a lot of messed characters. On the other hand - MAX 1 seems to be now more fluent then before - so except for some dra

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Zdenek Kabelac
(In reply to comment #153) > (In reply to comment #145) > > Created attachment 91383 [details] > > gedit in openbox with 2.99.907 GM45 SNA > > > > I am finding that GM45 SNA seems unusable with 2.99.907 - git bisect pointed > > to the bad commit as: > > 9289e2c56b7f0cc78c5123691ad96611f0e04bed is

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Zdenek Kabelac
Created attachment 91613 Grabbed snapshot with patch from comment 157 As could be seen - yes - with little effort I'm able to capture broken characters with given patch compiled in. The only needed thing is to start to edit the dialog in the Firefox and start to add/remove random characters over

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Zdenek Kabelac
>From what I'm experiencing after driver rebuild - I'd have said - now it's actually much simpler to trigger that flickering/high GPU usage. So unless the patch is missing something - than limitation to 16 doesn't help here on T61. -- You received this bug notification because you are a member o

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Zdenek Kabelac
bad news - now I'm in fact able to spot badly rendered characters in Firefox also with MAX 1 So something went wrong -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/109848

[Ubuntu-x-swat] [Bug 1098489]

2014-01-07 Thread Chris Wilson
Something worth experimenting with is detuning the GPU, e.g.: diff --git a/src/sna/gen4_render.c b/src/sna/gen4_render.c index e239c21..bc6af68 100644 --- a/src/sna/gen4_render.c +++ b/src/sna/gen4_render.c @@ -52,7 +52,7 @@ */ #define FORCE_SPANS 0 #define FORCE_NONRECTILINEAR_SPANS -1 -#def

[Ubuntu-x-swat] [Bug 1098489] Re: [gen4] Corruption in Chrome omni bar results using Intel SNA

2014-01-07 Thread Bug Watch Updater
** Bug watch added: freedesktop.org Bugzilla #51471 https://bugs.freedesktop.org/show_bug.cgi?id=51471 ** Bug watch added: freedesktop.org Bugzilla #73348 https://bugs.freedesktop.org/show_bug.cgi?id=73348 -- You received this bug notification because you are a member of Ubuntu-X, which is

[Ubuntu-x-swat] [Bug 1265642] Re: [xorg-edgers] libxcb-dri3 undefined symbol: xcb_send_fd results in OpenGL device not found in Wine and Steam games

2014-01-07 Thread Francisco Lopes
ah, nevermind, I still have the same error with Left 4 Dead 2. But at last Brutal Legend is starting now. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to libxcb in Ubuntu. https://bugs.launchpad.net/bugs/1265642 Title: [xorg-edgers] libxcb-dri

[Ubuntu-x-swat] [Bug 1265642] Re: [xorg-edgers] libxcb-dri3 undefined symbol: xcb_send_fd results in OpenGL device not found in Wine and Steam games

2014-01-07 Thread Francisco Lopes
sadly, my favourite game, awesomenauts, is also not lauching. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to libxcb in Ubuntu. https://bugs.launchpad.net/bugs/1265642 Title: [xorg-edgers] libxcb-dri3 undefined symbol: xcb_send_fd results in

[Ubuntu-x-swat] [Bug 1265642] Re: [xorg-edgers] libxcb-dri3 undefined symbol: xcb_send_fd results in OpenGL device not found in Wine and Steam games

2014-01-07 Thread Francisco Lopes
for me, things are solved, thanks! -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to libxcb in Ubuntu. https://bugs.launchpad.net/bugs/1265642 Title: [xorg-edgers] libxcb-dri3 undefined symbol: xcb_send_fd results in OpenGL device not found in

[Ubuntu-x-swat] [Bug 1241523] Re: [Asus K55VD] Animations Flickering

2014-01-07 Thread cyberalex4life
Close it as Invalid -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1241523 Title: [Asus K55VD] Animations Flickering To manage notifications about this bug go to: https://bugs.launchpad.net/ubu

Re: [Ubuntu-x-swat] [Bug 1235078] Re: [sandybridge-gt1] False GPU lockup IPEHR: 0x7a000002 IPEHR: 0x0b140001

2014-01-07 Thread Tux
Hello Christopher M. Penalver, I have not had this issue anymore so the bug can be closed. Regards, Tux 2014/1/7 Christopher M. Penalver > Tux, this bug was reported a while ago and there hasn't been any > activity in it recently. We were wondering if this is still an issue? If > so, could y

[Ubuntu-x-swat] [Bug 1070531] Re: fglrx drivers broken after upgrading to quantal with dual Mobility Radeon HD 4200 Series & Mobility Radeon HD 5400 Series cards

2014-01-07 Thread Christopher M. Penalver
Montblanc, could you please provide the full computer model as noted on the sticker (ex. HP G62-224HE Notebook PC)? ** Changed in: fglrx-installer (Ubuntu) Status: Confirmed => Incomplete ** Tags added: needs-full-computer-model -- You received this bug notification because you are a mem

[Ubuntu-x-swat] [Bug 553809] Re: [i965gm] System goes to a crawl when enabling desktop effects (Intel 8xx/9xx driver), this only after latest update.

2014-01-07 Thread Christopher M. Penalver
i22yb, this bug report is being closed due to your last comment https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video- intel/+bug/553809/comments/5 regarding you no longer have the hardware. For future reference you can manage the status of your own bugs by clicking on the current status in

[Ubuntu-x-swat] [Bug 1241523] Re: [Asus K55VD] Animations Flickering

2014-01-07 Thread Christopher M. Penalver
cyberalex4life, this bug report is being closed due to your last comment https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1241523/comments/27 regarding this being fixed with an update. For future reference you can manage the status of your own bugs by clicking on the current status in the yellow

[Ubuntu-x-swat] [Bug 1235078] Re: [sandybridge-gt1] False GPU lockup IPEHR: 0x7a000002 IPEHR: 0x0b140001

2014-01-07 Thread Christopher M. Penalver
Tux, this bug report is being closed due to your last comment https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video- intel/+bug/1235078/comments/4 regarding this being fixed with an update. For future reference you can manage the status of your own bugs by clicking on the current status in t

[Ubuntu-x-swat] [Bug 561048] Re: [RS690] Display blinks due to HDMI handling

2014-01-07 Thread Christopher M. Penalver
Peter Weston, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com/daily-live/cur

[Ubuntu-x-swat] [Bug 564423] Re: No cursor on resume from suspend

2014-01-07 Thread Christopher M. Penalver
Borahshadow, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com /daily-live/cur

[Ubuntu-x-swat] [Bug 990632] Re: Add IDs for new AMD Evergreen/Fusion SKUs

2014-01-07 Thread madbiologist
There is a fix for this graphics SKU in the upstream 3.13-rc7 kernel - see https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=61ef8be7fa4302180c163fb56a259610fd84ee13 A PPA of this kernel is available at http://kernel.ubuntu.com/~kernel- ppa/mainline/ and instructions on ho

[Ubuntu-x-swat] [Bug 565835] Re: [RV250] Creating a new log-in/X-session with desktop effects enabled results in a garbled new session

2014-01-07 Thread Christopher M. Penalver
Andreas Modinos, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com/daily-live/

[Ubuntu-x-swat] [Bug 566026] Re: MoviePlayer does not display unless at full screen

2014-01-07 Thread Christopher M. Penalver
candtalan, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com /daily-live/curre

[Ubuntu-x-swat] [Bug 572104] Re: Can't install when Sony FW900 is connected

2014-01-07 Thread Christopher M. Penalver
DAP, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com /daily-live/current/ .

[Ubuntu-x-swat] [Bug 571771] Re: ATI graphics driver has trouble with 3D apps: Celestia, Google Earth, Stellarium

2014-01-07 Thread Christopher M. Penalver
dotancohen, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com /daily-live/curr

[Ubuntu-x-swat] [Bug 570433] Re: [RV380] Garbage playing Videos with UMS, Textured Video Fullscreen

2014-01-07 Thread Christopher M. Penalver
Original reporter = https://launchpad.net/~jodo-deactivatedaccount ** Changed in: xserver-xorg-video-ati (Ubuntu) Status: Triaged => Invalid ** Attachment removed: "Screenshot, part of corrupted video frame resized through XVideo" https://bugs.launchpad.net/ubuntu/+source/xserver-xorg

[Ubuntu-x-swat] [Bug 570011] Re: Modesetting fails if large screen monitor attached at boot

2014-01-07 Thread Christopher M. Penalver
Tom Holy, this bug report is being closed due to your last comment https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video- ati/+bug/570011/comments/24 regarding this being fixed with an update. For future reference you can manage the status of your own bugs by clicking on the current status i

[Ubuntu-x-swat] [Bug 569711] Re: The system is very slow. The memory is not freed after closing a program. (-pae)

2014-01-07 Thread Christopher M. Penalver
VasiaUVI, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com /daily-live/curren

[Ubuntu-x-swat] [Bug 575393] Re: ati dual head high resolution

2014-01-07 Thread Christopher M. Penalver
Daryl Lublink, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com/daily-live/cu

[Ubuntu-x-swat] [Bug 572310] Re: font rendering of shaded text unreadable

2014-01-07 Thread Christopher M. Penalver
wdesmet, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com /daily-live/current

[Ubuntu-x-swat] [Bug 573983] Re: KMS & radeon in Lucid renders X unusable, but only since about April 26

2014-01-07 Thread Christopher M. Penalver
*** This bug is a duplicate of bug 573929 *** https://bugs.launchpad.net/bugs/573929 ** This bug has been marked a duplicate of bug 573929 Screen corruption with compiz since Lucid release -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to x

[Ubuntu-x-swat] [Bug 574829] Re: Latest patches to Karmic cause laptop screen to blank randomly

2014-01-07 Thread Christopher M. Penalver
Michael Dundas, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com/daily-live/c

[Ubuntu-x-swat] [Bug 573929] Re: Screen corruption with compiz since Lucid release

2014-01-07 Thread Christopher M. Penalver
Todd Johnson, this bug report is being closed due to your last comment https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video- ati/+bug/573929/comments/3 regarding you no longer have the original hardware. For future reference you can manage the status of your own bugs by clicking on the curr

[Ubuntu-x-swat] [Bug 574884] Re: RV670 card does not have 3d enabled out of box

2014-01-07 Thread Christopher M. Penalver
Fraggle, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com /daily-live/current

[Ubuntu-x-swat] [Bug 576181] Re: Lucid - Screen flickering with ATI Radeon Xpress 1100

2014-01-07 Thread Christopher M. Penalver
Jay, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com /daily-live/current/ .

[Ubuntu-x-swat] [Bug 575496] Re: ati radeon driver does not autodetect displaysize on Latitude D600

2014-01-07 Thread Christopher M. Penalver
Glen Ditchfield, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com/daily-live/

[Ubuntu-x-swat] [Bug 576125] Re: [RC410] Radeon X200m poor graphics performance with KMS+DRI

2014-01-07 Thread Christopher M. Penalver
Karesz, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com /daily-live/current/

[Ubuntu-x-swat] [Bug 576148] Re: Login screen (gdm) garbled on start up after upgrade to 10.04 LTS

2014-01-07 Thread Christopher M. Penalver
Howard Cheng, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com/daily-live/cur

[Ubuntu-x-swat] [Bug 576002] Re: screen saver kicks in even if activity

2014-01-07 Thread Christopher M. Penalver
AlainKnaff, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com /daily-live/curr

[Ubuntu-x-swat] [Bug 577447] Re: Too low resolution in Ubuntu 10.04 LTS with ati radeon 9200 pro

2014-01-07 Thread Christopher M. Penalver
Bugger_man, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com /daily-live/curr

[Ubuntu-x-swat] [Bug 574318] Re: using the 4x agpmode instead of 8x mode

2014-01-07 Thread Christopher M. Penalver
darkshado, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com /daily-live/curre

[Ubuntu-x-swat] [Bug 577236] Re: Xorg 100% CPU usage (radeon, maybe compositing-related)

2014-01-07 Thread Christopher M. Penalver
*** This bug is a duplicate of bug 573929 *** https://bugs.launchpad.net/bugs/573929 ** This bug has been marked a duplicate of bug 573929 Screen corruption with compiz since Lucid release -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to x

[Ubuntu-x-swat] [Bug 577288] Re: slow/lockup on window switching, displaying scrolling pixmaps, etc

2014-01-07 Thread Christopher M. Penalver
mrg, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com /daily-live/current/ .

[Ubuntu-x-swat] [Bug 577340] Re: [RC410] Xpress 200M hangs when resuming from suspend with DRI, with or without KMS

2014-01-07 Thread Christopher M. Penalver
Karesz, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com /daily-live/current/

[Ubuntu-x-swat] [Bug 577313] Re: xorg crashing intermittently when using firefox (radeon driver)

2014-01-07 Thread Christopher M. Penalver
mathieg2, this bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? If so, could you please test for this with the latest development release of Ubuntu? ISO images are available from http://cdimage.ubuntu.com /daily-live/curren

<    3   4   5   6   7   8