[M7] (32MB) notification messages are not readable

Bug #455601 reported by Simon Csaba Endre
14
This bug affects 2 people
Affects Status Importance Assigned to Milestone
xserver-xorg-video-ati (Ubuntu)
Confirmed
Undecided
Unassigned

Bug Description

Binary package hint: notify-osd

After setting System/Preferences/Appearance/Visual Effects from the default Normal to None notification messages are not readable. I can see only a black area. Screen-shoot attached.

I have installed the Karmic beta and upgraded to the latest packages.

ProblemType: Bug
Architecture: i386
Date: Mon Oct 19 19:57:40 2009
DistroRelease: Ubuntu 9.10
GtkTheme: Human
IconTheme: Humanity
Lsusb:
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
 Bus 004 Device 002: ID 0483:2016 SGS Thomson Microelectronics Fingerprint Reader
 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
 Bus 002 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
MachineType: IBM 2373F1G
Package: notify-osd 0.9.23-0ubuntu1
PccardctlIdent:
 Socket 0:
   no product info available
 Socket 1:
   no product info available
PccardctlStatus:
 Socket 0:
   no card
 Socket 1:
   no card
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-14-generic root=UUID=558d7a5d-b33a-4a65-a250-ff7df1cd4046 ro quiet splash
ProcEnviron:
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersionSignature: Ubuntu 2.6.31-14.48-generic
RelatedPackageVersions:
 xserver-xorg 1:7.4+3ubuntu5
 libgl1-mesa-glx 7.6.0-1ubuntu4
 libdrm2 2.4.14-1ubuntu1
 xserver-xorg-video-intel 2:2.9.0-1ubuntu2
 xserver-xorg-video-ati 1:6.12.99+git20090929.7968e1fb-0ubuntu1
SourcePackage: notify-osd
Uname: Linux 2.6.31-14-generic i686
WindowManager: metacity
dmi.bios.date: 06/02/2006
dmi.bios.vendor: IBM
dmi.bios.version: 1RETDPWW (3.21 )
dmi.board.name: 2373F1G
dmi.board.vendor: IBM
dmi.board.version: Not Available
dmi.chassis.asset.tag: No Asset Information
dmi.chassis.type: 10
dmi.chassis.vendor: IBM
dmi.chassis.version: Not Available
dmi.modalias: dmi:bvnIBM:bvr1RETDPWW(3.21):bd06/02/2006:svnIBM:pn2373F1G:pvrThinkPadT42:rvnIBM:rn2373F1G:rvrNotAvailable:cvnIBM:ct10:cvrNotAvailable:
dmi.product.name: 2373F1G
dmi.product.version: ThinkPad T42
dmi.sys.vendor: IBM

Revision history for this message
Simon Csaba Endre (secsaba) wrote :
Revision history for this message
Mirco Müller (macslow) wrote :

This is an issue with the driver xserver-xorg-video-ati. I reassign this against xserver-xorg-driver-ati.

Revision history for this message
Mirco Müller (macslow) wrote :

driver issue, not notify-osd related

affects: notify-osd (Ubuntu) → xserver-xorg-driver-ati (Ubuntu)
affects: xserver-xorg-driver-ati (Ubuntu) → xserver-xorg-video-ati (Ubuntu)
Revision history for this message
Tormod Volden (tormodvolden) wrote :

Thanks for your report. I can not reproduce on an X700. I use the volume buttons to trigger the notifications, I suppose they are the same?

Simon, can you try making an /etc/X11/xorg.conf with these contents:

 Section "Device"
  Identifier "test"
  Driver "ati"
  Option "AccelMethod" "XAA"
 EndSection

and see how it works after restarting X (log out and in again).

Changed in xserver-xorg-video-ati (Ubuntu):
assignee: nobody → Tormod Volden (tormodvolden)
status: New → Incomplete
summary: - notification messages are not readable
+ [M7] (32MB) notification messages are not readable
Revision history for this message
Simon Csaba Endre (secsaba) wrote :

This settings does not fix the problem. The notification messages are still messy. However this fixed the flash plugin problem. Before this the flash videos flickered but not any more.

Probably this bug reported by me is also caused by the video driver: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/445737

What any other settings can I try?

It doesn't matter if Visual Effects are on or off, what I want is a stable system with readable notification messages and a non flickering flash plugin :-)

Revision history for this message
Tormod Volden (tormodvolden) wrote :

"man exa" list some different EXA options that might help for the flash problem. But if the original issue here is still present with XAA, those options will not help.

I guess Option "NoAccel" "true" will fix it but it will be unbearable slow.

I suspect you're running out of video memory. Try reducing the depth to 16, or specify a virtual display size just as large as your resolution (see man xorg.conf).

Revision history for this message
Simon Csaba Endre (secsaba) wrote :

Yes, probably the video memory was not enough. With Visual effects = Normal and the following xorg.conf I don't have any problems:

Section "Device"
 Identifier "laptop_device"
 Driver "ati"
 #Option "AccelMethod" "XAA"
 Option "AccelMethod" "EXA"
 EndSection

Section "Screen"
 Identifier "laptop_screen"
 Device "laptop_device"
 DefaultColorDepth 16

 SubSection "Display"
  Depth 16
  Virtual 1024 768
 EndSubSection
EndSection

Does not mather if the acceleration method is XAA or EXA. Both are good.

I had problem playing videos with totem but in a bug tracker I found the solution how to set the gstreamer-properties for a good result.

No freezes for a while, notification messages are readable. Thanks for helping me out. This bug can be closed.

Revision history for this message
Tormod Volden (tormodvolden) wrote :

Does it work fine if your xorg.conf only has this, thus only limiting the virtual display size?

Section "Screen"
 Identifier "laptop_screen"
 SubSection "Display"
  Virtual 1024 768
 EndSubSection
EndSection

I would still consider this to be a bug, but it is being improved in the newest drivers with the use of a memory manager which can distribute the video RAM in a more flexible way.

Changed in xserver-xorg-video-ati (Ubuntu):
assignee: Tormod Volden (tormodvolden) → nobody
status: Incomplete → Confirmed
Revision history for this message
Simon Csaba Endre (secsaba) wrote :

With this configuration X is defaulting to 24 bpp. The only problem what I found with this configuration is that if I start Rhythmbox and after that I start Totem to play a video I got the following error:

The program 'totem' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadAlloc (insufficient resources for operation)'.
  (Details: serial 68 error_code 11 request_code 132 minor_code 19)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

If first I start Totem then Rhythmbox no problem.

I will come back in a few days with the stability of the system.

Revision history for this message
Jan-Philipp Litza (jplitza) wrote :

Hi, I had the same problem. I switched to EXA, as using a smaller Virtual screen or color dpeth isn't really a solution (I use a dual-head setup with one 22" display and don't want to miss half the colors). EXA solved the problem of unreadable notifications, but messed up display performance (as discussed in #363238 [though that discussion targeted on Jaunty]).
I'm quite at a loss now, as unreadable notifications are not a nice thing, but having to wait several seconds until Firefox (or any other program) scrolls a few rows is unbearable as well. This clearly is a regression from Jaunty as there, XAA worked like a charm.

(using Thinkpad T30 with ATI Radeon M7 LW, like the author)

Revision history for this message
A. Tombol (atombol) wrote :

you can use xfce4-notifyd until this is fixed
i know it's not too nice, but still, it's a workaround

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.