[Bug 659434] Re: Font/image corruption after resume from hibernate

2012-04-17 Thread Chris Emerson
This still affects me with the Precise beta.

The kernel fix mentioned in
http://thread.gmane.org/gmane.linux.kernel/1274203 sounds promising...

Chris

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659434

Title:
  Font/image corruption after resume from hibernate

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659434] Re: Font/image corruption after resume from hibernate

2012-04-17 Thread Chris Emerson
This is still an issue after updating to Precise (beta).

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659434

Title:
  Font/image corruption after resume from hibernate

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659434] Re: Font/image corruption after resume from hibernate

2012-04-17 Thread Chris Emerson
Yep - I've installed the mainline kernel and will report back after the
next few hibernates.

Which information from the DebuggingKernelSuspendHibernateResume is
actually useful?  That seems mainly geared at problems where the system
doesn't manage to resume.

In answer to the questions in the "Information Gathering" section:

* Did the machine break while going to sleep or waking up?
  - I don't know; some images are corrupted *somewhere* in the process.
* Is it reproducible?
  - Yes, after most resume-from-hibernate there is some visible corruption of 
the background and/or some characters.
* Did it work before?
  - Yes, but it's now so long ago I don't know when it started going wrong, 
sorry.

The rest of the questions look like there's really about a failure to
resume - resume's working fine apart from the corruption.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659434

Title:
  Font/image corruption after resume from hibernate

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659434] Re: Font/image corruption after resume from hibernate

2012-04-19 Thread Chris Emerson
I can confirm that the issue still happens with the mainline kernel
(linux-image-3.4.0-999-generic_3.4.0-999.201204170501_amd64.deb).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659434

Title:
  Font/image corruption after resume from hibernate

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1387654] Re: installing or upgrading to Ubuntu 14.10 kills Boot Manager on ThinkPad W540

2014-11-01 Thread Chris Emerson
I had exactly the same problem on my W540.

I think it's an efibootmgr issue:
https://github.com/vathpela/efibootmgr/issues/7

I "fixed" it from a live CD by manually downgrading the efibootmgr
package to 0.5.4-7ubuntu1 (ie the one from 14.04 that was previously
working) and rerunning "grub-install /dev/sda", "grub-install --recheck
/dev/sda" and "update-grub" from a chroot.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1387654

Title:
  installing or upgrading to Ubuntu 14.10 kills Boot Manager on ThinkPad
  W540

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1387654/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1387654] Re: installing or upgrading to Ubuntu 14.10 kills Boot Manager on ThinkPad W540

2014-11-01 Thread Chris Emerson
Looking at the efibootmgr commit log, I think this is probably fixed in
v0.8 (but I haven't verified this).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1387654

Title:
  installing or upgrading to Ubuntu 14.10 kills Boot Manager on ThinkPad
  W540

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1387654/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1363719] Re: efibootmgr may create a duplicated boot entry, "breaking" UEFI boot.

2015-02-24 Thread Chris Emerson
Hi,

I've just installed the proposed efibootmgr package
(0.7.0-2ubuntu0.14.10.1), and run "sudo update-grub" and "sudo grub-
install /dev/sda" (as above), and then the system rebooted fine.

Is that enough to check efibootmgr, or do I need to do something else
too?

Chris

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1363719

Title:
  efibootmgr may create a duplicated boot entry, "breaking" UEFI boot.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1387654] Re: installing or upgrading to Ubuntu 14.10 kills Boot Manager on ThinkPad W540

2014-12-01 Thread Chris Emerson
That's right - I installed the older package from a 14.04 live
DVD/chroot, and used "sudo aptitude hold efibootmgr" to stop it being
updated to the broken version.

There may be simpler way of doing the live/chroot way, but I had to do a
bunch of bind mounts into the mounted fs (eg for /dev, /proc, /boot,
etc.) before chroot.  If you're having problems I can try to recreate
and write down all the steps (but it might take a few days for me to get
around to it).

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1387654

Title:
  installing or upgrading to Ubuntu 14.10 kills Boot Manager on ThinkPad
  W540

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1387654/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1387654] Re: installing or upgrading to Ubuntu 14.10 kills Boot Manager on ThinkPad W540

2015-02-12 Thread Chris Emerson
Hi Alberto,

Are you asking the reporter or someone else to report this upstream?
What's the relationship of the Red Hat installer to the ubuntu
installer?  (As far as I can tell the bug has already been fixed months
ago in upstream efibootmgr)

Regards,

Chris

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1387654

Title:
  installing or upgrading to Ubuntu 14.10 kills Boot Manager on ThinkPad
  W540

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1385413] Re: unity_support_test has stopped unexpectedly

2014-11-06 Thread Chris Emerson
I see the same.  In VirtualBox 4.3.12 on Windows 7, with a Ubuntu 14.10
guest, unity_support_test dies when 3D acceleration is enabled:

$  /usr/lib/nux/unity_support_test -p
libGL error: pci id for fd 4: 80ee:beef, driver (null)
OpenGL Warning: Assertion failed: thread && thread->netServer.conn && 
thread->netServer.conn->type==CR_VBOXHGCM && thread->bInjectThread, file 
/mnt/tinderbox/add-4.3/src/VBox/Additions/common/crOpenGL/pack/packspu_misc.c, 
line 562
Segmentation fault (core dumped)

A gdb backtrace, in case it's of use:

#0  0x7336a5ba in ?? ()
   from /usr/lib/x86_64-linux-gnu/VBoxOGLpackspu.so
#1  0x7367f3c5 in ?? ()
   from /usr/lib/x86_64-linux-gnu/dri/vboxvideo_dri.so
#2  0x736a0f8c in ?? ()
   from /usr/lib/x86_64-linux-gnu/dri/vboxvideo_dri.so
#3  0x736a57eb in ?? ()
   from /usr/lib/x86_64-linux-gnu/dri/vboxvideo_dri.so
#4  0x74c4d0a5 in start_thread (arg=0x722c0700)
at pthread_create.c:309
#5  0x76d2484d in clone ()
at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1385413

Title:
  unity_support_test has stopped unexpectedly

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659434] Re: Font/image corruption after resume from hibernate

2010-11-04 Thread Chris Emerson
Also, is there a way to get the X server to flush its image/font cache
to recover from this?

-- 
Font/image corruption after resume from hibernate
https://bugs.launchpad.net/bugs/659434
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659434] [NEW] Font/image corruption after resume from hibernate

2010-10-12 Thread Chris Emerson
Public bug reported:

Binary package hint: xorg

Since updating to Maverick I've noticed that the display becomes
somewhat corrupted after resuming from hibernate on my laptop.  It looks
like the X server's cached images have become corrupt (guess!).  It
starts out small, but after a few cycles text becomes totally
unreadable.

* It's mostly text which is corrupt, and each instance of the same character 
looks similarly garbled
* All applications are affected - eg terminal, Firefox, chromium, apport-gtk, 
the GNOME menus
* Changing the font (eg by changing to "Monochrome" from "Best shapes" in the 
Appearance Settings->Font makes many things look better, but revert to being 
unreadable after switching back
* Changing the font size in the application (terminal, Firefox) also 
temporarily fixes the issue
* Some images in Firefox also become garbled, but recover after a forced reload.

Let me know what I can do to further diagnose the issue; I'm happy to
run stuff in a debugger etc. but am not familiar with the X server etc.

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: xorg 1:7.5+6ubuntu3
ProcVersionSignature: Ubuntu 2.6.35-22.33-generic 2.6.35.4
Uname: Linux 2.6.35-22-generic x86_64
Architecture: amd64
DRM.card0.LVDS.1:
 status: connected
 enabled: enabled
 dpms: On
 modes: 1280x800
 edid-base64: 
AP///wBMozM2AAAPAQOAIRV4Cof1lFdPjCcnUFQBAQEBAQEBAQEBAQEBAQEB7hoAgFAgEDAQMBMAS88QAAAZDwAAACOHAmQC/gBTQU1TVU5HCiAgICAg/gBMVE4xNTRYMy1MMDYKAHA=
DRM.card0.VGA.1:
 status: disconnected
 enabled: disabled
 dpms: Off
 modes: 
 edid-base64:
Date: Tue Oct 12 19:52:02 2010
MachineType: LENOVO 0769BMG
ProcCmdLine: root=UUID=1fdf1f18-3ca9-447c-a9b5-9b40d4c276bd ro resume=/dev/sda4 
resume2=/dev/sda4 quiet splash
ProcEnviron:
 PATH=(custom, user)
 LANG=en_GB.utf8
 SHELL=/bin/bash
SourcePackage: xorg
Symptom: display
dmi.bios.date: 04/16/2008
dmi.bios.vendor: LENOVO
dmi.bios.version: 68ET35WW
dmi.board.name: IEL10
dmi.board.vendor: LENOVO
dmi.board.version: REFERENCE
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: No Enclosure
dmi.chassis.version: N/A
dmi.modalias: 
dmi:bvnLENOVO:bvr68ET35WW:bd04/16/2008:svnLENOVO:pn0769BMG:pvr3000N200:rvnLENOVO:rnIEL10:rvrREFERENCE:cvnNoEnclosure:ct10:cvrN/A:
dmi.product.name: 0769BMG
dmi.product.version: 3000 N200
dmi.sys.vendor: LENOVO
system:
 distro: Ubuntu
 codename:   maverick
 architecture:   x86_64
 kernel: 2.6.35-22-generic

** Affects: xorg (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug corruption maverick

-- 
Font/image corruption after resume from hibernate
https://bugs.launchpad.net/bugs/659434
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659434] Re: Font/image corruption after resume from hibernate

2010-10-12 Thread Chris Emerson

** Attachment added: "Image of corrupted display"
   https://bugs.launchpad.net/bugs/659434/+attachment/1689006/+files/Corrupt.png

** Attachment added: "BootDmesg.txt"
   
https://bugs.launchpad.net/bugs/659434/+attachment/1689007/+files/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/659434/+attachment/1689008/+files/CurrentDmesg.txt

** Attachment added: "DRM.card0.SVIDEO.1.txt"
   
https://bugs.launchpad.net/bugs/659434/+attachment/1689009/+files/DRM.card0.SVIDEO.1.txt

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/659434/+attachment/1689010/+files/Dependencies.txt

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/659434/+attachment/1689011/+files/Lspci.txt

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/659434/+attachment/1689012/+files/Lsusb.txt

** Attachment added: "PciDisplay.txt"
   
https://bugs.launchpad.net/bugs/659434/+attachment/1689013/+files/PciDisplay.txt

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/659434/+attachment/1689014/+files/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/659434/+attachment/1689015/+files/ProcInterrupts.txt

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/659434/+attachment/1689016/+files/ProcModules.txt

** Attachment added: "RelatedPackageVersions.txt"
   
https://bugs.launchpad.net/bugs/659434/+attachment/1689017/+files/RelatedPackageVersions.txt

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/659434/+attachment/1689018/+files/UdevDb.txt

** Attachment added: "UdevLog.txt"
   https://bugs.launchpad.net/bugs/659434/+attachment/1689019/+files/UdevLog.txt

** Attachment added: "XorgConf.txt"
   
https://bugs.launchpad.net/bugs/659434/+attachment/1689020/+files/XorgConf.txt

** Attachment added: "XorgLog.txt"
   https://bugs.launchpad.net/bugs/659434/+attachment/1689021/+files/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   
https://bugs.launchpad.net/bugs/659434/+attachment/1689022/+files/XorgLogOld.txt

** Attachment added: "Xrandr.txt"
   https://bugs.launchpad.net/bugs/659434/+attachment/1689023/+files/Xrandr.txt

** Attachment added: "glxinfo.txt"
   https://bugs.launchpad.net/bugs/659434/+attachment/1689024/+files/glxinfo.txt

** Attachment added: "monitors.xml.txt"
   
https://bugs.launchpad.net/bugs/659434/+attachment/1689025/+files/monitors.xml.txt

** Attachment added: "peripherals.txt"
   
https://bugs.launchpad.net/bugs/659434/+attachment/1689026/+files/peripherals.txt

** Attachment added: "setxkbmap.txt"
   
https://bugs.launchpad.net/bugs/659434/+attachment/1689027/+files/setxkbmap.txt

** Attachment added: "xdpyinfo.txt"
   
https://bugs.launchpad.net/bugs/659434/+attachment/1689028/+files/xdpyinfo.txt

** Attachment added: "xkbcomp.txt"
   https://bugs.launchpad.net/bugs/659434/+attachment/1689029/+files/xkbcomp.txt

-- 
Font/image corruption after resume from hibernate
https://bugs.launchpad.net/bugs/659434
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs