[Desktop-packages] [Bug 1354086] Re: [i5-3230] Tight pyopencl.clmath loops cause out-of-memory system hang

2018-07-16 Thread Rebecca Palmer
** Patch added: "eventchain-memory-leak.patch" https://bugs.launchpad.net/ubuntu/+source/pyopencl/+bug/1354086/+attachment/5164304/+files/eventchain-memory-leak.patch ** Changed in: beignet (Ubuntu) Status: New => In Progress -- You received this bug notification because you are a

[Desktop-packages] [Bug 1354086] Re: [i5-3230] Tight pyopencl.clmath loops cause out-of-memory system hang

2018-07-16 Thread Rebecca Palmer
There are actually three separate issues here, but as (a) is already known and (b) is not a bug, I define this bug to be (c). To understand them, it is necessary to know that OpenCL computations are asynchronous: a clmath expression like "aCL=bCL+cCL" places this operation in a CommandQueue and

[Desktop-packages] [Bug 1709399] Re: LLVM symbols should be versioned to avoid crashing applications that load mesa's swrast and also use a different libLLVM

2018-07-07 Thread Rebecca Palmer
Current llvm-toolchain-* packages do have versioned symbols (since 3.8.1-22 / 3.9.1-8 / 4.0-5: https://bugs.debian.org/cgi- bin/bugreport.cgi?bug=849098), but this 3.8 has not been backported. Note that loading the *same* LLVM version twice can also crash, for a different reason:

[Desktop-packages] [Bug 1683512] Re: No libcuda.so.1 after upgrading to 381-driver

2018-05-06 Thread Rebecca Palmer
('invalid' as in 'not our (theano's) bug') Where did you obtain nvidia-381 (Ubuntu itself went straight from -375 to -384)? the Nvidia website? a PPA? nvidia-graphics-drivers-384 is now available in xenial-updates: is that any better? (libcudata.so.8 is probably a different library, not the

[Desktop-packages] [Bug 1333417] Re: [regression] [Dell Latitude E6520] [NVS 4200M] Hangs on resume from suspend

2015-09-27 Thread Rebecca Palmer
I no longer have the affected hardware. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu. https://bugs.launchpad.net/bugs/1333417 Title: [regression] [Dell Latitude E6520] [NVS 4200M] Hangs on

[Desktop-packages] [Bug 1079011] Re: stellarium assert failure: nv10_state_fb.c:50: get_rt_format: Assertion `0' failed.

2015-03-07 Thread Rebecca Palmer
As nobody has been able to test this in flightgear, assuming it's the same really-in-mesa problem. (It's also likely that this hardware wouldn't run flightgear at a usable speed anyway.) ** Changed in: flightgear (Ubuntu) Status: Incomplete = Invalid -- You received this bug

[Desktop-packages] [Bug 1079011] Re: stellarium assert failure: nv10_state_fb.c:50: get_rt_format: Assertion `0' failed.

2015-02-15 Thread Rebecca Palmer
Assigning a bug to yourself means intending to fix it, which given that you can;t do anything was probably not what you meant. If your system does not work, please file a new bug stating exactly what is wrong: https://help.ubuntu.com/community/ReportingBugs If you are looking for general help

[Desktop-packages] [Bug 1079011] Re: stellarium assert failure: nv10_state_fb.c:50: get_rt_format: Assertion `0' failed.

2014-11-25 Thread Rebecca Palmer
The error occurs because nv10 (the driver used for this card) declares VBO support (extension GL_ARB_vertex_buffer_object) but only supports VBOs of int8, int16 and float (not double) types, and the application is trying to draw data of type double. Given that the double type is part of the

[Desktop-packages] [Bug 1079011] Re: stellarium assert failure: nv10_state_fb.c:50: get_rt_format: Assertion `0' failed.

2014-11-25 Thread Rebecca Palmer
Sorry, upstream explicitly don't want bug reports for cards older than nv30 (yours is nv18, current is ~nv120): http://nouveau.freedesktop.org/wiki/MesaDrivers/ Changing the error message (at http://sources.debian.net/src/mesa/10.3.2-1/src/mesa/drivers/dri/nouveau/nv10_render.c/#L104 ) to

[Desktop-packages] [Bug 1079011] Re: stellarium assert failure: nv10_state_fb.c:50: get_rt_format: Assertion `0' failed.

2014-11-24 Thread Rebecca Palmer
(Sorry about the repeated questions: that's the nature of debugging a problem that only happens on hardware I don't have.) That looks like either a bad GLcontext (at the error location it is only looking at this internal structure, not the objects to be drawn), or an attempt to use VBO (an OpenGL

[Desktop-packages] [Bug 1079011] Re: stellarium assert failure: nv10_state_fb.c:50: get_rt_format: Assertion `0' failed.

2014-11-23 Thread Rebecca Palmer
stellarium: ../../../../../../../src/mesa/drivers/dri/nouveau/nv10_render.c:104: get_hw_format: Assertion `0' failed. That also appears to mean invalid format, so is probably the same bug. For whatever it's worth, I did the routine you described. The Stellarium startup screen appeared but

[Desktop-packages] [Bug 1079011] Re: stellarium assert failure: nv10_state_fb.c:50: get_rt_format: Assertion `0' failed.

2014-11-19 Thread Rebecca Palmer
** Also affects: mesa (Ubuntu) Importance: Undecided Status: New -- 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/1079011 Title: stellarium assert failure: nv10_state_fb.c:50:

[Desktop-packages] [Bug 1079011] Re: stellarium assert failure: nv10_state_fb.c:50: get_rt_format: Assertion `0' failed.

2014-11-19 Thread Rebecca Palmer
That message means invalid/unsupported buffer format ( http://sources.debian.net/src/mesa/10.3.2-1/src/mesa/drivers/dri/nouveau/nv10_state_fb.c ), and as it appears to refer to an internal nouveau buffer rather than a passed-in texture, I suspect this is actually a mesa/nouveau bug. As I do not

[Desktop-packages] [Bug 1315156] Re: nvidia-331 selected but nouveau loads

2014-07-13 Thread Rebecca Palmer
The full workaround sequence is the one I posted in the updated description, not the comments. (There's no such package as just nouveau, so sudo apt-get remove nouveau won't do anything, and the drivers dialog does a remove not the here-required purge.) I also have the nouveau W[

[Desktop-packages] [Bug 1243557]

2014-07-01 Thread Rebecca Palmer
Created attachment 101990 kernel log 3.15rc-Jun-27 This bug still exists in drm-nouveau-next (commit 242a42eadfc17448a0d5b2ffc0cb191c8b51971a) with Ubuntu 14.04 userspace. The error message has changed to E[ PFIFO][:01:00.0] INTR 0x0080, and some of the INTR 0x0100: 0x0005

[Desktop-packages] [Bug 1333417] [NEW] [regression] [Dell Latitude E6520] [NVS 4200M] Hangs on resume from suspend

2014-06-23 Thread Rebecca Palmer
Public bug reported: In Trusty with the Nouveau driver selected, the system hangs on resume from suspend, sometimes showing some or all of the pre-suspend screen contents, and sometimes a boot messages screen. The system log shows activity after resume, and sometimes (not always) contains the

[Desktop-packages] [Bug 1333417] Re: [regression] [Dell Latitude E6520] [NVS 4200M] Hangs on resume from suspend

2014-06-23 Thread Rebecca Palmer
** Description changed: In Trusty with the Nouveau driver selected, the system hangs on resume from suspend, sometimes showing some or all of the pre-suspend screen contents, and sometimes a boot messages screen. The system log shows activity after resume, and sometimes (not always)

[Desktop-packages] [Bug 1333431] Re: [regression] [Dell Latitude E6520] [NVS 4200M] Screen won't turn off, and isn't redrawn on resume

2014-06-23 Thread Rebecca Palmer
** Attachment added: partly redrawn screen https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-331/+bug/1333431/+attachment/4137728/+files/IMG_20140623_222930.jpg -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1333431] [NEW] [regression] [Dell Latitude E6520] [NVS 4200M] Screen won't turn off, and isn't redrawn on resume

2014-06-23 Thread Rebecca Palmer
Public bug reported: In Trusty with the nvidia-331 (default) driver selected, the system won't suspend, and won't turn the screen off when powersave activates; the screen instead briefly blanks, flashes the Nvidia logo, then goes to the password entry box. On unlocking the system after this has

[Desktop-packages] [Bug 1315156] Re: nvidia-331 selected but nouveau loads

2014-05-07 Thread Rebecca Palmer
I've found out how /etc/modprobe.d/nvidia-331_hybrid.conf disappeared: nvidia-331's postrm explicitly deletes it, but as it's a conffile reinstalling nvidia-331 doesn't put it back. However, having it present doesn't fix the main bug. -- You received this bug notification because you are a

[Desktop-packages] [Bug 1315156] Re: nvidia-331 selected but nouveau loads

2014-05-07 Thread Rebecca Palmer
Found how nouveau was being loaded while blacklisted: it's in the initramfs and nvidia-331_hybrid.conf wasn't. This can be fixed by updating the initramfs (sudo update-initramfs -u, assuming the kernel you are currently running is the one you want to use nvidia-331 with), but my system also seems

[Desktop-packages] [Bug 1315156] Re: nvidia-331 selected but nouveau loads

2014-05-06 Thread Rebecca Palmer
The NVRM log messages stopped after reinstalling nvidia-331, but the system continued to use nouveau, and hence to crash (bug 1243557). modified.conffile..etc.modprobe.d.nvidia.331.hybrid.conf: [deleted] I don't know how that (which blacklists nouveau) came to be missing, but purging and

[Desktop-packages] [Bug 1315156] [NEW] nvidia-331 selected but nouveau loads

2014-05-01 Thread Rebecca Palmer
Public bug reported: After upgrading to Trusty, I briefly used the nouveau driver to check whether bug 1243557 still existed; after finding that it did, I switched back to nvidia-331. However since then, frequently (50% but not always), the system loads nouveau first, then fails to load

[Desktop-packages] [Bug 1315156] Re: nvidia-331 selected but nouveau loads

2014-05-01 Thread Rebecca Palmer
** Attachment added: kern.log https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1315156/+attachment/4102693/+files/kern.log -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.

[Desktop-packages] [Bug 1174205] Re: Using pyopencl doesn't work and spits our ImportError

2014-05-01 Thread Rebecca Palmer
Fixed in Trusty: pyopencl now depends on a new virtual libopencl-1.2-1, which forces selection of a libopencl1 it will work with. (opencl-icd still needs to be chosen manually to match the hardware, but that's bug 1264844) ** Changed in: pyopencl (Ubuntu) Status: Confirmed = Fix Released

[Desktop-packages] [Bug 1243557]

2014-03-31 Thread Rebecca Palmer
Created attachment 96611 Xorg log 3.14rc-Mar-26 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu. https://bugs.launchpad.net/bugs/1243557 Title: 10de:1056 [Dell Latitude E6520] [NVS 4200M] X freeze,

[Desktop-packages] [Bug 1243557]

2014-03-31 Thread Rebecca Palmer
This bug still exists in 3.14rc commit f217c44ebd41ce7369d2df07622b2839479183b0 (26 Mar Linus' tree, Ubuntu userspace; as the nouveau/master branch hasn't been used for 5 months, should we stop suggesting that people test with it?). Is there anything else I can do to help? I will probably only

[Desktop-packages] [Bug 1243557]

2014-03-31 Thread Rebecca Palmer
Created attachment 96610 kernel log 3.14rc-Mar-26 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu. https://bugs.launchpad.net/bugs/1243557 Title: 10de:1056 [Dell Latitude E6520] [NVS 4200M] X

[Desktop-packages] [Bug 1243557]

2014-01-20 Thread Rebecca Palmer
Created attachment 92127 kernel log 3.13rc+firmware What does not in the initrd mean? The files were in /lib/firmware/nouveau with the names the script gave them (nvd9_fuc*). The errors with kernel 3.13-rc7 (attached) are similar: Jan 13 22:47:57 lap14 kernel: [1.653189] nouveau [

[Desktop-packages] [Bug 1243557]

2014-01-20 Thread Rebecca Palmer
Your script, and kernel 3.13-rc7 with either the nvd9 or nvd7 firmware also gives a blank screen. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu. https://bugs.launchpad.net/bugs/1243557 Title:

[Desktop-packages] [Bug 1243557]

2014-01-20 Thread Rebecca Palmer
It still doesn't find the firmware after updating the initramfs (sudo update-initramfs -u -k all), whether it is placed at /lib/firmware/nouveau/nvd9_fuc*, /lib/firmware/nouveau/fuc*, /lib/firmware/kernel_version/nouveau/nvd9_fuc* or /lib/firmware/kernel_version/nouveau/fuc*. (The script uses

[Desktop-packages] [Bug 1243557]

2014-01-13 Thread Rebecca Palmer
Created attachment 91782 Ubuntu 14.04 (Linux 3.13.0) log This bug is easier to trigger in Ubuntu Trusty (kernel 3.13.0, libdrm- nouveau2 2.4.50, xserver-xorg-video-nouveau 1.0.10, mesa 10.0.1), occurring immediately on heavy graphics load and within a few minutes even in ordinary use. The

[Desktop-packages] [Bug 1243557]

2014-01-13 Thread Rebecca Palmer
Created attachment 91842 kernel log 3.13rc7 and 3.11+firmware The 3.13-rc7 upstream kernel in Ubuntu 13.10 also sometimes crashes, but not as often as the near-identical kernel in Trusty; this might mean the regression is in userspace, or might be the same persistence (presumably a left-behind

[Desktop-packages] [Bug 1243557] Re: [NVS 4200M] X freeze, unhandled status 0x00800000

2014-01-09 Thread Rebecca Palmer
It's worse in Trusty, occurring immediately on heavy graphics load and within a few minutes even in ordinary use. The attached is the output of apport-bug xserver-xorg-video-nouveau --save (apport-collect isn't installed by default) after rebooting, and contains more instances of the warning than

[Desktop-packages] [Bug 1174205] Re: Using pyopencl doesn't work and spits our ImportError

2013-11-25 Thread Rebecca Palmer
This is partially fixed in Trusty (nvidia-graphics-drivers-331): nvidia- libopencl1-331 is now a separate package which the main driver only Recommends:, so co-installing ocl-icd-libopencl1 and nvidia-331 is now allowed, but as virtual packages aren't versioned, pyopencl will still think

[Desktop-packages] [Bug 1174205] Re: Using pyopencl doesn't work and spits our ImportError

2013-11-23 Thread Rebecca Palmer
Did you delete the nvidia libopenCL* from both /usr/lib/nvidia-319-updates and /usr/lib32/nvidia-319-updates, and are they still absent (an update of nvidia-319-updates might have put them back)? Does the problem persist after restarting the machine? My setup of copying libOpenCL.so.1.0.0 to

[Desktop-packages] [Bug 1243557]

2013-11-20 Thread Rebecca Palmer
Created attachment 89422 Xorg log 2 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu. https://bugs.launchpad.net/bugs/1243557 Title: [NVS 4200M] X freeze, unhandled status 0x0080 Status in

[Desktop-packages] [Bug 1243557]

2013-11-20 Thread Rebecca Palmer
Created attachment 89421 kernel log 2 -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu. https://bugs.launchpad.net/bugs/1243557 Title: [NVS 4200M] X freeze, unhandled status 0x0080 Status in

[Desktop-packages] [Bug 1243557]

2013-11-20 Thread Rebecca Palmer
This bug seemed to become harder to trigger when I installed git-as-of- Oct-26, then easier again when I installed git-as-of-Nov-14, but given that this change seemed to persist after returning to 3.11 (suggesting a left-behind configuration change) and the general randomness of the bug, this

[Desktop-packages] [Bug 1243557]

2013-11-20 Thread Rebecca Palmer
Switching to the 9.2 branch of mesa makes the git userspace start, but it still has the original bug. In the attached logs: Nov 18 16:29 and Xorg log: git kernel, git userspace (libdrm head, xf86-video-nouveau head, mesa 9.2 branch head) Nov 18 16:37: Ubuntu kernel, git userspace -- You

[Desktop-packages] [Bug 1243557] Re: [NVS 4200M] X freeze, unhandled status 0x00800000

2013-11-15 Thread Rebecca Palmer
** Bug watch added: freedesktop.org Bugzilla #71659 https://bugs.freedesktop.org/show_bug.cgi?id=71659 ** Also affects: nouveau via https://bugs.freedesktop.org/show_bug.cgi?id=71659 Importance: Unknown Status: Unknown -- You received this bug notification because you are a

[Desktop-packages] [Bug 1204526] Re: Backup location does not exist after suspend

2013-11-07 Thread Rebecca Palmer
No longer present in 13.10. ** Changed in: deja-dup (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to deja-dup in Ubuntu. https://bugs.launchpad.net/bugs/1204526 Title: Backup location does not

[Desktop-packages] [Bug 1243557] Re: [NVS 4200M] X freeze, unhandled status 0x00800000

2013-10-27 Thread Rebecca Palmer
apport information ** Tags added: apport-collected ** Description changed: With the Nouveau driver selected, my system freezes within a few minutes of boot if on battery, but only on heavy graphics load (flightgear in maximized window) if on mains. The mouse pointer still moves, but

[Desktop-packages] [Bug 1243557] CurrentDmesg.txt

2013-10-27 Thread Rebecca Palmer
apport information ** Attachment added: CurrentDmesg.txt https://bugs.launchpad.net/bugs/1243557/+attachment/3892904/+files/CurrentDmesg.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.

[Desktop-packages] [Bug 1243557] BootDmesg.txt

2013-10-27 Thread Rebecca Palmer
apport information ** Attachment added: BootDmesg.txt https://bugs.launchpad.net/bugs/1243557/+attachment/3892902/+files/BootDmesg.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.

[Desktop-packages] [Bug 1243557] CurrentDmesg.txt

2013-10-27 Thread Rebecca Palmer
apport information ** Attachment added: CurrentDmesg.txt https://bugs.launchpad.net/bugs/1243557/+attachment/3892901/+files/CurrentDmesg.txt ** Description changed: With the Nouveau driver selected, my system freezes within a few minutes of boot if on battery, but only on heavy graphics

[Desktop-packages] [Bug 1243557] BootLog.txt

2013-10-27 Thread Rebecca Palmer
apport information ** Attachment added: BootLog.txt https://bugs.launchpad.net/bugs/1243557/+attachment/3892903/+files/BootLog.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.

[Desktop-packages] [Bug 1243557] BootLog.txt

2013-10-27 Thread Rebecca Palmer
apport information ** Attachment added: BootLog.txt https://bugs.launchpad.net/bugs/1243557/+attachment/3892900/+files/BootLog.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.

[Desktop-packages] [Bug 1243557] Dependencies.txt

2013-10-27 Thread Rebecca Palmer
apport information ** Attachment added: Dependencies.txt https://bugs.launchpad.net/bugs/1243557/+attachment/3892905/+files/Dependencies.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.

[Desktop-packages] [Bug 1243557] ProcInterrupts.txt

2013-10-27 Thread Rebecca Palmer
apport information ** Attachment added: ProcInterrupts.txt https://bugs.launchpad.net/bugs/1243557/+attachment/3892923/+files/ProcInterrupts.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.

[Desktop-packages] [Bug 1243557] ProcModules.txt

2013-10-27 Thread Rebecca Palmer
apport information ** Attachment added: ProcModules.txt https://bugs.launchpad.net/bugs/1243557/+attachment/3892924/+files/ProcModules.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.

[Desktop-packages] [Bug 1243557] UdevDb.txt

2013-10-27 Thread Rebecca Palmer
apport information ** Attachment added: UdevDb.txt https://bugs.launchpad.net/bugs/1243557/+attachment/3892925/+files/UdevDb.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.

[Desktop-packages] [Bug 1243557] UdevLog.txt

2013-10-27 Thread Rebecca Palmer
apport information ** Attachment added: UdevLog.txt https://bugs.launchpad.net/bugs/1243557/+attachment/3892926/+files/UdevLog.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.

[Desktop-packages] [Bug 1243557] XorgLog.txt

2013-10-27 Thread Rebecca Palmer
apport information ** Attachment added: XorgLog.txt https://bugs.launchpad.net/bugs/1243557/+attachment/3892927/+files/XorgLog.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.

[Desktop-packages] [Bug 1243557] xdpyinfo.txt

2013-10-27 Thread Rebecca Palmer
apport information ** Attachment added: xdpyinfo.txt https://bugs.launchpad.net/bugs/1243557/+attachment/3892930/+files/xdpyinfo.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.

[Desktop-packages] [Bug 1243557] xserver.outputs.txt

2013-10-27 Thread Rebecca Palmer
apport information ** Attachment added: xserver.outputs.txt https://bugs.launchpad.net/bugs/1243557/+attachment/3892932/+files/xserver.outputs.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.

[Desktop-packages] [Bug 1243557] Xrandr.txt

2013-10-27 Thread Rebecca Palmer
apport information ** Attachment added: Xrandr.txt https://bugs.launchpad.net/bugs/1243557/+attachment/3892929/+files/Xrandr.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.

[Desktop-packages] [Bug 1243557] xserver.devices.txt

2013-10-27 Thread Rebecca Palmer
apport information ** Attachment added: xserver.devices.txt https://bugs.launchpad.net/bugs/1243557/+attachment/3892931/+files/xserver.devices.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.

[Desktop-packages] [Bug 1243557] XorgLogOld.txt

2013-10-27 Thread Rebecca Palmer
apport information ** Attachment added: XorgLogOld.txt https://bugs.launchpad.net/bugs/1243557/+attachment/3892928/+files/XorgLogOld.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.

[Desktop-packages] [Bug 1243557] LightdmGreeterLog.txt

2013-10-27 Thread Rebecca Palmer
apport information ** Attachment added: LightdmGreeterLog.txt https://bugs.launchpad.net/bugs/1243557/+attachment/3892915/+files/LightdmGreeterLog.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in

[Desktop-packages] [Bug 1243557] Lsusb.txt

2013-10-27 Thread Rebecca Palmer
apport information ** Attachment added: Lsusb.txt https://bugs.launchpad.net/bugs/1243557/+attachment/3892919/+files/Lsusb.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.

[Desktop-packages] [Bug 1243557] LightdmLog.txt

2013-10-27 Thread Rebecca Palmer
apport information ** Attachment added: LightdmLog.txt https://bugs.launchpad.net/bugs/1243557/+attachment/3892917/+files/LightdmLog.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.

[Desktop-packages] [Bug 1243557] LightdmGreeterLogOld.txt

2013-10-27 Thread Rebecca Palmer
apport information ** Attachment added: LightdmGreeterLogOld.txt https://bugs.launchpad.net/bugs/1243557/+attachment/3892916/+files/LightdmGreeterLogOld.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau

[Desktop-packages] [Bug 1243557] DpkgLog.txt

2013-10-27 Thread Rebecca Palmer
apport information ** Attachment added: DpkgLog.txt https://bugs.launchpad.net/bugs/1243557/+attachment/3892912/+files/DpkgLog.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.

[Desktop-packages] [Bug 1243557] ProcCpuinfo.txt

2013-10-27 Thread Rebecca Palmer
apport information ** Attachment added: ProcCpuinfo.txt https://bugs.launchpad.net/bugs/1243557/+attachment/3892921/+files/ProcCpuinfo.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.

[Desktop-packages] [Bug 1243557] Lspci.txt

2013-10-27 Thread Rebecca Palmer
apport information ** Attachment added: Lspci.txt https://bugs.launchpad.net/bugs/1243557/+attachment/3892918/+files/Lspci.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.

[Desktop-packages] [Bug 1243557] ProcEnviron.txt

2013-10-27 Thread Rebecca Palmer
apport information ** Attachment added: ProcEnviron.txt https://bugs.launchpad.net/bugs/1243557/+attachment/3892922/+files/ProcEnviron.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in Ubuntu.

[Desktop-packages] [Bug 1243557] HookError_source_xserver_xorg_video_nouveau.txt

2013-10-27 Thread Rebecca Palmer
apport information ** Attachment added: HookError_source_xserver_xorg_video_nouveau.txt https://bugs.launchpad.net/bugs/1243557/+attachment/3892913/+files/HookError_source_xserver_xorg_video_nouveau.txt -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 1243557] MonitorsUser.xml.txt

2013-10-27 Thread Rebecca Palmer
apport information ** Attachment added: MonitorsUser.xml.txt https://bugs.launchpad.net/bugs/1243557/+attachment/3892920/+files/MonitorsUser.xml.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in

[Desktop-packages] [Bug 1243557] LightdmDisplayLog.txt

2013-10-27 Thread Rebecca Palmer
apport information ** Attachment added: LightdmDisplayLog.txt https://bugs.launchpad.net/bugs/1243557/+attachment/3892914/+files/LightdmDisplayLog.txt -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to xserver-xorg-video-nouveau in

[Desktop-packages] [Bug 1243557] Re: [NVS 4200M] X freeze, unhandled status 0x00800000

2013-10-27 Thread Rebecca Palmer
** Attachment added: another Xorg log https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1243557/+attachment/3892947/+files/Xorg.0.log.old -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to

[Desktop-packages] [Bug 1243557] Re: [NVS 4200M] X freeze, unhandled status 0x00800000

2013-10-27 Thread Rebecca Palmer
** Description changed: With the Nouveau driver selected, my system freezes within a few minutes of boot if on battery, but only on heavy graphics load (flightgear in - maximized window) if on mains. The mouse pointer still moves, but - neither the keyboard LEDs nor Alt+SysRq+b reboot work:

[Desktop-packages] [Bug 1243557] Re: [NVS 4200M] X freeze, unhandled status 0x00800000

2013-10-27 Thread Rebecca Palmer
** Attachment added: Xorg log; this one ran unusually long before crashing https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1243557/+attachment/3892946/+files/nouveau_longrun_Xorg.log -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 1243557] Re: [NVS 4200M] X freeze, unhandled status 0x00800000

2013-10-27 Thread Rebecca Palmer
This bug seems to have become less frequent since my upstream kernel test: reliably triggering it now requires being on battery and (rather than or) heavy graphics load. As no relevant packages are listed in the apt log as upgraded since then, I suspect this test left a configuration change

[Desktop-packages] [Bug 1126669] Re: [regression] GF119 [Quadro NVS 4200M] will not boot with (text) splash screen enabled

2013-10-27 Thread Rebecca Palmer
Haven't seen this since, closing. ** Changed in: nvidia-graphics-drivers (Ubuntu) Status: New = Invalid -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nvidia-graphics-drivers in Ubuntu. https://bugs.launchpad.net/bugs/1126669

[Desktop-packages] [Bug 1243557] Re: [NVS 4200M] X freeze, unhandled status 0x00800000

2013-10-26 Thread Rebecca Palmer
With the latest upstream kernel (but not changing the userspace parts of the driver), this bug still exists but takes longer to occur. ** Attachment added: kern.log https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-nouveau/+bug/1243557/+attachment/3892250/+files/kern.log -- You

[Desktop-packages] [Bug 1243557] [NEW] [NVS 4200M] X freeze, unhandled status 0x00800000

2013-10-23 Thread Rebecca Palmer
Public bug reported: With the Nouveau driver selected, my system freezes within a few minutes of boot if on battery, but only on heavy graphics load (flightgear in maximized window) if on mains. The mouse pointer still moves, but neither the keyboard LEDs nor Alt+SysRq+b reboot work: the only

[Desktop-packages] [Bug 1243158] Re: [regression 13.10] [NVS 4200M] black screen with monitor setup error box after login

2013-10-23 Thread Rebecca Palmer
Possibly relevant: this machine had ocl-icd-libopencl1 installed, and nvidia-319 Conflicts: with that. If that is the problem, removing libopencl1 from nvidia-319 (as already proposed to fix bug 1174205) would also fix this bug. ** Tags added: patch-accepted-debian -- You received this bug

[Desktop-packages] [Bug 1243158] Re: [regression 13.10] [NVS 4200M] black screen with monitor setup error box after login

2013-10-22 Thread Rebecca Palmer
** Attachment added: apt-term.log https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1243158/+attachment/3887303/+files/apt-term.log -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to nvidia-graphics-drivers-319 in

[Desktop-packages] [Bug 1243158] [NEW] [regression 13.10] [NVS 4200M] black screen with monitor setup error box after login

2013-10-22 Thread Rebecca Palmer
Public bug reported: After upgrading to 13.10, the login screen was in reduced resolution, and after logging in I got a black screen with an error box that monitor setup had tried and failed to find a supported resolution (can't remember the exact wording), also in reduced resolution. The text

[Desktop-packages] [Bug 1204526] [NEW] Backup location does not exist after suspend

2013-07-24 Thread Rebecca Palmer
Public bug reported: If the system is suspended during a backup, on resume the backup fails with an error message that the backup location (an external hard drive) does not exist, while the file manager (which automatically appears on resume with this drive connected, whether or not a backup is

[Desktop-packages] [Bug 696816] Re: some PDF documents use 2-3GB memory

2013-05-10 Thread Rebecca Palmer
Fixed in amd64 13.04 (and possibly earlier). ** Changed in: poppler (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to poppler in Ubuntu. https://bugs.launchpad.net/bugs/696816 Title:

[Desktop-packages] [Bug 1126669] [NEW] [regression] GF119 [Quadro NVS 4200M] will not boot with (text) splash screen enabled

2013-02-15 Thread Rebecca Palmer
Public bug reported: After installing a recent batch of recommended updates, on the default settings (nvidia-current driver, splash screen on but in text mode due to bug 1063969) my computer always hangs on boot (showing the cryptswap not ready message, and often either one about freshclam or one

[Desktop-packages] [Bug 1126669] Re: [regression] GF119 [Quadro NVS 4200M] will not boot with (text) splash screen enabled

2013-02-15 Thread Rebecca Palmer
Or maybe not...when I tried to get a log of this bug, I found it was no longer there. (And also that CTRL to bring up the Grub menu, as documented at https://wiki.ubuntu.com/Plymouth#Debugging , doesn't work.) Leaving this open for now so anyone else with it can find the workarounds, but I

[Desktop-packages] [Bug 1076034] Re: Quantal's eclipse doesn't work with Android Developer Tools plug-in

2012-12-30 Thread Rebecca Palmer
Only problem is that none of the ADT toolbar buttons show up... for example the button to launch an emulator. Are these actions available from the Window menu? (Android SDK Manager, AVD Manager, Run Android Lint) Does the Run button work? (On my system, this will open a new emulator if

[Desktop-packages] [Bug 1076034] Re: Quantal's eclipse doesn't work with Android Developer Tools plug-in

2012-12-27 Thread Rebecca Palmer
User-installed Eclipse plugins are kept in a version-dependent directory ( $HOME/.eclipse/org.eclipse.platform_version_id/plugins ) and hence not carried over on upgrade. Furthermore, 12.10 does not include the main Eclipse site as a plugin source by default (earlier Ubuntu versions did), so

[Desktop-packages] [Bug 891574] Re: eclipse contains out of date software sites

2012-12-27 Thread Rebecca Palmer
*** This bug is a duplicate of bug 873187 *** https://bugs.launchpad.net/bugs/873187 ** This bug has been marked a duplicate of bug 873187 Eclipse does not include the relevant software plugin repository -- You received this bug notification because you are a member of Desktop Packages,

[Desktop-packages] [Bug 873187] Re: Eclipse does not include the relevant software plugin repository

2012-12-27 Thread Rebecca Palmer
Fixed in 12.10...by removing this repository altogether, which brings back bug 477944 (can't install plugins). -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to eclipse in Ubuntu. https://bugs.launchpad.net/bugs/873187 Title: Eclipse

[Desktop-packages] [Bug 485167] Re: There should be a eclipse.ini file in user's home directory

2012-12-27 Thread Rebecca Palmer
Eclipse does have per-user configuration, at $HOME/.eclipse/org.eclipse.platform_$version_$id/configuration/ ; however, I don't know if that particular setting can be changed there. -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to eclipse

[Desktop-packages] [Bug 779366] Re: [Upstream] Font Nimbus Sans L squashed in Impress slideshow

2012-10-16 Thread Rebecca Palmer
Still present in Ubuntu 12.04 (LibreOffice 3.5.4.2 Build ID: 350m1(Build:2)), and agreed that it appears to be a duplicate of freedesktop-bugs 47673 (also affects the fonts Century Schoolbook L, URW Palladio L and Courier 10 Pitch, and only appears with hardware acceleration on). -- You received

[Desktop-packages] [Bug 779366] Re: [Upstream] Some fonts squashed in Impress slideshow

2012-10-16 Thread Rebecca Palmer
** Summary changed: - [Upstream] Font Nimbus Sans L squashed in Impress slideshow + [Upstream] Some fonts squashed in Impress slideshow ** Description changed: Binary package hint: libreoffice + + Text in some fonts, including Nimbus Sans L, Century Schoolbook L, + Courier 10 Pitch and URW