[Ubuntu-x-swat] [Bug 1013171] Re: Many package hooks not ported to python3

2012-06-14 Thread Launchpad Bug Tracker
This bug was fixed in the package libatasmart - 0.19-1git1 --- libatasmart (0.19-1git1) quantal; urgency=low Upload current Debian packaging git head. * debian/local/apport-hook.py: Fix syntax to be Python 3 compatible. (LP: #1013171) * debian/local/apport-hook.py: Include

[Ubuntu-x-swat] [Bug 1013171] Re: Many package hooks not ported to python3

2012-06-14 Thread Martin Pitt
** Changed in: libatasmart (Ubuntu Quantal) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xdiagnose in Ubuntu. https://bugs.launchpad.net/bugs/1013171 Title: Many package hooks not ported to python

[Ubuntu-x-swat] [Bug 1013171] Re: Many package hooks not ported to python3

2012-06-14 Thread Launchpad Bug Tracker
This bug was fixed in the package apport - 2.2.3-0ubuntu1 --- apport (2.2.3-0ubuntu1) quantal; urgency=low [ Martin Pitt ] * New upstream bug fix release: - test/run: Do not run pep8 and pyflakes when running against the sytem installed Apport. - test_backend_apt_dpk

[Ubuntu-x-swat] [Bug 1013171] Re: Many package hooks not ported to python3

2012-06-14 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-core-dev/ubuntu/quantal/apport/ubuntu -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xdiagnose in Ubuntu. https://bugs.launchpad.net/bugs/1013171 Title: Many package hooks not ported to python3 To manage notifica

[Ubuntu-x-swat] [Bug 917159] Re: EOG do crash xserver session when opening image

2012-06-14 Thread tolostoi
** Changed in: xserver-xorg-video-ati (Ubuntu) Status: New => Fix Committed -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-ati in Ubuntu. https://bugs.launchpad.net/bugs/917159 Title: EOG do crash xserver session whe

[Ubuntu-x-swat] [Bug 1013171] Re: Many package hooks not ported to python3

2012-06-14 Thread Martin Pitt
** Changed in: udisks2 (Ubuntu Quantal) Importance: Critical => Medium ** Changed in: firefox (Ubuntu Quantal) Importance: Critical => Medium ** Changed in: firefox (Ubuntu Quantal) Assignee: (unassigned) => Chris Coulson (chrisccoulson) ** Changed in: libatasmart (Ubuntu Quantal)

[Ubuntu-x-swat] [Bug 1013171] Re: Many package hooks not ported to python3

2012-06-14 Thread Edward Donovan
Oh, thank you, Martin; that's great. ** Changed in: network-manager (Ubuntu Quantal) Status: New => Confirmed ** Changed in: bluez (Ubuntu Quantal) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xdiagnos

[Ubuntu-x-swat] [Bug 1013171] Re: Many package hooks not ported to python3

2012-06-14 Thread Martin Pitt
This patch should be the bulk of porting firefox' package hook, and should also apply (at least in spirit) to thunderbird's : http://paste.ubuntu.com/1040952/ . All these changes are backwards compatible with Python 2 as well. I'm not quite sure how your ExtensionINIParserIter parser works, "pytho

[Ubuntu-x-swat] [Bug 1013171] Re: Many package hooks not ported to python3

2012-06-14 Thread Martin Pitt
Leaving xdiagnose as high, as there are a bazillion packages symlinking to this. Oliver already has the fix in a branch. ** Changed in: xdiagnose (Ubuntu Quantal) Importance: Critical => High ** Changed in: xdiagnose (Ubuntu Quantal) Status: Confirmed => In Progress ** Changed in: xdia

[Ubuntu-x-swat] [Bug 1013171] Re: Many package hooks not ported to python3

2012-06-14 Thread Edward Donovan
Ok, here are a few more, also apport hooks. (These had a different error message, and I didn't grab them in the first batch.) Sorry: TabError: inconsistent use of tabs and spaces in indentation (source_network-manager.py, line 67) Sorry: TabError: inconsistent use of tabs and spaces in inden

[Ubuntu-x-swat] [Bug 1013171] Re: Many package hooks not ported to python3

2012-06-14 Thread Martin Pitt
Reproducer: sudo apt-get install --reinstall python3 The actual bug is that apport ships a file /usr/share/python3/runtime.d/apport.rtupdate . This is not supposed to be there (autogenerated by dh_python3, I assume), and is just plain wrong. I'll remove it. This will leave the remaining tasks ope

[Ubuntu-x-swat] [Bug 1013171] Re: Many package hooks not ported to python3

2012-06-14 Thread Edward Donovan
** Also affects: gnome-screensaver (Ubuntu) Importance: Undecided Status: New ** Changed in: gnome-screensaver (Ubuntu Quantal) Status: New => Confirmed ** Also affects: bluez (Ubuntu) Importance: Undecided Status: New ** Also affects: network-manager (Ubuntu) Impor

[Ubuntu-x-swat] [Bug 1011698] Re: Performance problems with Nvidia driver

2012-06-14 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: nvidia-graphics-drivers (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to nvidia-graphics-drivers in Ubuntu. https://bugs

[Ubuntu-x-swat] [Bug 1013171] Re: Many package hooks not ported to python3

2012-06-14 Thread Martin Pitt
I already fixed udisks2's hook in the Debian git. ** Changed in: udisks2 (Ubuntu Quantal) Status: Confirmed => Fix Committed ** Changed in: udisks2 (Ubuntu Quantal) Assignee: (unassigned) => Martin Pitt (pitti) -- You received this bug notification because you are a member of Ubuntu

[Ubuntu-x-swat] [Bug 1013171] Re: Many package hooks not ported to python3

2012-06-14 Thread Edward Donovan
** Also affects: bluez Importance: Undecided Status: New ** No longer affects: bluez -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xdiagnose in Ubuntu. https://bugs.launchpad.net/bugs/1013171 Title: Many package hooks not ported t

[Ubuntu-x-swat] [Bug 996821] Re: vmmouse 12.8 behaves erratically in when running as a VMware guest

2012-06-14 Thread Launchpad Bug Tracker
** Branch linked: lp:debian/xserver-xorg-input-vmmouse -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-input-vmmouse in Ubuntu. https://bugs.launchpad.net/bugs/996821 Title: vmmouse 12.8 behaves erratically in when running as a VM

[Ubuntu-x-swat] [Bug 1013171] Re: Many package hooks not ported to python3

2012-06-14 Thread Scott Kitterman
Thanks. I've added them all to the bug. I know there's an xdiagnose port for Python 3 in work, so don't bother trying to fix that one. ** Also affects: shadow (Ubuntu) Importance: Undecided Status: New ** Changed in: shadow (Ubuntu Quantal) Status: New => Confirmed ** Changed

[Ubuntu-x-swat] [Bug 901047] Re: compiz assert failure: compiz: ../../src/xcb_io.c:735: _XRead: Assertion `!xcb_xlib_too_much_data_requested' failed.

2012-06-14 Thread Launchpad Bug Tracker
[Expired for libx11 (Ubuntu) because there has been no activity for 60 days.] ** Changed in: libx11 (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to libx11 in Ubuntu. https://bugs.launchpad.net/bugs/9

[Ubuntu-x-swat] [Bug 1013171] Re: Many package hooks not ported to python3

2012-06-14 Thread Edward Donovan
Great. Here's a start on a list. I combined and sorted my error logs, and those attached by Chris and dahar. Here is a quick list of broken apport hooks seen there, and not added to the bug yet. It doesn't include other kinds of python hooks, yet, just the apport ones. I will try to get time

[Ubuntu-x-swat] [Bug 963375] Re: cvt manpage mistakes

2012-06-14 Thread Bug Watch Updater
** Changed in: xorg-server Status: In Progress => Fix Released -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg-server in Ubuntu. https://bugs.launchpad.net/bugs/963375 Title: cvt manpage mistakes To manage notifications about this

[Ubuntu-x-swat] [Bug 963375]

2012-06-14 Thread Alan Coopersmith
Fix is in git master now: http://cgit.freedesktop.org/xorg/xserver/commit/?id=c3180a74a4fc6304bcfe676e3285d707874a9fea and has been cherry-picked into the 1.12 branch for the 1.12.3 release as well: http://cgit.freedesktop.org/xorg/xserver/commit/?h=server-1.12-branch&id=3484ef2de50970fefe0c2580f5

Re: [Ubuntu-x-swat] [Bug 1013171] Re: Many package hooks not ported to python3

2012-06-14 Thread Scott Kitterman
Yes and Yes, after you check if there's an existing bzr branch with a fix for this. There was a Python 3 porting sprint this week and not everything has been uploaded yet from it. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xdiagnose in Ub

[Ubuntu-x-swat] [Bug 1012916] Re: [nouveau] 12.04 Unity 3d hard freezes

2012-06-14 Thread Brendan Brigham
Good evening Daniel, I've pushed my system pretty hard running videos on both monitors while recording video from my hd webcam and every other thing I could think of and have had not one glitch since the new Nvidia drivers. Definitely a Nouveau issue. -- You received this bug notification beca

[Ubuntu-x-swat] [Bug 1012916] Re: [nouveau] 12.04 Unity 3d hard freezes

2012-06-14 Thread Daniel van Vugt
** Package changed: unity (Ubuntu) => xserver-xorg-video-nouveau (Ubuntu) ** Changed in: xserver-xorg-video-nouveau (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-nouveau in Ubu

[Ubuntu-x-swat] [Bug 1012916] [NEW] [nouveau] 12.04 Unity 3d hard freezes

2012-06-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: This is a fresh install of Precise, there is constant hard freezes in Unity 3d. It doesn't matter if it's a video or text editor, heavy graphical use doesn't dictate when it freezes. I have replicated it anywhere from watching a video to opening an emai

[Ubuntu-x-swat] [Bug 960089] Re: Scroll wheel doesn't scroll in AbiWord

2012-06-14 Thread Christopher M. Penalver
** Changed in: xserver-xorg-input-synaptics (Ubuntu) Status: New => Incomplete -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-input-synaptics in Ubuntu. https://bugs.launchpad.net/bugs/960089 Title: Scroll wheel doesn't sc

[Ubuntu-x-swat] [Bug 1013171] Re: Many package hooks not ported to python3

2012-06-14 Thread Edward Donovan
Thanks a lot, Scott. I only had conjectures about that, and it's much nicer to hear from someone who knows. Would it be good to go through the list of packages that failed, and add them here? I can also try to make some patches by monkey-see, monkey-do, if I get time. Thanks. -- You received

[Ubuntu-x-swat] [Bug 982710] Re: [regression] Nvidia 295.40 driver is extremely slow

2012-06-14 Thread rmcd
Several of you (@bernd-pfrommer and @jonolumb) indicated at https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1011698 that you remain affected by a slowdown bug. You posted comments to that effect but apparently did not vote for the bug. There is a "This bug affects you" link towards the top left

[Ubuntu-x-swat] [Bug 996821] Re: vmmouse 12.8 behaves erratically in when running as a VMware guest

2012-06-14 Thread Johann MacDonagh
I can also confirm that 1:12.9.0-0ubuntu0.1 works great! xev is reporting normal movement, and all the issues I initially described no longer occur. Thanks! -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-input-vmmouse in Ubuntu. htt

[Ubuntu-x-swat] [Bug 771263] Re: unity shortcuts do not use appropriate keyboard layout

2012-06-14 Thread bAjDa
in my case systems sets cyrilic symbols, when i tried to reset shortcut -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-input-keyboard in Ubuntu. https://bugs.launchpad.net/bugs/771263 Title: unity shortcuts do not use appropriate

Re: [Ubuntu-x-swat] [Bug 1013171] Re: xdiagnose run in python3, but not ported

2012-06-14 Thread Scott Kitterman
The rt update script that is triggering this is from one of python3-defaults packages. That's why the bugs get attributed to python3-defaults. The actual problem is that apport was just updated to python3, but not all the hooks provided by other packages have been updated. The reason your first u

[Ubuntu-x-swat] [Bug 960089] Re: Scroll wheel doesn't scroll in AbiWord

2012-06-14 Thread Jeremy Jongsma
** Changed in: xserver-xorg-input-synaptics (Ubuntu) Status: Expired => New -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-input-synaptics in Ubuntu. https://bugs.launchpad.net/bugs/960089 Title: Scroll wheel doesn't scrol

[Ubuntu-x-swat] [Bug 1013171] Re: Many package hooks not ported to python3

2012-06-14 Thread Edward Donovan
Well, I have tried to give this bug a more general title for now. Please revise. :) ** Summary changed: - xdiagnose run in python3, but not ported + Many package hooks not ported to python3 -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xdiag

[Ubuntu-x-swat] [Bug 973297] Re: Xorg recognizes Logitech Headset USB dongle as input device then segfaults in XIChangeDeviceProperty

2012-06-14 Thread Chase Douglas
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-input-evdev in Ubuntu. https://bugs.launchpad.net/bugs/973297 Title: Xorg recognizes Logitech Headset USB dongle

[Ubuntu-x-swat] [Bug 1013171] Re: xdiagnose run in python3, but not ported

2012-06-14 Thread Edward Donovan
For reference, there's a discussion of this problem on #ubuntu-devel today, seen partway down here: http://irclogs.ubuntu.com/2012/06/14/%23ubuntu-devel.html I get the impression that the bugs are only in the separate packages with hooks, not in python3 itself. I can't tell why it's happening

[Ubuntu-x-swat] [Bug 996821] Re: vmmouse 12.8 behaves erratically in when running as a VMware guest

2012-06-14 Thread Robert Hooker
** Tags removed: verification-needed ** Tags added: verification-done -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-input-vmmouse in Ubuntu. https://bugs.launchpad.net/bugs/996821 Title: vmmouse 12.8 behaves erratically in when

[Ubuntu-x-swat] [Bug 1013171] Re: xdiagnose run in python3, but not ported

2012-06-14 Thread Edward Donovan
Thanks, Scott, that makes sense. That bug, and the ones I duped to it, were assigned to python3-defaults. Do you (or does anyone) think these bugs don't belong to python itself, but to the python-using packages that have apport hooks, and rtupdate files, that fail? Either way, we probably need a

[Ubuntu-x-swat] [Bug 947354] Re: Synaptics Soft Button Areas not working in HP Envy 14 Clickpad

2012-06-14 Thread sean.h.m...@gmail.com
Check out the folowing if man synclient doesn't offer you much: man synaptics or https://wiki.archlinux.org/index.php/Touchpad_Synaptics Personally I dont understand why the config and folder structure you created did not work. It should have been like this: /etc/X11/xorg.conf.d/ with a fi

[Ubuntu-x-swat] [Bug 771263] Re: unity shortcuts do not use appropriate keyboard layout

2012-06-14 Thread bAjDa
looks like this https://bugs.launchpad.net/ubuntu/+source/unity/+bug/992789 is the same bug -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-input-keyboard in Ubuntu. https://bugs.launchpad.net/bugs/771263 Title: unity shortcuts do

[Ubuntu-x-swat] [Bug 771263] Re: unity shortcuts do not use appropriate keyboard layout

2012-06-14 Thread bAjDa
have same problem in gnome-shell (using russian/english layouts) -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-input-keyboard in Ubuntu. https://bugs.launchpad.net/bugs/771263 Title: unity shortcuts do not use appropriate keyboa

[Ubuntu-x-swat] [Bug 771263] Re: unity shortcuts do not use appropriate keyboard layout

2012-06-14 Thread bAjDa
** Also affects: gnome-shell Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-input-keyboard in Ubuntu. https://bugs.launchpad.net/bugs/771263 Title: unity shortcuts do not use appropriat

[Ubuntu-x-swat] [Bug 898784] Re: Distorted screen on MacBook Air 3, 2 (GT216 10de:08a3)

2012-06-14 Thread Nicholas Skaggs
** Tags added: qa-kernel-lts-testing -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-nouveau in Ubuntu. https://bugs.launchpad.net/bugs/898784 Title: Distorted screen on MacBook Air 3,2 (GT216 10de:08a3) To manage notificat

Re: [Ubuntu-x-swat] [Bug 948053] Re: nvidia-96 and nvidia-173 uninstallable on Precise

2012-06-14 Thread Glenn Brumfield
I'm running Lubuntu for the non-PAE kernel and xorg from Oneiric to be able to use nvidia-96 driver. Video card is GeForce4 Ti 4200 Go. CPU is Pentium M. On Jun 14, 2012 12:51 PM, "Tory Anderson" wrote: > The new 173 off of Nvidia's site was working for me until I updated my > kernel today; now i

[Ubuntu-x-swat] [Bug 948053] Re: nvidia-96 and nvidia-173 uninstallable on Precise

2012-06-14 Thread Tory Anderson
The new 173 off of Nvidia's site was working for me until I updated my kernel today; now it fails again. Is anyone else having this happen? Until I have a clue, I'm booting in the previous kernel. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to n

[Ubuntu-x-swat] [Bug 996821] Re: vmmouse 12.8 behaves erratically in when running as a VMware guest

2012-06-14 Thread Adar Dembo
I enabled -proposed, installed vmmouse with version 1:12.9.0-0ubuntu0.1, and using xev, verified that there are no motion events when pressing mouse buttons. Thanks guys! -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-input-vmmouse

[Ubuntu-x-swat] [Bug 973096] Re: Nvidia driver causes xorg crash

2012-06-14 Thread Reuben Firmin
I've created a forum thread in the hope that that might attract some attention to this issue. If you're (as I am) frustrated by the lack of any response from Canonical in this bug report, please chime in on this thread: http://ubuntuforums.org/showthread.php?p=12026770 -- You received this bug n

[Ubuntu-x-swat] [Bug 947354] Re: Synaptics Soft Button Areas not working in HP Envy 14 Clickpad

2012-06-14 Thread MatatTHC
Here are the contents ls /usr/share/X11/xorg.conf.d/ 10-evdev.conf 11-evdev-quirks.conf 11-evdev-trackpoint.conf 50-vmmouse.conf 50-synaptics.conf 50-wacom.conf 51-synaptics-quirks.conf I also played around with synclient. But I was not able to find a satisfying setting. I

[Ubuntu-x-swat] [Bug 973096] Re: Nvidia driver causes xorg crash

2012-06-14 Thread Lucas Wolford
I just lost 2 days worth of work to this bug. I've tried every solution suggested here with no success. At this point I'm going to have to format back to 11.10. I am highly disappointed that a bug this bad could make it in to the main LTS release. I can't say that I have confidence in Ubuntu as a s

[Ubuntu-x-swat] [Bug 1013171] Re: xdiagnose run in python3, but not ported

2012-06-14 Thread Scott Kitterman
It doesn't need a separate bug, just add tasks to this one. ** Also affects: apport-symptoms (Ubuntu) Importance: Undecided Status: New ** Changed in: apport-symptoms (Ubuntu Quantal) Status: New => Confirmed ** Changed in: apport-symptoms (Ubuntu Quantal) Importance: Undecid

[Ubuntu-x-swat] [Bug 1011845] Re: Apport dialog saying that "development is complete for the 'precise' version of Ubuntu"

2012-06-14 Thread Bryce Harrington
** Package changed: apport (Ubuntu) => xdiagnose (Ubuntu) -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xdiagnose in Ubuntu. https://bugs.launchpad.net/bugs/1011845 Title: Apport dialog saying that "development is complete for the 'precise'

[Ubuntu-x-swat] [Bug 1012756] Re: False positive after each boot

2012-06-14 Thread Bryce Harrington
** Package changed: apport (Ubuntu) => xdiagnose (Ubuntu) -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xdiagnose in Ubuntu. https://bugs.launchpad.net/bugs/1012756 Title: False positive after each boot To manage notifications about this bu

Re: [Ubuntu-x-swat] [Bug 973297] Please test proposed package

2012-06-14 Thread François Coulier
Clint Byrum a écrit , le 14/06/2012 00:43: > Hello Jean-Baptiste, or anyone else affected, > > Accepted xserver-xorg-input-evdev into precise-proposed. The package > will build now and be available in a few hours. Please test and give > feedback here. See https://wiki.ubuntu.com/Testing/EnablePropo

[Ubuntu-x-swat] [Bug 1013171] Re: xdiagnose run in python3, but not ported

2012-06-14 Thread Edward Donovan
Do you guys think this is really the same as bug 1012707? I don't know whether this should be a report for each package; maybe it should. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xdiagnose in Ubuntu. https://bugs.launchpad.net/bugs/101317

[Ubuntu-x-swat] [Bug 1011845] [NEW] Apport dialog saying that "development is complete for the 'precise' version of Ubuntu"

2012-06-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: Periodically, after the system detect an internal error, and is preparing an "error report to help fix the problem", I get an error message from Apport which states: "Since development is complete for the 'precise' version of Ubuntu, you should probably u

[Ubuntu-x-swat] [Bug 1012756] [NEW] False positive after each boot

2012-06-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: After each boot, Apport reports a system crash, although the system did not crash. The executable path in the report is /usr/share/apport/apport-gpu-error-intel.py ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: apport 2.0.1-0ubuntu8 ProcVersionSig

[Ubuntu-x-swat] [Bug 1007904] Re: Xorg freeze

2012-06-14 Thread Pdparo
I got the same problem here. Dell Vostro 3550 Xubuntu 12.04 64 bits. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1007904 Title: Xorg freeze To manage notifications about

[Ubuntu-x-swat] [Bug 948053] Re: nvidia-96 and nvidia-173 uninstallable on Precise

2012-06-14 Thread Glenn Brumfield
Looking forward to the new xorg-video-nvidia-legacy-96xx so that I can use Precise with current xorg. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to nvidia-graphics-drivers-173 in Ubuntu. https://bugs.launchpad.net/bugs/948053 Title: nvidia-9

[Ubuntu-x-swat] [Bug 925048] Re: [GTX 580] X seems to hang a login prompt -- PFIFO errors in dmesg

2012-06-14 Thread Maarten Lankhorst
Not sure yet how to fix it, but can be worked around by adding nouveau.noaccel=1 to command line. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-nouveau in Ubuntu. https://bugs.launchpad.net/bugs/925048 Title: [GTX 580] X s

[Ubuntu-x-swat] [Bug 1007575] Re: SB Arena USB headset causes X BUG, can't click outside window

2012-06-14 Thread Jevonearth
Additionally, my headset has a button that activates it. The bug only gets triggered when I press the button on the headset. The problem doesn't seem to go away when I click the button to disable the device. If I unplug the USB device, then things seem to go back to normal. -- You received this b

[Ubuntu-x-swat] [Bug 649809] Re: the session settings manager can try starting before the login screen one exits

2012-06-14 Thread Chris Wilson
Reading the comment above, it seems any fix for this bug will be rather complex, so I'm removing the papercuts task. ** Changed in: hundredpapercuts Status: Incomplete => Invalid -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to nvidia-grap

[Ubuntu-x-swat] [Bug 1007575] Re: SB Arena USB headset causes X BUG, can't click outside window

2012-06-14 Thread Jevonearth
I believe I'm encountering the same bug. I originally logged bug #993655 for this issue, I thought it was a Unity issue. All my details are under the original bug, but to recap; I'm using 12.04 all up to date. My device is a wireless Plantronics headset, that uses a USB transmitter/receiver, the

[Ubuntu-x-swat] [Bug 995095] Re: Only disable touchpad after a certain number of keypresses

2012-06-14 Thread Chris Wilson
** Changed in: hundredpapercuts Milestone: None => quantal-11-misc ** Changed in: hundredpapercuts Status: New => Confirmed ** Changed in: hundredpapercuts Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed

[Ubuntu-x-swat] [Bug 997742] Re: remove libvdpau from mplayer dependancies

2012-06-14 Thread Chris Wilson
Thanks a lot for reporting this, but as Mplayer does not come installed on the default CD, this does not qualify as a papercut. ** Changed in: hundredpapercuts Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to nvidia-

[Ubuntu-x-swat] [Bug 949641] Re: Installing both fglrx and fglrx-updates results in: error exit status 1 -"/etc/init.d/atieventsd exists during rc.d purge"

2012-06-14 Thread Kate Stewart
** Changed in: fglrx-installer (Ubuntu Precise) Milestone: ubuntu-12.04 => ubuntu-12.04.1 ** Changed in: fglrx-installer (Ubuntu) Milestone: ubuntu-12.04 => ubuntu-12.04.1 -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to fglrx-installer i

[Ubuntu-x-swat] [Bug 946677] Re: UMS dri support missing for r200

2012-06-14 Thread Tormod Volden
It will be a bit tricky to include the old, non-gallium version of r200_dri.so in my mesa-legacy package since the default gallium version has the same file name. Currently the (one) binary package only adds drivers, it does not replace anything. But we could add a binary package which replaces cer

[Ubuntu-x-swat] [Bug 41994] Re: closed Laptop Lid to reliably keep Backlight off

2012-06-14 Thread Chris Wilson
Fixing this one seems like it will be pretty complex, disqualifying it as a papercut. ** Changed in: hundredpapercuts Status: New => Invalid -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to x11-xserver-utils in Ubuntu. https://bugs.launchp

[Ubuntu-x-swat] [Bug 1013171] Re: xdiagnose run in python3, but not ported

2012-06-14 Thread Oliver Grawert
** Branch linked: lp:~ogra/xdiagnose/py3port -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xdiagnose in Ubuntu. https://bugs.launchpad.net/bugs/1013171 Title: xdiagnose run in python3, but not ported To manage notifications about this bug g

[Ubuntu-x-swat] [Bug 1013171] Re: Could not install python3

2012-06-14 Thread Scott Kitterman
running python rtupdate hooks for python3.2... File "/usr/share/apport/apport-gpu-error-intel.py", line 156 print "# %s" %(report_filename) ^ SyntaxError: invalid syntax ** Package changed: python3-defaults (Ubuntu) => xdiagnose (Ubuntu) ** Changed in: xdiagnose (Ubuntu)

[Ubuntu-x-swat] [Bug 890928] Re: When trying to install libxkbfile1:i386 the pkg manager asks to remove too many important packages [Multi-arch]

2012-06-14 Thread Adam Stokes
Ill get something for you shortly. Thanks! ** Changed in: libxkbfile (Ubuntu Precise) Milestone: None => ubuntu-12.04.1 -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to libxkbfile in Ubuntu. https://bugs.launchpad.net/bugs/890928 Title: Wh

[Ubuntu-x-swat] [Bug 1013171] [NEW] Could not install python3

2012-06-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: While trying to upgrade from 12.04 to Quantal I received an error of: Could not install python3: subprocess installed post-installation script returned error exit status 4 ProblemType: Bug DistroRelease: Ubuntu 12.10 Package: python3 3.2.3-0ubuntu1 Proc

[Ubuntu-x-swat] [Bug 1013167] Re: Recursive apport message "GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00100000" after login

2012-06-14 Thread Martin Wildam
Oh, forgot to mention: All updates applied right after fresh install, so the system is on the latest release versions. -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1013167 Ti

[Ubuntu-x-swat] [Bug 1013167] Re: Recursive apport message "GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00100000" after login

2012-06-14 Thread Martin Wildam
-- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1013167 Title: Recursive apport message "GPU lockup EIR: 0x0010 PGTBL_ER: 0x0010" after login To manage notifications

[Ubuntu-x-swat] [Bug 1013167] [NEW] Recursive apport message "GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00100000" after login

2012-06-14 Thread Martin Wildam
Public bug reported: On each boot after login I get - after 30 seconds to 2 mintes - an apport message about a gpu lockup which never occured: GPU lockup EIR: 0x0010 PGTBL_ER: 0x0010 There are similar bug reports around with same or similar number but slightly different circumstances so

[Ubuntu-x-swat] [Bug 1004843] Re: cant boot after installing fglrx on ubuntu 12.04

2012-06-14 Thread Dave Lentz
Thanks for reporting, but this is not a bug with fglrx. This happens because you are using a custom Xserver from a PPA. The version of fglrx (8.960) found in Ubuntu Precise/12.04 does not support Xserver 1.12.x You'll either need to revert to the Xserver found in the Precise repository or install

[Ubuntu-x-swat] [Bug 949641] Re: Installing both fglrx and fglrx-updates results in: error exit status 1 -"/etc/init.d/atieventsd exists during rc.d purge"

2012-06-14 Thread C de-Avillez
** Changed in: fglrx-installer (Ubuntu) Status: Confirmed => Triaged -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to fglrx-installer in Ubuntu. https://bugs.launchpad.net/bugs/949641 Title: Installing both fglrx and fglrx-updates result

[Ubuntu-x-swat] [Bug 1008002] Re: package fglrx (not installed) failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2012-06-14 Thread Dave Lentz
*** This bug is a duplicate of bug 949641 *** https://bugs.launchpad.net/bugs/949641 ** This bug has been marked a duplicate of bug 949641 Installing both fglrx and fglrx-updates results in: error exit status 1 -"/etc/init.d/atieventsd exists during rc.d purge" -- You received this bug

[Ubuntu-x-swat] [Bug 949641] Re: Installing both fglrx and fglrx-updates results in: error exit status 1 -"/etc/init.d/atieventsd exists during rc.d purge"

2012-06-14 Thread Dave Lentz
@Ra1DaN: please do not set bugs to 'Confirmed' when they are already marked 'Triaged' https://wiki.ubuntu.com/Bugs/Status @Viktoria S.: you need to right-click and mark the fglrx-update package for Complete Removal (or use apt-get purge command) -- You received this bug notification because you

[Ubuntu-x-swat] [Bug 1009369] Re: package fglrx (not installed) failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2012-06-14 Thread Dave Lentz
*** This bug is a duplicate of bug 949641 *** https://bugs.launchpad.net/bugs/949641 ** This bug has been marked a duplicate of bug 949641 Installing both fglrx and fglrx-updates results in: error exit status 1 -"/etc/init.d/atieventsd exists during rc.d purge" -- You received this bug

[Ubuntu-x-swat] [Bug 1010297] Re: package fglrx (not installed) failed to install/upgrade: subprocess installed post-removal script returned error exit status 1

2012-06-14 Thread Dave Lentz
*** This bug is a duplicate of bug 949641 *** https://bugs.launchpad.net/bugs/949641 ** This bug has been marked a duplicate of bug 949641 Installing both fglrx and fglrx-updates results in: error exit status 1 -"/etc/init.d/atieventsd exists during rc.d purge" -- You received this bug

[Ubuntu-x-swat] [Bug 982863] Re: [i945gm] False GPU lockup EIR: 0x00000010 PGTBL_ER: 0x00000013

2012-06-14 Thread Martin Wildam
Is this somewhat related to bug #981297 ? Because I get those on a fresh install (laptop always open - not closed as mentioned in that bug) with all updates applied I still get those a few seconds or a minute after login - all-the-time. Don't want to completely disable apport completely as I am

[Ubuntu-x-swat] [Bug 1013038] Re: Suspend does not work reliably without nomodeset

2012-06-14 Thread Ubuntu Foundation's Bug Bot
** Package changed: ubuntu => xorg (Ubuntu) -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1013038 Title: Suspend does not work reliably without nomodeset To manage notifications about this bug

[Ubuntu-x-swat] [Bug 1013038] [NEW] Suspend does not work reliably without nomodeset

2012-06-14 Thread Launchpad Bug Tracker
You have been subscribed to a public bug: I have a really common laptop an Acer Extensa 5220 with integrated Intel VGA GM965. I remeber suspend working perfectly with Ubuntu 10.04. Now fiddling a lot I found how to make it work reliabily again: adding nomodeset at the boot. That disable the compos

[Ubuntu-x-swat] [Bug 948053] Re: nvidia-96 and nvidia-173 uninstallable on Precise

2012-06-14 Thread Maarten Fonville
The new version is now also available in Debian: http://packages.debian.org/sid/xserver-xorg-video-nvidia-legacy-173xx Can Alberto Milone please also put this driver in the Ubuntu repositories, so that Precise will finally become usable for those of us with older hardware? nVidia did their bit, no

[Ubuntu-x-swat] [Bug 973096] Re: Nvidia driver causes xorg crash

2012-06-14 Thread Jbyvosges
I hope Ubuntu developers will consider this information because this bug is beginning to irritate me a lot ! -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to nvidia-graphics-drivers in Ubuntu. https://bugs.launchpad.net/bugs/973096 Title: Nvidi

[Ubuntu-x-swat] [Bug 1013122] Re: Xorg freeze

2012-06-14 Thread billjoie
-- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xorg in Ubuntu. https://bugs.launchpad.net/bugs/1013122 Title: Xorg freeze To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/xorg/+bug/1013122/+subscriptions

[Ubuntu-x-swat] [Bug 1013122] [NEW] Xorg freeze

2012-06-14 Thread billjoie
Public bug reported: an Xorg freeze. no obvious pattern. ProblemType: Bug DistroRelease: Ubuntu 12.04 Package: xorg 1:7.6+12ubuntu1 ProcVersionSignature: Ubuntu 3.2.0-24.39-generic 3.2.16 Uname: Linux 3.2.0-24-generic x86_64 ApportVersion: 2.0.1-0ubuntu9 Architecture: amd64 CompizPlugins: No valu

[Ubuntu-x-swat] [Bug 1004815] Re: graphic driver problems

2012-06-14 Thread Dave Lentz
This is not a bug with xorg or the open-source ati/radeon driver. The user installed the wrong driver. je...@online.nl: if you continue to experience issues related to this, consider making a support request at https://answers.launchpad.net/ubuntu/ or ubuntuforums. Thanks. ** Changed in: xserver-

[Ubuntu-x-swat] [Bug 973096] Re: Nvidia driver causes xorg crash

2012-06-14 Thread andre_f
I had the same problem with Ubuntu 12.04 LTS 64bits and a Nvidia GTX580. I don't want to jinx it.but I tested several solutions (including the 290.10 version), and the only way to overcome the problem was by installing the latest Nvidia drives, available at: http://www.nvnews.net/vbulleti

[Ubuntu-x-swat] [Bug 997470] Re: apport-gpu-error-intel.py keep crashing for 4-5 times on every reboot

2012-06-14 Thread Bloch
Also affects my Optiplex-755 ExecutablePath /usr/share/apport/apport-gpu-error-intel.py Package xserver-xorg-video-intel 2:2.17.0-1ubuntu4 Problem type Crash Title [q35]GPU lockup render.IPEHR:0x0211 -- You received this bug notification because you are a member of Ubuntu-X, which is subscri

[Ubuntu-x-swat] [Bug 994688] Re: Xorg crash

2012-06-14 Thread Piyush Roy
I tried to collect the backtrace but whenever I try to run gdb and attach Xorg, the system freezes for indefinite time and I cannot control anything. Please give any suggestions. ** Changed in: xorg-server (Ubuntu) Status: Incomplete => Opinion -- You received this bug notification becaus

[Ubuntu-x-swat] [Bug 1009350] Re: GPU lockup followed by syslog spamming

2012-06-14 Thread bugbot
** Tags added: freeze -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-ati in Ubuntu. https://bugs.launchpad.net/bugs/1009350 Title: GPU lockup followed by syslog spamming To manage notifications about this bug go to: https:

[Ubuntu-x-swat] [Bug 1010683] Re: ATI Resume from Suspend leads into black screen (VGA_Switcheroo)

2012-06-14 Thread bugbot
** Tags added: black-screen -- You received this bug notification because you are a member of Ubuntu-X, 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) To manage notificati

[Ubuntu-x-swat] [Bug 997742] Re: remove libvdpau from mplayer dependancies

2012-06-14 Thread Dave Lentz
Have you tried disabling Flash hardware acceleration? (Right-click on a Flash video to find this preference.) -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to nvidia-graphics-drivers in Ubuntu. https://bugs.launchpad.net/bugs/997742 Title: remo

[Ubuntu-x-swat] [Bug 1005349] Re: Lenovo T520 Docking Station w/ External Monitor Crashes

2012-06-14 Thread bugbot
** Tags added: crash ** Tags added: dual-head -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1005349 Title: Lenovo T520 Docking Station w/ External Monitor Crashes To manag

[Ubuntu-x-swat] [Bug 1007823] Re: Libreoffice Impress System Freeze

2012-06-14 Thread bugbot
** Tags added: freeze -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1007823 Title: Libreoffice Impress System Freeze To manage notifications about this bug go to: https://b

[Ubuntu-x-swat] [Bug 1008168] Re: Xorg freeze upon resuming from suspend

2012-06-14 Thread bugbot
** Tags added: resume -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1008168 Title: Xorg freeze upon resuming from suspend To manage notifications about this bug go to: http

[Ubuntu-x-swat] [Bug 1009179] Re: Xorg crashes randomly and resumes to the login screen

2012-06-14 Thread bugbot
** Tags added: resume -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1009179 Title: Xorg crashes randomly and resumes to the login screen To manage notifications about this

[Ubuntu-x-swat] [Bug 1011086] Re: X freezes after connecting external monitor

2012-06-14 Thread bugbot
** Tags added: freeze ** Tags added: dual-head -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1011086 Title: X freezes after connecting external monitor To manage notificat

[Ubuntu-x-swat] [Bug 1011344] Re: Screen corruption (two thirds black, one third striped) when enabling MapsGL on gmaps

2012-06-14 Thread bugbot
** Tags added: corruption -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1011344 Title: Screen corruption (two thirds black, one third striped) when enabling MapsGL on gmap

[Ubuntu-x-swat] [Bug 1011732] Re: External display blinks off periodically

2012-06-14 Thread bugbot
** Tags added: flicker -- You received this bug notification because you are a member of Ubuntu-X, which is subscribed to xserver-xorg-video-intel in Ubuntu. https://bugs.launchpad.net/bugs/1011732 Title: External display blinks off periodically To manage notifications about this bug go to: h

  1   2   >