[Bug 234038] Re: 2.6.24-*-rt: sudden kernel crash in rtmutex.c

2008-12-01 Thread Dmitriy Geels
I'll tell you how to get freeze info: after reboot look into system logs
(gnome-system-log is good for this), find place where system was running
before freeze, there should be some last words of kernel.

-- 
2.6.24-*-rt: sudden kernel crash in rtmutex.c
https://bugs.launchpad.net/bugs/234038
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 218624] Re: copy broken in glipper (requires 2x Ctrl+C to work) (Hardy)

2008-11-25 Thread Dmitriy Geels
look at http://getdeb.net periodically, newer version packages of
parcellite appear there.

-- 
copy broken in glipper (requires 2x Ctrl+C to work) (Hardy)
https://bugs.launchpad.net/bugs/218624
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 376924] Re: Random reaction to brightness hotkeys

2009-06-18 Thread Dmitriy Geels
Just disassembled laptop's DSDT, there a 3 device LCDD descriptors. All have 
method _BCL.
First 2 instances:
Device (LCDD)
{
...
Method (_BCL, 0, NotSerialized)
{
Return (Package (0x10)
{
0x0F, 
0x0E, 
0x0D, 
0x0C, 
0x0B, 
0x0A, 
0x09, 
0x08, 
0x07, 
0x06, 
0x05, 
0x04, 
0x03, 
0x02, 
One, 
Zero
})
}
...
}
And here is third one:
Device (LCDD)
{
...
Method (_BCL, 0, NotSerialized)
{
Return (Package (0x09)
{
0x08, 
0x07, 
0x06, 
0x05, 
0x04, 
0x03, 
0x02, 
One, 
Zero
})
}
...
}

As far as I understand, this causes backlight control problems and
modifying first 2 instances to be like 3d one will fix problem without
kernel modification (by overriding DSDT in initrd)?

-- 
Random reaction to brightness hotkeys
https://bugs.launchpad.net/bugs/376924
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 383845] Re: backlight blinks when adjusting brightiness with hotkeys

2009-06-18 Thread Dmitriy Geels
*** This bug is a duplicate of bug 376924 ***
https://bugs.launchpad.net/bugs/376924

** This bug has been marked a duplicate of bug 37926
   Manage expectations about newly-reported bugs

** This bug is no longer a duplicate of bug 37926
   Manage expectations about newly-reported bugs
** This bug has been marked a duplicate of bug 376924
   Random reaction to brightness hotkeys

-- 
backlight blinks when adjusting brightiness with hotkeys
https://bugs.launchpad.net/bugs/383845
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 376924] Re: Random reaction to brightness hotkeys

2009-06-18 Thread Dmitriy Geels
Hmm... This should be the reason, but patched DSDT didn't fix the problem. Or 
kernel refused to load my DSDT.
Dammit!
# CONFIG_ACPI_CUSTOM_DSDT is not set
CONFIG_ACPI_CUSTOM_DSDT_FILE=""

Bug #246222 reported for Intrepid alpha 3, marked as fixed, is still there!
Config from 2.6.28 contains one more line:
CONFIG_ACPI_CUSTOM_DSDT_INITRD=y

-- 
Random reaction to brightness hotkeys
https://bugs.launchpad.net/bugs/376924
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 376924] Re: Random reaction to brightness hotkeys

2009-06-18 Thread Dmitriy Geels
Kernel refused to load my DSDT:
# CONFIG_ACPI_CUSTOM_DSDT is not set
CONFIG_ACPI_CUSTOM_DSDT_FILE=""

Bug #246222 reported for Intrepid alpha 3 and marked as fixed is still there!
Default kernel, 2.6.28 has one more line:
CONFIG_ACPI_CUSTOM_DSDT_INITRD=y

-- 
Random reaction to brightness hotkeys
https://bugs.launchpad.net/bugs/376924
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 376924] Re: Random reaction to brightness hotkeys

2009-06-20 Thread Dmitriy Geels
Oh, I haven't applied later patch. I will do that and post the result

-- 
Random reaction to brightness hotkeys
https://bugs.launchpad.net/bugs/376924
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 224559] Re: Image on webcam is upside-down

2009-06-15 Thread Dmitriy Geels
Here is temporary solution as kernel patch: 
http://forum.ubuntu.ru/index.php?topic=59385.msg438527#msg438527 (sorry, only 
russian).
Patch applies perfectly on 2.6.30 kernel (may be get from 
http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.30/) or with one manual edit 
of uvcvideo.h for earlier kernels.

-- 
Image on webcam is upside-down
https://bugs.launchpad.net/bugs/224559
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 349882] Re: packard bell bg 46 wifi switch nonfunctional

2009-06-15 Thread Dmitriy Geels
According to ath5k developers maillist, ath5k module doesn't support software 
rf-kill for now. So, this is the reason, why wifi switch is nonfunctional.
Here is latest discussion about that: 
http://www.mail-archive.com/ath5k-de...@lists.ath5k.org/msg02328.html
May be rfkill support will appear in 2.6.31 kernel (or, more likely in 2.6.32).

-- 
packard bell bg 46 wifi switch nonfunctional
https://bugs.launchpad.net/bugs/349882
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 265017] Re: Error when streaming missing depayloader plugin

2009-06-15 Thread Dmitriy Geels
Yes, for me it also plays as slideshow. Totem says it's WM8 format.
Maybe installing win32/64 codecs from mplayer will help.

-- 
Error when streaming missing depayloader plugin
https://bugs.launchpad.net/bugs/265017
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 349882] Re: packard bell bg 46 wifi switch nonfunctional

2009-06-25 Thread Dmitriy Geels
Just tested 2.6.31rc1 kernel. It includes new ath5k module with patches for 
rfkill support.
Wifi switch is functional with this ath5k version.

Since Ubuntu 9.10 will include 2.6.31 kernel, marking this bug as fixed.

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

-- 
packard bell bg 46 wifi switch nonfunctional
https://bugs.launchpad.net/bugs/349882
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 265017] Re: Error when streaming missing depayloader plugin

2009-06-02 Thread Dmitriy Geels
Just tested mentioned links using totem in Jaunty: no problems, it plays
streams.

-- 
Error when streaming missing depayloader plugin
https://bugs.launchpad.net/bugs/265017
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 394650] [NEW] can't post message to twitter

2009-07-02 Thread Dmitriy Geels
Public bug reported:

Binary package hint: gwibber

Trying to post this message to twitter account: "Чтобы GoogleEarth 5
после "починки" выглядел в гноме нативно и нормально работал с KML,
применить патч http://is.gd/1lkBs";

Gwibber just ignores "enter" presses. Launching with -vd gives no
information.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/bin/gwibber
InterpreterPath: /usr/bin/python2.6
Package: gwibber 0.9.2~bzr263-0ubuntu1~jaunty
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, user)
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: gwibber
Uname: Linux 2.6.30-020630-generic i686
UnreportableReason: This is not a genuine Ubuntu package

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


** Tags: apport-bug i386

-- 
can't post message to twitter
https://bugs.launchpad.net/bugs/394650
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 394650] Re: can't post message to twitter

2009-07-02 Thread Dmitriy Geels

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/28623622/Dependencies.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/28623623/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/28623624/ProcStatus.txt

-- 
can't post message to twitter
https://bugs.launchpad.net/bugs/394650
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 394650] Re: can't post message to twitter

2009-07-02 Thread Dmitriy Geels
Gwibber was installed from repository: http://ppa.launchpad.net/gwibber-
team/ubuntu

-- 
can't post message to twitter
https://bugs.launchpad.net/bugs/394650
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 371795] Re: SHMconfig not possible for gsynaptics

2009-07-05 Thread Dmitriy Geels
William, please see bug #355071 and tell, what what have I done wrong
way? Synaptics driver completely ignore all settings from HAL. That is
what bug report about.

I suppose, these bug reports should be marked as 'wontfix', as HAL is
deprecated now and will be discarded from 9.10.

-- 
SHMconfig not possible for gsynaptics
https://bugs.launchpad.net/bugs/371795
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 224559] Re: Image on webcam is upside-down

2009-04-29 Thread Dmitriy Geels
Amit, can you describe, why is it impossible?

Best solution I see for the moment is:
1) get uvcvideo sources
2) apply rotating patch
3) use dkms for managing patched uvcvideo
But correct makefile needed to build uvcvideo standalone.

I tried to build patched uvcvideo from kernel source, but there is some
problem with this new module insmod fails. Haven't find solution for
this yet. Only whole kernel rebuild helps.

-- 
Image on webcam is upside-down
https://bugs.launchpad.net/bugs/224559
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 355071] Re: synaptics driver ignores options set by hal

2009-04-29 Thread Dmitriy Geels
Steve, can you add some comments on this bug?
I'm still unsure if this is synaptics or hal bug.

-- 
synaptics driver ignores options set by hal
https://bugs.launchpad.net/bugs/355071
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 355981] Re: Brightness notification does not show correct brightness level

2009-04-29 Thread Dmitriy Geels
See my Bug #355541, I have same issue

-- 
Brightness notification does not show correct brightness level
https://bugs.launchpad.net/bugs/355981
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 284937] Re: glipper crashed with SIGSEGV in g_markup_escape_text()

2008-10-17 Thread Dmitriy Geels

** Attachment added: "CoreDump.gz"
   http://launchpadlibrarian.net/18634529/CoreDump.gz

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/18634530/Dependencies.txt

** Attachment added: "Disassembly.txt"
   http://launchpadlibrarian.net/18634531/Disassembly.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/18634532/ProcMaps.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/18634533/ProcStatus.txt

** Attachment added: "Registers.txt"
   http://launchpadlibrarian.net/18634534/Registers.txt

** Attachment added: "Stacktrace.txt"
   http://launchpadlibrarian.net/18634535/Stacktrace.txt

** Attachment added: "ThreadStacktrace.txt"
   http://launchpadlibrarian.net/18634536/ThreadStacktrace.txt

** Visibility changed to: Public

-- 
glipper crashed with SIGSEGV in g_markup_escape_text()
https://bugs.launchpad.net/bugs/284937
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 284997] [NEW] Asus X55Sr: WWW button generate no keypress

2008-10-17 Thread Dmitriy Geels
Public bug reported:

Binary package hint: acpi-support

Asus X55Sr laptop has standart WWW button Fn + F3, which generates 'hotkey ATKD 
0051', there is a handler in /etc/acpi/events for it - asus-internet, which 
fires button press with code 150.
According to xmodmap -pke | grep Sleep
keycode 150 = XF86Sleep NoSymbol XF86Sleep NoSymbol XF86Sleep
may be this is the reason?

** Affects: acpi-support (Ubuntu)
 Importance: Undecided
 Status: New

-- 
Asus X55Sr: WWW button generate no keypress
https://bugs.launchpad.net/bugs/284997
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 218624] Re: copy broken in glipper (requires 2x Ctrl+C to work) (Hardy)

2008-10-29 Thread Dmitriy Geels
Parcellite package is included in Intrepid repositories.
It is not freshest - 0.7, but can also be used.

-- 
copy broken in glipper (requires 2x Ctrl+C to work) (Hardy)
https://bugs.launchpad.net/bugs/218624
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 226833] Re: MASTER - nvidia drivers + OO.o trigger plasma drawing artifacts

2008-10-31 Thread Dmitriy Geels
actually this bug and bug #186382 are duplicates

-- 
MASTER - nvidia drivers + OO.o trigger plasma drawing artifacts
https://bugs.launchpad.net/bugs/226833
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 186382] Re: [nvidia 169.xx] gtk window decorator somtimes draws decoration ugly or not at all

2008-10-31 Thread Dmitriy Geels
Gabriel Bauman: this is definitely nvidia drivers bug, see nvnews.net
forums to get more info

http://www.nvnews.net/vbulletin/showthread.php?t=122043
http://www.nvnews.net/vbulletin/showthread.php?t=118408

And here is most significant comment:
http://www.nvnews.net/vbulletin/showthread.php?p=1817816#post1817816

-- 
[nvidia 169.xx] gtk window decorator somtimes draws decoration ugly or not at 
all
https://bugs.launchpad.net/bugs/186382
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 186382] Re: [nvidia 169.xx] gtk window decorator somtimes draws decoration ugly or not at all

2008-10-31 Thread Dmitriy Geels
actually this bug and bug #226833 are duplicates

-- 
[nvidia 169.xx] gtk window decorator somtimes draws decoration ugly or not at 
all
https://bugs.launchpad.net/bugs/186382
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 238539] Re: glipper cuts unicode text incorrectly

2008-10-24 Thread Dmitriy Geels

** Changed in: glipper (Ubuntu)
   Status: New => Confirmed

** Attachment added: "screenshot of problem"
   http://launchpadlibrarian.net/18845494/screen.png

-- 
glipper cuts unicode text incorrectly
https://bugs.launchpad.net/bugs/238539
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 233804] Re: Glipper floods selection history during keyboard selection

2008-10-24 Thread Dmitriy Geels
There is 'grow' plugin now, which should implement desired behavior.
But:
1) it is disabled by default
2) it doesn't always work as expected (often flooding clipboard history)

-- 
Glipper floods selection history during keyboard selection
https://bugs.launchpad.net/bugs/233804
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 233804] Re: Glipper floods selection history during keyboard selection

2008-10-24 Thread Dmitriy Geels
Good workaround for all glipper bugs is to install package parcellite
(or install newer version from source).

-- 
Glipper floods selection history during keyboard selection
https://bugs.launchpad.net/bugs/233804
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 283399] Re: [Intrepid] lshal output for different joystick, joypad and dance mat devices

2009-01-23 Thread Dmitriy Geels

** Attachment added: "Sixaxis_PS3.lshal"
   http://launchpadlibrarian.net/21559715/Sixaxis_PS3.lshal

-- 
[Intrepid] lshal output for different joystick, joypad and dance mat devices
https://bugs.launchpad.net/bugs/283399
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 283399] Re: [Intrepid] lshal output for different joystick, joypad and dance mat devices

2009-01-23 Thread Dmitriy Geels

** Attachment added: "Sixaxis_PS3.lshal.diff"
   http://launchpadlibrarian.net/21559731/Sixaxis_PS3.lshal.diff

-- 
[Intrepid] lshal output for different joystick, joypad and dance mat devices
https://bugs.launchpad.net/bugs/283399
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 317423] [NEW] cueprint should return album genre, when no track genre specified

2009-01-15 Thread Dmitriy Geels
Public bug reported:

Binary package hint: cuetools

cuetag script uses %g cueprint template to get track genre, but cueprint
returns empty string, if genre is not specified for track, even if genre
for album is specified.

For attached testcase file:
cueprint -n 10 -t "%G\n" Nautilus\ Pompilius\ -\ Чужая\ земля\ FLAC.cue -- this 
command output is 'General Rock', as expected

cuetag script uses following command to get genre:
cueprint -n 10 -t "%g\n" Nautilus\ Pompilius\ -\ Чужая\ земля\ FLAC.cue -- this 
command output is '', but expected is -- same as previous command

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

-- 
cueprint should return album genre, when no track genre specified
https://bugs.launchpad.net/bugs/317423
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 317423] Re: cueprint should return album genre, when no track genre specified

2009-01-15 Thread Dmitriy Geels

** Attachment added: "testcase cue file"
   
http://launchpadlibrarian.net/21234512/Nautilus%20Pompilius%20-%20%D0%A7%D1%83%D0%B6%D0%B0%D1%8F%20%D0%B7%D0%B5%D0%BC%D0%BB%D1%8F%20FLAC.cue

-- 
cueprint should return album genre, when no track genre specified
https://bugs.launchpad.net/bugs/317423
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 311148] [NEW] evolution crashes when editing reply text

2008-12-24 Thread Dmitriy Geels
Public bug reported:

Binary package hint: evolution

I tried to reply to a html message containing table.
When I selected quoted text (for removing), evolution crashed, when selection 
touched table.

How to reproduce:
1) get the attachment
2) unpack it to ~/.evolution/mail/local/Inbox.sbd/ -- there may be no Inbox.sbd 
directory, in such case create it, or in evolution create subfolder of Inbox, 
called 'temp' (then replace it's contents by one from attachment); may be it's 
enough to unpack to ~/.evolution/mail/local/ -- i didn't check
3) start evolution, go to temp folder, select message, containing there
4) press reply, then, in edit window start selecting quoted text (my scenario 
is: press [↓], then shift, then press [↓] 16 times)

Ubuntu 8.10, evolution 2.24.2-0ubuntu1

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

-- 
evolution crashes when editing reply text
https://bugs.launchpad.net/bugs/311148
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 311148] Re: evolution crashes when editing reply text

2008-12-24 Thread Dmitriy Geels

** Attachment added: "folder containing single killer message"
   http://launchpadlibrarian.net/20707451/temp.bz2

-- 
evolution crashes when editing reply text
https://bugs.launchpad.net/bugs/311148
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 311148] Re: evolution crashes when editing reply text

2008-12-24 Thread Dmitriy Geels
evolution crashed with segfault

** Attachment added: "output of 'evolution --debug=evolution_debug.log'"
   http://launchpadlibrarian.net/20707473/evolution_debug.log

-- 
evolution crashes when editing reply text
https://bugs.launchpad.net/bugs/311148
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 311148] Re: evolution crashes when editing reply text

2008-12-25 Thread Dmitriy Geels
here is backtrace

** Attachment added: "gdb-evolution.txt"
   http://launchpadlibrarian.net/20723460/gdb-evolution.txt

-- 
evolution crashes when editing reply text
https://bugs.launchpad.net/bugs/311148
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 311148] Re: evolution crashes when editing reply text

2009-01-19 Thread Dmitriy Geels
Just reproduced this crash in Jaunty. But apport caught it successfully.

-- 
evolution crashes when editing reply text
https://bugs.launchpad.net/bugs/311148
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 311148] Re: evolution crashes when editing reply text

2009-01-20 Thread Dmitriy Geels
Updated all Jaunty packages to latest ones, bug doesn't reproduce anymore.
libgtkhtml also was updated, so it seems to be fixed.

-- 
evolution crashes when editing reply text
https://bugs.launchpad.net/bugs/311148
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 283399] Re: [Intrepid] lshal output for different joystick, joypad and dance mat devices

2009-01-22 Thread Dmitriy Geels

** Attachment added: "Saitek_P2600.lshal"
   http://launchpadlibrarian.net/21546401/Saitek_P2600.lshal

-- 
[Intrepid] lshal output for different joystick, joypad and dance mat devices
https://bugs.launchpad.net/bugs/283399
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 283399] Re: [Intrepid] lshal output for different joystick, joypad and dance mat devices

2009-01-22 Thread Dmitriy Geels

** Attachment added: "Saitek_P2600.lshal.diff"
   http://launchpadlibrarian.net/21546414/Saitek_P2600.lshal.diff

-- 
[Intrepid] lshal output for different joystick, joypad and dance mat devices
https://bugs.launchpad.net/bugs/283399
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 344673] [NEW] wrong /dev/eventX permissions for force feedback devices

2009-03-18 Thread Dmitriy Geels
Public bug reported:

Binary package hint: udev

This wasn't a problem before 2.6.28, because force feedback for HID
devices was missing in ubuntu kernel. But now that will become a
problem.

d...@dmig-desktop:~$ ll /dev/input/
...
crw-rw 1 root root 13, 64 2002-01-22 04:57 event0
crw-rw 1 root root 13, 65 2002-01-22 04:57 event1
crw-rw 1 root root 13, 66 2002-01-22 04:57 event2
crw-rw 1 root root 13, 67 2002-01-22 04:57 event3
crw-rw 1 root root 13, 68 2002-01-22 04:57 event4
crw-rw 1 root root 13, 69 2002-01-22 04:57 event5
...

As you may see, all devices are owned by root. This will prevent anyone else 
from using FF.
E.g. device event5 is a gamepad supporting force feedback, then id's node must 
have group set to 'plugdev' (or some other).

Here is a message from linux-input maillist about this situation:
> I've read the documentation about force feedback in
> Documentation/input/ff.txt. But I'm rather unsure how to use it actually. So
> far I understood this you have to use /dev/input/eventX to access your ff-
> device. But normally only root has read and write access to this device files,
> while a joystick is used normally using /dev/input/jsX which can be used by a
> non-root user.
>
> So my actual question is: How can I use force feedback of a joystick without
> setting global read/write permissions to /dev/input/eventX?

The distribution should configure joystick eventX devices to either have
global read/write access, or read/write access for one group (which the
user is in), or have it chown the device to logged-in user, depending on
distribution conventions.

One can identify joystick devices from other eventX devices with udev
variable ENV{ID_CLASS}="joystick", or with existence of "/dev/input/by-
path/*-event-joystick", which is a symlink to the eventX device.

On Mandriva Linux, permissions are granted to logged-in user with
pam_console / ConsoleKit, with /dev/input/by-path/*-event-joystick.

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

-- 
wrong /dev/eventX permissions for force feedback devices
https://bugs.launchpad.net/bugs/344673
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 344673] Re: wrong /dev/eventX permissions for force feedback devices

2009-03-19 Thread Dmitriy Geels
Tomas, that is what I thought about. But Scott tells, that permissions
should be set via hal now.

P.S. this have no use for Intrepid -- it doesn't have force feedback
support in kernel

-- 
wrong /dev/eventX permissions for force feedback devices
https://bugs.launchpad.net/bugs/344673
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 254107] Re: xorg memory leak when changing desktop wallpapers (Gnome)

2009-02-19 Thread Dmitriy Geels
Trying to reproduce situation using intel driver.
Wallpaper change doesn't make xorg memory usage grow, but after few hours of 
work xorg uses 2-3 times more memory, than after login (when all startup apps 
loaded). I observed even worse behavior with fglrx driver which was caused by 
x64 sun jre (found some complaints, that eclipse causes leaks with this jvm).

If this is pixmap cache problem, is there any way to control this cache
size? I want to set it to some fixed value, to test if growing cache is
causes out of free ram.

-- 
xorg memory leak when changing desktop wallpapers (Gnome)
https://bugs.launchpad.net/bugs/254107
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 195749] Re: java hangs then crash in libc6/kernel

2009-02-19 Thread Dmitriy Geels
Bug isn't reproducible in Intrepid both 32/64 bit kernels so, I suppose,
it may be closed.

-- 
java hangs then crash in libc6/kernel
https://bugs.launchpad.net/bugs/195749
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 303677] Re: Webcam picture upside down

2009-03-24 Thread Dmitriy Geels
*** This bug is a duplicate of bug 224559 ***
https://bugs.launchpad.net/bugs/224559

This is not software problem. The camera itself is mounted upside down.
Here are patches for this problem: 
http://ubuntuforums.org/showthread.php?t=838210

Actually, uvcvideo driver should implement quirk to rotate image, as
there are enough laptops with upside-down webcam.

P.S. I have same laptop

** Changed in: ekiga (Ubuntu)
   Status: New => Invalid

** This bug has been marked a duplicate of bug 224559
   Image on webcam is upside-down

-- 
Webcam picture upside down
https://bugs.launchpad.net/bugs/303677
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 224559] Re: Image on webcam is upside-down

2009-03-24 Thread Dmitriy Geels
I'll try to push published patch as quirk into uvcvideo driver

-- 
Image on webcam is upside-down
https://bugs.launchpad.net/bugs/224559
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 238629] Re: [i965] [EXA] Java plugin causes massive Xorg CPU usage, fixed by changing Xorg acceleration mode [i965GM]

2009-03-26 Thread Dmitriy Geels
Problem also noticeable, when running eclipse pdt debugger. Xorg eats 60-70% 
cpu and for each debugger step eclipse redraws its variables view 3-15 seconds 
(depending on defined variables count). 
Switching to XAA decreases cpu load to ~20%, making system usable.

I'll test debugging procedure in latest jaunty later and post results
here.

-- 
[i965] [EXA] Java plugin causes massive Xorg CPU usage, fixed by changing Xorg 
acceleration mode [i965GM]
https://bugs.launchpad.net/bugs/238629
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 349140] [NEW] invalid lcd dpi calculated

2009-03-26 Thread Dmitriy Geels
Public bug reported:

Binary package hint: xserver-xorg-video-intel

When I first installed Jaunty alpha 6, xdpyinfo shown correct dpi - 125.
But after updates from 24.03 dpi was set to 96. But Xorg.0.log still shows 
correct screen size:
d...@dmig-laptop:~$ grep 965 /var/log/Xorg.0.log
[0.152247] (--) PCI:*(0...@0:2:0) Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller rev 3, Mem @ 0xfeb0/1048576, 
0xe000/268435456, I/O @ 0xec00/8
[0.152332] (--) PCI: (0...@0:2:1) Intel Corporation Mobile GM965/GL960 
Integrated Graphics Controller rev 3, Mem @ 0xfe90/1048576
E7221 (i915), 915GM, 945G, 945GM, 945GME, 965G, G35, 965Q, 946GZ,
965GM, 965GME/GLE, G33, Q35, Q33,
[0.287322] (II) intel(0): Integrated Graphics Chipset: Intel(R) 965GM
[0.287332] (--) intel(0): Chipset: "965GM"
[0.569654] (II) intel(0): clock: 71.1 MHz   Image Size:  261 x 163 mm
[   20.510965] (II) intel(0): GTF timings supported

Image size is correct here. But not in xdpyinfo output:
screen #0:
  dimensions:1280x800 pixels (339x212 millimeters)
  resolution:96x96 dots per inch

Looks like, that something forced dpi to 96.
Updates from 24.03 contained:
gedit (2.26.0-0ubuntu1) to 2.26.0-0ubuntu2
gedit-common (2.26.0-0ubuntu1) to 2.26.0-0ubuntu2
gnome-applets (2.26.0-0ubuntu1) to 2.26.0-0ubuntu2
gnome-applets-data (2.26.0-0ubuntu1) to 2.26.0-0ubuntu2
gnome-mag (1:0.15.5-0ubuntu1) to 1:0.15.5-0ubuntu2
gnome-netstatus-applet (2.26.0-0ubuntu1) to 2.26.0-0ubuntu2
gstreamer0.10-ffmpeg (0.10.6.2-1ubuntu1) to 0.10.6.2-1ubuntu2
gstreamer0.10-plugins-bad (0.10.10.2-1ubuntu1) to 0.10.10.2-1ubuntu2
gstreamer0.10-plugins-bad-multiverse (0.10.10.2-1ubuntu1) to 0.10.10.2-1ubuntu2
gstreamer0.10-plugins-ugly (0.10.10.2-1) to 0.10.10.2-1build1
libdrm-intel1 (2.4.5-0ubuntu2) to 2.4.5-0ubuntu3
libdrm2 (2.4.5-0ubuntu2) to 2.4.5-0ubuntu3
libgnome-mag2 (1:0.15.5-0ubuntu1) to 1:0.15.5-0ubuntu2
libudev0 (140-1) to 140-1build1
libvolume-id1 (140-1) to 140-1build1
python (2.6.1-0ubuntu3) to 2.6.1-0ubuntu4
python-minimal (2.6.1-0ubuntu3) to 2.6.1-0ubuntu4
udev (140-1) to 140-1build1
xserver-xorg-video-nv (1:2.1.12-1ubuntu2) to 1:2.1.12-1ubuntu3
yelp (2.25.1-0ubuntu3) to 2.25.1-0ubuntu4

This may give a clue on package, that broken dpi value.

d...@dmig-laptop:~$ lsb_release -rd
Description:Ubuntu jaunty (development branch)
Release:9.04

d...@dmig-laptop:~$ apt-cache policy xserver-xorg-video-intel
xserver-xorg-video-intel:
  Установлен: 2:2.6.3-0ubuntu2
  Кандидат: 2:2.6.3-0ubuntu2
  Таблица версий:
 *** 2:2.6.3-0ubuntu2 0
500 http://ru.archive.ubuntu.com jaunty/main Packages
100 /var/lib/dpkg/status

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
Package: xserver-xorg-video-intel 2:2.6.3-0ubuntu2
ProcEnviron:
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
ProcVersion: Linux version 2.6.28-11-generic (bui...@crested) (gcc version 
4.3.3 (Ubuntu 4.3.3-5ubuntu4) ) #37-Ubuntu SMP Mon Mar 23 16:40:00 UTC 2009
SourcePackage: xserver-xorg-video-intel
Uname: Linux 2.6.28-11-generic x86_64

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


** Tags: amd64 apport-bug

-- 
invalid lcd dpi calculated
https://bugs.launchpad.net/bugs/349140
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 349140] Re: invalid lcd dpi calculated

2009-03-26 Thread Dmitriy Geels

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/24371871/Dependencies.txt

** Attachment added: "LsHal.txt"
   http://launchpadlibrarian.net/24371872/LsHal.txt

** Attachment added: "LsMod.txt"
   http://launchpadlibrarian.net/24371873/LsMod.txt

** Attachment added: "LsPci.txt"
   http://launchpadlibrarian.net/24371874/LsPci.txt

** Attachment added: "XorgConf.txt"
   http://launchpadlibrarian.net/24371875/XorgConf.txt

** Attachment added: "XorgLog.txt"
   http://launchpadlibrarian.net/24371876/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   http://launchpadlibrarian.net/24371877/XorgLogOld.txt

** Attachment added: "Xrandr.txt"
   http://launchpadlibrarian.net/24371879/Xrandr.txt

** Attachment added: "glxinfo.txt"
   http://launchpadlibrarian.net/24371880/glxinfo.txt

** Attachment added: "setxkbmap.txt"
   http://launchpadlibrarian.net/24371881/setxkbmap.txt

** Attachment added: "system.txt"
   http://launchpadlibrarian.net/24371882/system.txt

** Attachment added: "xdpyinfo.txt"
   http://launchpadlibrarian.net/24371883/xdpyinfo.txt

** Attachment added: "xkbcomp.txt"
   http://launchpadlibrarian.net/24371885/xkbcomp.txt

-- 
invalid lcd dpi calculated
https://bugs.launchpad.net/bugs/349140
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 238629] Re: [i965] [EXA] Java plugin causes massive Xorg CPU usage, fixed by changing Xorg acceleration mode [i965GM]

2009-03-27 Thread Dmitriy Geels
I tried to work for two month with this java version and default xorg setting. 
That was awful!
Yesterday I found this bug and workaround.
Now there is JRE b14 available, but I'm not sure, that something is changed.

d...@dmig-desktop:~$ apt-cache policy sun-java6-jre
sun-java6-jre:
  Установлен: 6-12-intrepid~ppa1
  Кандидат: 6-12-intrepid~ppa1
  Таблица версий:
 *** 6-12-intrepid~ppa1 0
500 http://philip.magicalforest.se intrepid/extra Packages
100 /var/lib/dpkg/status
 6-10-0ubuntu2 0
500 http://ru.archive.ubuntu.com intrepid/multiverse Packages

-- 
[i965] [EXA] Java plugin causes massive Xorg CPU usage, fixed by changing Xorg 
acceleration mode [i965GM]
https://bugs.launchpad.net/bugs/238629
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 349882] [NEW] packard bell bg 46 wifi switch nonfunctional

2009-03-27 Thread Dmitriy Geels
Public bug reported:

This laptop has atheros AR5BXB63 wireless module. It works with ath5k driver.
/usr/share/acpi/state-funcs isAnyWirelessPoweredOn() and 
toggleAllWirelessStates() use /sys/class/net/*/device/rfkill/rfkill*/state or 
/sys/class/net/*/device/power/state to control device.
But, there is no rfkill/rfkill*/state or power/state in device directory. Does 
this mean, device can't be switched off?

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

-- 
packard bell bg 46 wifi switch nonfunctional
https://bugs.launchpad.net/bugs/349882
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 349882] Re: packard bell bg 46 wifi switch nonfunctional

2009-03-27 Thread Dmitriy Geels

** Attachment added: "lspci -vnn"
   http://launchpadlibrarian.net/24424846/lspci.txt

-- 
packard bell bg 46 wifi switch nonfunctional
https://bugs.launchpad.net/bugs/349882
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 320689] Re: jockey erroneously reports no proprietary drivers are in use, but I'm using nvidia!

2009-03-28 Thread Dmitriy Geels
I have similar problem:
1) jockey recommends me to install madwifi driver instead of working ath5k (see 
Bug #346078)
2) after I install madwifi (had to try, because ath5k doesn't support rfkill), 
I get nonfunctional wireless interface, because "wifi%d: unable to attach 
hardware: 'Hardware revision not supported' (HAL status 13)"
3) I open jockey again, to disable madwifi, and see, that nothing is there, 
jockey tells, that I have no hardware, that requires proprietary drivers

Jockey should always give an option to return to free driver, if
proprietary isn't working.

This is a regression, because in ubuntu 8.10 jockey didn't have this
problem.

** Changed in: jockey (Ubuntu)
   Status: New => Confirmed

-- 
jockey erroneously reports no proprietary drivers are in use, but I'm using 
nvidia!
https://bugs.launchpad.net/bugs/320689
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 349882] Re: packard bell bg 46 wifi switch nonfunctional

2009-04-01 Thread Dmitriy Geels
cat /proc/version_signature 
Ubuntu 2.6.28-11.38-generic

x86_64 version

-- 
packard bell bg 46 wifi switch nonfunctional
https://bugs.launchpad.net/bugs/349882
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 238629] Re: [i965] [EXA] Java plugin causes massive Xorg CPU usage, fixed by changing Xorg acceleration mode [i965GM]

2009-04-01 Thread Dmitriy Geels
64 bit

-- 
[i965] [EXA] Java plugin causes massive Xorg CPU usage, fixed by changing Xorg 
acceleration mode [i965GM]
https://bugs.launchpad.net/bugs/238629
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 118304] Re: [stardict] notification icon not transparent

2009-04-07 Thread Dmitriy Geels
looks like, patch was applied in jaunty - icon background is now
transparent

-- 
[stardict] notification icon not transparent
https://bugs.launchpad.net/bugs/118304
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 238629] Re: [i965] [EXA] Java plugin causes massive Xorg CPU usage, fixed by changing Xorg acceleration mode [i965GM]

2009-04-07 Thread Dmitriy Geels
Repeated both testcases on jaunty x32 with UXA acceleration enabled --
no problems.

d...@dmig-desktop:~$ apt-cache policy sun-java6-jre
sun-java6-jre:
  Установлен: 6-13-1
  Кандидат: 6-13-1
  Таблица версий:
 *** 6-13-1 0
500 http://ru.archive.ubuntu.com jaunty/multiverse Packages
100 /var/lib/dpkg/status

UXA acceleration was unusable on my laptop, I'll try to enable it again,
since intel driver was updated not so long ago.

-- 
[i965] [EXA] Java plugin causes massive Xorg CPU usage, fixed by changing Xorg 
acceleration mode [i965GM]
https://bugs.launchpad.net/bugs/238629
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 356702] Re: Jaunty: window switcher tooltips stick when they shouldn't

2009-04-07 Thread Dmitriy Geels
I confirm this bug. Compiz is running.
Jaunty is up to date for this moment.

-- 
Jaunty: window switcher tooltips stick when they shouldn't
https://bugs.launchpad.net/bugs/356702
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 311148] Re: evolution crashes when editing reply text

2009-04-07 Thread Dmitriy Geels
tried testcase again - isn't reproducible anymore.
so, this report should be closed

-- 
evolution crashes when editing reply text
https://bugs.launchpad.net/bugs/311148
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 238629] Re: [i965] [EXA] Java plugin causes massive Xorg CPU usage, fixed by changing Xorg acceleration mode [i965GM]

2009-04-07 Thread Dmitriy Geels
But problem with java hang is still there for Jaunty x64 with UXA
enabled.

d...@dmig-laptop:~$ apt-cache policy sun-java6-jre
sun-java6-jre:
  Установлен: 6-13-1
  Кандидат: 6-13-1
  Таблица версий:
 *** 6-13-1 0
500 http://ru.archive.ubuntu.com jaunty/multiverse Packages
100 /var/lib/dpkg/status

-- 
[i965] [EXA] Java plugin causes massive Xorg CPU usage, fixed by changing Xorg 
acceleration mode [i965GM]
https://bugs.launchpad.net/bugs/238629
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 355541] Re: packard bell bg 46 brightness buttons work improperly

2009-04-07 Thread Dmitriy Geels
Got g-p-m debug log, 23:00:20-23:00:40 -- brightness up button pressed
several times. Then after 23:00:40 -- brightness down several times,
after 23:01 -- eco button several times.


** Attachment added: "g-p-m.log"
   http://launchpadlibrarian.net/24969618/g-p-m.log

-- 
packard bell bg 46 brightness buttons work improperly
https://bugs.launchpad.net/bugs/355541
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 238629] Re: [i965] [EXA] Java plugin causes massive Xorg CPU usage, fixed by changing Xorg acceleration mode [i965GM]

2009-04-08 Thread Dmitriy Geels
Tom:
d...@dmig-desktop:~$ ll /usr/lib/firefox/plugins/
lrwxrwxrwx 1 root root   37 2009-04-07 12:34 flashplugin-alternative.so -> 
/etc/alternatives/firefox-flashplugin
lrwxrwxrwx 1 root root   39 2009-02-17 17:05 libjavaplugin.so -> 
/etc/alternatives/firefox-javaplugin.so

d...@dmig-desktop:~$ ll /etc/alternatives/firefox-javaplugin.so
lrwxrwxrwx 1 root root 64 2009-04-07 10:13 
/etc/alternatives/firefox-javaplugin.so -> 
/usr/lib/jvm/java-6-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so

d...@dmig-desktop:~$ ll 
/usr/lib/jvm/java-6-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so
-rw-r--r-- 1 root root 137021 2009-03-09 12:55 
/usr/lib/jvm/java-6-sun/jre/plugin/i386/ns7/libjavaplugin_oji.so

This is for Jaunty x32.

-- 
[i965] [EXA] Java plugin causes massive Xorg CPU usage, fixed by changing Xorg 
acceleration mode [i965GM]
https://bugs.launchpad.net/bugs/238629
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 357712] [NEW] gnome-panel crashes when opening site in firefox

2009-04-08 Thread Dmitriy Geels
*** This bug is a duplicate of bug 280484 ***
https://bugs.launchpad.net/bugs/280484

Public bug reported:

Binary package hint: gnome-panel

Steps to reproduce:
1) open firefox
2) open url http://blog.oup.com/2009/03/science-fiction/

This page have long title, which contains 2 unicode symbols: "   Nine Words You 
Might Think Came from Science but Which Are Really from Science 
Fiction  : OUPblog".
Firefox sets window title to this string, causing panel to crash.

ProblemType: Bug
Architecture: i386
DistroRelease: Ubuntu 9.04
Package: gnome-panel 1:2.26.0-0ubuntu6
ProcEnviron:
 PATH=(custom, user)
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-panel
Uname: Linux 2.6.28-11-generic i686

** Affects: gnome-panel (Ubuntu)
 Importance: Undecided
 Status: Invalid


** Tags: apport-bug i386

-- 
gnome-panel crashes when opening site in firefox
https://bugs.launchpad.net/bugs/357712
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 357712] Re: gnome-panel crashes when opening site in firefox

2009-04-08 Thread Dmitriy Geels
*** This bug is a duplicate of bug 280484 ***
https://bugs.launchpad.net/bugs/280484


** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/25017396/Dependencies.txt

-- 
gnome-panel crashes when opening site in firefox
https://bugs.launchpad.net/bugs/357712
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 357712] Re: gnome-panel crashes when opening site in firefox

2009-04-08 Thread Dmitriy Geels
*** This bug is a duplicate of bug 280484 ***
https://bugs.launchpad.net/bugs/280484

Opening page using Opera doesn't crash gnome-panel.

-- 
gnome-panel crashes when opening site in firefox
https://bugs.launchpad.net/bugs/357712
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 224559] Re: Image on webcam is upside-down

2009-04-09 Thread Dmitriy Geels
Here is modified version of patch from 
http://ubuntuforums.org/showthread.php?t=838210
The one posted there has one flaw: it will rotate image for all devices, it 
work with.

Usecase:
User has laptop with webcam mounted upside-down. He applies patch from forum, 
he is happy -- webcam image is ok. Then he connects external UVC webcam -- 
image from it is upside down, because driver just do rotation.

My modification adds quirk for webcam models, known to be mounted
upside-down. Driver will not rotate image for others.

Also my patch is made against latest UVC source, so applying it to uvc from 
ubuntu kernel will reject one hunk (patch will fail to find surrounding lines). 
Don't be afraid of this, just manually edit uvcvideo.h and following add line 
there:
#define UVC_QUIRK_ROTATE_IMAGE  0x0100

My patch won't be accepted to uvc, because: "Linus said, that all image 
processing must be done in userspace". Even if this is a fix of hardware flaw.
But may be it will be included in Ubuntu?

Also, I consider that existing uvcvideo source should be updated. It is
1-2 years old already and has at least one problem, which was already
fixed in upstream: webcam wont work after resume from hibernate.

** Attachment added: "my version of image rotate patch"
   http://launchpadlibrarian.net/25186121/uvcvideo_rotate.patch

-- 
Image on webcam is upside-down
https://bugs.launchpad.net/bugs/224559
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 210090] Re: evolution google calendar doesn't work with private calendars

2009-04-15 Thread Dmitriy Geels
Looking into .evolution/cache/calendar/, I found, that evolution loaded
events from all calendars:

d...@dmig-desktop:~$ ll -R .evolution/cache/calendar/
.evolution/cache/calendar/:
итого 8
drwx-- 2 dmig dmig 4096 2009-04-15 09:45 
Google___http___www.google.com_calendar_feeds_cbbejdapshbtep5pmt1oj3fq2o%40group.calendar.google.com_private_full
drwx-- 2 dmig dmig 4096 2009-04-15 10:14 
Google___http___www.google.com_calendar_feeds_dmitriy.geels%40gmail.com_private_full

.evolution/cache/calendar/Google___http___www.google.com_calendar_feeds_cbbejdapshbtep5pmt1oj3fq2o%40group.calendar.google.com_private_full:
итого 24
-rw--- 1 dmig dmig 22529 2009-04-15 09:45 cache.xml

.evolution/cache/calendar/Google___http___www.google.com_calendar_feeds_dmitriy.geels%40gmail.com_private_full:
итого 20
-rw--- 1 dmig dmig 19885 2009-04-15 10:14 cache.xml

Second entry is set as default calendar, it's events are shown in
evolution. First entry events are not shown, but file cache.xml contains
all these events.

Evolution 2.26.0

-- 
evolution google calendar doesn't work with private calendars
https://bugs.launchpad.net/bugs/210090
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 361835] [NEW] [Packard Bell BV EasyNote_BG46-T-001RU] suspend/resume failure

2009-04-15 Thread Dmitriy Geels
Public bug reported:

Laptop was two days in suspended state, battery was drained completely.

Most likely, this one is duplicate of bug #350847, but it may give more
info.

ProblemType: KernelOops
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
Architecture: amd64
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
InterpreterPath: /usr/bin/python2.6
MachineType: Packard Bell BV EasyNote_BG46-T-001RU
Package: linux-image-2.6.28-11-generic 2.6.28-11.41
ProcAttrCurrent: unconfined
ProcCmdLine: root=UUID=41675329-7f53-4c18-91f3-392556fa9353 ro quiet splash
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.28-11.41-generic
SourcePackage: linux
Tags: resume suspend
Title: [Packard Bell BV EasyNote_BG46-T-001RU] suspend/resume failure
UserGroups:

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


** Tags: amd64 apport-kerneloops resume suspend

-- 
[Packard Bell BV EasyNote_BG46-T-001RU] suspend/resume failure
https://bugs.launchpad.net/bugs/361835
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 361835] Re: [Packard Bell BV EasyNote_BG46-T-001RU] suspend/resume failure

2009-04-15 Thread Dmitriy Geels

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/25501005/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/25501012/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/25501016/Dependencies.txt

** Attachment added: "HalComputerInfo.txt"
   http://launchpadlibrarian.net/25501026/HalComputerInfo.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/25501033/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/25501034/Lsusb.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/25501036/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/25501037/ProcInterrupts.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/25501038/ProcMaps.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/25501040/ProcModules.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/25501041/ProcStatus.txt

** Attachment added: "SleepLog.txt"
   http://launchpadlibrarian.net/25501042/SleepLog.txt

-- 
[Packard Bell BV EasyNote_BG46-T-001RU] suspend/resume failure
https://bugs.launchpad.net/bugs/361835
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 355071] [NEW] synaptics driver ignores options set by hal

2009-04-04 Thread Dmitriy Geels
Public bug reported:

Binary package hint: xserver-xorg-input-synaptics

After Jaunty update from 01.04.2009 synaptics driver started completely
ignoring options set in my custom .fdi file (see attach).

lshal shows, that options are set:
udi = 
'/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port_logicaldev_input'
  info.capabilities = {'input', 'input.touchpad'} (string list)
  info.category = 'input'  (string)
  info.parent = '/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port'  
(string)
  info.product = 'SynPS/2 Synaptics TouchPad'  (string)
  info.subsystem = 'input'  (string)
  info.udi = 
'/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port_logicaldev_input'  
(string)
  input.device = '/dev/input/event8'  (string)
  input.originating_device = 
'/org/freedesktop/Hal/devices/platform_i8042_i8042_AUX3_port'  (string)
  input.product = 'SynPS/2 Synaptics TouchPad'  (string)
  input.x11_driver = 'synaptics'  (string)
  input.x11_options.AccelFactor = 0.0 (0.04) (double)
  input.x11_options.CircScrollDelta = 0.2 (0.18) (double)
  input.x11_options.CircScrollTrigger = 0  (0x0)  (int)
  input.x11_options.CircularPad = true  (bool)
  input.x11_options.CircularScrolling = true  (bool)
  input.x11_options.CoastingSpeed = 0  (0x0)  (int)
  input.x11_options.EdgeMotionUseAlways = true  (bool)
  input.x11_options.HorizEdgeScroll = false  (bool)
  input.x11_options.HorizTwoFingerScroll = false  (bool)
  input.x11_options.SHMConfig = true  (bool)
  input.x11_options.VertEdgeScroll = false  (bool)
  input.x11_options.VertTwoFingerScroll = false  (bool)
  linux.device_file = '/dev/input/event8'  (string)
  linux.hotplug_type = 2  (0x2)  (int)
  linux.subsystem = 'input'  (string)
  linux.sysfs_path = '/sys/devices/platform/i8042/serio4/input/input8/event8'  
(string)

But synclient -l tells, that SHMConfig is off. Also, circular scrolling
doesn't work.

P.S. I have circular touchpad w/o multitouch support

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
Package: xserver-xorg-input-synaptics 0.99.3-2ubuntu4
ProcEnviron:
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
ProcVersion: Linux version 2.6.28-11-generic (bui...@crested) (gcc version 
4.3.3 (Ubuntu 4.3.3-5ubuntu4) ) #40-Ubuntu SMP Fri Apr 3 17:39:41 UTC 2009
SourcePackage: xfree86-driver-synaptics
Uname: Linux 2.6.28-11-generic x86_64

** Affects: xserver-xorg-input-synaptics (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug regression-potential

-- 
synaptics driver ignores options set by hal
https://bugs.launchpad.net/bugs/355071
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 355071] Re: synaptics driver ignores options set by hal

2009-04-04 Thread Dmitriy Geels

** Attachment added: "my touchpad fdi file"
   http://launchpadlibrarian.net/24802840/touchpad.fdi

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/24802841/Dependencies.txt

** Attachment added: "LsHal.txt"
   http://launchpadlibrarian.net/24802842/LsHal.txt

** Attachment added: "LsMod.txt"
   http://launchpadlibrarian.net/24802843/LsMod.txt

** Attachment added: "LsPci.txt"
   http://launchpadlibrarian.net/24802844/LsPci.txt

** Attachment added: "XorgConf.txt"
   http://launchpadlibrarian.net/24802845/XorgConf.txt

** Attachment added: "XorgLog.txt"
   http://launchpadlibrarian.net/24802846/XorgLog.txt

** Attachment added: "XorgLogOld.txt"
   http://launchpadlibrarian.net/24802847/XorgLogOld.txt

** Attachment added: "Xrandr.txt"
   http://launchpadlibrarian.net/24802848/Xrandr.txt

** Attachment added: "glxinfo.txt"
   http://launchpadlibrarian.net/24802849/glxinfo.txt

** Attachment added: "monitors.xml.txt"
   http://launchpadlibrarian.net/24802850/monitors.xml.txt

** Attachment added: "setxkbmap.txt"
   http://launchpadlibrarian.net/24802852/setxkbmap.txt

** Attachment added: "system.txt"
   http://launchpadlibrarian.net/24802853/system.txt

** Attachment added: "xdpyinfo.txt"
   http://launchpadlibrarian.net/24802854/xdpyinfo.txt

** Attachment added: "xkbcomp.txt"
   http://launchpadlibrarian.net/24802855/xkbcomp.txt

** Tags added: regression-potential

-- 
synaptics driver ignores options set by hal
https://bugs.launchpad.net/bugs/355071
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 355071] Re: synaptics driver ignores options set by hal

2009-04-04 Thread Dmitriy Geels
Updates list for 1.04:
Commit Log for Wed Apr  1 22:20:34 2009


Следующие пакеты удалены:
libopal3.4.2
libpt2.4.2
libpt2.4.2-plugins-alsa
libpt2.4.2-plugins-v4l2

Следующие пакеты обновлены:
alsa-base (1.0.18.dfsg-1ubuntu6) to 1.0.18.dfsg-1ubuntu7
apparmor (2.3+1289-0ubuntu12) to 2.3+1289-0ubuntu13
apparmor-utils (2.3+1289-0ubuntu12) to 2.3+1289-0ubuntu13
apport (0.146) to 0.147
apport-gtk (0.146) to 0.147
apt (0.7.20.2ubuntu4) to 0.7.20.2ubuntu5
apt-transport-https (0.7.20.2ubuntu4) to 0.7.20.2ubuntu5
apt-utils (0.7.20.2ubuntu4) to 0.7.20.2ubuntu5
brasero (2.26.0-0ubuntu1) to 2.26.0-0ubuntu2
dhcp3-client (3.1.1-5ubuntu7) to 3.1.1-5ubuntu8
dhcp3-common (3.1.1-5ubuntu7) to 3.1.1-5ubuntu8
ekiga (3.0.1-1ubuntu2) to 3.2.0-0ubuntu1
fast-user-switch-applet (2.24.0-0ubuntu9) to 2.24.0-0ubuntu10
fglrx-modaliases (2:8.600-0ubuntu1) to 2:8.600-0ubuntu2
foomatic-filters (4.0.0-0ubuntu8) to 4.0.0-0ubuntu9
gdebi (0.4.7) to 0.4.8
gdebi-core (0.4.7) to 0.4.8
gnome-app-install (0.5.23-0ubuntu1) to 0.5.24-0ubuntu1
gnome-cards-data (1:2.26.0-0ubuntu3) to 1:2.26.0-0ubuntu4
gnome-games (1:2.26.0-0ubuntu3) to 1:2.26.0-0ubuntu4
gnome-games-data (1:2.26.0-0ubuntu3) to 1:2.26.0-0ubuntu4
gnome-mount (0.8-1ubuntu4) to 0.8-1ubuntu5
gnome-orca (2.26.0-0ubuntu1) to 2.26.0-0ubuntu2
gnome-panel (1:2.26.0-0ubuntu4) to 1:2.26.0-0ubuntu5
gnome-panel-data (1:2.26.0-0ubuntu4) to 1:2.26.0-0ubuntu5
gnome-pilot (2.0.15-2.4ubuntu2) to 2.0.17-0ubuntu1
gnome-terminal (2.26.0-0ubuntu1) to 2.26.0-0ubuntu2
gnome-terminal-data (2.26.0-0ubuntu1) to 2.26.0-0ubuntu2
gnome-themes-ubuntu (0.2) to 0.3
gnome-user-guide (2.26.0+svn20090323ubuntu1) to 2.26.0+svn20090323ubuntu2
hpijs (3.9.2-3ubuntu2) to 3.9.2-3ubuntu3
hplip (3.9.2-3ubuntu2) to 3.9.2-3ubuntu3
hplip-data (3.9.2-3ubuntu2) to 3.9.2-3ubuntu3
human-theme (0.28.7ubuntu1) to 0.28.8
indicator-applet (0.1.3-0ubuntu2) to 0.1.4-0ubuntu1
indicator-messages (0.1.3-0ubuntu1) to 0.1.4-0ubuntu1
initramfs-tools (0.92bubuntu25) to 0.92bubuntu26
initscripts (2.86.ds1-61ubuntu10) to 2.86.ds1-61ubuntu11
language-pack-en (1:9.04+20090327) to 1:9.04+20090330
language-pack-gnome-en (1:9.04+20090327) to 1:9.04+20090330
language-pack-gnome-ru (1:9.04+20090327) to 1:9.04+20090330
language-pack-ru (1:9.04+20090327) to 1:9.04+20090330
language-support-translations-en (1:9.04+20090219) to 1:9.04+20090330
language-support-translations-ru (1:9.04+20090219) to 1:9.04+20090330
laptop-mode-tools (1.45-1ubuntu4) to 1.47-1ubuntu1
lib32asound2 (1.0.18-1ubuntu8) to 1.0.18-1ubuntu9
libapparmor-perl (2.3+1289-0ubuntu12) to 2.3+1289-0ubuntu13
libapparmor1 (2.3+1289-0ubuntu12) to 2.3+1289-0ubuntu13
libasound2 (1.0.18-1ubuntu8) to 1.0.18-1ubuntu9
libbrasero-media0 (2.26.0-0ubuntu1) to 2.26.0-0ubuntu2
libc6 (2.9-4ubuntu4) to 2.9-4ubuntu5
libc6-dev (2.9-4ubuntu4) to 2.9-4ubuntu5
libc6-i386 (2.9-4ubuntu4) to 2.9-4ubuntu5
libgnome-pilot2 (2.0.15-2.4ubuntu2) to 2.0.17-0ubuntu1
libgpgme11 (1.1.8-2ubuntu2) to 1.1.8-2ubuntu3
libgraphviz4 (2.20.2-3ubuntu1) to 2.20.2-3ubuntu2
libgtkmm-2.4-1c2a (1:2.16.0-0ubuntu1) to 1:2.16.0-1
libindicate0 (0.1.3-0ubuntu2) to 0.1.4-0ubuntu1
liblircclient0 (0.8.4a-0ubuntu3) to 0.8.4a-0ubuntu4
libmbca0 (0.0.3~bzr42-0ubuntu2) to 0.0.4+bzr66-0ubuntu1
libmetacity0 (1:2.25.144-0ubuntu1) to 1:2.25.144-0ubuntu2
libmysqlclient15off (5.1.30really5.0.75-0ubuntu9) to 
5.1.30really5.0.75-0ubuntu10
libpanel-applet2-0 (1:2.26.0-0ubuntu4) to 1:2.26.0-0ubuntu5
libpangomm-1.4-1 (2.14.1-1) to 2.24.0-1
libpcap0.8 (1.0.0-1~exp1) to 1.0.0-1
libprotobuf3 (2.0.3-0ubuntu1) to 2.0.3-0ubuntu2
libpulse-browse0 (0.9.14-0ubuntu14) to 0.9.14-0ubuntu15
libpulse0 (0.9.14-0ubuntu14) to 0.9.14-0ubuntu15
libpulsecore9 (0.9.14-0ubuntu14) to 0.9.14-0ubuntu15
libunique-1.0-0 (1.0.6-0ubuntu1) to 1.0.8-0ubuntu1
libzephyr3 (2.1.20070719.SNAPSHOT-1.2) to 2.1.20070719.SNAPSHOT-3
linux-sound-base (1.0.18.dfsg-1ubuntu6) to 1.0.18.dfsg-1ubuntu7
metacity (1:2.25.144-0ubuntu1) to 1:2.25.144-0ubuntu2
metacity-common (1:2.25.144-0ubuntu1) to 1:2.25.144-0ubuntu2
music-applet (2.5.0-0ubuntu2) to 2.5.0-0ubuntu3
mysql-common (5.1.30really5.0.75-0ubuntu9) to 5.1.30really5.0.75-0ubuntu10
nano (2.0.9-1) to 2.0.9-2
nautilus-share (0.7.2-0ubuntu8) to 0.7.2-4ubuntu1
notify-osd (0.9.6-0ubuntu2) to 0.9.7-0ubuntu3
pulseaudio (0.9.14-0ubuntu14) to 0.9.14-0ubuntu15
pulseaudio-esound-compat (0.9.14-0ubuntu14) to 0.9.14-0ubuntu15
pulseaudio-module-gconf (0.9.14-0ubuntu14) to 0.9.14-0ubuntu15
pulseaudio-module-hal (0.9.14-0ubuntu14) to 0.9.14-0ubuntu15
pulseaudio-module-x11 (0.9.14-0ubuntu14) to 0.9.14-0ubuntu15
pulseaudio-utils (0.9.14-0ubuntu14) to 0.9.14-0ubuntu15
python (2.6.1-0ubuntu7) to 2.6.1-0ubuntu9
python-apport (0.146) to 0.147
python-apt (0.7.9~exp2ubuntu9) to 0.7.9~exp2ubuntu10
python-cupshelpers (1.1.3+git20090218-0ubuntu14) to 1.1.3+git20090218-0ubuntu17
python-gnome2-desktop (2.26.0-0ubuntu2) to 2.26.0-0ubuntu3
python-gnupginterface (0.3.2-9ubuntu1) to 0.3.2-9ubuntu2
python-gtksourceview2 (2.5.0-0ubuntu1) to 2.6.0-0ubuntu1
python-minimal (2.6.1-0ubuntu7) to 2.6.1-0u

[Bug 355541] [NEW] packard bell bg 46 brightness buttons work improperly

2009-04-05 Thread Dmitriy Geels
Public bug reported:

Binary package hint: gnome-power-manager

Sorry, I couldn't add g-p-m to the list of affected packages in previous
bug #350912 (looks like launchpad bug), so I marking previous report as
dupe of this.

See Bug #350912 for details.

I'm sure now, that problematic place is power-manager, because kernel
brightness interface works flawlessly, and even on gpm logon screen
"brightness up" key works as expected (but brightness down do nothing).

ProblemType: Bug
ACAdapter: Present
Architecture: amd64
Battery: Present
CPUScaling: Present
DistroRelease: Ubuntu 9.04
LaptopPanel: Present
Package: gnome-power-manager 2.24.2-2ubuntu7
ProcEnviron:
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-power-manager
Uname: Linux 2.6.28-11-generic x86_64

** Affects: gnome-power-manager (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
packard bell bg 46 brightness buttons work improperly
https://bugs.launchpad.net/bugs/355541
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 355541] Re: packard bell bg 46 brightness buttons work improperly

2009-04-05 Thread Dmitriy Geels

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/24829967/Dependencies.txt

-- 
packard bell bg 46 brightness buttons work improperly
https://bugs.launchpad.net/bugs/355541
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 350912] Re: packard bell bg 46 brightness buttons work improperly

2009-04-05 Thread Dmitriy Geels
*** This bug is a duplicate of bug 355541 ***
https://bugs.launchpad.net/bugs/355541

Marking as duplicate, because I couldn't add gnome-power-manager to the
list of affected packages.

** This bug has been marked a duplicate of bug 355541
   packard bell bg 46 brightness buttons work improperly

-- 
packard bell bg 46 brightness buttons work improperly
https://bugs.launchpad.net/bugs/350912
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 355071] Re: synaptics driver ignores options set by hal

2009-04-05 Thread Dmitriy Geels
found workaround using xinput

** Attachment added: "xinput-set"
   http://launchpadlibrarian.net/24833562/xinput-set

-- 
synaptics driver ignores options set by hal
https://bugs.launchpad.net/bugs/355071
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 350847] [NEW] [Packard Bell BV EasyNote_BG46-T-001RU] suspend/resume failure

2009-03-29 Thread Dmitriy Geels
Public bug reported:

tried to do normal resume from suspend state.

ProblemType: KernelOops
Annotation: This occured during a previous suspend and prevented it from 
resuming properly.
Architecture: amd64
DistroRelease: Ubuntu 9.04
ExecutablePath: /usr/share/apport/apportcheckresume
Failure: suspend/resume
InterpreterPath: /usr/bin/python2.6
MachineType: Packard Bell BV EasyNote_BG46-T-001RU
Package: linux-image-2.6.28-11-generic 2.6.28-11.38
ProcAttrCurrent: unconfined
ProcCmdLine: root=UUID=41675329-7f53-4c18-91f3-392556fa9353 ro quiet splash
ProcCmdline: /usr/bin/python /usr/share/apport/apportcheckresume
ProcEnviron: PATH=(custom, no user)
ProcVersionSignature: Ubuntu 2.6.28-11.38-generic
SourcePackage: linux
StressLog: Error: [Errno 2] No such file or directory: 
'/var/lib/pm-utils/stress.log'
Tags: resume suspend
Title: [Packard Bell BV EasyNote_BG46-T-001RU] suspend/resume failure
UserGroups:

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


** Tags: amd64 apport-kerneloops resume suspend

-- 
[Packard Bell BV EasyNote_BG46-T-001RU] suspend/resume failure
https://bugs.launchpad.net/bugs/350847
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 350847] Re: [Packard Bell BV EasyNote_BG46-T-001RU] suspend/resume failure

2009-03-29 Thread Dmitriy Geels

** Attachment added: "BootDmesg.txt"
   http://launchpadlibrarian.net/24478102/BootDmesg.txt

** Attachment added: "CurrentDmesg.txt"
   http://launchpadlibrarian.net/24478103/CurrentDmesg.txt

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/24478104/Dependencies.txt

** Attachment added: "HalComputerInfo.txt"
   http://launchpadlibrarian.net/24478105/HalComputerInfo.txt

** Attachment added: "Lspci.txt"
   http://launchpadlibrarian.net/24478106/Lspci.txt

** Attachment added: "Lsusb.txt"
   http://launchpadlibrarian.net/24478107/Lsusb.txt

** Attachment added: "ProcCpuinfo.txt"
   http://launchpadlibrarian.net/24478108/ProcCpuinfo.txt

** Attachment added: "ProcInterrupts.txt"
   http://launchpadlibrarian.net/24478109/ProcInterrupts.txt

** Attachment added: "ProcMaps.txt"
   http://launchpadlibrarian.net/24478110/ProcMaps.txt

** Attachment added: "ProcModules.txt"
   http://launchpadlibrarian.net/24478111/ProcModules.txt

** Attachment added: "ProcStatus.txt"
   http://launchpadlibrarian.net/24478112/ProcStatus.txt

-- 
[Packard Bell BV EasyNote_BG46-T-001RU] suspend/resume failure
https://bugs.launchpad.net/bugs/350847
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 350912] [NEW] packard bell bg 46 brightness buttons work improperly

2009-03-29 Thread Dmitriy Geels
Public bug reported:

Binary package hint: hotkey-setup

I'm not sure about package, may be should be assigned to some gnome
program.

This laptop has 3 backlight control buttons: dim/bright and 'eco' (which should 
put laptop into economy mode).
Now, how buttons work (I press buttons not 1 time per second or less):
d...@dmig-laptop:~$ watch -n 1 cat /proc/acpi/video/VGA1/LCDD/brightness 
Every 1,0s: cat /proc/acpi/video/VGA1/LCDD/brightness   Sun Mar 29 16:08:54 2009

levels:  0 1 2 3 4 5 6
current: 5

dim button: no changes, gnome brightness popup shows zero level brightness
bright button: 
1st press
levels:  0 1 2 3 4 5 6
current: 1
2nd press
levels:  0 1 2 3 4 5 6
current: 4
3rd presslevels:  0 1 2 3 4 5 6
current: 1
4th press
levels:  0 1 2 3 4 5 6
current: 4

eco button:
eco off:
levels:  0 1 2 3 4 5 6
current: 4

eco on: no change
eco off:
backlight blinks twice, then:
levels:  0 1 2 3 4 5 6
current: 2

eco on: no change
eco off: screen blinks 3 times, then level rests on 2

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
Package: hotkey-setup 0.1-23ubuntu9
ProcEnviron:
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: hotkey-setup
Uname: Linux 2.6.28-11-generic x86_64

** Affects: hotkey-setup (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
packard bell bg 46 brightness buttons work improperly
https://bugs.launchpad.net/bugs/350912
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 350912] Re: packard bell bg 46 brightness buttons work improperly

2009-03-29 Thread Dmitriy Geels

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/24480476/Dependencies.txt

-- 
packard bell bg 46 brightness buttons work improperly
https://bugs.launchpad.net/bugs/350912
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 350912] Re: packard bell bg 46 brightness buttons work improperly

2009-03-29 Thread Dmitriy Geels
gnome-brightness-applet changes brightness correctly, but when
brightness is changed to levels 3-4-5-6, brightness blinks several times
and applet causes near 40% constant cpu load (about 80% on single cpu
core).

I'm not sure yet, if this is applet bug or brightness interface.

Changing brightness manually doesn't make backlight blinking.
r...@dmig-laptop:/home/dmig# echo 0 
>/sys/class/backlight/acpi_video0/brightness 
r...@dmig-laptop:/home/dmig# echo 1 
>/sys/class/backlight/acpi_video0/brightness 
r...@dmig-laptop:/home/dmig# echo 2 
>/sys/class/backlight/acpi_video0/brightness 
r...@dmig-laptop:/home/dmig# echo 3 
>/sys/class/backlight/acpi_video0/brightness 
r...@dmig-laptop:/home/dmig# echo 4 
>/sys/class/backlight/acpi_video0/brightness 
r...@dmig-laptop:/home/dmig# echo 5 
>/sys/class/backlight/acpi_video0/brightness 
r...@dmig-laptop:/home/dmig# echo 6 >/sys/class/backlight/acpi_video0/brightness

-- 
packard bell bg 46 brightness buttons work improperly
https://bugs.launchpad.net/bugs/350912
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 350927] [NEW] cpufreq-applet: text invisible with 'dust sand' theme

2009-03-29 Thread Dmitriy Geels
Public bug reported:

Binary package hint: gnome-applets

selecting one of new themes in ubuntu jaunty, dust sand, makes cpufreq-applet 
text invisible.
this theme is only one, where applet text is invisible, others are ok. also, 
this applet is the only one application, which have problems with this theme.

ProblemType: Bug
Architecture: amd64
DistroRelease: Ubuntu 9.04
Package: gnome-applets 2.26.0-0ubuntu4
ProcEnviron:
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-applets
Uname: Linux 2.6.28-11-generic x86_64

** Affects: gnome-applets (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug

-- 
cpufreq-applet: text invisible with 'dust sand' theme
https://bugs.launchpad.net/bugs/350927
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 350927] Re: cpufreq-applet: text invisible with 'dust sand' theme

2009-03-29 Thread Dmitriy Geels

** Attachment added: "applet with dust theme set"
   http://launchpadlibrarian.net/24481040/dust.png

** Attachment added: "Dependencies.txt"
   http://launchpadlibrarian.net/24481041/Dependencies.txt

-- 
cpufreq-applet: text invisible with 'dust sand' theme
https://bugs.launchpad.net/bugs/350927
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 350927] Re: cpufreq-applet: text invisible with 'dust sand' theme

2009-03-29 Thread Dmitriy Geels

** Attachment added: "applet with dust sand theme set"
   http://launchpadlibrarian.net/24481046/dust-sand.png

-- 
cpufreq-applet: text invisible with 'dust sand' theme
https://bugs.launchpad.net/bugs/350927
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 238629] Re: [i965] [EXA] Java plugin causes massive Xorg CPU usage, fixed by changing Xorg acceleration mode [i965GM]

2009-03-30 Thread Dmitriy Geels
Just tried to open
http://www.formula1.com/services/live_timing/live_timing_popup.html with
default video settings in Jaunty amd64. One cpu core is 100% loaded, cpu
became hot.

d...@dmig-laptop:~$ apt-cache policy sun-java6-jre
sun-java6-jre:
  Установлен: 6-12-0ubuntu1
  Кандидат: 6-12-0ubuntu1
  Таблица версий:
 *** 6-12-0ubuntu1 0
500 http://ru.archive.ubuntu.com jaunty/multiverse Packages
100 /var/lib/dpkg/status

-- 
[i965] [EXA] Java plugin causes massive Xorg CPU usage, fixed by changing Xorg 
acceleration mode [i965GM]
https://bugs.launchpad.net/bugs/238629
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 238629] Re: [i965] [EXA] Java plugin causes massive Xorg CPU usage, fixed by changing Xorg acceleration mode [i965GM]

2009-03-30 Thread Dmitriy Geels
Just tried to open
http://www.formula1.com/services/live_timing/live_timing_popup.html with
default video settings in Jaunty amd64. One cpu core is 100% loaded, cpu
became hot.

d...@dmig-laptop:~$ apt-cache policy sun-java6-jre
sun-java6-jre:
  Установлен: 6-12-0ubuntu1
  Кандидат: 6-12-0ubuntu1
  Таблица версий:
 *** 6-12-0ubuntu1 0
500 http://ru.archive.ubuntu.com jaunty/multiverse Packages
100 /var/lib/dpkg/status

-- 
[i965] [EXA] Java plugin causes massive Xorg CPU usage, fixed by changing Xorg 
acceleration mode [i965GM]
https://bugs.launchpad.net/bugs/238629
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 350912] Re: packard bell bg 46 brightness buttons work improperly

2009-03-30 Thread Dmitriy Geels
Also, 'eco' sensor should generate events on both state changes, now it 
generates following only on enable:
video LCDD 0087 
hotkey ATKD 0029 0018
video LCDD 0087 
hotkey ATKD 0029 0019

-- 
packard bell bg 46 brightness buttons work improperly
https://bugs.launchpad.net/bugs/350912
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 350912] Re: packard bell bg 46 brightness buttons work improperly

2009-03-30 Thread Dmitriy Geels
Here are codes, generated by brightness keys:
brightness down
video LCDD 0087 
hotkey ATKD 0029 000e

brightness up
video LCDD 0086 
hotkey ATKD 001b 000c

I think, problem is that video event is handled by
video_brightnessup/down script and hotkey event handled by asus-
brightness-up/down scripts at the same time.

-- 
packard bell bg 46 brightness buttons work improperly
https://bugs.launchpad.net/bugs/350912
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 350912] Re: packard bell bg 46 brightness buttons work improperly

2009-03-30 Thread Dmitriy Geels
Digging deeper shows, that events pass acpi layer. Problem is in
brightness controlling software.

-- 
packard bell bg 46 brightness buttons work improperly
https://bugs.launchpad.net/bugs/350912
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 407367] Re: gdb-avr is outdated

2009-08-02 Thread Dmitriy Geels
Eh... do you mean gdb source? http://www.gnu.org/software/gdb/download/
As I understand, gdb-avr may be built even from gdb package source.

-- 
gdb-avr is outdated
https://bugs.launchpad.net/bugs/407367
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 313753] Re: Fails to register to more than one account from the same provider

2009-07-15 Thread Dmitriy Geels
The problem is in authorization info, ekiga uses. It takes auth info of
first registered account (see Authorization header).

This short log of ekiga talking to asterisk shows what causes this problem:
<--- SIP read from 87.249.10.61:52335 --->
REGISTER sip:ssof01 SIP/2.0
Route: 
CSeq: 15 REGISTER
Via: SIP/2.0/UDP 
10.1.1.168:5060;branch=z9hG4bK2663d012-8f6f-de11-8d5b-001bfcafddc3;rport
User-Agent: Ekiga/3.2.0
Authorization: Digest username="1x123", realm="asterisk", nonce="0e437ac4", 
uri="sip:ssof01", algorithm=MD5, response="6fbc872af5a973cb4bcee731f1a62804"
From: ;tag=aceecd12-8f6f-de11-8d5b-001bfcafddc3
Call-ID: 76d9cd12-8f6f-de11-8d5b-001bfcafd...@dmig-desktop
To: 
Contact: ;q=1
Allow: INVITE,ACK,OPTIONS,BYE,CANCEL,SUBSCRIBE,NOTIFY,REFER,MESSAGE,INFO,PING
Expires: 3600
Content-Length: 0
Max-Forwards: 70


<->
--- (14 headers 0 lines) ---
Using latest REGISTER request as basis request
Sending to 87.249.10.61 : 52335 (NAT)
ssof01*CLI> 
<--- Transmitting (NAT) to 87.249.10.61:52335 --->
SIP/2.0 100 Trying
Via: SIP/2.0/UDP 
10.1.1.168:5060;branch=z9hG4bK2663d012-8f6f-de11-8d5b-001bfcafddc3;received=87.249.10.61;rport=52335
From: ;tag=aceecd12-8f6f-de11-8d5b-001bfcafddc3
To: 
Call-ID: 76d9cd12-8f6f-de11-8d5b-001bfcafd...@dmig-desktop
CSeq: 15 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces
Contact: 
Content-Length: 0


<>
ssof01*CLI> 
<--- Transmitting (NAT) to 87.249.10.61:52335 --->
SIP/2.0 403 Authentication user name does not match account name
Via: SIP/2.0/UDP 
10.1.1.168:5060;branch=z9hG4bK2663d012-8f6f-de11-8d5b-001bfcafddc3;received=87.249.10.61;rport=52335
From: ;tag=aceecd12-8f6f-de11-8d5b-001bfcafddc3
To: ;tag=as0afda709
Call-ID: 76d9cd12-8f6f-de11-8d5b-001bfcafd...@dmig-desktop
CSeq: 15 REGISTER
User-Agent: Asterisk PBX
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY
Supported: replaces
Content-Length: 0


<>

-- 
Fails to register to more than one account from the same provider
https://bugs.launchpad.net/bugs/313753
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 407367] Re: gdb-avr is outdated

2009-08-20 Thread Dmitriy Geels
avr-gdb may be manually updated from gdb source:
apt-get source gdb
cd gdb-6.8
./configure --prefix=/usr/local/avr --program-prefix="avr-" --target=avr 
--disable-werror
make
make install

 --disable-werror is requred, gdb doesn't build without this.

-- 
gdb-avr is outdated
https://bugs.launchpad.net/bugs/407367
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 407367] [NEW] gdb-avr is outdated

2009-07-31 Thread Dmitriy Geels
Public bug reported:

Binary package hint: gdb-avr

gdb-avr in ubuntu jaunty/karmic is outdated.

gdb package has version 6.8-3ubuntu2, while gdb-avr is still 6.4.90.dfsg-2.1 
since intrepid.
please update gdb-avr package to latest gdb source.

** Affects: gdb-avr (Ubuntu)
 Importance: Undecided
 Status: New

-- 
gdb-avr is outdated
https://bugs.launchpad.net/bugs/407367
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 355541] Re: packard bell bg 46 brightness buttons work improperly

2009-06-11 Thread Dmitriy Geels
*** This bug is a duplicate of bug 376924 ***
https://bugs.launchpad.net/bugs/376924

Scott, thanks for your message! This bug seems to be duplicate of bug #376924.
ACPI is the first thing I thought about, but it isn't ACPI problem actually, 
it's g-p-m bug. Even gnome brightness applet changes brightness as expected 
(but causing high CPU load for few seconds).

** This bug has been marked a duplicate of bug 376924
   Random reaction to brightness hotkeys

-- 
packard bell bg 46 brightness buttons work improperly
https://bugs.launchpad.net/bugs/355541
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 350912] Re: packard bell bg 46 brightness buttons work improperly

2009-06-11 Thread Dmitriy Geels
*** This bug is a duplicate of bug 376924 ***
https://bugs.launchpad.net/bugs/376924

** This bug is no longer a duplicate of bug 355541
   packard bell bg 46 brightness buttons work improperly
** This bug has been marked a duplicate of bug 376924
   Random reaction to brightness hotkeys

-- 
packard bell bg 46 brightness buttons work improperly
https://bugs.launchpad.net/bugs/350912
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 376924] Re: Random reaction to brightness hotkeys

2009-06-11 Thread Dmitriy Geels
Applied this patch to .30 kernel -- it helped! Brightness control works
as expected now. But gnome-brightness-applet is often loosing dbus
connection to g-p-m with .30 kernel.

-- 
Random reaction to brightness hotkeys
https://bugs.launchpad.net/bugs/376924
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 562154] Re: evolution doesn't receive emails from pop3 account

2010-04-20 Thread Dmitriy Geels
Looks like, that last update of evolution-data-server package fixed the problem.
Humberto, did it fix for you?

-- 
evolution doesn't receive emails from pop3 account
https://bugs.launchpad.net/bugs/562154
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 451108] Re: Asus Wireless button not updating WLED

2010-02-20 Thread Dmitriy Geels
** Changed in: linux (Ubuntu)
   Status: New => Confirmed

-- 
Asus Wireless button not updating WLED
https://bugs.launchpad.net/bugs/451108
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 344673] Re: wrong /dev/eventX permissions for force feedback devices

2009-11-16 Thread Dmitriy Geels
Ubuntu Karmic is released, HAL is deprecated now, so permissions should
be applied thru udev.

** Changed in: hal (Ubuntu)
   Status: New => Invalid

** Changed in: udev (Ubuntu)
   Status: Invalid => New

** Summary changed:

- wrong /dev/eventX permissions for force feedback devices
+ wrong /dev/input/eventX permissions

** Description changed:

  Binary package hint: udev
  
  This wasn't a problem before 2.6.28, because force feedback for HID
  devices was missing in ubuntu kernel. But now that will become a
  problem.
  
  d...@dmig-desktop:~$ ll /dev/input/
  ...
  crw-rw 1 root root 13, 64 2002-01-22 04:57 event0
  crw-rw 1 root root 13, 65 2002-01-22 04:57 event1
  crw-rw 1 root root 13, 66 2002-01-22 04:57 event2
  crw-rw 1 root root 13, 67 2002-01-22 04:57 event3
  crw-rw 1 root root 13, 68 2002-01-22 04:57 event4
  crw-rw 1 root root 13, 69 2002-01-22 04:57 event5
  ...
  
  As you may see, all devices are owned by root. This will prevent anyone else 
from using FF.
  E.g. device event5 is a gamepad supporting force feedback, then id's node 
must have group set to 'plugdev' (or some other).
  
  Here is a message from linux-input maillist about this situation:
  > I've read the documentation about force feedback in
  > Documentation/input/ff.txt. But I'm rather unsure how to use it actually. So
  > far I understood this you have to use /dev/input/eventX to access your ff-
  > device. But normally only root has read and write access to this device 
files,
  > while a joystick is used normally using /dev/input/jsX which can be used by 
a
  > non-root user.
  >
  > So my actual question is: How can I use force feedback of a joystick without
  > setting global read/write permissions to /dev/input/eventX?
  
  The distribution should configure joystick eventX devices to either have
  global read/write access, or read/write access for one group (which the
  user is in), or have it chown the device to logged-in user, depending on
  distribution conventions.
  
  One can identify joystick devices from other eventX devices with udev
  variable ENV{ID_CLASS}="joystick", or with existence of "/dev/input/by-
  path/*-event-joystick", which is a symlink to the eventX device.
  
  On Mandriva Linux, permissions are granted to logged-in user with
  pam_console / ConsoleKit, with /dev/input/by-path/*-event-joystick.
+ 
+ Added on 16.11.2009:
+ Actually, this problem is wider, than just for force-feedback devices: there 
are input devices, which report their state (e.g. logitech wireless mice can 
tell their battery status) -- these also require write permissions.

-- 
wrong /dev/input/eventX permissions
https://bugs.launchpad.net/bugs/344673
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 344673] Re: wrong /dev/input/eventX permissions

2009-11-16 Thread Dmitriy Geels
I can give 2 examples (devices which I have):
- saitek gamepad with force feedback -- sudo needed to use force feedback
- wireless logitech mouse -- sudo needed to ask mouse for battery status (using 
revoco utility)

In both cases sudo needed, because /dev/input/eventX devices have 0664
permissions and root:root ownership (which I consider wrong).

-- 
wrong /dev/input/eventX permissions
https://bugs.launchpad.net/bugs/344673
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


  1   2   3   >