[Desktop-packages] [Bug 755791]

2012-10-04 Thread agd5f
Created attachment 67738
force MSIs for all RS690s

For anyone with an RS690, try this patch and see if it helps.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/755791

Title:
  [RS690M] No 3d acceleration in Radeon X1200 with new Gallium r300 / 3d
  drivers in 11.04 (Needs kernel quirk)

Status in The Linux Kernel:
  Fix Committed
Status in X.org XServer - ATI gfx chipset driver:
  Confirmed
Status in “xserver-xorg-video-ati” package in Ubuntu:
  Triaged
Status in Fedora:
  Unknown

Bug description:
  The bug is active also in Freedesktop.org :
  https://bugs.freedesktop.org/show_bug.cgi?id=37679

  [edit]
  The bug seems to be fixed with a patch provided by Freedesktop.org team.
  [/edit]

  [edit]
  This bug is caused by interrupts. They're not working. The solution for this 
problem is:
  - To see if Ubuntu 10.04 (where all things worked well) used UMS instead of 
KMS.
  - If Lucid used KMS, to bisect the kernel to see what change caused the 
problem.

  [/edit]

  [edit]
  The bug description, updated:

  The symptoms: No 3d acceleration (glxgears shows a black window, Unity
  doesn't start), *but* no fallback into the software-rendering mode
  (glxinfo reports that the 3d acceleration is working)

  The hardware: ATI Radeon RS690M X1200 series

  The version of Ubuntu: Ubuntu 11.04 (final release) [and Maverick
  also]. The behavior was also observed in Debian and Fedora 15, as
  noted below (so it seems not to be Ubuntu-specific).

  The version of xserver-xorg-video-ati: 1:6.14.0-0ubuntu4 (default in
  Natty). Same problems with the xorg-edgers PPA in Natty Beta2.

  The software affected: Compiz (doesn't start because requires direct
  rendering); then, Unity (just the wallpaper or black screen and the
  mouse pointer). glxgears, Stellarium, Blender, Adobe Flash Player in
  fullscreen mode and Visual module of Python work if software rendering
  is forced (but of course they run very very slow).

  The history of the bug: all worked as expected (out of the box) in
  10.04, but in 10.10 the problems started. The workaround was to
  disable KMS, but now, in Maverick, since the new Gallium driver
  doesn't have a non-KMS mode, that workaround is not available. This
  issue was reported when using 11.04 Beta 1 and Beta 2, then, in the
  descriptions below there are some strange things (xorg crash during
  startup, software rendering fallback), that don't occur any more. The
  issue is just the description given here.

  The exceptions: **sometimes** (??) the 3d acceleration does work as
  expected, but at the moment there is no way for us to know when it
  will work or not [help please!]. And, sometimes the 3d acceleration
  work but is so slow that it seems to be actually software rendering.

  The workarounds: `vblank_mode=0 glxgears` (or other program) gives
  correct 3d accelerated output. `export vblank_mode=0` also allows to
  start Compiz and 3d acceleration works after running that. That is
  just a workaround and the problem is not solved yet.

  [/edit]
  Binary package hint: xorg

  I installed Ubuntu 11.04 Beta 1, and I'm not able to run Unity and
  Compiz, because I have no 3d acceleration. However, I was able to run
  Compiz once, the next time I booted, I don't know why, Compiz doesn't
  work. After several reboots, I see the following:

  1. Sometimes (?), I have 3d acceleration via software rendering. When I run 
`glxinfo | grep render` I get:
  direct rendering: Yes
  OpenGL renderer string: Software Rasterizer
  GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_fragment_program,
  And if I run `compiz --replace`, I get the following error:

  Backend : gconf
  Integration : true
  Profile : default
  Adding plugins
  Initializing core options...done
  Initializing bailer options...done
  Initializing detection options...done
  Initializing composite options...done
  Compiz (opengl) - Fatal: GLX_EXT_texture_from_pixmap is missing
  Compiz (opengl) - Fatal: Software rendering detected
  Compiz (bailer) - Info: Ensuring a shell for your session
  prueba@prueba:~$ Window manager warning: Locale not understood by C library, 
internationalization will not work

  (metacity:2357): Gtk-WARNING **: Locale not supported by C library.
   Using the fallback 'C' locale.
  Window manager warning: last_user_time (1302379766) is greater than 
comparison timestamp (1200358).  This most likely represents a buggy client 
sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying 
to work around...
  Window manager warning: 0x3401006 (prueba@pru) appears to be one of the 
offending windows with a timestamp of 1302379766.  Working around...
  Window manager warning: 0x340103e (prueba@pru) appears to be one of the 
offending windows with a timestamp of 1302379766.  Working around...

  prueba@prueba:~$ Window manager warning: last_user_time (13023

[Desktop-packages] [Bug 755791]

2012-10-04 Thread agd5f
Created attachment 67737
fix for gateway laptop

This patch should fix your gateway laptop.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/755791

Title:
  [RS690M] No 3d acceleration in Radeon X1200 with new Gallium r300 / 3d
  drivers in 11.04 (Needs kernel quirk)

Status in The Linux Kernel:
  Fix Committed
Status in X.org XServer - ATI gfx chipset driver:
  Confirmed
Status in “xserver-xorg-video-ati” package in Ubuntu:
  Triaged
Status in Fedora:
  Unknown

Bug description:
  The bug is active also in Freedesktop.org :
  https://bugs.freedesktop.org/show_bug.cgi?id=37679

  [edit]
  The bug seems to be fixed with a patch provided by Freedesktop.org team.
  [/edit]

  [edit]
  This bug is caused by interrupts. They're not working. The solution for this 
problem is:
  - To see if Ubuntu 10.04 (where all things worked well) used UMS instead of 
KMS.
  - If Lucid used KMS, to bisect the kernel to see what change caused the 
problem.

  [/edit]

  [edit]
  The bug description, updated:

  The symptoms: No 3d acceleration (glxgears shows a black window, Unity
  doesn't start), *but* no fallback into the software-rendering mode
  (glxinfo reports that the 3d acceleration is working)

  The hardware: ATI Radeon RS690M X1200 series

  The version of Ubuntu: Ubuntu 11.04 (final release) [and Maverick
  also]. The behavior was also observed in Debian and Fedora 15, as
  noted below (so it seems not to be Ubuntu-specific).

  The version of xserver-xorg-video-ati: 1:6.14.0-0ubuntu4 (default in
  Natty). Same problems with the xorg-edgers PPA in Natty Beta2.

  The software affected: Compiz (doesn't start because requires direct
  rendering); then, Unity (just the wallpaper or black screen and the
  mouse pointer). glxgears, Stellarium, Blender, Adobe Flash Player in
  fullscreen mode and Visual module of Python work if software rendering
  is forced (but of course they run very very slow).

  The history of the bug: all worked as expected (out of the box) in
  10.04, but in 10.10 the problems started. The workaround was to
  disable KMS, but now, in Maverick, since the new Gallium driver
  doesn't have a non-KMS mode, that workaround is not available. This
  issue was reported when using 11.04 Beta 1 and Beta 2, then, in the
  descriptions below there are some strange things (xorg crash during
  startup, software rendering fallback), that don't occur any more. The
  issue is just the description given here.

  The exceptions: **sometimes** (??) the 3d acceleration does work as
  expected, but at the moment there is no way for us to know when it
  will work or not [help please!]. And, sometimes the 3d acceleration
  work but is so slow that it seems to be actually software rendering.

  The workarounds: `vblank_mode=0 glxgears` (or other program) gives
  correct 3d accelerated output. `export vblank_mode=0` also allows to
  start Compiz and 3d acceleration works after running that. That is
  just a workaround and the problem is not solved yet.

  [/edit]
  Binary package hint: xorg

  I installed Ubuntu 11.04 Beta 1, and I'm not able to run Unity and
  Compiz, because I have no 3d acceleration. However, I was able to run
  Compiz once, the next time I booted, I don't know why, Compiz doesn't
  work. After several reboots, I see the following:

  1. Sometimes (?), I have 3d acceleration via software rendering. When I run 
`glxinfo | grep render` I get:
  direct rendering: Yes
  OpenGL renderer string: Software Rasterizer
  GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_fragment_program,
  And if I run `compiz --replace`, I get the following error:

  Backend : gconf
  Integration : true
  Profile : default
  Adding plugins
  Initializing core options...done
  Initializing bailer options...done
  Initializing detection options...done
  Initializing composite options...done
  Compiz (opengl) - Fatal: GLX_EXT_texture_from_pixmap is missing
  Compiz (opengl) - Fatal: Software rendering detected
  Compiz (bailer) - Info: Ensuring a shell for your session
  prueba@prueba:~$ Window manager warning: Locale not understood by C library, 
internationalization will not work

  (metacity:2357): Gtk-WARNING **: Locale not supported by C library.
   Using the fallback 'C' locale.
  Window manager warning: last_user_time (1302379766) is greater than 
comparison timestamp (1200358).  This most likely represents a buggy client 
sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying 
to work around...
  Window manager warning: 0x3401006 (prueba@pru) appears to be one of the 
offending windows with a timestamp of 1302379766.  Working around...
  Window manager warning: 0x340103e (prueba@pru) appears to be one of the 
offending windows with a timestamp of 1302379766.  Working around...

  prueba@prueba:~$ Window manager warning: last_user_time (1302379766) is 
greater tha

[Desktop-packages] [Bug 755791]

2012-10-04 Thread agd5f
(In reply to comment #105)

> Yes, it's work. Can you send this patch in upstream? :)

Yes, it's already queued for 3.7 and stable.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/755791

Title:
  [RS690M] No 3d acceleration in Radeon X1200 with new Gallium r300 / 3d
  drivers in 11.04 (Needs kernel quirk)

Status in The Linux Kernel:
  Fix Committed
Status in X.org XServer - ATI gfx chipset driver:
  Confirmed
Status in “xserver-xorg-video-ati” package in Ubuntu:
  Triaged
Status in Fedora:
  Unknown

Bug description:
  The bug is active also in Freedesktop.org :
  https://bugs.freedesktop.org/show_bug.cgi?id=37679

  [edit]
  The bug seems to be fixed with a patch provided by Freedesktop.org team.
  [/edit]

  [edit]
  This bug is caused by interrupts. They're not working. The solution for this 
problem is:
  - To see if Ubuntu 10.04 (where all things worked well) used UMS instead of 
KMS.
  - If Lucid used KMS, to bisect the kernel to see what change caused the 
problem.

  [/edit]

  [edit]
  The bug description, updated:

  The symptoms: No 3d acceleration (glxgears shows a black window, Unity
  doesn't start), *but* no fallback into the software-rendering mode
  (glxinfo reports that the 3d acceleration is working)

  The hardware: ATI Radeon RS690M X1200 series

  The version of Ubuntu: Ubuntu 11.04 (final release) [and Maverick
  also]. The behavior was also observed in Debian and Fedora 15, as
  noted below (so it seems not to be Ubuntu-specific).

  The version of xserver-xorg-video-ati: 1:6.14.0-0ubuntu4 (default in
  Natty). Same problems with the xorg-edgers PPA in Natty Beta2.

  The software affected: Compiz (doesn't start because requires direct
  rendering); then, Unity (just the wallpaper or black screen and the
  mouse pointer). glxgears, Stellarium, Blender, Adobe Flash Player in
  fullscreen mode and Visual module of Python work if software rendering
  is forced (but of course they run very very slow).

  The history of the bug: all worked as expected (out of the box) in
  10.04, but in 10.10 the problems started. The workaround was to
  disable KMS, but now, in Maverick, since the new Gallium driver
  doesn't have a non-KMS mode, that workaround is not available. This
  issue was reported when using 11.04 Beta 1 and Beta 2, then, in the
  descriptions below there are some strange things (xorg crash during
  startup, software rendering fallback), that don't occur any more. The
  issue is just the description given here.

  The exceptions: **sometimes** (??) the 3d acceleration does work as
  expected, but at the moment there is no way for us to know when it
  will work or not [help please!]. And, sometimes the 3d acceleration
  work but is so slow that it seems to be actually software rendering.

  The workarounds: `vblank_mode=0 glxgears` (or other program) gives
  correct 3d accelerated output. `export vblank_mode=0` also allows to
  start Compiz and 3d acceleration works after running that. That is
  just a workaround and the problem is not solved yet.

  [/edit]
  Binary package hint: xorg

  I installed Ubuntu 11.04 Beta 1, and I'm not able to run Unity and
  Compiz, because I have no 3d acceleration. However, I was able to run
  Compiz once, the next time I booted, I don't know why, Compiz doesn't
  work. After several reboots, I see the following:

  1. Sometimes (?), I have 3d acceleration via software rendering. When I run 
`glxinfo | grep render` I get:
  direct rendering: Yes
  OpenGL renderer string: Software Rasterizer
  GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_fragment_program,
  And if I run `compiz --replace`, I get the following error:

  Backend : gconf
  Integration : true
  Profile : default
  Adding plugins
  Initializing core options...done
  Initializing bailer options...done
  Initializing detection options...done
  Initializing composite options...done
  Compiz (opengl) - Fatal: GLX_EXT_texture_from_pixmap is missing
  Compiz (opengl) - Fatal: Software rendering detected
  Compiz (bailer) - Info: Ensuring a shell for your session
  prueba@prueba:~$ Window manager warning: Locale not understood by C library, 
internationalization will not work

  (metacity:2357): Gtk-WARNING **: Locale not supported by C library.
   Using the fallback 'C' locale.
  Window manager warning: last_user_time (1302379766) is greater than 
comparison timestamp (1200358).  This most likely represents a buggy client 
sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying 
to work around...
  Window manager warning: 0x3401006 (prueba@pru) appears to be one of the 
offending windows with a timestamp of 1302379766.  Working around...
  Window manager warning: 0x340103e (prueba@pru) appears to be one of the 
offending windows with a timestamp of 1302379766.  Working around...

  prueba@prueba:~$ Window manager warning: las

[Desktop-packages] [Bug 755791]

2012-10-04 Thread agd5f
(In reply to comment #107)
> I forgot this about my system:
> cat /sys/bus/pci/devices/:01:05.0/subsystem_device
> 0x0213

The patch in attachment 67738 should handle your card.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/755791

Title:
  [RS690M] No 3d acceleration in Radeon X1200 with new Gallium r300 / 3d
  drivers in 11.04 (Needs kernel quirk)

Status in The Linux Kernel:
  Fix Committed
Status in X.org XServer - ATI gfx chipset driver:
  Confirmed
Status in “xserver-xorg-video-ati” package in Ubuntu:
  Triaged
Status in Fedora:
  Unknown

Bug description:
  The bug is active also in Freedesktop.org :
  https://bugs.freedesktop.org/show_bug.cgi?id=37679

  [edit]
  The bug seems to be fixed with a patch provided by Freedesktop.org team.
  [/edit]

  [edit]
  This bug is caused by interrupts. They're not working. The solution for this 
problem is:
  - To see if Ubuntu 10.04 (where all things worked well) used UMS instead of 
KMS.
  - If Lucid used KMS, to bisect the kernel to see what change caused the 
problem.

  [/edit]

  [edit]
  The bug description, updated:

  The symptoms: No 3d acceleration (glxgears shows a black window, Unity
  doesn't start), *but* no fallback into the software-rendering mode
  (glxinfo reports that the 3d acceleration is working)

  The hardware: ATI Radeon RS690M X1200 series

  The version of Ubuntu: Ubuntu 11.04 (final release) [and Maverick
  also]. The behavior was also observed in Debian and Fedora 15, as
  noted below (so it seems not to be Ubuntu-specific).

  The version of xserver-xorg-video-ati: 1:6.14.0-0ubuntu4 (default in
  Natty). Same problems with the xorg-edgers PPA in Natty Beta2.

  The software affected: Compiz (doesn't start because requires direct
  rendering); then, Unity (just the wallpaper or black screen and the
  mouse pointer). glxgears, Stellarium, Blender, Adobe Flash Player in
  fullscreen mode and Visual module of Python work if software rendering
  is forced (but of course they run very very slow).

  The history of the bug: all worked as expected (out of the box) in
  10.04, but in 10.10 the problems started. The workaround was to
  disable KMS, but now, in Maverick, since the new Gallium driver
  doesn't have a non-KMS mode, that workaround is not available. This
  issue was reported when using 11.04 Beta 1 and Beta 2, then, in the
  descriptions below there are some strange things (xorg crash during
  startup, software rendering fallback), that don't occur any more. The
  issue is just the description given here.

  The exceptions: **sometimes** (??) the 3d acceleration does work as
  expected, but at the moment there is no way for us to know when it
  will work or not [help please!]. And, sometimes the 3d acceleration
  work but is so slow that it seems to be actually software rendering.

  The workarounds: `vblank_mode=0 glxgears` (or other program) gives
  correct 3d accelerated output. `export vblank_mode=0` also allows to
  start Compiz and 3d acceleration works after running that. That is
  just a workaround and the problem is not solved yet.

  [/edit]
  Binary package hint: xorg

  I installed Ubuntu 11.04 Beta 1, and I'm not able to run Unity and
  Compiz, because I have no 3d acceleration. However, I was able to run
  Compiz once, the next time I booted, I don't know why, Compiz doesn't
  work. After several reboots, I see the following:

  1. Sometimes (?), I have 3d acceleration via software rendering. When I run 
`glxinfo | grep render` I get:
  direct rendering: Yes
  OpenGL renderer string: Software Rasterizer
  GL_NV_conditional_render, GL_NV_depth_clamp, GL_NV_fragment_program,
  And if I run `compiz --replace`, I get the following error:

  Backend : gconf
  Integration : true
  Profile : default
  Adding plugins
  Initializing core options...done
  Initializing bailer options...done
  Initializing detection options...done
  Initializing composite options...done
  Compiz (opengl) - Fatal: GLX_EXT_texture_from_pixmap is missing
  Compiz (opengl) - Fatal: Software rendering detected
  Compiz (bailer) - Info: Ensuring a shell for your session
  prueba@prueba:~$ Window manager warning: Locale not understood by C library, 
internationalization will not work

  (metacity:2357): Gtk-WARNING **: Locale not supported by C library.
   Using the fallback 'C' locale.
  Window manager warning: last_user_time (1302379766) is greater than 
comparison timestamp (1200358).  This most likely represents a buggy client 
sending inaccurate timestamps in messages such as _NET_ACTIVE_WINDOW.  Trying 
to work around...
  Window manager warning: 0x3401006 (prueba@pru) appears to be one of the 
offending windows with a timestamp of 1302379766.  Working around...
  Window manager warning: 0x340103e (prueba@pru) appears to be one of the 
offending windows with a timestamp of 1302379766.  Working around.

[Desktop-packages] [Bug 292421]

2013-02-03 Thread agd5f
Is this still an issue with KMS or a newer version of the driver?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/292421

Title:
  [RV530 x1650] Black screen after updating

Status in X.org XServer - ATI gfx chipset driver:
  Fix Released
Status in “xserver-xorg-video-ati” package in Ubuntu:
  Confirmed

Bug description:
  After updating to 8.10 the Xserver wasn't unable to display anything
  (putting my monitor into sleep mode).

  The Xorg logs don't show anything strange.
  [lspci]
  00:00.0 Host bridge: Intel Corporation 82975X Memory Controller Hub (rev c0)
  05:00.0 VGA compatible controller: ATI Technologies Inc RV530LE [Radeon 
X1600/X1650 PRO]

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/292421/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 195051]

2012-12-19 Thread agd5f
Is this still an issue with kms or a newer version of the driver?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/195051

Title:
  [RV350 9600] [Needs quirk] X freezes in drmCommandWrite() when Compiz
  is enabled

Status in X.org XServer - ATI gfx chipset driver:
  Confirmed
Status in “compiz” package in Ubuntu:
  Invalid
Status in “xserver-xorg-video-ati” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: xserver-xorg-video-ati

  I'm starting this new report on behalf of what Bryce Harrington  said
  here: https://bugs.edge.launchpad.net/ubuntu/+source/xserver-xorg-
  video-ati/+bug/108527/comments/143

  OK, first things first:

  What happens?
  X freezes on my Thinkpad T42 with an ATI Radeon Mobility 9600 when running 
Compiz.
  There are no problems at all when Compiz is disabled.
  This problem started with Gutsy and persists with an up-to-date version of 
Hardy Alpha5

  Also: I have a Radeon 9600XT on my main machine which has no problems
  whatsoever with running Compiz on Gutsy – that's why I think this is a
  problem with Mobility chips.

  What are the symptoms?
  I can run Ubuntu with Compiz fine for some minutes. Then all of a sudden the 
fan kicks in and X just freezes.

  What works?
  Only the movement of the mouse cursor.
  Restarting the system via SysRq REISUB

  What does not work?
  Everything else. I can't even restart X via [Ctrl]+[Alt]+[Backspace] or log 
into a console via [Ctrl]+[Alt]+[F1]

  
  Infos.
  I followed the steps in https://wiki.ubuntu.com/DebuggingXorg so I'm adding 
that output here.
  X froze prior to the backtrace.

  I'm also attaching Xorg.0.log, Xorg.0.log.old and the output of lspci
  -vvnn _right after the crash_ (recieved via ssh) as well as the
  xorg.conf

  [Note]
  For anyone else seeing freezes on ATI cards, the issue is highly 
hardware-specific.  Unless you have the exact same hardware (see lspci output) 
and your backtrace shows it failing in drmCommandWrite(), please file a NEW 
bug.  Include your Xorg.0.log's, xorg.conf, backtrace, and the output of lspci 
-vvnn in your new bug.

  [lspci]
  00:00.0 Host bridge [0600]: Intel Corporation 82855PM Processor to I/O 
Controller [8086:3340] (rev 03)
  Subsystem: IBM ThinkPad T41 [1014:0529]
  01:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV350 
[Mobility Radeon 9600 M10] [1002:4e50] (prog-if 00 [VGA controller])
  Subsystem: IBM Unknown device [1014:0550]
  [quirk]
  Needs AGPMode 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/195051/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 195051]

2012-12-19 Thread agd5f
This may be a duplicate of bug 28402

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/195051

Title:
  [RV350 9600] [Needs quirk] X freezes in drmCommandWrite() when Compiz
  is enabled

Status in X.org XServer - ATI gfx chipset driver:
  Confirmed
Status in “compiz” package in Ubuntu:
  Invalid
Status in “xserver-xorg-video-ati” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: xserver-xorg-video-ati

  I'm starting this new report on behalf of what Bryce Harrington  said
  here: https://bugs.edge.launchpad.net/ubuntu/+source/xserver-xorg-
  video-ati/+bug/108527/comments/143

  OK, first things first:

  What happens?
  X freezes on my Thinkpad T42 with an ATI Radeon Mobility 9600 when running 
Compiz.
  There are no problems at all when Compiz is disabled.
  This problem started with Gutsy and persists with an up-to-date version of 
Hardy Alpha5

  Also: I have a Radeon 9600XT on my main machine which has no problems
  whatsoever with running Compiz on Gutsy – that's why I think this is a
  problem with Mobility chips.

  What are the symptoms?
  I can run Ubuntu with Compiz fine for some minutes. Then all of a sudden the 
fan kicks in and X just freezes.

  What works?
  Only the movement of the mouse cursor.
  Restarting the system via SysRq REISUB

  What does not work?
  Everything else. I can't even restart X via [Ctrl]+[Alt]+[Backspace] or log 
into a console via [Ctrl]+[Alt]+[F1]

  
  Infos.
  I followed the steps in https://wiki.ubuntu.com/DebuggingXorg so I'm adding 
that output here.
  X froze prior to the backtrace.

  I'm also attaching Xorg.0.log, Xorg.0.log.old and the output of lspci
  -vvnn _right after the crash_ (recieved via ssh) as well as the
  xorg.conf

  [Note]
  For anyone else seeing freezes on ATI cards, the issue is highly 
hardware-specific.  Unless you have the exact same hardware (see lspci output) 
and your backtrace shows it failing in drmCommandWrite(), please file a NEW 
bug.  Include your Xorg.0.log's, xorg.conf, backtrace, and the output of lspci 
-vvnn in your new bug.

  [lspci]
  00:00.0 Host bridge [0600]: Intel Corporation 82855PM Processor to I/O 
Controller [8086:3340] (rev 03)
  Subsystem: IBM ThinkPad T41 [1014:0529]
  01:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV350 
[Mobility Radeon 9600 M10] [1002:4e50] (prog-if 00 [VGA controller])
  Subsystem: IBM Unknown device [1014:0550]
  [quirk]
  Needs AGPMode 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/195051/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 108527]

2012-12-19 Thread agd5f
Is this still an issue with kms or a newer version of the driver?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/108527

Title:
  X freezes when compiz is enabled on ATI X300

Status in The Great Mass of Obsolete Junk:
  Invalid
Status in xf86-video-ati:
  Confirmed
Status in “xserver-xorg-video-ati” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-ati” source package in Hardy:
  Invalid
Status in “xserver-xorg-video-ati” package in Fedora:
  Invalid

Bug description:
  i just installed the new ubuntu 7.4 on my laptop toshiba m40x with ati x300.
  i've enabled desktop effects with no window wobbling and with cube rotation.
  it works quite well but sometime, without any clear reason, the desktop 
freezes completely (happened simply moving the mouse on an icon or opening a 
new application):
  the mouse moves but can't interact with the desktop
  no chance to ctrl-alt-bksp, or to change console (ctrl-alt-f1), keyboard is 
not responding
  i have to shout down the computer from the power button. (restarting 
everything works again but occasionally some new bugs appear)
  Don't know how to give more informations.

  there are a number of other minor but annoying bugs correlated, i don't know 
if they have to be posted here or in the compiz bugsite.
  they happen quite frequently and are:
  after maximizing a window it is not possible to unmaximize from the title bar 
icon (only from the bottom panel)
  the number of workspaces resets to 1 and the cube is not able to rotate
  some windows are not refreshed and the content is not visible (as bug 91810)
  some windows are visible in every workspace
  and more..

  [Note]
  There are numerous unrelated -ati errors that can cause freezes in X that are 
particular to specific hardware or usage scenarios.  The original bug 
reporter's specific issue was resolved, so if you are also experiencing an X 
freeze it is probably unrelated to this bug.  PLEASE REPORT YOUR ISSUE AS A 
SEPARATE BUG.  Don't reopen or add confirmations onto this one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/obsolete-junk/+bug/108527/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 108527]

2012-12-19 Thread agd5f
This may be a duplicate of bug 28402

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/108527

Title:
  X freezes when compiz is enabled on ATI X300

Status in The Great Mass of Obsolete Junk:
  Invalid
Status in xf86-video-ati:
  Confirmed
Status in “xserver-xorg-video-ati” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-ati” source package in Hardy:
  Invalid
Status in “xserver-xorg-video-ati” package in Fedora:
  Invalid

Bug description:
  i just installed the new ubuntu 7.4 on my laptop toshiba m40x with ati x300.
  i've enabled desktop effects with no window wobbling and with cube rotation.
  it works quite well but sometime, without any clear reason, the desktop 
freezes completely (happened simply moving the mouse on an icon or opening a 
new application):
  the mouse moves but can't interact with the desktop
  no chance to ctrl-alt-bksp, or to change console (ctrl-alt-f1), keyboard is 
not responding
  i have to shout down the computer from the power button. (restarting 
everything works again but occasionally some new bugs appear)
  Don't know how to give more informations.

  there are a number of other minor but annoying bugs correlated, i don't know 
if they have to be posted here or in the compiz bugsite.
  they happen quite frequently and are:
  after maximizing a window it is not possible to unmaximize from the title bar 
icon (only from the bottom panel)
  the number of workspaces resets to 1 and the cube is not able to rotate
  some windows are not refreshed and the content is not visible (as bug 91810)
  some windows are visible in every workspace
  and more..

  [Note]
  There are numerous unrelated -ati errors that can cause freezes in X that are 
particular to specific hardware or usage scenarios.  The original bug 
reporter's specific issue was resolved, so if you are also experiencing an X 
freeze it is probably unrelated to this bug.  PLEASE REPORT YOUR ISSUE AS A 
SEPARATE BUG.  Don't reopen or add confirmations onto this one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/obsolete-junk/+bug/108527/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 195051]

2012-12-21 Thread agd5f
(In reply to comment #26)
> As I said earlier, it happens identically with both fglrx and
> xorg-video-ati.  If a patch to xorg-video-ati fixes a bug while using fglrx,
> that would be surprising indeed.

Does the patch for xf86-video-ati fix xf86-video-ati?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/195051

Title:
  [RV350 9600] [Needs quirk] X freezes in drmCommandWrite() when Compiz
  is enabled

Status in X.org XServer - ATI gfx chipset driver:
  Confirmed
Status in “compiz” package in Ubuntu:
  Invalid
Status in “xserver-xorg-video-ati” package in Ubuntu:
  Fix Released

Bug description:
  Binary package hint: xserver-xorg-video-ati

  I'm starting this new report on behalf of what Bryce Harrington  said
  here: https://bugs.edge.launchpad.net/ubuntu/+source/xserver-xorg-
  video-ati/+bug/108527/comments/143

  OK, first things first:

  What happens?
  X freezes on my Thinkpad T42 with an ATI Radeon Mobility 9600 when running 
Compiz.
  There are no problems at all when Compiz is disabled.
  This problem started with Gutsy and persists with an up-to-date version of 
Hardy Alpha5

  Also: I have a Radeon 9600XT on my main machine which has no problems
  whatsoever with running Compiz on Gutsy – that's why I think this is a
  problem with Mobility chips.

  What are the symptoms?
  I can run Ubuntu with Compiz fine for some minutes. Then all of a sudden the 
fan kicks in and X just freezes.

  What works?
  Only the movement of the mouse cursor.
  Restarting the system via SysRq REISUB

  What does not work?
  Everything else. I can't even restart X via [Ctrl]+[Alt]+[Backspace] or log 
into a console via [Ctrl]+[Alt]+[F1]

  
  Infos.
  I followed the steps in https://wiki.ubuntu.com/DebuggingXorg so I'm adding 
that output here.
  X froze prior to the backtrace.

  I'm also attaching Xorg.0.log, Xorg.0.log.old and the output of lspci
  -vvnn _right after the crash_ (recieved via ssh) as well as the
  xorg.conf

  [Note]
  For anyone else seeing freezes on ATI cards, the issue is highly 
hardware-specific.  Unless you have the exact same hardware (see lspci output) 
and your backtrace shows it failing in drmCommandWrite(), please file a NEW 
bug.  Include your Xorg.0.log's, xorg.conf, backtrace, and the output of lspci 
-vvnn in your new bug.

  [lspci]
  00:00.0 Host bridge [0600]: Intel Corporation 82855PM Processor to I/O 
Controller [8086:3340] (rev 03)
  Subsystem: IBM ThinkPad T41 [1014:0529]
  01:00.0 VGA compatible controller [0300]: ATI Technologies Inc RV350 
[Mobility Radeon 9600 M10] [1002:4e50] (prog-if 00 [VGA controller])
  Subsystem: IBM Unknown device [1014:0550]
  [quirk]
  Needs AGPMode 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/195051/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 108527]

2012-12-21 Thread agd5f
(In reply to comment #26)
> As I said earlier, it happens identically with both fglrx and
> xorg-video-ati.  If a patch to xorg-video-ati fixes a bug while using fglrx,
> that would be surprising indeed.

Does the patch for xf86-video-ati fix xf86-video-ati?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/108527

Title:
  X freezes when compiz is enabled on ATI X300

Status in The Great Mass of Obsolete Junk:
  Invalid
Status in xf86-video-ati:
  Confirmed
Status in “xserver-xorg-video-ati” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-ati” source package in Hardy:
  Invalid
Status in “xserver-xorg-video-ati” package in Fedora:
  Invalid

Bug description:
  i just installed the new ubuntu 7.4 on my laptop toshiba m40x with ati x300.
  i've enabled desktop effects with no window wobbling and with cube rotation.
  it works quite well but sometime, without any clear reason, the desktop 
freezes completely (happened simply moving the mouse on an icon or opening a 
new application):
  the mouse moves but can't interact with the desktop
  no chance to ctrl-alt-bksp, or to change console (ctrl-alt-f1), keyboard is 
not responding
  i have to shout down the computer from the power button. (restarting 
everything works again but occasionally some new bugs appear)
  Don't know how to give more informations.

  there are a number of other minor but annoying bugs correlated, i don't know 
if they have to be posted here or in the compiz bugsite.
  they happen quite frequently and are:
  after maximizing a window it is not possible to unmaximize from the title bar 
icon (only from the bottom panel)
  the number of workspaces resets to 1 and the cube is not able to rotate
  some windows are not refreshed and the content is not visible (as bug 91810)
  some windows are visible in every workspace
  and more..

  [Note]
  There are numerous unrelated -ati errors that can cause freezes in X that are 
particular to specific hardware or usage scenarios.  The original bug 
reporter's specific issue was resolved, so if you are also experiencing an X 
freeze it is probably unrelated to this bug.  PLEASE REPORT YOUR ISSUE AS A 
SEPARATE BUG.  Don't reopen or add confirmations onto this one.

To manage notifications about this bug go to:
https://bugs.launchpad.net/obsolete-junk/+bug/108527/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1010683]

2013-01-06 Thread agd5f
(In reply to comment #8)
> Resume still doesn't work with kernel 3.8-rc2. However, I now get a hard
> lockup on resume. Log attached.

Can you bisect to see what caused the hard lock?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/1010683

Title:
  ATI Resume from Suspend leads into black screen (VGA_Switcheroo)

Status in The Linux Kernel:
  Confirmed
Status in X.org XServer - ATI gfx chipset driver:
  Confirmed
Status in “xserver-xorg-video-ati” package in Ubuntu:
  Confirmed

Bug description:
  I have a HP Touchsmart 2 (tm2).
  This Notebook has 2 Graphiccars: Intel (DIS) and ATI (IGD):
  # lspci | grep VGA
  00:02.0 VGA compatible controller: Intel Corporation Core Processor 
Integrated Graphics Controller (rev 02)
  01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI 
Manhattan [Mobility Radeon HD 5400 Series]

  If i use the Intel-Graphiccard, everything works well, i can suspend and 
resume as often as i'd like.
  Edit: As soon as I switched (switch to ATI and back to Intel, the below 
problem happens on Intel-GPU too).
  If i use the ATI-Graphiccard i can suspend (wich takes a longer time than 
with the Intel one) however I can't resume. I get a blank/black screen and 
can't change brightness. Plus I can't switch to any tty.

  I've tried this instructions to find an error: 
https://wiki.ubuntu.com/DebuggingKernelSuspend
  but it dosn't seem to bring relevant informations (however, I'll add the 
dmesg.txt to this bugreport)

  PS: to switch between graphiccards, I use "vga_switcheroo" and i have
  "vanilla"-ubuntu, no third party software.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-ati 1:6.14.99~git20111219.aacbd629-0ubuntu2
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.317
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Fri Jun  8 20:54:43 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard:
   Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
     Subsystem: Hewlett-Packard Company Device [103c:1486]
   Advanced Micro Devices [AMD] nee ATI Manhattan [Mobility Radeon HD 5400 
Series] [1002:68e0] (prog-if 00 [VGA controller])
     Subsystem: Hewlett-Packard Company TouchSmart tm2-2050er discrete GPU 
(Mobility Radeon HD 5450) [103c:1486]
  LiveMediaBuild: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120606.2)
  MachineType: Hewlett-Packard HP TouchSmart tm2 Notebook PC
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: initrd=/casper/initrd.lz file=/cdrom/preseed/username.seed 
boot=casper  quiet splash -- persistent BOOT_IMAGE=/casper/vmlinuz
  SourcePackage: xserver-xorg-video-ati
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/30/2010
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.12
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1486
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 83.1A
  dmi.chassis.asset.tag: CNU0250216
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.12:bd07/30/2010:svnHewlett-Packard:pnHPTouchSmarttm2NotebookPC:pvr048920252A2000122:rvnHewlett-Packard:rn1486:rvr83.1A:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP TouchSmart tm2 Notebook PC
  dmi.product.version: 048920252A2000122
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.7.8-0ubuntu3
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu11
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.19.0-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20120322+ab7291d-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1010683/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : d

[Desktop-packages] [Bug 879790]

2013-02-22 Thread agd5f
This could just as easily be a chipset or sound or wifi issue tiggered
by the additional bus activity of KMS.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/879790

Title:
  Sound doesn't play properly after upgrade from 11.04->11.10, also
  affects 12.04

Status in X.org XServer - ATI gfx chipset driver:
  Confirmed
Status in “alsa-driver” package in Ubuntu:
  Confirmed

Bug description:
  After the upgrade from Natty to Oneiric the sound that is played (by
  any program ex. banshee, VLC, Flash) sound very awkward, like if the
  whole sound is slightly gargling.

  My computer: Thinkpad T60

  Already tried to solve the problem: The german ubuntuforum has a wiki-
  page to solve sound problems
  (http://wiki.ubuntuusers.de/Sound_Problembehebung). Unfortunately,
  nothing helped - even a reinstalling of the Alsa-Module didn't solve
  the problem. Hence I think this is a bug.

  Special: In the thread that I opened in the german forum
  (http://forum.ubuntuusers.de/topic/nach-upgrade-11-04-auf-11-10
  -ueberschlaegt-der-ton/) there was another user that has the same
  Problem AND he has the same computer as I do. Therefore, I'm not sure
  if it is a computerspecific problem that may be connected with the
  chipset of the T60...

  Thanks
  Quesst

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/879790/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 879790]

2013-02-22 Thread agd5f
(In reply to comment #76)
> @Alex Deucher: Yes, the modern operating systems and hardware are complex
> beasts and I surely understand that some bugs may be hard to track down. The
> point is however that there wasn't a systematic effort to resolve this
> particular issue except for some "there is a random problem X described in
> ticket Y, which may be the reason for your troubles too, so why don't you
> try the solution proposed there". By the way I tried the change proposed by
> Michel Dänzer in https://bugs.freedesktop.org/show_bug.cgi?id=38694 , but
> unfortunately it doesn't seem to help either.

There were several suggestions on this bug, but apparently none of them
helped.

> I am clueless about the kernel internals, but the manifestations of this bug
> seem to be consistent with the hypothesis that there is something wrong with
> the "radeon" driver. It seems like something locks the system for long
> periods of time and the other time sensitive modules "freak out". On my
> laptop the problem became even more pronounced when I swapped the "1440x900"
> LCD panel with a "1600x1200" one.

A bigger display means more data is being moved around.  It sounds to me
like a chipset issue when large amounts of data are being transferred
across the bus.  KMS uses system memory more readily than UMS did which
is likely why the issues shows up with KMS.  I don't know of any other
options to try in the driver.  We don't have these problems with the
same radeon chips is other systems.  Unfortunately, I'm not a chipset
expert so I'm not sure what sort of pci quirks, etc. to try.

It could also be that the there is an issue in the sound or wifi driver
which didn't show up as readily when there was less traffic on the bug.
As far as I know no one has investigated these avenues very much.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to alsa-driver in Ubuntu.
https://bugs.launchpad.net/bugs/879790

Title:
  Sound doesn't play properly after upgrade from 11.04->11.10, also
  affects 12.04

Status in X.org XServer - ATI gfx chipset driver:
  Confirmed
Status in “alsa-driver” package in Ubuntu:
  Confirmed

Bug description:
  After the upgrade from Natty to Oneiric the sound that is played (by
  any program ex. banshee, VLC, Flash) sound very awkward, like if the
  whole sound is slightly gargling.

  My computer: Thinkpad T60

  Already tried to solve the problem: The german ubuntuforum has a wiki-
  page to solve sound problems
  (http://wiki.ubuntuusers.de/Sound_Problembehebung). Unfortunately,
  nothing helped - even a reinstalling of the Alsa-Module didn't solve
  the problem. Hence I think this is a bug.

  Special: In the thread that I opened in the german forum
  (http://forum.ubuntuusers.de/topic/nach-upgrade-11-04-auf-11-10
  -ueberschlaegt-der-ton/) there was another user that has the same
  Problem AND he has the same computer as I do. Therefore, I'm not sure
  if it is a computerspecific problem that may be connected with the
  chipset of the T60...

  Thanks
  Quesst

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/879790/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1010683]

2013-07-15 Thread agd5f
Does the kernel patch in attachment 82347 help?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/1010683

Title:
  ATI Resume from Suspend leads into black screen (VGA_Switcheroo)

Status in The Linux Kernel:
  Confirmed
Status in X.org XServer - ATI gfx chipset driver:
  Confirmed
Status in “xserver-xorg-video-ati” package in Ubuntu:
  Confirmed

Bug description:
  I have a HP Touchsmart 2 (tm2).
  This Notebook has 2 Graphiccars: Intel (DIS) and ATI (IGD):
  # lspci | grep VGA
  00:02.0 VGA compatible controller: Intel Corporation Core Processor 
Integrated Graphics Controller (rev 02)
  01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI 
Manhattan [Mobility Radeon HD 5400 Series]

  If i use the Intel-Graphiccard, everything works well, i can suspend and 
resume as often as i'd like.
  Edit: As soon as I switched (switch to ATI and back to Intel, the below 
problem happens on Intel-GPU too).
  If i use the ATI-Graphiccard i can suspend (wich takes a longer time than 
with the Intel one) however I can't resume. I get a blank/black screen and 
can't change brightness. Plus I can't switch to any tty.

  I've tried this instructions to find an error: 
https://wiki.ubuntu.com/DebuggingKernelSuspend
  but it dosn't seem to bring relevant informations (however, I'll add the 
dmesg.txt to this bugreport)

  PS: to switch between graphiccards, I use "vga_switcheroo" and i have
  "vanilla"-ubuntu, no third party software.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.10
  Package: xserver-xorg-video-ati 1:6.14.99~git20111219.aacbd629-0ubuntu2
  ProcVersionSignature: Ubuntu 3.4.0-5.11-generic 3.4.0
  Uname: Linux 3.4.0-5-generic x86_64
  .tmp.unity.support.test.0:

  ApportVersion: 2.1.1-0ubuntu2
  Architecture: amd64
  CasperVersion: 1.317
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Fri Jun  8 20:54:43 2012
  DistUpgraded: Fresh install
  DistroCodename: quantal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, whatever it takes to get this fixed in Ubuntu
  GraphicsCard:
   Intel Corporation Core Processor Integrated Graphics Controller [8086:0046] 
(rev 02) (prog-if 00 [VGA controller])
     Subsystem: Hewlett-Packard Company Device [103c:1486]
   Advanced Micro Devices [AMD] nee ATI Manhattan [Mobility Radeon HD 5400 
Series] [1002:68e0] (prog-if 00 [VGA controller])
     Subsystem: Hewlett-Packard Company TouchSmart tm2-2050er discrete GPU 
(Mobility Radeon HD 5450) [103c:1486]
  LiveMediaBuild: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120606.2)
  MachineType: Hewlett-Packard HP TouchSmart tm2 Notebook PC
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: initrd=/casper/initrd.lz file=/cdrom/preseed/username.seed 
boot=casper  quiet splash -- persistent BOOT_IMAGE=/casper/vmlinuz
  SourcePackage: xserver-xorg-video-ati
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/30/2010
  dmi.bios.vendor: Insyde
  dmi.bios.version: F.12
  dmi.board.asset.tag: Base Board Asset Tag
  dmi.board.name: 1486
  dmi.board.vendor: Hewlett-Packard
  dmi.board.version: 83.1A
  dmi.chassis.asset.tag: CNU0250216
  dmi.chassis.type: 10
  dmi.chassis.vendor: Hewlett-Packard
  dmi.chassis.version: Chassis Version
  dmi.modalias: 
dmi:bvnInsyde:bvrF.12:bd07/30/2010:svnHewlett-Packard:pnHPTouchSmarttm2NotebookPC:pvr048920252A2000122:rvnHewlett-Packard:rn1486:rvr83.1A:cvnHewlett-Packard:ct10:cvrChassisVersion:
  dmi.product.name: HP TouchSmart tm2 Notebook PC
  dmi.product.version: 048920252A2000122
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.7.8-0ubuntu3
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.2-0ubuntu4
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.2-0ubuntu4
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu11
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.19.0-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20120322+ab7291d-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/linux/+bug/1010683/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListH

[Desktop-packages] [Bug 1080350]

2013-07-18 Thread agd5f
For further information see my blog post:
http://www.botchco.com/agd5f/?p=57

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/1080350

Title:
  CPU Overheating with ATI driver Radeon HD Mobility graphics

Status in X.org XServer - ATI gfx chipset driver:
  Confirmed
Status in “xserver-xorg-video-ati” package in Ubuntu:
  Confirmed

Bug description:
  Ever since upgrading from Maverick (with GNOME Classic) to Precise
  (using Unity 2D since using the default Unity makes the situation
  worse) my note book regularly overheats with normal usage:

  I've been regularly using:
  echo low | sudo tee /sys/class/drm/card0/device/power_profile

  I've am also using psensor to warn me if the temperature rises above
  92°.  When 'idle' the temperature is at about 80°.  If the CPU is used
  (merely starting eclipse and letting all the the startup validation
  processes finish) it quickly rises to 88°.  If the usages is sustained
  (rebuilding a java project) the temperature oscillates between 95° and
  98°.  If I do anything else that adds to the load (ie. if the
  temperature is >98° for short period of time), the system freezes, but
  the everything remains on, fans and CPU temperature stays up.  I need
  to turn off the notebook by keeping the power button pressed.

  Note that this system overheats /with/ the low power profile.

  Here are some general stats about this system, please let me know, if
  I can provide further information:

  HP Presario CQ61 320eg
  AMD Turion(tm) II Dual-Core Mobile M500
  01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV710 
[Mobility Radeon HD 4300 Series] (prog-if 00 [VGA controller])
  Linux schiefer 3.2.0-33-generic #52-Ubuntu SMP Thu Oct 18 16:29:15 UTC 2012 
x86_64 x86_64 x86_64 GNU/Linux
  ayers@schiefer:~$ lsmod|grep rad
  radeon804503  2 
  ttm76949  1 radeon
  drm_kms_helper 46978  1 radeon
  drm   241921  4 radeon,ttm,drm_kms_helper
  i2c_algo_bit   13423  1 radeon

  This started after the upgrading from Maverick.  I'm currently running
  Precise with the 2D Unity desktop.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xserver-xorg-video-radeon 1:6.14.99~git20111219.aacbd629-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-33.52-generic 3.2.31
  Uname: Linux 3.2.0-33-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,compiztoolbox,grid,resize,snap,vpswitch,move,mousepoll,wall,place,imgpng,gnomecompat,unitymtgrabhandles,regex,session,animation,fade,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: None
  Date: Sun Nov 18 14:30:50 2012
  DistUpgraded: 2012-04-29 09:57:42,118 DEBUG enabling apt cron job
  DistroCodename: precise
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes,
  GraphicsCard:
   Advanced Micro Devices [AMD] nee ATI RV710 [Mobility Radeon HD 4300 Series] 
[1002:9552] (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:3652]
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  MachineType: Hewlett-Packard Presario CQ61 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-33-generic 
root=/dev/mapper/vg--hostname-lv--ubuntu ro vga=795 quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-video-ati
  UpgradeStatus: Upgraded to precise on 2012-04-29 (203 days ago)
  dmi.bios.date: 10/10/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.07
  dmi.board.name: 3652
  dmi.board.vendor: Quanta
  dmi.board.version: 42.14
  dmi.chassis.type: 10
  dmi.chassis.vendor: Quanta
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.07:bd10/10/2009:svnHewlett-Packard:pnPresarioCQ61NotebookPC:pvr039210210D102:rvnQuanta:rn3652:rvr42.14:cvnQuanta:ct10:cvrN/A:
  dmi.product.name: Presario CQ61 Notebook PC
  dmi.product.version: 039210210D102
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.7.8-0ubuntu1.4
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.4-0ubuntu0.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.4-0ubuntu0.2
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.8
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

To manage notifications about this bug go to:
https://

[Desktop-packages] [Bug 1080350]

2013-07-18 Thread agd5f
Yes, it works with multiple monitors and there shouldn't be any
flickering as the performance level changes are handled by dedicated
hardware rather than the driver.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/1080350

Title:
  CPU Overheating with ATI driver Radeon HD Mobility graphics

Status in X.org XServer - ATI gfx chipset driver:
  Confirmed
Status in “xserver-xorg-video-ati” package in Ubuntu:
  Confirmed

Bug description:
  Ever since upgrading from Maverick (with GNOME Classic) to Precise
  (using Unity 2D since using the default Unity makes the situation
  worse) my note book regularly overheats with normal usage:

  I've been regularly using:
  echo low | sudo tee /sys/class/drm/card0/device/power_profile

  I've am also using psensor to warn me if the temperature rises above
  92°.  When 'idle' the temperature is at about 80°.  If the CPU is used
  (merely starting eclipse and letting all the the startup validation
  processes finish) it quickly rises to 88°.  If the usages is sustained
  (rebuilding a java project) the temperature oscillates between 95° and
  98°.  If I do anything else that adds to the load (ie. if the
  temperature is >98° for short period of time), the system freezes, but
  the everything remains on, fans and CPU temperature stays up.  I need
  to turn off the notebook by keeping the power button pressed.

  Note that this system overheats /with/ the low power profile.

  Here are some general stats about this system, please let me know, if
  I can provide further information:

  HP Presario CQ61 320eg
  AMD Turion(tm) II Dual-Core Mobile M500
  01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI RV710 
[Mobility Radeon HD 4300 Series] (prog-if 00 [VGA controller])
  Linux schiefer 3.2.0-33-generic #52-Ubuntu SMP Thu Oct 18 16:29:15 UTC 2012 
x86_64 x86_64 x86_64 GNU/Linux
  ayers@schiefer:~$ lsmod|grep rad
  radeon804503  2 
  ttm76949  1 radeon
  drm_kms_helper 46978  1 radeon
  drm   241921  4 radeon,ttm,drm_kms_helper
  i2c_algo_bit   13423  1 radeon

  This started after the upgrading from Maverick.  I'm currently running
  Precise with the 2D Unity desktop.

  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: xserver-xorg-video-radeon 1:6.14.99~git20111219.aacbd629-0ubuntu2
  ProcVersionSignature: Ubuntu 3.2.0-33.52-generic 3.2.31
  Uname: Linux 3.2.0-33-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.0.1-0ubuntu14
  Architecture: amd64
  CompizPlugins: 
[core,bailer,detection,composite,opengl,decor,compiztoolbox,grid,resize,snap,vpswitch,move,mousepoll,wall,place,imgpng,gnomecompat,unitymtgrabhandles,regex,session,animation,fade,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: None
  Date: Sun Nov 18 14:30:50 2012
  DistUpgraded: 2012-04-29 09:57:42,118 DEBUG enabling apt cron job
  DistroCodename: precise
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes,
  GraphicsCard:
   Advanced Micro Devices [AMD] nee ATI RV710 [Mobility Radeon HD 4300 Series] 
[1002:9552] (prog-if 00 [VGA controller])
 Subsystem: Hewlett-Packard Company Device [103c:3652]
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Release amd64 (20101007)
  MachineType: Hewlett-Packard Presario CQ61 Notebook PC
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-3.2.0-33-generic 
root=/dev/mapper/vg--hostname-lv--ubuntu ro vga=795 quiet splash vt.handoff=7
  SourcePackage: xserver-xorg-video-ati
  UpgradeStatus: Upgraded to precise on 2012-04-29 (203 days ago)
  dmi.bios.date: 10/10/2009
  dmi.bios.vendor: Hewlett-Packard
  dmi.bios.version: F.07
  dmi.board.name: 3652
  dmi.board.vendor: Quanta
  dmi.board.version: 42.14
  dmi.chassis.type: 10
  dmi.chassis.vendor: Quanta
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnHewlett-Packard:bvrF.07:bd10/10/2009:svnHewlett-Packard:pnPresarioCQ61NotebookPC:pvr039210210D102:rvnQuanta:rn3652:rvr42.14:cvnQuanta:ct10:cvrN/A:
  dmi.product.name: Presario CQ61 Notebook PC
  dmi.product.version: 039210210D102
  dmi.sys.vendor: Hewlett-Packard
  version.compiz: compiz 1:0.9.7.8-0ubuntu1.4
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.32-1ubuntu1
  version.libgl1-mesa-dri: libgl1-mesa-dri 8.0.4-0ubuntu0.2
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 8.0.4-0ubuntu0.2
  version.xserver-xorg-core: xserver-xorg-core 2:1.11.4-0ubuntu10.8
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.0-0ubuntu1.2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 
1:6.14.99~git20111219.aacbd629-0ubuntu2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.17.0-1ubuntu4.2
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:0.0.16+git20111201+b5534a1-1build2

To mana

[Desktop-packages] [Bug 1179539]

2013-07-25 Thread agd5f
(In reply to comment #51)
> This bug is not fixed, still happens with kwin-4.10.4 and mesa-9.1.4
> https://bugs.kde.org/show_bug.cgi?id=322773
> https://bugs.gentoo.org/show_bug.cgi?id=476606

I think you are hitting a different issue.  Please open a new bug.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1179539

Title:
  (needs 9.1.3) r600_dri.so crashes in r600_texture_create_object
  (memset)

Status in Mesa:
  Fix Released
Status in “mesa” package in Ubuntu:
  Triaged

Bug description:
  This is similar to bug #1174495 since it is mostly caused by WM, but
  it could actually be caused also by other applications so we need to
  include a proper fix in Mesa as well.

  The crash trace is at http://pastebin.ubuntu.com/5661477/ and is
  currently fixed in MESA by commit
  http://cgit.freedesktop.org/mesa/mesa/commit/?id=b6920764207

To manage notifications about this bug go to:
https://bugs.launchpad.net/mesa/+bug/1179539/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1174495]

2013-07-27 Thread agd5f
(In reply to comment #51)
> This bug is not fixed, still happens with kwin-4.10.4 and mesa-9.1.4
> https://bugs.kde.org/show_bug.cgi?id=322773
> https://bugs.gentoo.org/show_bug.cgi?id=476606

I think you are hitting a different issue.  Please open a new bug.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1174495

Title:
  Window Managers instability with r600 radeon and high monitor
  resolutions

Status in Compiz:
  Fix Released
Status in Compiz 0.9.9 series:
  Fix Committed
Status in Mesa:
  Fix Released
Status in “cogl” package in Ubuntu:
  Confirmed
Status in “compiz” package in Ubuntu:
  Fix Committed
Status in “kde-workspace” package in Ubuntu:
  Fix Released
Status in “mesa” package in Ubuntu:
  Confirmed
Status in “cogl” source package in Raring:
  Confirmed
Status in “compiz” source package in Raring:
  Fix Released
Status in “kde-workspace” source package in Raring:
  Fix Released
Status in “cogl” source package in Saucy:
  Confirmed
Status in “compiz” source package in Saucy:
  Fix Committed
Status in “kde-workspace” source package in Saucy:
  Fix Released

Bug description:
  [Impact]
  KWin 4.10.2 and Compiz 0.9.9 are using MSAA visuals with 13.04's mesa.
  This is unintended and leads to resource exhaustion which eventually crashes 
the WM.
  This affects all users on the r600 with sufficiently sized displays.

  [Test Case]
  Run Kwin or Unity with an r600 card, if it does not crash after a while we 
are happy.

  [Regression Potential]
  None, the fix was done by an upstream KWin and Mesa developer plus it has 
been incorporated into Fedora for a while plus it was used elsewhere in KWin 
already but not in this specific code path.

  [Other Info]
  None.

  --

  I think the version of kwin included in 13.04 contains a known bug as 
described here:
  https://bugs.kde.org/show_bug.cgi?id=315089
  https://bugs.freedesktop.org/show_bug.cgi?id=61182

  My understanding of the problem is as follows:
  * The Mesa radeon r600 driver recently added support for MSAA GLX visuals
  * Kwin isn't aware of MSAA properties and happens to (incorrectly) pick MSAA 
visuals for everything
  * These visuals occupy a large amount of memory when running at high monitor 
resolutions
  *  Mesa is "only" capable of mapping 256MB of visuals into CPU address space 
at once
  * Kwin's oversize visuals exceeds this limit, resulting in constant crashes

  The two radeon systems I have both crash immediately after logging in,
  when running with at a resolution of 2560x1440 and desktop effects
  enabled. After restarting kwin, a crash can be induced by performing
  actions that triggers desktop effects/animations. The resulting
  callstack is attached.

  ProblemType: BugDistroRelease: Ubuntu 13.04
  Package: kde-window-manager 4:4.10.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  Date: Mon Apr 29 19:53:57 2013
  InstallationDate: Installed on 2013-04-27 (2 days ago)
  InstallationMedia: Kubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MarkForUpload: TrueSourcePackage: kde-workspace
  UpgradeStatus: No upgrade log present (probably fresh install)

  --

  Compiz (unity) is affected by the same issue as shown in this
  stacktrace:

  http://paste.ubuntu.com/5661055/

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1174495/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1085338]

2014-01-16 Thread agd5f
(In reply to comment #3)
> This is still an existing problem since a couple of years in my setup, so
> I'll try to move it a bit to get it solved:
> 
> I wonder if there's any way on which this alignment could be off-by-one in
> the xrandr code for this specific case. Is there any way or place where I
> could have a look and try?

It's a radeon display hardware alignment requirement.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/1085338

Title:
  One pixel column that belongs in one monitor shows up in the other
  instead

Status in X.org XServer - ATI gfx chipset driver:
  Confirmed
Status in “xserver-xorg-video-ati” package in Ubuntu:
  Incomplete

Bug description:
  I have configured the laptop screen in the left and a external monitor
  in the right. On the left most part of the monitor, I can see 1 column
  of pixels that belong to the content that is in the right most part of
  the laptop.

  Strangely, it does not show up when I try to do a screenshot, but is
  quite evident when watching a fullscreen movie in the monitor, for
  example.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.7.0-4.12-generic 3.7.0-rc7
  Uname: Linux 3.7.0-4-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.6.3-0ubuntu2
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Sat Dec  1 12:42:13 2012
  DistUpgraded: 2012-11-25 13:52:25,604 DEBUG enabling apt cron job
  DistroCodename: raring
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.1.22, 3.7.0-3-generic, x86_64: installed
   virtualbox, 4.1.22, 3.7.0-4-generic, x86_64: installed
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310] [1002:9802] 
(prog-if 00 [VGA controller])
 Subsystem: Sony Corporation Device [104d:9082]
  InstallationDate: Installed on 2012-11-25 (6 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120627)
  MachineType: Sony Corporation VPCYB16KG
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_SG:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_SG.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.7.0-4-generic 
root=UUID=c5e8db97-be79-41c7-a2d8-be5fa7b409a8 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to raring on 2012-11-25 (5 days ago)
  dmi.bios.date: 12/22/2010
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: R0160Z7
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrR0160Z7:bd12/22/2010:svnSonyCorporation:pnVPCYB16KG:pvrC900K9AU:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCYB16KG
  dmi.product.version: C900K9AU
  dmi.sys.vendor: Sony Corporation
  version.compiz: compiz 1:0.9.8.4+bzr3412-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.40-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.1-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.1-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu8
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.0.0-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.14-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.4-0ubuntu1
  xserver.bootTime: Fri Nov 30 13:03:50 2012
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.13.0-0ubuntu8
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/1085338/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1085338]

2014-01-16 Thread agd5f
*** Bug 63900 has been marked as a duplicate of this bug. ***

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xserver-xorg-video-ati in Ubuntu.
https://bugs.launchpad.net/bugs/1085338

Title:
  One pixel column that belongs in one monitor shows up in the other
  instead

Status in X.org XServer - ATI gfx chipset driver:
  Confirmed
Status in “xserver-xorg-video-ati” package in Ubuntu:
  Incomplete

Bug description:
  I have configured the laptop screen in the left and a external monitor
  in the right. On the left most part of the monitor, I can see 1 column
  of pixels that belong to the content that is in the right most part of
  the laptop.

  Strangely, it does not show up when I try to do a screenshot, but is
  quite evident when watching a fullscreen movie in the monitor, for
  example.

  ProblemType: Bug
  DistroRelease: Ubuntu 13.04
  Package: xorg 1:7.7+1ubuntu4
  ProcVersionSignature: Ubuntu 3.7.0-4.12-generic 3.7.0-rc7
  Uname: Linux 3.7.0-4-generic x86_64
  .tmp.unity.support.test.0:
   
  ApportVersion: 2.6.3-0ubuntu2
  Architecture: amd64
  CompizPlugins: 
[core,composite,opengl,compiztoolbox,decor,vpswitch,snap,mousepoll,resize,place,move,wall,grid,regex,imgpng,session,gnomecompat,animation,fade,unitymtgrabhandles,workarounds,scale,expo,ezoom,unityshell]
  CompositorRunning: compiz
  Date: Sat Dec  1 12:42:13 2012
  DistUpgraded: 2012-11-25 13:52:25,604 DEBUG enabling apt cron job
  DistroCodename: raring
  DistroVariant: ubuntu
  DkmsStatus:
   virtualbox, 4.1.22, 3.7.0-3-generic, x86_64: installed
   virtualbox, 4.1.22, 3.7.0-4-generic, x86_64: installed
  EcryptfsInUse: Yes
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Advanced Micro Devices [AMD] nee ATI Wrestler [Radeon HD 6310] [1002:9802] 
(prog-if 00 [VGA controller])
 Subsystem: Sony Corporation Device [104d:9082]
  InstallationDate: Installed on 2012-11-25 (6 days ago)
  InstallationMedia: Ubuntu 12.10 "Quantal Quetzal" - Alpha amd64 (20120627)
  MachineType: Sony Corporation VPCYB16KG
  MarkForUpload: True
  ProcEnviron:
   LANGUAGE=en_SG:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_SG.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-3.7.0-4-generic 
root=UUID=c5e8db97-be79-41c7-a2d8-be5fa7b409a8 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  UpgradeStatus: Upgraded to raring on 2012-11-25 (5 days ago)
  dmi.bios.date: 12/22/2010
  dmi.bios.vendor: Insyde Corp.
  dmi.bios.version: R0160Z7
  dmi.board.asset.tag: N/A
  dmi.board.name: VAIO
  dmi.board.vendor: Sony Corporation
  dmi.board.version: N/A
  dmi.chassis.asset.tag: N/A
  dmi.chassis.type: 10
  dmi.chassis.vendor: Sony Corporation
  dmi.chassis.version: N/A
  dmi.modalias: 
dmi:bvnInsydeCorp.:bvrR0160Z7:bd12/22/2010:svnSonyCorporation:pnVPCYB16KG:pvrC900K9AU:rvnSonyCorporation:rnVAIO:rvrN/A:cvnSonyCorporation:ct10:cvrN/A:
  dmi.product.name: VPCYB16KG
  dmi.product.version: C900K9AU
  dmi.sys.vendor: Sony Corporation
  version.compiz: compiz 1:0.9.8.4+bzr3412-0ubuntu1
  version.ia32-libs: ia32-libs N/A
  version.libdrm2: libdrm2 2.4.40-1
  version.libgl1-mesa-dri: libgl1-mesa-dri 9.0.1-0ubuntu1
  version.libgl1-mesa-dri-experimental: libgl1-mesa-dri-experimental N/A
  version.libgl1-mesa-glx: libgl1-mesa-glx 9.0.1-0ubuntu1
  version.xserver-xorg-core: xserver-xorg-core 2:1.13.0-0ubuntu8
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.7.3-0ubuntu2
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:7.0.0-0ubuntu1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 2:2.20.14-0ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 
1:1.0.4-0ubuntu1
  xserver.bootTime: Fri Nov 30 13:03:50 2012
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.13.0-0ubuntu8
  xserver.video_driver: radeon

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/1085338/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1174495]

2013-05-15 Thread agd5f
Should be fixed in mesa master and 9.1 branch with the following commit:
http://cgit.freedesktop.org/mesa/mesa/commit/?id=b69207642079fe8ba33c594750415e8d9c66a06f

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1174495

Title:
  Window Managers instability with r600 radeon and high monitor
  resolutions

Status in Compiz:
  Fix Committed
Status in Compiz 0.9.9 series:
  Fix Committed
Status in Mesa:
  Fix Released
Status in “cogl” package in Ubuntu:
  Confirmed
Status in “compiz” package in Ubuntu:
  Fix Committed
Status in “kde-workspace” package in Ubuntu:
  Fix Committed
Status in “mesa” package in Ubuntu:
  Confirmed
Status in “cogl” source package in Raring:
  Confirmed
Status in “compiz” source package in Raring:
  Fix Committed
Status in “kde-workspace” source package in Raring:
  Fix Released
Status in “cogl” source package in Saucy:
  Confirmed
Status in “compiz” source package in Saucy:
  Fix Committed
Status in “kde-workspace” source package in Saucy:
  Fix Committed

Bug description:
  [Impact]
  KWin 4.10.2 and Compiz 0.9.9 are using MSAA visuals with 13.04's mesa.
  This is unintended and leads to resource exhaustion which eventually crashes 
the WM.
  This affects all users on the r600 with sufficiently sized displays.

  [Test Case]
  Run Kwin or Unity with an r600 card, if it does not crash after a while we 
are happy.

  [Regression Potential]
  None, the fix was done by an upstream KWin and Mesa developer plus it has 
been incorporated into Fedora for a while plus it was used elsewhere in KWin 
already but not in this specific code path.

  [Other Info]
  None.

  --

  I think the version of kwin included in 13.04 contains a known bug as 
described here:
  https://bugs.kde.org/show_bug.cgi?id=315089
  https://bugs.freedesktop.org/show_bug.cgi?id=61182

  My understanding of the problem is as follows:
  * The Mesa radeon r600 driver recently added support for MSAA GLX visuals
  * Kwin isn't aware of MSAA properties and happens to (incorrectly) pick MSAA 
visuals for everything
  * These visuals occupy a large amount of memory when running at high monitor 
resolutions
  *  Mesa is "only" capable of mapping 256MB of visuals into CPU address space 
at once
  * Kwin's oversize visuals exceeds this limit, resulting in constant crashes

  The two radeon systems I have both crash immediately after logging in,
  when running with at a resolution of 2560x1440 and desktop effects
  enabled. After restarting kwin, a crash can be induced by performing
  actions that triggers desktop effects/animations. The resulting
  callstack is attached.

  ProblemType: BugDistroRelease: Ubuntu 13.04
  Package: kde-window-manager 4:4.10.2-0ubuntu2
  ProcVersionSignature: Ubuntu 3.8.0-19.29-generic 3.8.8
  Uname: Linux 3.8.0-19-generic x86_64
  ApportVersion: 2.9.2-0ubuntu8
  Architecture: amd64
  Date: Mon Apr 29 19:53:57 2013
  InstallationDate: Installed on 2013-04-27 (2 days ago)
  InstallationMedia: Kubuntu 13.04 "Raring Ringtail" - Release amd64 (20130424)
  MarkForUpload: TrueSourcePackage: kde-workspace
  UpgradeStatus: No upgrade log present (probably fresh install)

  --

  Compiz (unity) is affected by the same issue as shown in this
  stacktrace:

  http://paste.ubuntu.com/5661055/

To manage notifications about this bug go to:
https://bugs.launchpad.net/compiz/+bug/1174495/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp