[intrepid] After apt-get upgrade, Desktop Effects Cause Blank Brown Screen On Boot

Bug #245823 reported by tenof26
6
Affects Status Importance Assigned to Milestone
compiz (Ubuntu)
Confirmed
High
Unassigned
Intrepid
Confirmed
High
Unassigned

Bug Description

Hi

(This is my first bug, so apologies if it is all wrong and in the wrong place)

Downloaded the new Ubuntu Intrepid Alpha 1. Everything Installed Ok and all the default Desktop Effects worked fine!

Then i ran, Sudo Apt-get update / upgrade, and it updated fine, and rebooted.

Now when i try and boot in, i am greeted to a blank brown screen! (i can still see the mouse cursor)

Fail-safe gnome mode works fine, and have since logged in and disabled all desktop effects, and can get in fine, but whenever i try and re-enable them, i get said blank brown screen.

Acer Travelmate 2423
1.5ghz celeron
14.1 WXGA TFT LCD
40 GB hd

Description: Ubuntu intrepid (development branch)
Release: 8.10

Any problems/other info, just ask :-S

Tags: iso-testing
Revision history for this message
Brian Murray (brian-murray) wrote :

Thank you for taking the time to report this bug and helping to make Ubuntu better. This bug did not have a package associated with it, which is important for ensuring that it gets looked at by the proper developers. You can learn more about finding the right package at https://wiki.ubuntu.com/Bugs/FindRightPackage. I have classified this bug as a bug in compiz.

Revision history for this message
Steve Langasek (vorlon) wrote :

I believe this is the same bug that I've run into when trying to run the intrepid alpha 2 liveCD on my laptop, which uses an i945GM chipset. When the livefs boots, the desktop background comes up, then everything goes blank. If I switch to VT1, I see that compiz.real is running; if I kill it and switch back to VT7, the desktop appears (sans window manager, of course). Starting metacity in its place, everything works fine.

I have an issue with similar symptoms under VMware, but I'm not able to determine whether it's the same cause since it's not possible to switch VTs under those conditions.

Marked as high-importance and milestoned for alpha-2, since others in #ubuntu-testing are reporting similar problems, and this appears to be preventing any of the available testers to get a good desktop install test for the alpha.

Changed in compiz:
importance: Undecided → High
milestone: none → intrepid-alpha-2
status: New → Confirmed
Revision history for this message
marijus (marijus73) wrote :

i think this might be a duplicate of #245888

https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/245888

Revision history for this message
tenof26 (j-a-kotak) wrote :

Yep, seems to be te same :-/ Just better well defined :-)

Can these be merged?

Revision history for this message
Steve Langasek (vorlon) wrote :

I've discussed this bug with Bryce Harrington on IRC, he doesn't see that there's evidence to think this is the same as bug #245823 (brown screen is not the same as a white or black screen). I've unmerged the reports.

Revision history for this message
tenof26 (j-a-kotak) wrote :

haha, well, browny-beige, i could see it being mistaken for white, but not black.

Can't really take a screenshot of it though :-s

Revision history for this message
Steve Langasek (vorlon) wrote :

Here is the console output captured by starting compiz from a terminal (after doing the kill-compiz-and-start-metacity dance):

$ compiz --replace
Checking for Xgl: not present.
Detected PCI ID for VGA:
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: present.
Failed to initialize TTM buffer manager. Falling back to classic.
Comparing resolution (1280x800) to maximum 3D texture size (2048): Passed.
Checking for nVidia: not present.
Checking for FBConfig: Failed to initialize TTM buffer manager. Falling back to classic.
present.
Checking for Xgl: not present.
Failed to initialize TTM buffer manager. Falling back to classic.
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
/usr/bin/compiz.real (video) - Warn: No 8 bit GLX pixmap format,
disabling YV12 image format
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
^C
$

I'm unable to get a backtrace from compiz or gtk-window-decorator; attaching to either of these processes in the liveCD environment using gdb just gives me an indefinite hang until I kill gdb.

Changed in compiz:
milestone: intrepid-alpha-2 → intrepid-alpha-3
Revision history for this message
Travis Watkins (amaranth) wrote :

That is the white screen mesa bug. If it is showing brown for you that is very confusing but it is the same output from compiz.

Revision history for this message
marijus (marijus73) wrote :

here is my output (with intel i810 driver):

$ compiz --replace
Checking for Xgl: not present.
Detected PCI ID for VGA:
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: present.
Failed to initialize TTM buffer manager. Falling back to classic.
Comparing resolution (1024x768) to maximum 3D texture size (2048): Passed.
Checking for nVidia: not present.
Checking for FBConfig: Failed to initialize TTM buffer manager. Falling back to classic.
present.
Checking for Xgl: not present.
Failed to initialize TTM buffer manager. Falling back to classic.
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered

Revision history for this message
marijus (marijus73) wrote :

if i start compiz with:

$ LIBGL_ALWAYS_INDIRECT=1 compiz --replace
Checking for Xgl: not present.
Detected PCI ID for VGA:
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: present.
Comparing resolution (1024x768) to maximum 3D texture size (2048): Passed.
Checking for nVidia: not present.
Checking for FBConfig: present.
Checking for Xgl: not present.

compiz starts and runs as usual...

the difference is in FBConfig.... whatever that means...

Revision history for this message
Ressacado_Mor (filipe-salaberte) wrote :

Same happens in my laptop Acer aspire 1644Wlmi. My output with intel i910 driver

XXX@laptop:~$ compiz --replace
Checking for Xgl: not present.
Detected PCI ID for VGA:
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: present.
Failed to initialize TTM buffer manager. Falling back to classic.
Comparing resolution (1280x800) to maximum 3D texture size (2048): Passed.
Checking for nVidia: not present.
Checking for FBConfig: Failed to initialize TTM buffer manager. Falling back to classic.
present.
Checking for Xgl: not present.
Failed to initialize TTM buffer manager. Falling back to classic.
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
/usr/bin/compiz.real (video) - Warn: No 8 bit GLX pixmap format, disabling YV12 image format
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
failed to create drawable
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered
Attempted to unregister path (path[0] = org path[1] = freedesktop) which isn't registered

Revision history for this message
Travis Watkins (amaranth) wrote :

So either this bug is a dupe of bug 245888 or all of you are seeing bug 245888 and the original reporter has a different problem. tenof, can you see if you get similar output from compiz?

Revision history for this message
tenof26 (j-a-kotak) wrote :

okay, erm, im hoping im doing this right, i typed

compiz --replace like everyone else seems to, and heres my terminal output:

Checking for Xgl: not present.
Detected PCI ID for VGA:
Checking for texture_from_pixmap: present.
Checking for non power of two support: present.
Checking for Composite extension: present.
Failed to initialize TTM buffer manager. Falling back to classic.
Comparing resolution (1280x800) to maximum 3D texture size (2048): Passed.
Checking for nVidia: not present.
Checking for FBConfig: Failed to initialize TTM buffer manager. Falling back to
 classic.
present.
Checking for Xgl: not present.
Failed to initialize TTM buffer manager. Falling back to classic.
failed to create drawable
intelWaitIrq: drm_i915_irq_wait: -16

hope it helps, and if there is anything else i can do / obtain, then do let me know :-S

Revision history for this message
Travis Watkins (amaranth) wrote :

Ok, I'm not sure why you see brown and the other bug has white but I'm 99% sure they are the same bug. In either case, they are both not compiz problems but mesa problems.

Revision history for this message
Connor Imes (ckimes) wrote :

The screen may appear brown if the backlight is dimmed - at full brightness it would be white.

Revision history for this message
Sam Liddicott (sam-liddicott) wrote :

I sometimes get white screens if a window is created while I'm on another desktop. I can minimize and restore from taskbar to make it go away.

I think the brown screen is because the gnome-session isn't starting.

Sam

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.