[Bug 201786] Re: ssh Agent admitted failure to sign using the key on big endian machines

2010-11-24 Thread Sebastian Rydberg
I had a similiar problem and I solved it with: [srydb...@zeus ~]$ echo $SSH_AUTH_SOCK /tmp/keyring-KXX3Aw/ssh [srydb...@zeus tmp]$ sudo rm -rf keyring-KXX3Aw/ Maybe the keys are cached there? -- ssh Agent admitted failure to sign using the key on big endian machines

Re: [Mactel-support] [Bug 434071] Re: Brightness hotkeys not working on MacBook 5, 2 and 4, 1

2009-11-29 Thread rydberg
Νίκος Αλεξανδρής wrote: Folks, I read that phrase pommed has been deprecated since last year (I think). The fact is that pommed: * does its job and it does so very fast (brightness keys work faster than in OS-X I would say) * is packaged for Karmic and available through the Mactel PPA

[Bug 261450] Re: brightness Applet very slow and processors getting bisy when try adjust LCD brightness

2009-08-16 Thread rydberg
If your graphics cards have a high number of brightness levels, chances are the problem is related to https://bugs.launchpad.net/ubuntu/+source /gnome-power-manager/+bug/289520. Although that particular bug has been fixed, the problem is still in effect when adjusting the brightness with the

Re: [Bug 285815] Re: Backlight keeps getting darker on MacBookPro

2009-01-11 Thread rydberg
Alex Murray wrote: Actually scrub the previous patch - this one is much simpler and doesn't break the case for the old machines. ** Attachment added: Improved patch http://launchpadlibrarian.net/21101822/applesmc-dkms-light-sensor-fix.patch Thank you for the patch! This one seems neat;

[Bug 285815] Re: Backlight keeps getting darker on MacBookPro

2009-01-10 Thread rydberg
Although I am happy that you are looking into this problem, I think the patch is doing the wrong thing: 1. It is introducing more state to the desktop setup - it should be possible to determine the right scaling automatically. 2. The scaling factor in the patch is integral - this is causing all

[Bug 285815] Re: Backlight keeps getting darker on MacBookPro

2008-12-28 Thread rydberg
So it seems to be reading quite low Yes, this is the experience on several models: MBA11 and MBP41 fall into the same category as your MBP51. The readings are low, but the full span 0-255 is actually used, which can be seen when exposing the sensor for extreme light. The real problem seems to be

[Bug 285815] Re: Backlight keeps getting darker on MacBookPro

2008-11-24 Thread rydberg
** Changed in: mactel-support Status: New = Fix Released -- Backlight keeps getting darker on MacBookPro https://bugs.launchpad.net/bugs/285815 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu. --

[Bug 285815] Re: Backlight keeps getting darker on MacBookPro

2008-11-10 Thread rydberg
** Also affects: gnome-power-manager (Ubuntu) Importance: Undecided Status: New -- Backlight keeps getting darker on MacBookPro https://bugs.launchpad.net/bugs/285815 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 285815] Re: Backlight keeps getting darker on MacBookPro

2008-11-10 Thread rydberg
Here is a patch to gnome-power-manager that seems to fix the problem. ** Attachment added: 94-fix-light-sensor-scaling.patch http://launchpadlibrarian.net/19552469/94-fix-light-sensor-scaling.patch -- Backlight keeps getting darker on MacBookPro https://bugs.launchpad.net/bugs/285815 You

[Bug 71808] Re: Keyboard backlight does not work on Macbook Pro / Powerbook

2008-11-05 Thread rydberg
The other bug is listed towards pommed. This one is listed towards gnome-power-manager, but for older macbooks. The bug relevant to Intrepid (i.e., which has a fix from MactelSupport) is this one: https://bugs.launchpad.net/ubuntu/+source/linux- source-2.6.22/+bug/125918 -- Keyboard backlight

[Bug 289520] Re: GPM unresponsive for two minutes after startup on Macbooks

2008-10-27 Thread rydberg
Repackaged the patch a bit, hopefully fits together with the ubuntu patches a bit better. The two following attachments replace the old patch. -- GPM unresponsive for two minutes after startup on Macbooks https://bugs.launchpad.net/bugs/289520 You received this bug notification because you are a

[Bug 289520] Re: GPM unresponsive for two minutes after startup on Macbooks

2008-10-27 Thread rydberg
** Attachment added: 90-Add-guarded-brightness-stepping-functions.patch http://launchpadlibrarian.net/18940342/90-Add-guarded-brightness-stepping-functions.patch -- GPM unresponsive for two minutes after startup on Macbooks https://bugs.launchpad.net/bugs/289520 You received this bug

[Bug 289520] Re: GPM unresponsive for two minutes after startup on Macbooks

2008-10-27 Thread rydberg
** Attachment added: 91-Using-guarded-and-scaled-stepping-when-dimming.patch http://launchpadlibrarian.net/18940344/91-Using-guarded-and-scaled-stepping-when-dimming.patch ** Changed in: mactel-support Assignee: (unassigned) = rydberg (rydberg) ** Changed in: mactel-support

[Bug 289520] Re: GPM unresponsive for two minutes after startup on Macbooks

2008-10-27 Thread rydberg
I presume you are talking about patch 91. The current code is executing the body of the for loop for both end points, cur and shared_value_abs, Besides being unnecessary, it means the loop exits for a value outside of the valid range. This makes it impossible to use the guarded_up/down functions,

[Bug 289520] Re: GPM unresponsive for two minutes after startup on Macbooks

2008-10-27 Thread rydberg
... make that 20 lines; the going down comment had been strangely misplaced. -- GPM unresponsive for two minutes after startup on Macbooks https://bugs.launchpad.net/bugs/289520 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 289520] Re: GPM unresponsive for two minutes after startup on Macbooks

2008-10-27 Thread rydberg
** Attachment removed: 91-Using-guarded-and-scaled-stepping-when- dimming.patch http://launchpadlibrarian.net/18940344/91-Using-guarded-and-scaled- stepping-when-dimming.patch ** Attachment removed: use-scaled-stepping-in-xrand.patch

[Bug 289520] Re: GPM unresponsive for two minutes after startup on Macbooks

2008-10-27 Thread rydberg
True. I removed the old attachments and added new ones accordingly. I also took the liberty of changing patch 90 to use non-linear stepping; it makes every step roughly equal in perceived brightness change, and allows for much finer tuning at low brightness. ** Attachment added:

[Bug 289520] Re: GPM unresponsive for two minutes after startup on Macbooks

2008-10-27 Thread rydberg
** Attachment added: 91-Using-guarded-and-scaled-stepping-when-dimming.patch http://launchpadlibrarian.net/18957594/91-Using-guarded-and-scaled-stepping-when-dimming.patch -- GPM unresponsive for two minutes after startup on Macbooks https://bugs.launchpad.net/bugs/289520 You received this

[Bug 289520] [NEW] GPM unresponsive for two minutes after startup on Macbooks

2008-10-26 Thread rydberg
Public bug reported: Binary package hint: gnome-power-manager Many of the recent Apple MacBooks have a large number of LCD backlight levels. The GPM uses XRandR to modify the backlight. However, the gpm- brightness-xrandr smooth brightness function does not take the number of brightness levels

[Bug 289520] Re: GPM unresponsive for two minutes after startup on Macbooks

2008-10-26 Thread rydberg
** Attachment added: use-scaled-stepping-in-xrand.patch http://launchpadlibrarian.net/18921173/use-scaled-stepping-in-xrand.patch -- GPM unresponsive for two minutes after startup on Macbooks https://bugs.launchpad.net/bugs/289520 You received this bug notification because you are a member

[Bug 289520] Re: GPM unresponsive for two minutes after startup on Macbooks

2008-10-26 Thread rydberg
The patch has been uploaded to the mactel PPA. -- GPM unresponsive for two minutes after startup on Macbooks https://bugs.launchpad.net/bugs/289520 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu. --