[Bug 1948599] Re: Nautilus icon missing from taskbar (21.10; Xorg)

2021-11-06 Thread oh
Actually in my case, this is a problem with dash to panel. Does not
occur with the default tray.

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

Title:
  Nautilus icon missing from taskbar (21.10; Xorg)

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


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

[Bug 1948599] Re: Nautilus icon missing from taskbar (21.10; Xorg)

2021-11-06 Thread oh
Similar problem here, except I am on Wayland. The nautilus files app is
on the taskbar, but if I click it, it just opens a new nautilus window,
it does not let me cycle between the open ones. If I right click it,
there is only the option to remove it.

If I have it removed and open a nautilus window, there is no option to
pin it to favorites. I am using Ubuntu 21.10

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

Title:
  Nautilus icon missing from taskbar (21.10; Xorg)

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


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

[Bug 151448]

2019-11-19 Thread oh
(In reply to John Chadwick from comment #109)
> Hey all, I hope you are doing well. It has been a while. It appears the
> first time I touched this issue was all the way back in 2015.
> 
> I am currently in the process of trying to get Painttool SAI 2 to work
> properly under mainline Wine. One patch is already in
> (https://source.winehq.org/patches/data/173932), the next is in flight
> (https://source.winehq.org/patches/data/174062), and I have a third change
> that should make everything work correctly that I will submit once the
> second fix is squared away. After that, SAI 2 should work properly in Wine
> without any need to mess with configurations.
> 
> This got me thinking back to SAI 1, and I think I finally fully understand
> the problem. With a little bit of tracing, I noticed that SAI 1 does some
> interesting Wintab magic. It creates a top-level, hidden window with the
> sfl_wintab_window class, and no geometry to speak of.
> 
> What's going on here? It appears SAI 1 uses this magic window to receive
> Wintab32 events. The thing is, Wintab32 events are not like mouse events. It
> seems that Wintab32 actually handles the contexts as a stack, and hidden
> top-level windows appear to be treated as covering the entire screen.
> Painttool SAI 1 uses the WTOverlap function to move its context to the top
> of the stack when the window is focused, and to the bottom of the stack when
> the window is unfocused.
> 
> Here's where things get tricky: In the Xinput code, XSelectExtensionEvent is
> called on the X11 window of hOwner (using X11DRV_get_whole_window.) This
> works in the case where the context == the window where you will be using
> the tablet. It does *NOT* work in the case of using top level hidden windows
> to receive Wintab32 events and manually shuffling them using WTOverlap. Even
> if we patch it to XSelectExtensionEvent on the root window, it won't be able
> to figure out what context it should send the events to.
> 
> The Wintab code should probably register for events in
> X11DRV_LoadTabletInfo, and it should do so on the X11 root window.
> X11DRV_AttachEventQueueToTablet should just map the hWnd to a context. But
> crucially, the way the event handlers work needs to change. Instead of
> sending the message directly to the hWnd that the event is matched with, the
> hWnd should be ignored, and we should iterate through a stack of windows,
> finding the first one that overlaps with the event coordinates. Then,
> WTOverlap should be implemented to manipulate this stack.
> 
> I suspect all of the information we need to determine if a context overlaps
> is the HWND. So, we already have most of the necessary information. However,
> we do need a way to propagate the WTOverlap calls back to winex11.drv, which
> will probably need to come in the form of new graphics driver functions. In
> the meantime, it's probably not a big deal to ignore WTOverlap since it
> probably only has an impact when working between different applications.
> 
> It's probably going to be valuable to also investigate the behaviors and
> interactions between various techniques in Windows. For example, what
> happens when you drag the tablet outside the window? It may not be
> sufficient to simply route events based on what the top most context
> matching the geometry is; some additional heuristics may be needed to ensure
> the events between two button_events from a single cursor are always routed
> to the same context even if they leave the bounds of the context.
> 
> Regardless, I hope we can resolve this issue soon. It's been a long time
> coming.

That sounds awesome, really great to see someone looking into this.

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

Title:
  Wacom pressure sensitivity lacking under Wine applications.

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

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

[Bug 151448]

2019-09-02 Thread oh
Created attachment 65084
wintab32 logs wine 4.14

I am just using AUR to compile Wine's git. I take back the pressure
sensitivity range, it does seem to use the whole range. I was mistaken
as it is hard to tell with the very low sampling rate.

The log file is very large at 80 megabytes for only a few seconds of testing. 
Since most of it is redundant, I uploaded it as a zip so it would fit.
wintab32-4.14.zip

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

Title:
  Wacom pressure sensitivity lacking under Wine applications.

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

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

[Bug 151448]

2019-09-02 Thread oh
I tried Photoshop CS2 in crossover 18.5.0 which uses Wine 4.0 and tablet
support actually works just fine. I tried CS6 and that does not work. I
tried Wine 4.12 staging in CS2 and tablet support there is broken.

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

Title:
  Wacom pressure sensitivity lacking under Wine applications.

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

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

[Bug 151448]

2019-09-02 Thread oh
Are any logs needed to get some progress on this? It's very
disappointing that tablet support is completely broken.

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

Title:
  Wacom pressure sensitivity lacking under Wine applications.

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

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

[Bug 151448]

2019-09-02 Thread oh
I tried 4.14 and tablet support is still broken but at least is starting
to work. There is some type of pressure support working in Photoshop CS6
but when the pressure works it is extremely laggy. You will only get
about 3 points of pressure due to the lag. Also it doesn't pick up
pressure a lot of the time. Also it does not seem to use all the
pressure range, I have to press really light for it to not make a
completely 100% pressure line.

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

Title:
  Wacom pressure sensitivity lacking under Wine applications.

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

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

[Bug 1790861] Re: amdgpu.dc dual monitor issues when trying to sleep / power off the monitors

2019-08-11 Thread oh
With amdgpu.dc=0 I get random mouse lag after moving my mouse quickly.
The cursor will just stop moving. I turned amdgpu.dc=1 and it went away.

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

Title:
  amdgpu.dc dual monitor issues when trying to sleep / power off the
  monitors

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

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

[Bug 1790861] Re: amdgpu.dc dual monitor issues when trying to sleep / power off the monitors

2019-08-10 Thread oh
I am using one displayport 4k monitor, and one hdmi 1080p monitor. They
keep waking each other up. When I used an adapter to make the 1080p
monitor connect via a displayport > hdmi adapter, they both just output
black when trying to sleep and cannot be woken up. They are still
outputting black, they did not go to sleep.

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

Title:
  amdgpu.dc dual monitor issues when trying to sleep / power off the
  monitors

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

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

[Bug 1790861] Re: amdgpu.dc dual monitor issues when trying to sleep / power off the monitors

2019-08-10 Thread oh
I am having the same issue on my rx570, I am on kernel 5.1.21

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

Title:
  amdgpu.dc dual monitor issues when trying to sleep / power off the
  monitors

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

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

[Bug 1810634] Re: [Lubuntu-19.04] It is missing Input-Method like fcitx-hangul while installing Input Method Framework.

2019-01-19 Thread Hyeonmin Oh
I have the same problem. The fcitx-hangul package is missing.

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

Title:
  [Lubuntu-19.04] It is missing Input-Method like fcitx-hangul while
  installing Input Method Framework.

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

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

[Bug 1723677] Re: Could not execute sparql: UNIQUE constraint failed: nie:DataObject.nie:url

2018-05-08 Thread oh, chang hun
** Changed in: tracker-miners (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  Could not execute sparql: UNIQUE constraint failed:
  nie:DataObject.nie:url

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tracker-miners/+bug/1723677/+subscriptions

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

[Bug 1750863] [NEW] package libsane1 1.0.27-1~experimental2ubuntu2.1 failed to install/upgrade: trying to overwrite shared '/lib/udev/hwdb.d/20-sane.hwdb', which is different from other instances of p

2018-02-21 Thread Mg Thet Oh
Public bug reported:

Docky Dock didn't launch problem :(

ProblemType: Package
DistroRelease: Ubuntu 17.10
Package: libsane1 1.0.27-1~experimental2ubuntu2.1
ProcVersionSignature: Ubuntu 4.13.0-32.35-generic 4.13.13
Uname: Linux 4.13.0-32-generic x86_64
ApportVersion: 2.20.7-0ubuntu3.7
Architecture: amd64
Date: Wed Feb 21 23:29:32 2018
DuplicateSignature:
 package:libsane1:1.0.27-1~experimental2ubuntu2.1
 Unpacking libsane1:i386 (1.0.27-1~experimental2ubuntu2.1) ...
 dpkg: error processing archive 
/tmp/apt-dpkg-install-bOgmlL/08-libsane1_1.0.27-1~experimental2ubuntu2.1_i386.deb
 (--unpack):
  trying to overwrite shared '/lib/udev/hwdb.d/20-sane.hwdb', which is 
different from other instances of package libsane1:i386
ErrorMessage: trying to overwrite shared '/lib/udev/hwdb.d/20-sane.hwdb', which 
is different from other instances of package libsane1:i386
InstallationDate: Installed on 2018-01-25 (27 days ago)
InstallationMedia: Ubuntu 17.10 "Artful Aardvark" - Release amd64 (20180105.1)
Python3Details: /usr/bin/python3.6, Python 3.6.3, python3-minimal, 
3.6.3-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.14, python-minimal, 
2.7.14-2ubuntu1
RelatedPackageVersions:
 dpkg 1.18.24ubuntu1
 apt  1.5.1
SourcePackage: sane-backends
Title: package libsane1 1.0.27-1~experimental2ubuntu2.1 failed to 
install/upgrade: trying to overwrite shared '/lib/udev/hwdb.d/20-sane.hwdb', 
which is different from other instances of package libsane1:i386
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: sane-backends (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-package artful package-conflict

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

Title:
  package libsane1 1.0.27-1~experimental2ubuntu2.1 failed to
  install/upgrade: trying to overwrite shared
  '/lib/udev/hwdb.d/20-sane.hwdb', which is different from other
  instances of package libsane1:i386

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/sane-backends/+bug/1750863/+subscriptions

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

[Bug 1651635] Re: XPS 13 9360 trackpad locks into scroll mode

2017-11-14 Thread Oh the Huge Manatee
@James - Likely it had nothing to do with the firmware update. Have a
look at the linked Ubuntu thread... many of us have been through exactly
what you're going through now. Make a change, seems to help, 2 days
later it's back. Please try some of the suggested solutions we've listed
here: firm pressure on various parts of the lower case seems to resolve
it for days at a time, for some people.

As far as we can tell, there is no software or firmware fix possible for
this issue.

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

Title:
  XPS 13 9360 trackpad locks into scroll mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1651635/+subscriptions

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

[Bug 1651635] Re: XPS 13 9360 trackpad locks into scroll mode

2017-11-14 Thread Oh the Huge Manatee
whoops, I meant the linked kernel.org thread. :)

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

Title:
  XPS 13 9360 trackpad locks into scroll mode

To manage notifications about this bug go to:
https://bugs.launchpad.net/dell-sputnik/+bug/1651635/+subscriptions

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

[Bug 1651635] Re: XPS 13 9360 trackpad locks into scroll mode

2017-11-02 Thread Oh the Huge Manatee
Thank you for the pointer to debug mode in i2c_hid. Here's a log of it
happening. I am not touching the touchpad at all. At the end I do a
single, hard left click to end the episode.

I don't know how to interpret the input (yet), but I will look it up.
Hope this is helpful.

Also FWIW I agree with @kai - this belongs in an upstream issue, really.
It happens on my generic kernel. When we get an issue opened there, I'm
happy to cross post as necessary.


Nov  2 12:27:18 simba kernel: [196169.000701] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 3d 92 01 00
Nov  2 12:27:18 simba kernel: [196169.007873] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 84 92 01 00
Nov  2 12:27:18 simba kernel: [196169.014979] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 cb 92 01 00
Nov  2 12:27:18 simba kernel: [196169.022019] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 12 93 01 00
Nov  2 12:27:18 simba kernel: [196169.029205] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 59 93 01 00
Nov  2 12:27:18 simba kernel: [196169.036144] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 a0 93 01 00
Nov  2 12:27:18 simba kernel: [196169.043416] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 e7 93 01 00
Nov  2 12:27:18 simba kernel: [196169.050452] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 2e 94 01 00
Nov  2 12:27:18 simba kernel: [196169.057508] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 76 94 01 00
Nov  2 12:27:18 simba kernel: [196169.064610] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 bd 94 01 00
Nov  2 12:27:18 simba kernel: [196169.071651] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 04 95 01 00
Nov  2 12:27:18 simba kernel: [196169.078748] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 4b 95 01 00
Nov  2 12:27:18 simba kernel: [196169.086108] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 93 95 01 00
Nov  2 12:27:18 simba kernel: [196169.093125] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 da 95 01 00
Nov  2 12:27:18 simba kernel: [196169.100075] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 21 96 01 00
Nov  2 12:27:18 simba kernel: [196169.107278] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 69 96 01 00
Nov  2 12:27:18 simba kernel: [196169.114471] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 b1 96 01 00
Nov  2 12:27:18 simba kernel: [196169.121475] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 f8 96 01 00
Nov  2 12:27:18 simba kernel: [196169.128628] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 3f 97 01 00
Nov  2 12:27:18 simba kernel: [196169.135582] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 86 97 01 00
Nov  2 12:27:18 simba kernel: [196169.142774] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 ce 97 01 00
Nov  2 12:27:18 simba kernel: [196169.149915] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 15 98 01 00
Nov  2 12:27:18 simba kernel: [196169.157067] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 5c 98 01 00
Nov  2 12:27:18 simba kernel: [196169.164079] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 a3 98 01 00
Nov  2 12:27:18 simba kernel: [196169.171073] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 eb 98 01 00
Nov  2 12:27:18 simba kernel: [196169.178389] i2c_hid i2c-DLL075B:01: input: 20 
00 03 02 99 04 0a 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 
00 32 

[Bug 1689316] Re: Desktop freeze

2017-05-29 Thread oh
I also have this problem on several x86-64 machines after upgrading from
ubuntu 16.10 to 17.04.

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

Title:
  Desktop freeze

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

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


[Bug 1458322] Re: NetworkManager doesn't hide virtual interfaces (e.g. Docker, VMWare)

2017-01-29 Thread Oh the Huge Manatee
I tried it out on 1.2.2, since that's the version I have to work with. I
also had to patch applet-device-ethernet.c , otherwise it still listed
the header for each interface. Pushed my version up to
https://github.com/ohthehugemanatee/network-manager-applet for
convenience.

I only applied this hiding behavior to ethernet interfaces, because this
ticket is specific to virtual ethernet interfaces from docker, vagrant,
etc. I'm sure there are people who would like to hide other unmanaged
interfaces, too. TBH I would prefer a flag for "show-unmanaged", but
that discussion probably belongs in a separate ticket.

Patch attached. Sorry if the format isn't right, this is my first
contribution here.

** Patch added: "Hide unmanaged ethernet interfaces"
   
https://bugs.launchpad.net/ubuntu/+source/network-manager/+bug/1458322/+attachment/4810606/+files/0001-applet-hide-unmanaged-ethernet-interfaces.patch

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

Title:
  NetworkManager doesn't hide virtual interfaces (e.g. Docker, VMWare)

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

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


[Bug 1610084] [NEW] not installed

2016-08-05 Thread Dong-Hwa Oh
Public bug reported:

...

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubiquity 2.21.63.2
ProcVersionSignature: Ubuntu 4.4.0-31.50-generic 4.4.13
Uname: Linux 4.4.0-31-generic x86_64
ApportVersion: 2.20.1-0ubuntu2.1
Architecture: amd64
CasperVersion: 1.376
Date: Fri Aug  5 15:21:13 2016
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz.efi file=/cdrom/preseed/ubuntu.seed 
boot=casper only-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 16.04.1 LTS "Xenial Xerus" - Release amd64 (20160719)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug ubiquity-2.21.63.2 ubuntu xenial

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

Title:
  not installed

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1610084/+subscriptions

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


[Bug 1492227] Re: 0.94.3 stable update

2015-10-27 Thread oh
Ceph 0.94.4 is out with important bug fixes, released oct 19.  Will it
appear in vivid/wily soon?

v0.94.4 Hammer released

This Hammer point fixes several important bugs in Hammer, as well as
fixing interoperability issues that are required before an upgrade to
Infernalis. That is, all users of earlier version of Hammer or any
version of Firefly will first need to upgrade to hammer v0.94.4 or later
before upgrading to Infernalis (or future releases).

All v0.94.x Hammer users are strongly encouraged to upgrade.
NOTABLE CHANGES

build/ops: ceph.spec.in: 50-rbd.rules conditional is wrong (issue#12166, 
pr#5207, Nathan Cutler)
build/ops: ceph.spec.in: ceph-common needs python-argparse on older 
distros, but doesn’t require it (issue#12034, pr#5216, Nathan Cutler)
build/ops: ceph.spec.in: radosgw requires apache for SUSE only – makes no 
sense (issue#12358, pr#5411, Nathan Cutler)
build/ops: ceph.spec.in: rpm: cephfs_java not fully conditionalized 
(issue#11991, pr#5202, Nathan Cutler)
build/ops: ceph.spec.in: rpm: not possible to turn off Java (issue#11992, 
pr#5203, Owen Synge)
build/ops: ceph.spec.in: running fdupes unnecessarily (issue#12301, 
pr#5223, Nathan Cutler)
build/ops: ceph.spec.in: snappy-devel for all supported distros 
(issue#12361, pr#5264, Nathan Cutler)
build/ops: ceph.spec.in: SUSE/openSUSE builds need libbz2-devel 
(issue#11629, pr#5204, Nathan Cutler)
build/ops: ceph.spec.in: useless %py_requires breaks SLE11-SP3 build 
(issue#12351, pr#5412, Nathan Cutler)
build/ops: error in ext_mime_map_init() when /etc/mime.types is missing 
(issue#11864, pr#5385, Ken Dreyer)
build/ops: upstart: limit respawn to 3 in 30 mins (instead of 5 in 30s) 
(issue#11798, pr#5930, Sage Weil)
build/ops: With root as default user, unable to have multiple RGW instances 
running (issue#10927, pr#6161, Sage Weil)
build/ops: With root as default user, unable to have multiple RGW instances 
running (issue#11140, pr#6161, Sage Weil)
build/ops: With root as default user, unable to have multiple RGW instances 
running (issue#11686, pr#6161, Sage Weil)
build/ops: With root as default user, unable to have multiple RGW instances 
running (issue#12407, pr#6161, Sage Weil)
cli: ceph: cli throws exception on unrecognized errno (issue#11354, 
pr#5368, Kefu Chai)
cli: ceph tell: broken error message / misleading hinting (issue#11101, 
pr#5371, Kefu Chai)
common: arm: all programs that link to librados2 hang forever on startup 
(issue#12505, pr#5366, Boris Ranto)
common: buffer: critical bufferlist::zero bug (issue#12252, pr#5365, Haomai 
Wang)
common: ceph-object-corpus: add 0.94.2-207-g88e7ee7 hammer objects 
(issue#13070, pr#5551, Sage Weil)
common: do not insert emtpy ptr when rebuild emtpy bufferlist (issue#12775, 
pr#5764, Xinze Chi)
common: [ FAILED ] TestLibRBD.BlockingAIO (issue#12479, pr#5768, Jason 
Dillaman)
common: LibCephFS.GetPoolId failure (issue#12598, pr#5887, Yan, Zheng)
common: Memory leak in Mutex.cc, pthread_mutexattr_init without 
pthread_mutexattr_destroy (issue#11762, pr#5378, Ketor Meng)
common: object_map_update fails with -EINVAL return code (issue#12611, 
pr#5559, Jason Dillaman)
common: Pipe: Drop connect_seq increase line (issue#13093, pr#5908, Haomai 
Wang)
common: recursive lock of md_config_t (0) (issue#12614, pr#5759, Josh 
Durgin)
crush: ceph osd crush reweight-subtree does not reweight parent node 
(issue#11855, pr#5374, Sage Weil)
doc: update docs to point to download.ceph.com (issue#13162, pr#6156, 
Alfredo Deza)
fs: ceph-fuse 0.94.2-1trusty segfaults / aborts (issue#12297, pr#5381, Greg 
Farnum)
fs: segfault launching ceph-fuse with bad –name (issue#12417, pr#5382, John 
Spray)
librados: Change radosgw pools default crush ruleset (issue#11640, pr#5754, 
Yuan Zhou)
librbd: correct issues discovered via lockdep / helgrind (issue#12345, 
pr#5296, Jason Dillaman)
librbd: Crash during TestInternal.MultipleResize (issue#12664, pr#5769, 
Jason Dillaman)
librbd: deadlock during cooperative exclusive lock transition (issue#11537, 
pr#5319, Jason Dillaman)
librbd: Possible crash while concurrently writing and shrinking an image 
(issue#11743, pr#5318, Jason Dillaman)
mon: add a cache layer over MonitorDBStore (issue#12638, pr#5697, Kefu Chai)
mon: fix crush testing for new pools (issue#13400, pr#6192, Sage Weil)
mon: get pools health’info have error (issue#12402, pr#5369, renhwztetecs)
mon: implicit erasure code crush ruleset is not validated (issue#11814, 
pr#5276, Loic Dachary)
mon: PaxosService: call post_refresh() instead of post_paxos_update() 
(issue#11470, pr#5359, Joao Eduardo Luis)
mon: pgmonitor: wrong at/near target max“ reporting (issue#12401, pr#5370, 
huangjun)
mon: register_new_pgs() should check ruleno instead of its index 
(issue#12210, pr#5377, Xinze Chi)
mon: Show osd as NONE in ceph osd map   output 

[Bug 1492227] Re: 0.94.3 stable update

2015-10-27 Thread oh
Ceph 0.94.4 is out with important bug fixes, released oct 19.  Will it
appear in vivid/wily soon?

v0.94.4 Hammer released

This Hammer point fixes several important bugs in Hammer, as well as
fixing interoperability issues that are required before an upgrade to
Infernalis. That is, all users of earlier version of Hammer or any
version of Firefly will first need to upgrade to hammer v0.94.4 or later
before upgrading to Infernalis (or future releases).

All v0.94.x Hammer users are strongly encouraged to upgrade.
NOTABLE CHANGES

build/ops: ceph.spec.in: 50-rbd.rules conditional is wrong (issue#12166, 
pr#5207, Nathan Cutler)
build/ops: ceph.spec.in: ceph-common needs python-argparse on older 
distros, but doesn’t require it (issue#12034, pr#5216, Nathan Cutler)
build/ops: ceph.spec.in: radosgw requires apache for SUSE only – makes no 
sense (issue#12358, pr#5411, Nathan Cutler)
build/ops: ceph.spec.in: rpm: cephfs_java not fully conditionalized 
(issue#11991, pr#5202, Nathan Cutler)
build/ops: ceph.spec.in: rpm: not possible to turn off Java (issue#11992, 
pr#5203, Owen Synge)
build/ops: ceph.spec.in: running fdupes unnecessarily (issue#12301, 
pr#5223, Nathan Cutler)
build/ops: ceph.spec.in: snappy-devel for all supported distros 
(issue#12361, pr#5264, Nathan Cutler)
build/ops: ceph.spec.in: SUSE/openSUSE builds need libbz2-devel 
(issue#11629, pr#5204, Nathan Cutler)
build/ops: ceph.spec.in: useless %py_requires breaks SLE11-SP3 build 
(issue#12351, pr#5412, Nathan Cutler)
build/ops: error in ext_mime_map_init() when /etc/mime.types is missing 
(issue#11864, pr#5385, Ken Dreyer)
build/ops: upstart: limit respawn to 3 in 30 mins (instead of 5 in 30s) 
(issue#11798, pr#5930, Sage Weil)
build/ops: With root as default user, unable to have multiple RGW instances 
running (issue#10927, pr#6161, Sage Weil)
build/ops: With root as default user, unable to have multiple RGW instances 
running (issue#11140, pr#6161, Sage Weil)
build/ops: With root as default user, unable to have multiple RGW instances 
running (issue#11686, pr#6161, Sage Weil)
build/ops: With root as default user, unable to have multiple RGW instances 
running (issue#12407, pr#6161, Sage Weil)
cli: ceph: cli throws exception on unrecognized errno (issue#11354, 
pr#5368, Kefu Chai)
cli: ceph tell: broken error message / misleading hinting (issue#11101, 
pr#5371, Kefu Chai)
common: arm: all programs that link to librados2 hang forever on startup 
(issue#12505, pr#5366, Boris Ranto)
common: buffer: critical bufferlist::zero bug (issue#12252, pr#5365, Haomai 
Wang)
common: ceph-object-corpus: add 0.94.2-207-g88e7ee7 hammer objects 
(issue#13070, pr#5551, Sage Weil)
common: do not insert emtpy ptr when rebuild emtpy bufferlist (issue#12775, 
pr#5764, Xinze Chi)
common: [ FAILED ] TestLibRBD.BlockingAIO (issue#12479, pr#5768, Jason 
Dillaman)
common: LibCephFS.GetPoolId failure (issue#12598, pr#5887, Yan, Zheng)
common: Memory leak in Mutex.cc, pthread_mutexattr_init without 
pthread_mutexattr_destroy (issue#11762, pr#5378, Ketor Meng)
common: object_map_update fails with -EINVAL return code (issue#12611, 
pr#5559, Jason Dillaman)
common: Pipe: Drop connect_seq increase line (issue#13093, pr#5908, Haomai 
Wang)
common: recursive lock of md_config_t (0) (issue#12614, pr#5759, Josh 
Durgin)
crush: ceph osd crush reweight-subtree does not reweight parent node 
(issue#11855, pr#5374, Sage Weil)
doc: update docs to point to download.ceph.com (issue#13162, pr#6156, 
Alfredo Deza)
fs: ceph-fuse 0.94.2-1trusty segfaults / aborts (issue#12297, pr#5381, Greg 
Farnum)
fs: segfault launching ceph-fuse with bad –name (issue#12417, pr#5382, John 
Spray)
librados: Change radosgw pools default crush ruleset (issue#11640, pr#5754, 
Yuan Zhou)
librbd: correct issues discovered via lockdep / helgrind (issue#12345, 
pr#5296, Jason Dillaman)
librbd: Crash during TestInternal.MultipleResize (issue#12664, pr#5769, 
Jason Dillaman)
librbd: deadlock during cooperative exclusive lock transition (issue#11537, 
pr#5319, Jason Dillaman)
librbd: Possible crash while concurrently writing and shrinking an image 
(issue#11743, pr#5318, Jason Dillaman)
mon: add a cache layer over MonitorDBStore (issue#12638, pr#5697, Kefu Chai)
mon: fix crush testing for new pools (issue#13400, pr#6192, Sage Weil)
mon: get pools health’info have error (issue#12402, pr#5369, renhwztetecs)
mon: implicit erasure code crush ruleset is not validated (issue#11814, 
pr#5276, Loic Dachary)
mon: PaxosService: call post_refresh() instead of post_paxos_update() 
(issue#11470, pr#5359, Joao Eduardo Luis)
mon: pgmonitor: wrong at/near target max“ reporting (issue#12401, pr#5370, 
huangjun)
mon: register_new_pgs() should check ruleno instead of its index 
(issue#12210, pr#5377, Xinze Chi)
mon: Show osd as NONE in ceph osd map   output 

[Bug 1463598] Re: Chromium 43 fails to use hardware acceleration

2015-06-13 Thread oh
I posted above with the same bug on an Nvidia card.  On that machine,
reverting to chromium-browser 41.0.2272.76-0ubuntu1.1134 brings back
working WebGL.

I also confirm the same problem on a Lenovo X220 with Intel graphics,
also Ubuntu 15.04.

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

Title:
  Chromium 43 fails to use hardware acceleration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1463598/+subscriptions

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


[Bug 1463598] Re: Chromium 43 fails to use hardware acceleration

2015-06-12 Thread oh
WebGL stopped working for me also in chrome 43 some time last week, i'm
on ubuntu 15.04.  OpenGL on my machine is fine and WebGL works in
firefox.  This is on an NVidia card.  Here's some info:

Data exported   6/12/2015, 5:03:28 PM
Chrome version  Chrome/43.0.2357.81
Operating systemLinux 3.19.0-20-generic
Software rendering list version 10.7
Driver bug list version 8.06
ANGLE commit id unknown hash
2D graphics backend Skia
Command Line Args   --enable-pinch --flag-switches-begin --flag-switches-end

Driver Information
Initialization time 0
Sandboxed   false
GPU0VENDOR = 0x10de, DEVICE= 0x13c0
Optimus false
AMD switchable  false
Driver vendor   NVIDIA
Driver version  349.16

GL_VENDOR   NVIDIA Corporation
GL_RENDERER GeForce GTX 980/PCIe/SSE2
GL_VERSION  4.5.0 NVIDIA 349.16

Window manager  Metacity (Marco)
XDG_CURRENT_DESKTOP MATE
GDMSESSION  mate

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

Title:
  Chromium 43 fails to use hardware acceleration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1463598/+subscriptions

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


[Bug 1342981] Re: Korean layout for Ubuntu Touch

2015-06-04 Thread Jinook Oh
** Branch linked: lp:~jinook0707/ubuntu-keyboard/add-korean-layout

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

Title:
  Korean layout for Ubuntu Touch

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-keyboard/+bug/1342981/+subscriptions

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


[Bug 1419581] [NEW] A little typo

2015-02-08 Thread GIHWAN OH
Public bug reported:

In the client/mysql_install_db.cc file, a little typo exists.

When we are using mysql_install_db client program with --help option, 
it prompts [USAGE][OPTIONS] without space. 

Here's my diff

--- a/client/mysql_install_db.cc
+++ b/client/mysql_install_db.cc
@@ -413,7 +413,7 @@ void usage(const string p)
 MySQL Database Deployment Utility.  endl
 Usage: 
 p
-[OPTIONS]\n;
+ [OPTIONS]\n;
   my_print_help(my_connection_options);
   my_print_variables(my_connection_options);
 }

** Affects: mysql-5.6 (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to mysql-5.6 in Ubuntu.
https://bugs.launchpad.net/bugs/1419581

Title:
  A little typo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1419581/+subscriptions

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs


[Bug 1419581] [NEW] A little typo

2015-02-08 Thread GIHWAN OH
Public bug reported:

In the client/mysql_install_db.cc file, a little typo exists.

When we are using mysql_install_db client program with --help option, 
it prompts [USAGE][OPTIONS] without space. 

Here's my diff

--- a/client/mysql_install_db.cc
+++ b/client/mysql_install_db.cc
@@ -413,7 +413,7 @@ void usage(const string p)
 MySQL Database Deployment Utility.  endl
 Usage: 
 p
-[OPTIONS]\n;
+ [OPTIONS]\n;
   my_print_help(my_connection_options);
   my_print_variables(my_connection_options);
 }

** Affects: mysql-5.6 (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  A little typo

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.6/+bug/1419581/+subscriptions

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


[Bug 1383823] [NEW] virtualbox-guest-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox-guest kernel module failed to build

2014-10-21 Thread Soon Young Oh
Public bug reported:

...

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: virtualbox-guest-dkms 4.1.12-dfsg-2ubuntu0.6
ProcVersionSignature: Ubuntu 3.11.0-26.45~precise1-generic 3.11.10.12
Uname: Linux 3.11.0-26-generic x86_64
ApportVersion: 2.0.1-0ubuntu17.7
Architecture: amd64
DKMSKernelVersion: 3.13.0-37-generic
Date: Tue Oct 21 10:43:27 2014
InstallationMedia: Ubuntu 12.04.4 LTS Precise Pangolin - Release amd64 
(20140204)
MarkForUpload: True
PackageArchitecture: all
PackageVersion: 4.1.12-dfsg-2ubuntu0.6
SourcePackage: virtualbox
Title: virtualbox-guest-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox-guest kernel 
module failed to build
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package precise

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

Title:
  virtualbox-guest-dkms 4.1.12-dfsg-2ubuntu0.6: virtualbox-guest kernel
  module failed to build

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

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


[Bug 1326725] [NEW] PS3 Sixaxis controller/joystick usb stopped working, regression in linux-image-extra-3.13.0-27-generic

2014-06-05 Thread oh
Public bug reported:

After applying upgrades to my 14.04 installations and rebooting,
suddenly the sony sixaxis usb joystick/controller input device which I
use a lot will now no longer appear as a joystick device.  It happens on
at least two machines with the newest 14.04 updates as of a couple of
days ago.  See below for kernel messages.

I believe the actual kernel error message for this bug is:

Jun  5 11:36:51 machine kernel: [47062.524566] sony
0003:054C:0268.000E: can't set operational mode

After looking at the kernel sources I believe this is a problem with the
hid_sony kernel module.  The changelog for linux-image-
extra-3.13.0-27-generic, which contains this module, has many hid
related changes.

The same bug/regression, it appears, was reported on askubuntu.com some
days ago, see this link:

http://askubuntu.com/questions/474199/my-ps3-controller-stopped-
working-2-days-ago

Version information:

$ lsb_release -d
Description:Ubuntu 14.04 LTS
$ uname -a
Linux valley 3.13.0-27-generic #50-Ubuntu SMP Thu May 15 18:06:16 UTC 2014 
x86_64 x86_64 x86_64 GNU/Linux
# dpkg -S /lib/modules/3.13.0-27-generic/kernel/drivers/hid/hid-sony.ko
linux-image-extra-3.13.0-27-generic: 
/lib/modules/3.13.0-27-generic/kernel/drivers/hid/hid-sony.ko

dmesg:

Jun  5 11:36:50 machine kernel: [47062.360175] usb 2-1.1.3.1: new full-speed 
USB device number 19 using ehci-pci
Jun  5 11:36:51 machine kernel: [47062.486789] usb 2-1.1.3.1: New USB device 
found, idVendor=054c, idProduct=0268
Jun  5 11:36:51 machine kernel: [47062.486797] usb 2-1.1.3.1: New USB device 
strings: Mfr=1, Product=2, SerialNumber=0
Jun  5 11:36:51 machine kernel: [47062.486802] usb 2-1.1.3.1: Product: 
PLAYSTATION(R)3 Controller
Jun  5 11:36:51 machine kernel: [47062.486806] usb 2-1.1.3.1: Manufacturer: Sony
Jun  5 11:36:51 machine kernel: [47062.498624] sony 0003:054C:0268.000E: Fixing 
up Sony Sixaxis report descriptor
Jun  5 11:36:51 machine kernel: [47062.524383] input: Sony PLAYSTATION(R)3 
Controller as 
/devices/pci:00/:00:1d.0/usb2/2-1/2-1.1/2-1.1.3/2-1.1.3.1/2-1.1.3.1:1.0/input/input22
Jun  5 11:36:51 machine kernel: [47062.524563] sony 0003:054C:0268.000E: 
input,hiddev0,hidraw4: USB HID v1.11 Joystick [Sony PLAYSTATION(R)3 Controller] 
on usb-:00:1d.0-1.1.3.1/input0
Jun  5 11:36:51 machine kernel: [47062.524566] sony 0003:054C:0268.000E: can't 
set operational mode
Jun  5 11:36:51 machine kernel: [47062.556374] sony: probe of 
0003:054C:0268.000E failed with error -38
Jun  5 11:36:51 machine mtp-probe: checking bus 2, device 19: 
/sys/devices/pci:00/:00:1d.0/usb2/2-1/2-1.1/2-1.1.3/2-1.1.3.1
Jun  5 11:36:51 machine mtp-probe: bus: 2, device: 19 was not an MTP device

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: trusty

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

Title:
  PS3 Sixaxis controller/joystick usb stopped working, regression in
  linux-image-extra-3.13.0-27-generic

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

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


[Bug 1326725] Re: PS3 Sixaxis controller/joystick usb stopped working, regression in linux-image-extra-3.13.0-27-generic

2014-06-05 Thread oh
I am unable to run this command because I don't have access to the
relevant machine now and I believe also there is enough information/logs
in the bug report to reproduce and/or fix the bug.

PS: It happens on several machines, with several different sixaxis
controllers.

I will try to change the status to Confirmed.

** 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/1326725

Title:
  PS3 Sixaxis controller/joystick usb stopped working, regression in
  linux-image-extra-3.13.0-27-generic

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

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


[Bug 1326725] Re: PS3 Sixaxis controller/joystick usb stopped working, regression in linux-image-extra-3.13.0-27-generic

2014-06-05 Thread oh
I booted one of the machines on kernel 3.13.0-24-generic and the sixaxis
device now works (no error message in dmesg and appears as
/dev/input/js0).  I have tried -26, -27 and -29 and the bug is in those
but not in -24, as far as I can see.

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

Title:
  PS3 Sixaxis controller/joystick usb stopped working, regression in
  linux-image-extra-3.13.0-27-generic

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

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


[Bug 1224528] Re: python-wxgtk2.8 missing wx.media in ubuntu 13.10

2013-10-30 Thread oh
This bug broke a number of wx apps for me, specifically those using the
AGW library and persistence, which I assume are not few apps.  So it's
quite a showstopper and I've had to defer upgrading many machines.

Dmitry/anyone,

1. Is there an easy, clean way to temporarily work around the bug (I see
packages have been uploaded but are not approved?) - How do I use these?

2. Is there a way to accelerate the approval process for the bugfix
packages?

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

Title:
  python-wxgtk2.8 missing wx.media in ubuntu 13.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wxwidgets2.8/+bug/1224528/+subscriptions

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


[Bug 1151622] Re: The usb driver appears to fail

2013-04-19 Thread oh
I think i'm experiencing the same bug.  Motherboard: ASUS P9X79 Deluxe,
suddenly usb devices on some ports disappear.  This appears from kernel:

kernel: [18170.960026] xhci_hcd :06:00.0: xHCI host not responding to stop 
endpo
kernel: [18170.960033] xhci_hcd :06:00.0: Assuming host is dying, halting 
host.
kernel: [18170.960074] xhci_hcd :06:00.0: HC died; cleaning up
kernel: [18170.960139] usb 5-2: USB disconnect, device number 2
kernel: [18170.960146] usb 5-2.3: USB disconnect, device number 3
kernel: [18171.011433] usb 5-2.4: USB disconnect, device number 4
kernel: [18171.011438] usb 5-2.4.3: USB disconnect, device number 5
kernel: [18171.011984] usb 6-2: USB disconnect, device number 2

I think the error state remains across soft reboots such that you have
to physically power off, but can't test it right now.

It happens with all kinds of devices ranging from usb 1-3, low power
(mouse/keyboard), with and without a hub in the port.  Since several
motherboard ports drop out simultaneously I imagine they are all tied to
one usb controller or one internal hub.  Very annoying bug, hope this
confirmation helps.

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

Title:
  The usb driver appears to fail

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

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


[Bug 1075251] Re: package mysql-server-5.5 5.5.28-0ubuntu0.12.04.2 failed to install/upgrade: subprocess installed post-installation script returned error exit status 1

2013-01-14 Thread Oh the Huge Manatee
Noting that I had this problem too... and like wannabeelinux my mysql
datadir was non-default.

MySQL runs just fine pre-update (with some tweaking of the apparmor
directory access config), but it's possible that the upgrade script
assumes a datadir location. I have it simlinked to the default directory
for convenience, so it's possible that a test for /var/lib/mysql passes
even though the actual data is elsewhere (on another filesystem).

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

Title:
  package mysql-server-5.5 5.5.28-0ubuntu0.12.04.2 failed to
  install/upgrade: subprocess installed post-installation script
  returned error exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1075251/+subscriptions

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


[Bug 1084764] [NEW] package mysql-server-5.5 (not installed) failed to install/upgrade: ErrorMessage: subprocess new pre-installation script returned error exit status 1

2012-11-29 Thread Oh the Huge Manatee
Public bug reported:

During dist-upgrade, mysql package failed with this error:

cp: cannot overwrite directory `/var/lib/mysql-upgrade/DATADIR.link/mysql' with 
non-directory   

dpkg: error processing 
/var/cache/apt/archives/mysql-server-5.5_5.5.28-0ubuntu0.12.04.2_i386.deb 
(--unpack):
 subprocess new pre-installation script returned error exit status 1

ProblemType: Package
DistroRelease: Ubuntu 12.04
Package: mysql-server-5.5 (not installed)
ProcVersionSignature: Ubuntu 3.0.0-27.44-virtual 3.0.45
Uname: Linux 3.0.0-27-virtual i686
Architecture: i386
Date: Thu Nov 29 22:08:46 2012
Ec2AMI: ami-ccf405a5
Ec2AMIManifest: (unknown)
Ec2AvailabilityZone: us-east-1b
Ec2InstanceType: m1.small
Ec2Kernel: aki-407d9529
Ec2Ramdisk: unavailable
ErrorMessage: ErrorMessage: subprocess new pre-installation script returned 
error exit status 1
SourcePackage: mysql-5.5
Title: package mysql-server-5.5 (not installed) failed to install/upgrade: 
ErrorMessage: subprocess new pre-installation script returned error exit status 
1
UpgradeStatus: Upgraded to precise on 2012-11-29 (0 days ago)

** Affects: mysql-5.5 (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: apport-package ec2-images i386 precise

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

Title:
  package mysql-server-5.5 (not installed) failed to install/upgrade:
  ErrorMessage: subprocess new pre-installation script returned error
  exit status 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mysql-5.5/+bug/1084764/+subscriptions

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


[Bug 1056931] [NEW] screen (program) starting detached makes stty insane

2012-09-26 Thread Chanseok Oh
Public bug reported:

This appears to affect only Xubuntu 12.04 LTS, because other two Ubuntu
12.04 LTS systems I have (all packages latest) do not show this symptom.

When screen is started in a detached mode (screen -d -m) and later
attached (screen -r), the stty settings get mangled, making any terminal
window inside the screen session unusable. For instance, pressing a
backspace erases the entire command-line.

Steps to reproduce:

$ sudo apt-get update
$ sudo apt-get upgrade
$ stty
speed 38400 baud; line = 0;
-brkint -imaxbel iutf8
$ screen -d -m
$ screen -r

(being attched to the screen session)

$ stty
speed 9600 baud; line = 0;
kill = ^H;
-imaxbel
tab3
$

If we start screen normally, everything is fine.

ProblemType: Bug
DistroRelease: Ubuntu 12.04
Package: screen 4.0.3-14ubuntu8
ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
Uname: Linux 3.2.0-31-generic i686
ApportVersion: 2.0.1-0ubuntu13
Architecture: i386
Date: Wed Sep 26 10:51:07 2012
InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
ProcEnviron:
 LANGUAGE=en_US:en
 TERM=xterm
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: screen
UpgradeStatus: Upgraded to precise on 2012-06-04 (114 days ago)

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


** Tags: apport-bug i386 precise

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

Title:
  screen (program) starting detached makes stty insane

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

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

[Bug 1056931] Re: screen (program) starting detached makes stty insane

2012-09-26 Thread Chanseok Oh
** Description changed:

  This appears to affect only Xubuntu 12.04 LTS, because other two Ubuntu
  12.04 LTS systems I have (all packages latest) do not show this symptom.
  
  When screen is started in a detached mode (screen -d -m) and later
  attached (screen -r), the stty settings get mangled, making any terminal
- window inside the screen session becomes unusable. For instance,
- pressing a backspace erases the entire command-line.
+ window inside the screen session unusable. For instance, pressing a
+ backspace erases the entire command-line.
  
  Steps to reproduce:
  
  $ sudo apt-get update
  $ sudo apt-get upgrade
  $ stty
  speed 38400 baud; line = 0;
  -brkint -imaxbel iutf8
  $ screen -d -m
  $ screen -r
  
  (being attched to the screen session)
  
  $ stty
  speed 9600 baud; line = 0;
  kill = ^H;
  -imaxbel
  tab3
- $ 
+ $
  
  If we start screen normally, everything is fine.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: screen 4.0.3-14ubuntu8
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic i686
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: i386
  Date: Wed Sep 26 10:51:07 2012
  InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  ProcEnviron:
-  LANGUAGE=en_US:en
-  TERM=xterm
-  PATH=(custom, user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_US:en
+  TERM=xterm
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: screen
  UpgradeStatus: Upgraded to precise on 2012-06-04 (114 days ago)

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

Title:
  screen (program) starting detached makes stty insane

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

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

[Bug 1056931] Re: screen (program) starting detached makes stty insane

2012-09-26 Thread Chanseok Oh
** Tags added: detached reattach screen

** Tags removed: apport-bug i386 precise

** Summary changed:

- screen (program) starting detached makes stty insane
+ screen (program) starting in a detached mode makes stty insane

** Description changed:

  This appears to affect only Xubuntu 12.04 LTS, because other two Ubuntu
  12.04 LTS systems I have (all packages latest) do not show this symptom.
  
  When screen is started in a detached mode (screen -d -m) and later
  attached (screen -r), the stty settings get mangled, making any terminal
  window inside the screen session unusable. For instance, pressing a
  backspace erases the entire command-line.
  
  Steps to reproduce:
  
  $ sudo apt-get update
  $ sudo apt-get upgrade
  $ stty
  speed 38400 baud; line = 0;
  -brkint -imaxbel iutf8
  $ screen -d -m
  $ screen -r
  
- (being attched to the screen session)
+ (being attached to the screen session)
  
  $ stty
  speed 9600 baud; line = 0;
  kill = ^H;
  -imaxbel
  tab3
  $
  
  If we start screen normally, everything is fine.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 12.04
  Package: screen 4.0.3-14ubuntu8
  ProcVersionSignature: Ubuntu 3.2.0-31.50-generic 3.2.28
  Uname: Linux 3.2.0-31-generic i686
  ApportVersion: 2.0.1-0ubuntu13
  Architecture: i386
  Date: Wed Sep 26 10:51:07 2012
  InstallationMedia: Xubuntu 12.04 LTS Precise Pangolin - Release i386 
(20120423)
  ProcEnviron:
-  LANGUAGE=en_US:en
-  TERM=xterm
-  PATH=(custom, user)
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  LANGUAGE=en_US:en
+  TERM=xterm
+  PATH=(custom, user)
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  SourcePackage: screen
  UpgradeStatus: Upgraded to precise on 2012-06-04 (114 days ago)

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

Title:
  screen (program) starting in a detached mode makes stty insane

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

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

[Bug 1003179] Re: compiz crashes after starting up vnc4server and then unity launcher is not displayed via vnc client

2012-09-15 Thread Chanseok Oh
Affecting me too: I am running Ubuntu 12.04 LTS Server on a 64bit
machine. Unity 3D does not seem to work with VNC, and this may be
affecting others too:
http://kb.realvnc.com/questions/196/VNC+Server+in+Virtual+Mode+does+not+start+correctly+on+Ubuntu+12.04

My configuration: I installed ubuntu-desktop manually, and launch a
single VNC session via xinetd. lightdm is my display manager.

service vnc
{
disable = no
socket_type = stream
protocol= tcp
wait= yes
user= chanseok
server  = /usr/bin/Xvnc4
server_args = -inetd -once -localhost -query localhost -geometry 1280x1024 
-depth 16 -PasswordFile /home/chanseok/.vnc/passwd -NeverShared -desktop Ubuntu
}

No matter which vnc viewer I use (RealVNC or SSL/SSH VNC), the default
Unity (i.e., Unity 3D) session just gives a backdrop (as described in
the above link too) without a launcher or a top menu bar. This useless
state is also quite unstable, and from time to time, various crash
notifications follows, and compiz is the frequent one.

I found a workaround, though not perfect, by choosing unity-2d from the
ligthdm login screen (or, as in the above link, forcing it by giving '--
session=ubuntu-2d'). However, although unity-2d brings up everything and
works almost fine, there are several glitches, and this gives me the
impression that VNC has certain limitations. This may be the reason that
Unity 3D is not working under VNC. The glitches in unity-2d includes:

(1) Launching 'System Settings' - 'Displays' gives an pop up with an error 
message Could not get screen information: RANDR extension is too old (must be 
at least 1.2)) and crashes. 'xrandr -v' in this unity-2d session returns 
'xrandr program version 1.3.5', but 'Server reports RandR version 1.1'.
(2) I must click and hold down the menus of the top menu bar to make it not 
disappear immediately. For example, to logout, I should click and hold down the 
power icon located at the topright corner and move the cursor to 'Log out...' 
and release it.

There are other minor glitches too, but the above are the most annoying
ones. I hope anyone finds this helpful.

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

Title:
  compiz crashes after starting up vnc4server and then unity launcher is
  not displayed via vnc client

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

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


[Bug 967091] Re: Wrong tint in flash when it uses video acceleration

2012-05-26 Thread oh
I am affected on several machines, with these cards (from lspci -nn):

02:00.0 VGA compatible controller [0300]: nVidia Corporation GT200b
[GeForce GTX 275] [10de:05e6] (rev a1)

03:00.0 VGA compatible controller [0300]: NVIDIA Corporation G84
[GeForce 8400 GS] [10de:0404] (rev a1)

01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GT218
[GeForce 310] [10de:0a63] (rev a2)

All exhibit the blue face/swapped color planes problem when using
youtube.

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

Title:
  Wrong tint in flash when it uses video acceleration

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

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


[Bug 773466] Re: libva1 trying to open /usr/lib/dri/nvidia_drv_video.so ends with segmentation fault

2011-05-21 Thread Two Point Oh
nvidia ION graphics: GT218 [ION] (rev a2).  When viewing videos (size matters 
not: same thing with 360p, 720p, 1080p) with vlc using libva1 1.0.12-1~xup from 
the ubuntu-x-swat-x-updates ppa, gpu acceleration works and the video plays 
fine up to a point at which vlc abruptly consumes all 4 GB of ram in the 
computer (Intel Atom D525 cpu) and starts to fail.
Example: downloading this Youtube video and playing in vlc: 
http://www.youtube.com/watch?v=rR94NDIfGmA
However, there is at least one test case that does not fail: downloading this 
Youtube video and playing it in vlc gives no problem, no weird memory usage, 
even at 720p: http://www.youtube.com/watch?v=9qY2MOe8j2M

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

Title:
  libva1 trying to open /usr/lib/dri/nvidia_drv_video.so ends with
  segmentation fault

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


[Bug 774667] Re: vlc crashes loading libva

2011-05-01 Thread Two Point Oh
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/774667

Title:
  vlc crashes loading libva

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


[Bug 774667] [NEW] vlc crashes loading libva

2011-05-01 Thread Two Point Oh
Public bug reported:

Binary package hint: vlc

user@host:~/Videos$ vlc somefile.flv 
VLC media player 1.1.9 The Luggage (revision exported)
Blocked: call to unsetenv(DBUS_ACTIVATION_ADDRESS)
Blocked: call to unsetenv(DBUS_ACTIVATION_BUS_TYPE)
[0xc8a120] main libvlc: Running vlc with the default interface. Use 'cvlc' to 
use vlc without interface.
Blocked: call to setlocale(6, )
[flv @ 0x7f74c40375d0]Estimating duration from bitrate, this may be inaccurate
Warning: call to srand(1303740215)
Warning: call to rand()
Blocked: call to setlocale(6, )

(process:2310): Gtk-WARNING **: Locale not supported by C library.
Using the fallback 'C' locale.
[flv @ 0x110c410]Estimating duration from bitrate, this may be inaccurate
libva: libva version 0.31.1
Xlib:  extension XFree86-DRI missing on display :0.0.
libva: va_getDriverName() returns 0
libva: Trying to open /usr/lib/dri/nvidia_drv_video.so
Segmentation fault

---

Ubuntu 11.04
vlc: 1.1.9-1ubuntu1

VLC worked with libva for hardware video acceleration before I upgraded
Maverick to Natty.

ProblemType: Bug
DistroRelease: Ubuntu 11.04
Package: vlc 1.1.9-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
NonfreeKernelModules: nvidia
Architecture: amd64
Date: Sun May  1 01:49:36 2011
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
ProcEnviron:
 LANGUAGE=en_US:en
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: vlc
UpgradeStatus: Upgraded to natty on 2011-04-29 (2 days ago)

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


** Tags: amd64 apport-bug natty ubuntu-une

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

Title:
  vlc crashes loading libva

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


[Bug 775106] [NEW] package oss4-dkms 4.2-build2003-1ubuntu1 failed to install/upgrade: oss4 kernel module failed to build

2011-05-01 Thread Two Point Oh
Public bug reported:

Apport notified me that something went wrong.

ProblemType: Package
DistroRelease: Ubuntu 11.04
Package: oss4-dkms 4.2-build2003-1ubuntu1
ProcVersionSignature: Ubuntu 2.6.38-8.42-generic 2.6.38.2
Uname: Linux 2.6.38-8-generic x86_64
Architecture: amd64
DKMSBuildLog:
 DKMS make.log for oss4-4.2-build2003 for kernel 2.6.38-8-generic (x86_64)
 Sun May  1 14:41:21 CDT 2011
Date: Sun May  1 14:41:48 2011
ErrorMessage: oss4 kernel module failed to build
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release amd64 (20101007)
PackageArchitecture: all
PackageVersion: 4.2-build2003-1ubuntu1
SourcePackage: oss4
Title: package oss4-dkms 4.2-build2003-1ubuntu1 failed to install/upgrade: oss4 
kernel module failed to build
UpgradeStatus: Upgraded to natty on 2011-05-01 (0 days ago)

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


** Tags: amd64 apport-package natty

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

Title:
  package oss4-dkms 4.2-build2003-1ubuntu1 failed to install/upgrade:
  oss4 kernel module failed to build

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


[Bug 775106] Re: package oss4-dkms 4.2-build2003-1ubuntu1 failed to install/upgrade: oss4 kernel module failed to build

2011-05-01 Thread Two Point Oh
-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/775106

Title:
  package oss4-dkms 4.2-build2003-1ubuntu1 failed to install/upgrade:
  oss4 kernel module failed to build

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


[Bug 762964] Re: Bluetooth doesn't work in Ubuntu 11.04

2011-05-01 Thread Two Point Oh
Same issue on a daru3.  Fn+F12 keycombo to turn on Bluetooth: Bluetooth
applet icon is grayed out, says bluetooth is turned on, but Bluetooth
Preferences window has only a large button for turning on Bluetooth.
Workaround of restarting bluetoothd works.

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

Title:
  Bluetooth doesn't work in Ubuntu 11.04

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


[Bug 548415] Re: Shutdown timer no longer appears

2010-08-25 Thread June Oh
I too would be very grateful for the revival of this feature.
I lost my laptop's battery last night because I forgot to press 'Yes' on the 
shutdown prompt.. so it stayed running until it's battery became critically low.
My other OS, Windows 7 turns off automatically after I press shutdown, without 
any prompts.

I believe it would be more 'morally correct' to let users decide on this
feature in the on the power options.

-- 
Shutdown timer no longer appears
https://bugs.launchpad.net/bugs/548415
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 623804] [NEW] Enable users to configure on the previous 'shutdown timer' feature

2010-08-25 Thread June Oh
Public bug reported:

Binary package hint: indicator-session

The automatic 'shutdown timer' feature on the shutdown prompt has been
excluded in Lucid, in favor for a faster shutdown time.

However, although this was through decision, apparently there are quite
a lot of users from previous versions of Ubuntu and other OSs who miss
this feature and want it back. (Reference to the comments on Bug #548415
: https://bugs.launchpad.net/ubuntu/+source/indicator-
session/+bug/548415?comments=all )

I believe Lucid can save shutdown time AND still preserve user's range
of selection by adding a configuration for automatic shutdown timer on
the current power options.

** Affects: indicator-session (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Enable users to configure on the previous 'shutdown timer' feature
https://bugs.launchpad.net/bugs/623804
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 533394] Re: Evince displays some summation symbols incorrectly in pdfs

2010-06-17 Thread Sang Oh
I can confirm that 10.04 has the same problem.

This pdf :
http://jmlr.csail.mit.edu/papers/volume9/banerjee08a/banerjee08a.pdf

Shows up like this :
http://img97.imageshack.us/img97/1914/screenshotbanerjeemodel.png

Other symbols are wrong too, infinity symbol for example.

-- 
Evince displays some summation symbols incorrectly in pdfs
https://bugs.launchpad.net/bugs/533394
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 546688] Re: gnome/metacity full screen problem

2010-04-06 Thread oh
I confirm this bug, it seems that the .. hm, window manager, which I
imagine translates the key press into do fullscreen, simply pushes the
key press onto the windows.  For example, running top in an xterm I
get unknown command when I press my configured  fullscreen key
combination while normally top would not see a keypress and the window
would be put into fullscreen mode (not maximized, but covering the
entire xinerama screen).

-- 
gnome/metacity full screen problem
https://bugs.launchpad.net/bugs/546688
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 401028] Re: telepathy-butterfly crashed with TypeError in b64decode()

2009-09-30 Thread oh
This happens to me several times per day.  Seems easy to fix, please do
:)

-- 
telepathy-butterfly crashed with TypeError in b64decode()
https://bugs.launchpad.net/bugs/401028
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 436023] Re: Xorg crashed with SIGSEGV in EvdevMBEmuBlockHandler()

2009-09-24 Thread oh

** Attachment added: BootDmesg.txt
   http://launchpadlibrarian.net/32378977/BootDmesg.txt

** Attachment added: CurrentDmesg.txt
   http://launchpadlibrarian.net/32378978/CurrentDmesg.txt

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/32378979/Dependencies.txt

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/32378980/Disassembly.txt

** Attachment added: GdmLog.txt
   http://launchpadlibrarian.net/32378981/GdmLog.txt

** Attachment added: GdmLogOld.txt
   http://launchpadlibrarian.net/32378982/GdmLogOld.txt

** Attachment added: Lspci.txt
   http://launchpadlibrarian.net/32378983/Lspci.txt

** Attachment added: Lsusb.txt
   http://launchpadlibrarian.net/32378984/Lsusb.txt

** Attachment added: PciDisplay.txt
   http://launchpadlibrarian.net/32378985/PciDisplay.txt

** Attachment added: ProcCpuinfo.txt
   http://launchpadlibrarian.net/32378986/ProcCpuinfo.txt

** Attachment added: ProcInterrupts.txt
   http://launchpadlibrarian.net/32378987/ProcInterrupts.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/32378988/ProcMaps.txt

** Attachment added: ProcModules.txt
   http://launchpadlibrarian.net/32378989/ProcModules.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/32378990/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/32378991/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/32378992/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/32378993/ThreadStacktrace.txt

** Attachment added: UdevDb.txt
   http://launchpadlibrarian.net/32378994/UdevDb.txt

** Attachment added: UdevLog.txt
   http://launchpadlibrarian.net/32378998/UdevLog.txt

** Attachment added: XorgConf.txt
   http://launchpadlibrarian.net/32378999/XorgConf.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/32379000/XorgLog.txt

** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/32379001/XorgLogOld.txt

** Attachment added: Xrandr.txt
   http://launchpadlibrarian.net/32379002/Xrandr.txt

** Attachment added: glxinfo.txt
   http://launchpadlibrarian.net/32379003/glxinfo.txt

** Attachment added: setxkbmap.txt
   http://launchpadlibrarian.net/32379004/setxkbmap.txt

** Attachment added: xdpyinfo.txt
   http://launchpadlibrarian.net/32379005/xdpyinfo.txt

** Attachment added: xkbcomp.txt
   http://launchpadlibrarian.net/32379006/xkbcomp.txt

-- 
Xorg crashed with SIGSEGV in EvdevMBEmuBlockHandler()
https://bugs.launchpad.net/bugs/436023
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 436023] [NEW] Xorg crashed with SIGSEGV in EvdevMBEmuBlockHandler()

2009-09-24 Thread oh
Public bug reported:

Xorg has crashed twice for me in the last two days, I am submitting the
detailed report for the last crash.

AFAIK I was doing nothing in particular on both occations.  I may have
been moving the mouse.

The last time it crashed I had recently (5secs ago) used padevchooser to
select a new default pulseaudio server.  I doubt it is related to
pulseaudio, though.

If Xorg keeps crashing it is definitely a showstopper for Karmic though.
Please have a look at my attached files.

ProblemType: Crash
Architecture: amd64
CrashCounter: 1
Date: Thu Sep 24 18:17:16 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/Xorg
MachineType: System manufacturer System Product Name
NonfreeKernelModules: nvidia
Package: xserver-xorg-core 2:1.6.3-1ubuntu6
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.31-10-generic 
root=UUID=574f4ca3-ad94-4abb-9dc6-202712f37615 ro quiet splash
ProcCmdline: /usr/bin/X :0 -br -verbose -auth 
/var/run/gdm/auth-for-gdm-KZSv4y/database -nolisten tcp
ProcEnviron:
 LANG=en_US.UTF-8
 PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.31-10.32-generic
RelatedPackageVersions:
 xserver-xorg 1:7.4+3ubuntu5
 libgl1-mesa-glx 7.6.0~git20090817.7c422387-0ubuntu5
 libdrm2 2.4.13-1ubuntu1
 xserver-xorg-video-intel 2:2.8.1-1ubuntu1
 xserver-xorg-video-ati 1:6.12.99+git20090825.fc74e119-0ubuntu2
SegvAnalysis:
 Segfault happened at: 0x7fcbaf090eca EvdevMBEmuBlockHandler+26:  cmpb   
$0x0,0x299(%rax)
 PC (0x7fcbaf090eca) ok
 source $0x0 ok
 destination 0x299(%rax) (0x5d0d0299) not located in a known VMA region 
(needed writable region)!
SegvReason: writing unknown VMA
Signal: 11
SourcePackage: xorg-server
StacktraceTop:
 EvdevMBEmuBlockHandler ()
 BlockHandler ()
 WaitForSomething ()
 Dispatch ()
 main ()
Title: Xorg crashed with SIGSEGV in EvdevMBEmuBlockHandler()
Uname: Linux 2.6.31-10-generic x86_64
UserGroups:
 
dmi.bios.date: 04/24/2009
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 0406
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: P6T DELUXE V2
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev 1.xx
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr0406:bd04/24/2009:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnP6TDELUXEV2:rvrRev1.xx:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.name: System Product Name
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
fglrx: Not loaded
system:
 distro: Ubuntu
 architecture:   x86_64kernel: 2.6.31-10-generic

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


** Tags: amd64 apport-crash

-- 
Xorg crashed with SIGSEGV in EvdevMBEmuBlockHandler()
https://bugs.launchpad.net/bugs/436023
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 405599] Re: performous crashed with SIGSEGV in raise()

2009-07-27 Thread oh

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/29591890/Dependencies.txt

** Attachment added: Disassembly.txt
   http://launchpadlibrarian.net/29591901/Disassembly.txt

** Attachment added: ProcMaps.txt
   http://launchpadlibrarian.net/29591909/ProcMaps.txt

** Attachment added: ProcStatus.txt
   http://launchpadlibrarian.net/29591917/ProcStatus.txt

** Attachment added: Registers.txt
   http://launchpadlibrarian.net/29591929/Registers.txt

** Attachment added: Stacktrace.txt
   http://launchpadlibrarian.net/29591937/Stacktrace.txt

** Attachment added: ThreadStacktrace.txt
   http://launchpadlibrarian.net/29591944/ThreadStacktrace.txt

-- 
performous crashed with SIGSEGV in raise()
https://bugs.launchpad.net/bugs/405599
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 405599] [NEW] performous crashed with SIGSEGV in raise()

2009-07-27 Thread oh
Public bug reported:

Binary package hint: performous

$ performous 
 Playing with alsa
-!- alsa::hw_config::set: snd_pcm_hw_params_set_access failed: Invalid argument
 Playing with jack
-!- Unable to register JACK client (jackd not running or name 
libda_jack_playback already used?)
 Playing with pa19
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
-!- Invalid PortAudio device number
 Playing with pulse
 Scanning /home/oystein/.ultrastar/songs/
  /home/oystein/.ultrastar/songs/Aerosmith - Dont want to miss a thing/  FAIL
aerosmith.txt line 43: Note overlaps with earlier notes
  /home/oystein/.ultrastar/songs/3 Doors down - when im gone/FAIL
gone.txt line 157: Note overlaps with earlier notes
  /home/oystein/.ultrastar/songs/Backstreet Boys - I Wan't it that Way/   
Recording from alsa
  /home/oystein/.ultrastar/songs/Anastacia - One Day In Your Life/   FAIL
Anastacia - One Day In Your Life.txt line 330: Note overlaps with earlier 
notes
  /home/oystein/.ultrastar/songs/Anastacia - Sick and Tired/ -!- 
alsa::hw_config::set: snd_pcm_hw_params_set_access failed: Invalid argument
 Recording from gst
  /home/oystein/.ultrastar/songs/Barry Manilo - Mandy/   FAIL
Barry Manilow - Mandy.txt line 264: Note overlaps with earlier notes
42 songs loaded
 Not scanning: /usr/local/share/games/ultrastar/songs/ (no such directory)
 Not scanning: /usr/local/share/ultrastar/songs/ (no such directory)
 Scanning /usr/share/games/ultrastar/songs/
 Not scanning: /usr/share/ultrastar/songs/ (no such directory)
Input #0, ogg, from '/usr/share/games/performous/themes/lima/menu.ogg':
  Duration: 00:02:06.04, start: 0.00, bitrate: 112 kb/s
Stream #0.0: Audio: vorbis, 44100 Hz, stereo, s16, 112 kb/s
Resampling audio from 2 channel(s) at 44100Hz to 2 channels at 48000Hz
performous: /usr/include/boost/ptr_container/ptr_sequence_adapter.hpp:297: 
typename 
boost::ptr_container_detail::reversible_ptr_containerboost::ptr_container_detail::sequence_configT,
 VoidPtrSeq, CloneAllocator::reference boost::ptr_sequence_adapterT, 
VoidPtrSeq, CloneAllocator::front() [with T = AudioFrame, VoidPtrSeq = 
std::dequevoid*, std::allocatorvoid* , CloneAllocator = 
boost::heap_clone_allocator]: Assertion `!this-empty()  accessing 'front()' 
on empty container' failed.
Aborted (core dumped)

ProblemType: Crash
Architecture: amd64
CrashCounter: 1
Date: Tue Jul 28 03:52:47 2009
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/games/performous
Package: performous 0.3.0-3
ProcCmdline: performous
ProcEnviron:
 SHELL=/bin/bash
 PATH=(custom, user)
 LANG=en_US.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-4.22-generic
SegvAnalysis:
 Segfault happened at: 0x7f85e71917f4 
_ZN5boost6detail23get_current_thread_dataEv+4: callq  0x7f85e71916e0
 PC (0x7f85e71917f4) ok
 source 0x7f85e71916e0 (0x7f85e71916e0) ok
 Reason could not be automatically determined.
Signal: 11
SourcePackage: performous
StacktraceTop:
 raise () from /lib/libc.so.6
 abort () from /lib/libc.so.6
 usng_ffmpeg_crash_hack ()
 signal handler called
 raise () from /lib/libc.so.6
Title: performous crashed with SIGSEGV in raise()
Uname: Linux 2.6.31-4-generic x86_64
UserGroups: adm admin cdrom dialout fuse lpadmin plugdev sambashare video

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


** Tags: amd64 apport-crash

-- 
performous crashed with SIGSEGV in raise()
https://bugs.launchpad.net/bugs/405599
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 343225] Re: [i945gm] Login window garbage/freeze/crash when enabling UXA (UXA bug)

2009-05-13 Thread oh
What lp bug# is relevant for the opengl performance issue, then?  It is
basically unusable for me at this point.

-- 
[i945gm] Login window garbage/freeze/crash when enabling UXA (UXA bug)
https://bugs.launchpad.net/bugs/343225
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 343225] Re: [i945gm] Login window garbage/freeze/crash when enabling UXA (UXA bug)

2009-05-12 Thread oh
I tried the 2.7.0 driver from
https://edge.launchpad.net/~ubuntu-x-swat/+archive/x-updates/ as
suggested by Bryce, on my Lenovo X60.

Commented out the virtual line, and added the accelmethod uxa line, in
xorg.conf, then rebooted to clear everything.

I now seem to be running UXA for the first time on my X60.  Wohoo!

A big disappointment though, is that opengl seems to be just as slow as
it used to be.  glxgears full screen reports ~23fps (50hz screen rate
configured via xrandr).

See attached xorg.0.log from my running sessions.  There is an error or
two in there, as well as a strange physical screen size or something.
Please give it to anyone who can help!


** Attachment added: xorg.log from lenovo x60 with 2.7 drivers running uxa
   http://launchpadlibrarian.net/26640389/Xorg.0.log

-- 
[i945gm] Login window garbage/freeze/crash when enabling UXA (UXA bug)
https://bugs.launchpad.net/bugs/343225
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 343225] Re: [i945gm] Login window garbage/freeze/crash when enabling UXA (UXA bug)

2009-05-12 Thread oh
I also get these probably related kernel messages in dmesg:

[  124.467659] [drm:i915_getparam] *ERROR* Unknown parameter 6
[  132.634842] [drm:i915_getparam] *ERROR* Unknown parameter 6

This is on jaunty kernel:

Linux lappulf 2.6.28-12-generic #43-Ubuntu SMP Fri May 1 19:31:32 UTC
2009 x86_64 GNU/Linux

-- 
[i945gm] Login window garbage/freeze/crash when enabling UXA (UXA bug)
https://bugs.launchpad.net/bugs/343225
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 343225] Re: [i945gm] Login window garbage/freeze/crash when enabling UXA (UXA bug)

2009-05-03 Thread oh
xserver-xorg-video-intel 2:2.6.3-0ubuntu9 here, still does not work.

-- 
[i945gm] Login window garbage/freeze/crash when enabling UXA (UXA bug)
https://bugs.launchpad.net/bugs/343225
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 199497] Re: [needs-packaging] python-ogre

2009-04-29 Thread oh
me-too!

-- 
[needs-packaging] python-ogre
https://bugs.launchpad.net/bugs/199497
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 343225] Re: Login window garbage/freeze/crash when enabling UXA (UXA)

2009-03-15 Thread oh

** Attachment added: Dependencies.txt
   http://launchpadlibrarian.net/23883045/Dependencies.txt

** Attachment added: LsHal.txt
   http://launchpadlibrarian.net/23883046/LsHal.txt

** Attachment added: LsMod.txt
   http://launchpadlibrarian.net/23883047/LsMod.txt

** Attachment added: LsPci.txt
   http://launchpadlibrarian.net/23883048/LsPci.txt

** Attachment added: XorgConf.txt
   http://launchpadlibrarian.net/23883049/XorgConf.txt

** Attachment added: XorgLog.txt
   http://launchpadlibrarian.net/23883050/XorgLog.txt

** Attachment added: XorgLogOld.txt
   http://launchpadlibrarian.net/23883051/XorgLogOld.txt

** Attachment added: system.txt
   http://launchpadlibrarian.net/23883052/system.txt

-- 
Login window garbage/freeze/crash when enabling UXA (UXA)
https://bugs.launchpad.net/bugs/343225
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 343225] [NEW] Login window garbage/freeze/crash when enabling UXA (UXA)

2009-03-15 Thread oh
Public bug reported:

Binary package hint: xserver-xorg-video-intel

I read on X/UxaTesting that we are encouraged to send reports using
ubuntu-bug.  Here is mine.  I put AccelMethod UXA in the device section
of my xorg.conf.  This is on a lenovo x60 laptop.  The old x log file
shows uxa being used.

9.04 alpha, fully updated before trying this.

Symptoms: After fresh reboot with UXA enabled, the login screen is garbled, I 
can see where the username input field should be but it is completely garbled 
and restarts within about 5-10 seconds.  
This happens ad infinitum.

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
Package: xserver-xorg-video-intel 2:2.6.1-1ubuntu4
ProcEnviron:
 PATH=(custom, user)
 LANG=en_US.UTF-8
 SHELL=/bin/bash
ProcVersion: Linux version 2.6.28-9-generic (bui...@crested) (gcc version 4.3.3 
(Ubuntu 4.3.3-5ubuntu2) ) #31-Ubuntu SMP Wed Mar 11 15:43:49 UTC 2009
SourcePackage: xserver-xorg-video-intel
Uname: Linux 2.6.28-9-generic x86_64

** Affects: xserver-xorg-video-intel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
Login window garbage/freeze/crash when enabling UXA (UXA)
https://bugs.launchpad.net/bugs/343225
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 295536] Re: cups-pdf fails bad status reported and no pdf created

2008-12-09 Thread oh
confirm same problem here, intrepid.

My ~/PDF/ is empty.

Printing a test page to the PDF printer via localhost:631, gives me this
new file:

$ find /var/spool/cups-pdf/
/var/spool/cups-pdf/
/var/spool/cups-pdf/SPOOL
/var/spool/cups-pdf/ANONYMOUS
/var/spool/cups-pdf/ANONYMOUS/Test_Page.pdf

$ lpr -P PDF /etc/passwd

.. gives no error message, but the logs show the following:

Dec 10 04:25:45 citrus kernel: [1080014.940324] type=1503 
audit(1228879545.448:28): operation=inode_permission requested_mask=::rw 
denied_mask=::rw fsuid=1000 name=/dev/tty pid=1423 
profile=/usr/lib/cups/backend/cups-pdf
Dec 10 04:25:45 citrus kernel: [1080014.971054] type=1503 
audit(1228879545.476:29): operation=inode_create requested_mask=a:: 
denied_mask=a:: fsuid=1000 name=/export/1/home/oystein/PDF/passwd.pdf 
pid=1423 profile=/usr/lib/cups/backend/cups-pdf

$ sudo less cups-pdf_log 
Wed Dec 10 04:25:45 2008  [ERROR] failed to set file mode for PDF file (non 
fatal) (/home/oystein/PDF/passwd.pdf)

access_log:
localhost - - [10/Dec/2008:04:25:45 +0100] POST / HTTP/1.1 200 419 
CUPS-Get-Printers successful-ok
localhost - - [10/Dec/2008:04:25:45 +0100] POST / HTTP/1.1 200 419 
CUPS-Get-Classes successful-ok
localhost - - [10/Dec/2008:04:25:45 +0100] POST / HTTP/1.1 200 75 
CUPS-Get-Default successful-ok
localhost - - [10/Dec/2008:04:25:45 +0100] POST /printers/PDF HTTP/1.1 200 
2649 Print-Job successful-ok
localhost - - [10/Dec/2008:04:25:45 +0100] POST / HTTP/1.1 200 188 
Get-Notifications successful-ok
localhost - - [10/Dec/2008:04:25:45 +0100] POST / HTTP/1.1 200 112 
Get-Job-Attributes successful-ok

Nothing relevant in page_log or error_log.

I need to print-to-pdf, help!! :)

-- 
cups-pdf fails bad status reported and no pdf created
https://bugs.launchpad.net/bugs/295536
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 296325] Re: java applet crashes on loading dbs.com login page

2008-11-10 Thread Oh WS

** Attachment added: DpkgTerminalLog.txt
   http://launchpadlibrarian.net/19537279/DpkgTerminalLog.txt

-- 
java applet crashes on loading dbs.com login page
https://bugs.launchpad.net/bugs/296325
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 296325] [NEW] java applet crashes on loading dbs.com login page

2008-11-10 Thread Oh WS
Public bug reported:

goes to  www.dbs.com login page, while loading the applet, crashes
occur.

ProblemType: Package
Architecture: i386
Dependencies:
 
DistroRelease: Ubuntu 8.10
ErrorMessage: subprocess pre-installation script returned error exit status 1
Package: sun-java6-jre None [modified: /var/lib/dpkg/info/sun-java6-jre.list]
PackageArchitecture: all
SourcePackage: sun-java6
Title: package sun-java6-jre None [modified: 
/var/lib/dpkg/info/sun-java6-jre.list] failed to install/upgrade: subprocess 
pre-installation script returned error exit status 1
Uname: Linux 2.6.27-7-generic i686

** Affects: sun-java6 (Ubuntu)
 Importance: Undecided
 Status: Invalid


** Tags: apport-package

-- 
java applet crashes on loading dbs.com login page
https://bugs.launchpad.net/bugs/296325
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 261400] Re: trackpoint scrolling is not working

2008-09-22 Thread oh
I also get the  TTPS/2 message in my xorg log.  If changing EWB to 2 is
the solution here, how to do it? :)

-- 
trackpoint scrolling is not working
https://bugs.launchpad.net/bugs/261400
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 261400] Re: trackpoint scrolling is not working

2008-09-07 Thread oh
I just want to confirm that my trackpoint middle-button y+x scrolling
stopped working some time ago, while following intrepid via apt.

This is  _very_ annoying and afaics a serious regression as another
poster noted.

More detailed pointers as to exactly what the problem is, and what needs
to be done to fix it, would be appreciated.

-- 
trackpoint scrolling is not working
https://bugs.launchpad.net/bugs/261400
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 245888] Re: Intrepid, on latest updates (mesa updates - 7.1~rc1-0ubuntu1), compiz no longer works and gives white screen on login

2008-07-08 Thread oh
I'm seeing the same horrendous problems as Vikrand; I updated my
intrepid ~30 mins ago and sudddenly X stopped working - I get the
greeter application crashing message, and I can't log in.

As suggested by Vikras I can sneak myself in by setting AutomaticLogin
in gdm.conf.  However, this uses the failsafe X server so is dead slow,
and additionally gnome-panel will not start, so my desktop is quite
unusable.

I will try to upload my xorg.log of the failing session, but last I
tried firefox crashes when my desktop is in this state.

Some perhaps-helpful information:

* BACKTRACE FROM XORG.0.LOG FILE:
(II) intel(0): Setting screen physical size to 246 x 184

Backtrace:
0: X(xf86SigHandler+0x65) [0x47ff25]
1: /lib/libc.so.6 [0x7f1bf11ef120]
2: /usr/lib/xorg/modules//libfb.so(fbSolid+0x290) [0x7f1beed60540]
3: /usr/lib/xorg/modules//libfb.so(fbFill+0x4cc) [0x7f1beed58dbc]
4: /usr/lib/xorg/modules//libfb.so(fbPolyFillRect+0x1c6) [0x7f1beed58fd6]
5: /usr/lib/xorg/modules//libexa.so(ExaCheckPolyFillRect+0x44) [0x7f1beeb41e94]
6: /usr/lib/xorg/modules//libexa.so [0x7f1beeb3d584]
7: X [0x52d5f6]
8: X(CreateDefaultStipple+0xf3) [0x45bf73]
9: X(main+0x305) [0x432de5]
10: /lib/libc.so.6(__libc_start_main+0xe6) [0x7f1bf11da466]
11: X(FontFileCompleteXLFD+0x289) [0x432319]

NOTICE the screen size stuff.

* SEGFAULT FROM GNOME-PANEL STARTED UNDER GDB:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f1b3675d780 (LWP 23939)]
0x0045e96e in panel_multiscreen_width ()

* MESSAGE FROM FIREFOX APPEARING ON MY CONSOLE:
  (firefox:23288): Gdk-CRITICAL **: get_monitor: assertion 
`monitor_num  screen_x11-n_monitors' failed

.. all in all I suspect this might be xrandr-related?


Hope this can be fixed asap or anyone can find a proper workaround, perhaps the 
above info helps.  PS: I also tried setting INTEL_BATCH=0 in my environment, 
and I also commented out the modules in xorg.conf - to no avail.

Is there a repo called intrepid-proposed, or should I just wait for the
fixes to appear in intrepid-updates?

Hope this is helpful,
oystein

-- 
Intrepid, on latest updates (mesa updates - 7.1~rc1-0ubuntu1), compiz no longer 
works and gives white screen on login
https://bugs.launchpad.net/bugs/245888
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 245888] Re: Intrepid, on latest updates (mesa updates - 7.1~rc1-0ubuntu1), compiz no longer works and gives white screen on login

2008-07-08 Thread oh
Vikrant, what repo did you get the -ubuntu2 packages for video-
intel/i810?  I use a local mirror and changed to these lines for
-updates:

deb http://security.ubuntu.com/ubuntu/ intrepid-updates universe main 
multiverse restricted
deb-src http://security.ubuntu.com/ubuntu/ intrepid-updates universe main 
multiverse restricted

but I still don't get the updates you mention.

-- 
Intrepid, on latest updates (mesa updates - 7.1~rc1-0ubuntu1), compiz no longer 
works and gives white screen on login
https://bugs.launchpad.net/bugs/245888
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 245888] Re: Intrepid, on latest updates (mesa updates - 7.1~rc1-0ubuntu1), compiz no longer works and gives white screen on login

2008-07-08 Thread oh
I confirm that the packages mentioned fix the problem for me.  I can now
log in as usual and all is nice (except accelerated 3D, but it did not
work before this anyways).

I changed from my local mirror server in sources.list to ftp.ubuntu.com
- it had the packages.

-- 
Intrepid, on latest updates (mesa updates - 7.1~rc1-0ubuntu1), compiz no longer 
works and gives white screen on login
https://bugs.launchpad.net/bugs/245888
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 245891] Re: [Intrepid] Failed to initialize TTM buffer manager. Falling back to classic.

2008-07-06 Thread oh
I am seeing the same, upgraded to intrepid-alpha, from hardy, via 
update-manager -d today.
Of course TTM is nice, looking forward to seeing it working :)


** Changed in: xserver-xorg-video-intel (Ubuntu)
   Status: New = Confirmed

-- 
[Intrepid] Failed to initialize TTM buffer manager.  Falling back to classic. 
https://bugs.launchpad.net/bugs/245891
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 176377] Re: Frequent crashes on i915GM (Thinkpad X41) Error in I830WaitLpRing()

2008-04-02 Thread oh
Just pitching in to report that

Option ExaNoComposite true

definitely solved this problem for me (as a workaround).  I usually had
2-3 daily spontaneous X crashes as described previously in this bug,
they stopped immediately when I added this option and restarted X.

What exactly does this option turn off?  OpenGL still works nicely for
me (I develop opengl apps), but I don't run 3d effects in the window
manager.

-- 
Frequent crashes on i915GM (Thinkpad X41) Error in I830WaitLpRing()
https://bugs.launchpad.net/bugs/176377
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 176377] Re: Frequent crashes on i915GM (Thinkpad X41) Error in I830WaitLpRing()

2008-04-02 Thread oh
I forgot to say in the previous comment that I have been running
ExaNoComposite=true for over a week now, without any X crash.  Before
that 2-3 per day.

-- 
Frequent crashes on i915GM (Thinkpad X41) Error in I830WaitLpRing()
https://bugs.launchpad.net/bugs/176377
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 205019] Re: black screen randomly (hardy heron)

2008-03-23 Thread oh
*** This bug is a duplicate of bug 176377 ***
https://bugs.launchpad.net/bugs/176377

** This bug has been marked a duplicate of bug 176377
   Frequent crashes on i915GM (Thinkpad X41) Error in I830WaitLpRing()

-- 
black screen randomly (hardy heron)
https://bugs.launchpad.net/bugs/205019
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 152206] Re: Intel 965G (GMA X3000) - Video Tearing Effect Poor Performance

2008-03-11 Thread oh
Just a question wrt textured vs overlaid video- isn't textured video
the way to go for the future - tighter integration with compositing
window managers, several videos at once etc?  I'm asking since the
discussion here seems to focus on switching (back?) to overlays, which
seems to me as just masking the real problem.

I'm most interested in great 3d/opengl performance (with vsync
control/no tearing), just my few cents.

-- 
Intel 965G (GMA X3000) - Video Tearing Effect  Poor Performance
https://bugs.launchpad.net/bugs/152206
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 176377] Re: Frequent crashes on i915GM (Thinkpad X41) Error in I830WaitLpRing()

2008-03-10 Thread oh
I think I am experiencing the same bug -
* Thinkpad X60 (logs attached)
* Ubuntu Hardy updated as of today - crash happened last time yesterday
* Started happening some time in the hardy upgrade cycle
* Upon crashing, the screen flickers like on startup of X (backlight is turned 
completely off for a moment etc)
* It seems xorg is trying to restart, but won't.  Have tried killing xorg 
remotely and
restarting.  Does not work, must reboot - very annoying.
* GNOME, No desktop effects enabled
* No apparent reason for crashing, but seems to happen often when I run 
heavier OpenGL applications (tuxracer, wine/directx)
* Lightweight OpenGL applications work (my own homemade app has been running 
an entire night without crashing)
* It also happens when I (to my knowledge) do not run OpenGL at all.  I can be 
just moving the cursor reading a web page in firefox, and suddenly it crashes.  
* The caret/cursor disappears, the x server is really trying to restart.
* No artifacts on screen.  Turns black (and I can see the backlight switching 
on/off/on)
* Can not switch to text ttys with ctrl-alt-f1 after crash.  
* I CAN reboot with ctrl-alt-del, but there is nothing on screen
* Ubuntu Shutdown splash screen shows some times after ctrl-alt-del, but not 
always.

Last lines of attached Xorg.0.log.old (I believe this is the log from when xorg
tries to _restart_, not the session crashing initially, but I am not sure):

(II) intel(0): 0x007bf000:end of stolen memory
(II) intel(0): 0x0080-0x00bf: front buffer (4096 kB) X tiled
(II) intel(0): 0x00c0-0x017f: exa offscreen (12288 kB)
(II) intel(0): 0x0180-0x01bf: back buffer (4096 kB) X tiled
(II) intel(0): 0x01c0-0x01ff: depth buffer (4096 kB) X tiled
(II) intel(0): 0x0200-0x03ff: classic textures (32768 kB)
(II) intel(0): 0x1000:end of aperture
(WW) intel(0): PRB0_CTL (0x0001f001) indicates ring buffer enabled
(WW) intel(0): PRB0_HEAD (0xac4167fc) and PRB0_TAIL (0x00016808) indicate ring 
buffer not flushed
(WW) intel(0): Existing errors found in hardware state.


** Attachment added: This is the x server trying to restart after a crash I 
think.
   http://launchpadlibrarian.net/12537130/Xorg.0.log.old

-- 
Frequent crashes on i915GM (Thinkpad X41) Error in I830WaitLpRing()
https://bugs.launchpad.net/bugs/176377
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 197722] Re: [Hardy, intel-video-driver] X Crashes frecuently and system freezes (i915)

2008-03-10 Thread oh
I think this bug is a duplicate of Bug #176377, so I have added my
comments in the other bug.  I experience the same annoying crash
problems.

-- 
[Hardy, intel-video-driver] X Crashes frecuently and system freezes (i915)
https://bugs.launchpad.net/bugs/197722
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 176377] Re: Frequent crashes on i915GM (Thinkpad X41) Error in I830WaitLpRing()

2008-03-10 Thread oh
Attached is lspci -vvvn, related to my bug report in the previous
comment.

Also, I think Bug #197722 might be a duplicate of this.  His xorg log
shows the same error as mine.  Although I believe this should be the
master bug.


** Attachment added: lspci-vvvn.txt
   http://launchpadlibrarian.net/12537141/lspci-vvvn.txt

-- 
Frequent crashes on i915GM (Thinkpad X41) Error in I830WaitLpRing()
https://bugs.launchpad.net/bugs/176377
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 106957] Re: Systemtap should require kernel debug information

2008-02-14 Thread oh
I am unable to resolve module functions with systemtap, like:

probe module(hidp).function(hidp_input_report) {

fails with:

WARNING: cannot find module hidp debuginfo: No DWARF information found
..etc.

I have linux-image-debug installed, but it only contains the _kernel_
with debug info, not the _modules_, it seems.  Am I off base here, or
are the modules with DWARF information simply .. not available in
ubuntu?

-- 
Systemtap should require kernel debug information
https://bugs.launchpad.net/bugs/106957
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 152206] Re: Intel 965G (GMA X3000) - Video Tearing Effect Poor Performance

2008-01-30 Thread oh
Running hardy here, with what seems to be 2.2:

(II) Loading /usr/lib/xorg/modules/drivers//intel_drv.so
(II) Module intel: vendor=X.Org Foundation
compiled for 1.4.0.90, module version = 2.2.0

I see tearing when moving windows with alt-left-mouse in X (not using
compiz).  I am not sure if X is supposed to be synced to vsync though.

I also see tearing with OGRE 3d applications (www.ogre3d.org), even if I
explicitly enable vsync.

Not sure if this report is relevant, but I'd love to find a way to do
vsync properly in my applications on this laptop.

-- 
Intel 965G (GMA X3000) - Video Tearing Effect  Poor Performance
https://bugs.launchpad.net/bugs/152206
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 180854] Re: Cannot install flash in Ubuntu Hardy 64 bit

2008-01-14 Thread oh
I confirm the bug.  Downgrading ia32-libs fixed flash.  However, it will
auto-upgrade to newest ia32-libs again on next apt upgrade for me, so I
will need to do this every time or make an exception for ia32-libs.  On
a side note, how does one make such exceptions these days?

-- 
Cannot install flash in Ubuntu Hardy 64 bit
https://bugs.launchpad.net/bugs/180854
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 153196] Re: does not start on amd64

2008-01-09 Thread oh
Confirmed.  Same thing happens here.

Linux lappulf 2.6.24-3-generic #1 SMP Thu Jan 3 22:50:33 UTC 2008 x86_64
GNU/Linux

pulseaudio 0.9.8

Distributor ID: Ubuntu
Description:Ubuntu hardy (development branch)
Release:8.04
Codename:   hardy


$ ultrastarng 
Using /usr/share/games/ultrastar-ng//songs as default songs directory
ultrastarng: pcm_params.c:2351: sndrv_pcm_hw_params: Assertion `err = 0' 
failed.
Aborted (core dumped)

open(/dev/urandom, O_RDONLY)  = 18
read(18, \xc1\x0b\xb7\xc9, 4) = 4
close(18)   = 0
open(/dev/shm/pulse-shm-3384216513, O_RDWR|O_CREAT|O_EXCL|O_NOFOLLOW|0x8, 
0400) = 18
ftruncate(18, 2097192)  = 0
mmap(NULL, 2097192, PROT_READ|PROT_WRITE, MAP_SHARED, 18, 0) = 0x2aeaf000
close(18)   = 0
uname({sys=Linux, node=lappulf, ...}) = 0
socket(PF_FILE, SOCK_STREAM, 0) = 18
fcntl(18, F_GETFD)  = 0
fcntl(18, F_SETFD, FD_CLOEXEC)  = 0
setsockopt(18, SOL_SOCKET, SO_PRIORITY, [6], 4) = 0
fcntl(18, F_GETFL)  = 0x2 (flags O_RDWR)
fcntl(18, F_SETFL, O_RDWR|O_NONBLOCK)   = 0
connect(18, {sa_family=AF_FILE, path=/tmp/pulse-oystein/native}, 110) = 0
sendto(17, W, 1, MSG_NOSIGNAL, NULL, 0) = -1 ENOTSOCK (Socket operation on 
non-socket)
write(17, W, 1)   = 1
write(17, W, 1)   = 1
futex(0x847770, 0x7 /* FUTEX_??? */, 47103531211176) = 0
futex(0x8477a4, 0x80 /* FUTEX_??? */, 1) = 0
futex(0x847770, 0x7 /* FUTEX_??? */, 47103531211176) = 0
write(2, ultrastarng: pcm_params.c:2351: ..., 82ultrastarng: 
pcm_params.c:2351: sndrv_pcm_hw_params: Assertion `err = 0' failed.

ultrastarng: pcm_params.c:2351: sndrv_pcm_hw_params: Assertion `err =
0' failed.

Program received signal SIGABRT, Aborted.
[Switching to Thread 0x2b33d623b3a0 (LWP 2555)]
0x2b33d2a6d095 in raise () from /lib/libc.so.6
(gdb) bt
#0  0x2b33d2a6d095 in raise () from /lib/libc.so.6
#1  0x2b33d2a6eaf0 in abort () from /lib/libc.so.6
#2  0x2b33d2a663df in __assert_fail () from /lib/libc.so.6
#3  0x2b33d0349bf5 in ?? () from /usr/lib/libasound.so.2
#4  0x2b33d0345013 in snd_pcm_hw_params () from /usr/lib/libasound.so.2
#5  0x00405ef1 in ?? ()
#6  0x004045dd in ?? ()
#7  0x2b33d2a591c4 in __libc_start_main () from /lib/libc.so.6
#8  0x00404009 in ?? ()
#9  0x7fffdb4d6ab8 in ?? ()
#10 0x in ?? ()
(gdb) 


** Changed in: ultrastar-ng (Ubuntu)
   Status: New = Confirmed

-- 
does not start on amd64
https://bugs.launchpad.net/bugs/153196
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 180169] Re: [hardy] /dev missing some entries, others have wrong permissions

2008-01-03 Thread oh
I confirm 660 permissions on /dev/{null,zero} and lots of other devices
which should be accessible by my user.  Also /dev/input/mice is gone and
i needed to symlink it.  This happened about a week ago after dist-
upgrade from gutsy.  This is a killer bug and I still haven't found the
solution.

** Changed in: udev (Ubuntu)
   Status: New = Confirmed

-- 
[hardy] /dev missing some entries, others have wrong permissions
https://bugs.launchpad.net/bugs/180169
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 180169] Re: [hardy] /dev missing some entries, others have wrong permissions

2008-01-03 Thread oh
After reading this thread
http://ubuntuforums.org/showthread.php?t=613758page=2, the problem was
solved for me.  I suspect removing libsane-extras (and its according
udev rules file) was the fix.  I am not 100% sure though, as I did apt-
get update just before rebooting now since I did not have time to look
more closely into this.  Also, removing libsane-extras using apt-get
remove did not work, so I had to use dpkg --purge.  FYI, YMMV.

-- 
[hardy] /dev missing some entries, others have wrong permissions
https://bugs.launchpad.net/bugs/180169
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 153203] Re: panel wrongfully appears on top of fullscreen windows when switching workspaces

2007-10-24 Thread oh
** Changed in: compiz (Ubuntu)
   Status: New = Confirmed

-- 
panel wrongfully appears on top of fullscreen windows when switching workspaces
https://bugs.launchpad.net/bugs/153203
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 153204] Re: flickering and strangeness in full screen mode firefox while interacting with input fields

2007-10-22 Thread oh
Tonight I had some friends over and I demonstrated the nice new 3d
desktop in gutsy.  They were terribly annoyed by the artifacts described
in this bug.  So I made a video of my desktop exhibiting the bug:

http://u.no.net/lnl

.. In this video I am using several pull-down menus which you do not see
properly.  You will notice very annoying screen flickerings.  They show
exactly how it looks on my desktop, except for the poor frame-rate, and
also due to the poor frame rate I believe some of the most annoying
effects were hidden from the video file.  But never the less, I hope
this gives some more insight!

-- 
flickering and strangeness in full screen mode firefox while interacting with 
input fields
https://bugs.launchpad.net/bugs/153204
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 153206] Re: mouse response sluggish in fullscreen firefox

2007-10-17 Thread oh
This is related to bug #153202 in that _focused_ full screen instances
of firefox (which exhibit bug #153202) are _not_ affected by this bug.

Also, this bug does not affect xterms whether they are focused or not.
Firefox is the only application I have noticed this with.

-- 
mouse response sluggish in fullscreen firefox
https://bugs.launchpad.net/bugs/153206
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 153203] panel wrongfully appears on top of fullscreen windows when switching workspaces

2007-10-16 Thread oh
Public bug reported:

Binary package hint: compiz

When switching _TO_ a workspace with a fullscreen window, if you are
switching FROM a workspace where the panel is visible AND any window in
that workspace is focused, the panel will not disappear and it will
overlap the window which is supposed to be fullscreen on the panel you
are switching TO. The panels do not go away from the fullscreen
workspace until the fullscreen window is manually clicked/focused.
REPRODUCE: fullscreen xterm on workspace 1, move ot workspace 2, click
on panel, move to workspace 1 and see panel where it should not be
visible.

This is gutsy, updated/upgraded via apt-get yesterday, running on a
lenovo thinkpad x60 w/intel 945 graphics.  OpenGL programs work nicely
on this machine, with compiz they are somewhat slower.  I run the normal
X server, not Xgl, since when I enable Xgl everything except panning
between workspaces gets very slow (wobbling, for instance).

I have enabled extra desktop effects - wobbling, panning workspace
switching (not the cube). I run many workspaces and switch between them
with ctrl-f1, ctrl-f2 etc.

I usually dedicate some workspaces to running applications in full-
screen (not maximized, but full-screen) mode - an xterm for irc on one
workspace, a fullscreen firefox on another, etc. Normally I have a
desktop shortcut (shift-ctrl-enter) to toggle fullscreen, so i use it a
lot.

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

-- 
panel wrongfully appears on top of fullscreen windows when switching workspaces
https://bugs.launchpad.net/bugs/153203
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 153202] compiz workspace panning animation does not fade properly when switching to workspace with fullscreen focused window

2007-10-16 Thread oh
Public bug reported:

Binary package hint: compiz

When running a window in fullscreen mode, the workspace switcher
animation (in the middle of the screen) does not fade properly when
switching _TO_ a currently focused fullscreen window. It disappears when
it should start to fade down. REPRODUCE: Open one fullscreen (not
maximized! fullscreen!) each on workspace 1 and 2. click or otherwise
focus the xterm in workspace 1. Move from workspace 1 to workspace 2 and
watch the animation fade nicely. do not click anything. move back to
workspace 1, notice that the nice animation is gone.

This is gutsy, updated/upgraded via apt-get yesterday, running on a
lenovo thinkpad x60 w/intel 945 graphics.  OpenGL programs work nicely
on this machine, with compiz they are somewhat slower.  I run the normal
X server, not Xgl, since when I enable Xgl everything except panning
between workspaces gets very slow (wobbling, for instance).

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

-- 
compiz workspace panning animation does not fade properly when switching to 
workspace with fullscreen focused window
https://bugs.launchpad.net/bugs/153202
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 153206] mouse response sluggish in fullscreen firefox

2007-10-16 Thread oh
Public bug reported:

Binary package hint: compiz

REPRODUCE: Open fullscreen (not maximized!) firefox, go to a webpage
which fills a couple of screens vertically so you get a vertical
scrollbar. go to a text only page so that you know that the page itself
is not a resource hog. NOW: 1) use the left mouse button to click and
drag the vertical toolbar. on my system there is a ~1sec lag before the
window reacts to the mouse click at all. 2) click and hold on some text,
wiggle your mouse to select text. notice the ~1 second lag here too.
very inconvenient. switching the window out of fullscreen mode makes it
react like normal, quite instantly.

This is gutsy, updated/upgraded via apt-get yesterday, running on a
lenovo thinkpad x60 w/intel 945 graphics.  OpenGL programs work nicely
on this machine, with compiz they are somewhat slower.  I run the normal
X server, not Xgl, since when I enable Xgl everything except panning
between workspaces gets very slow (wobbling, for instance).

I have enabled extra desktop effects - wobbling, panning workspace
switching (not the cube). I run many workspaces and switch between them
with ctrl-f1, ctrl-f2 etc.

I usually dedicate some workspaces to running applications in full-
screen (not maximized, but full-screen) mode - an xterm for irc on one
workspace, a fullscreen firefox on another, etc. Normally I have a
desktop shortcut (shift-ctrl-enter) to toggle fullscreen, so i use it a
lot.

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

-- 
mouse response sluggish in fullscreen firefox
https://bugs.launchpad.net/bugs/153206
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 153205] annoying bug with alt-tab switching on a workspace with at least one fullscreen window

2007-10-16 Thread oh
Public bug reported:

Binary package hint: compiz

on workspaces with one fullscreen window and several regular windows
(possibly hidden behind the fullscreen window), pressing alt-tab to
switch windows will show a black screen when the fullscreen window is in
focus in the switcher.

This is gutsy, updated/upgraded via apt-get yesterday, running on a
lenovo thinkpad x60 w/intel 945 graphics.  OpenGL programs work nicely
on this machine, with compiz they are somewhat slower.  I run the normal
X server, not Xgl, since when I enable Xgl everything except panning
between workspaces gets very slow (wobbling, for instance).

I have enabled extra desktop effects - wobbling, panning workspace
switching (not the cube). I run many workspaces and switch between them
with ctrl-f1, ctrl-f2 etc.

I usually dedicate some workspaces to running applications in full-
screen (not maximized, but full-screen) mode - an xterm for irc on one
workspace, a fullscreen firefox on another, etc. Normally I have a
desktop shortcut (shift-ctrl-enter) to toggle fullscreen, so i use it a
lot.

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

-- 
annoying bug with alt-tab switching on a workspace with at least one fullscreen 
window
https://bugs.launchpad.net/bugs/153205
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 153204] flickering and strangeness in full screen mode firefox while interacting with input fields

2007-10-16 Thread oh
Public bug reported:

Binary package hint: compiz

Whenever a pulldown menu is activated (i dont know the right word here)
the screen flickers and the menu does not work. Sometime the entire
screen is filled with garbage momentarily. Other times a large diagonal
bar flickers over the entire screen. REPRODUCE: use the firefox search
bar to search for a couple of words starting with aa. Then move into
the search box and type an a and possibly arrow down key. this should
pop up a list of previous search terms, but instead just causes
flickering and strangeness. by moving the window out of fullscreen mode
(into maximized state only, for example) everything works nicely.

This is gutsy, updated/upgraded via apt-get yesterday, running on a
lenovo thinkpad x60 w/intel 945 graphics.  OpenGL programs work nicely
on this machine, with compiz they are somewhat slower.  I run the normal
X server, not Xgl, since when I enable Xgl everything except panning
between workspaces gets very slow (wobbling, for instance).

I have enabled extra desktop effects - wobbling, panning workspace
switching (not the cube). I run many workspaces and switch between them
with ctrl-f1, ctrl-f2 etc.

I usually dedicate some workspaces to running applications in full-
screen (not maximized, but full-screen) mode - an xterm for irc on one
workspace, a fullscreen firefox on another, etc. Normally I have a
desktop shortcut (shift-ctrl-enter) to toggle fullscreen, so i use it a
lot.

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

-- 
flickering and strangeness in full screen mode firefox while interacting with 
input fields
https://bugs.launchpad.net/bugs/153204
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 152973] Re: very annoying glitches with compiz in gutsy

2007-10-16 Thread oh
I have re-filed this report as bug #153202, bug #153203, bug #153204,
bug #153205 and bug #153206.  I hope this is better.

-- 
very annoying glitches with compiz in gutsy
https://bugs.launchpad.net/bugs/152973
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 152973] very annoying glitches with compiz in gutsy

2007-10-15 Thread oh
Public bug reported:

Binary package hint: compiz

This is gutsy, updated/upgraded via apt-get just an hour ago.  I have noticed 
several annoying glitches that I assume others have too...  This is on a lenovo 
thinkpad x60 (intel 945 graphics).
opengl works nicely without compiz.

I have enabled full desktop effects - wobbling, panning workspace
switching.  I run many workspaces and switch between them with ctrl-f1,
ctrl-f2 etc.

I usually dedicate some workspaces to running applications in full-
screen (not maximized, but full-screen) mode - an xterm for irc on one
workspace, a fullscreen firefox on another, etc.  Normally I have a
desktop shortcut (shift-ctrl-enter) to toggle fullscreen, so i use it a
lot.

1. When running a window in fullscreen mode, the workspace switcher
animation (in the middle of the screen) does not fade properly when
switching _TO_ a currently focused fullscreen window.  It disappears
when it should start to fade down.  REPRODUCE: Open one fullscreen (not
maximized!  fullscreen!) each on workspace 1 and 2.  click or otherwise
focus the xterm in workspace 1.  Move from workspace 1 to workspace 2
and watch the animation fade nicely.  do not click anything.  move back
to workspace 1, notice that the nice animation is gone.

2. When switching _TO_ a fullscreen window on a workspace, if a PANEL is
currently in focus, the panel will not disappear and it will overlap the
window which is supposed to be fullscreen.  The panels do not go away
from the fullscreen workspace until the fullscreen window is manually
clicked/focused.  REPRODUCE: fullscreen xterm on workspace 1, move ot
workspace 2, click on panel, move to workspace 1 and see panel where it
should not be visible.

3. flickering and strangeness in firefox while interacting with input fields, 
in full screen mode.  
Whenever a pulldown menu is activated (i dont know the right word here) the 
screen flickers and the menu does not work.  Sometime the entire screen is 
filled with garbage momentarily.  Other times a large diagonal bar flickers 
over the entire screen.  REPRODUCE: use the firefox search bar to search for a 
couple of words starting with aa.  Then move into the search box and type an 
a and possibly arrow down key.  this should pop up a list of previous search 
terms, but instead just causes flickering and strangeness.  by moving the 
window out of fullscreen mode (into maximized state only, for example) 
everything works nicely.

4. alt-tab interaction with fullscreen windows: on workspaces with one
fullscreen window and several regular windows (possibly hidden behind
the fullscreen window), pressing alt-tab to switch windows will show a
black screen when the fullscreen window is in focus in the switcher.

5. Playing a video stream with vlc, or watching a web page with many
flash movies on it, uses _a lot_ of resources.  The strange thing about
vlc is that when i open a video stream, fullscreen it and watch it, it
works flawlessly (except for high cpu).  but there are no skips.
however, if i switch _away_ from the fullscreen video window, to another
workspace, the system quickly gets sluggish and i must stop vlc and
restart it to fix it.  it only happens if i switch away from the
fullscreen vlc.

As you can i figure all of these are fullscreen related real bugs.  I
would love for others to see if they can reproduce these..

These use cases are _very_ useful for me as a power user and I hope we
can get them fixed asap, as it is horribly annoying right now.

Hope this was not too unstructured!  Looking forward to hearing
feedback.

yours

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

-- 
very annoying glitches with compiz in gutsy
https://bugs.launchpad.net/bugs/152973
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 152973] Re: very annoying glitches with compiz in gutsy

2007-10-15 Thread oh
an update to bug #2: it seems that the panel appears wrongfully on top
of the fullscreen window whenever you _switch directly to a workspace
with a fullscreen app on it_ _from a workspace where the panel is
visible AND any window in that workspace is focused_.  if this is
understandable :)

-- 
very annoying glitches with compiz in gutsy
https://bugs.launchpad.net/bugs/152973
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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


[Bug 152973] Re: very annoying glitches with compiz in gutsy

2007-10-15 Thread oh
One more fullscreen-related bug that i forgot:

6. mouse response sluggish in firefox when fullscreen.  REPRODUCE: Open
fullscreen (not maximized!) firefox, go to a webpage which fills a
couple of screens vertically so you get a vertical scrollbar.  go to a
text only page so that you know that the page itself is not a resource
hog.  NOW: 1) use the left mouse button to click and drag the vertical
toolbar.  on my system there is a ~1sec lag before the window reacts to
the mouse click at all.  2) click and hold on some text, wiggle your
mouse to select text.  notice the ~1 second lag here too.  very
inconvenient.  switching the window out of fullscreen mode makes it
react like normal, quite instantly.

-- 
very annoying glitches with compiz in gutsy
https://bugs.launchpad.net/bugs/152973
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

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