Re: [Bug 416236] Re: [Regression] No do nothing for laptop lid closed action

2011-02-25 Thread Troy R.
Not available in the GUI implies, at least to me, that there will be
a GConf (GSettings?) key for it, as there is now.

Troy

On Fri, Feb 25, 2011 at 2:02 PM, Thorsten Reinbold
thorsten.reinb...@googlemail.com wrote:
 Does this mean that I have to buy an additional Monitor to prevent
 suspending when closing my Notebook?

 --
 You received this bug notification because you are a direct subscriber
 of the bug.
 https://bugs.launchpad.net/bugs/416236

 Title:
  [Regression] No do nothing for laptop lid closed action

 To unsubscribe from this bug, go to:
 https://bugs.launchpad.net/gnome-power/+bug/416236/+subscribe


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

Title:
  [Regression] No do nothing for laptop lid closed action

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

[Bug 694016] [NEW] DPMS Suspend doesn't work unless lid is open on laptop.

2010-12-23 Thread Troy R.
Public bug reported:

Binary package hint: gnome-power-manager

Expected:
GPM should allow my external monitor to enter DPMS suspend while the laptop lid 
is closed.

Observed:
GPM doesn't allow my external monitor to suspend while the lid is closed on the 
laptop. If the lid is open, it works fine.

Steps To Reproduce:
Restart Ubuntu with the laptop lid closed, log in and wait for the timeout 
period. The external monitor shows the screensaver, but does not enter DPMS 
suspend.

No combination of GConf options has allowed me to effectively work
around this issue. In another bug, someone wrote a perl script that
works, but only if the screensaver is enabled. I use the machine with
the screensaver both on and off. So, I started digging.

Here's some snipped GPM logs (gnome-power-manager --verbose):

(Lid down, 00:01 timeout for screensaver and dpms blanking, does not work as 
expected)
8--- snip ---8
304-TI:22:50:53 TH:0x9a788b8FI:gpm-session.c
FN:gpm_session_presence_status_changed_cb,145
305- - emitting idle-changed : (1)
306-TI:22:50:53 TH:0x9a788b8FI:gpm-idle.c   
FN:gpm_idle_session_idle_changed_cb,354
307- - Received gnome session idle changed: 1
308-TI:22:50:53 TH:0x9a788b8FI:gpm-idle.c   FN:gpm_idle_evaluate,187
309- - session_idle=1, idle_inhibited=0, suspend_inhibited=0, x_idle=1
310-TI:22:51:03 TH:0x9a788b8FI:gpm-idle.c   FN:gpm_idle_set_mode,108
311- - Doing a state transition: blank
312-TI:22:51:28 TH:0x9a788b8FI:gpm-idle.c   
FN:gpm_idle_idletime_reset_cb,391
313- - idletime reset
314-TI:22:51:28 TH:0x9a788b8FI:gpm-idle.c   FN:gpm_idle_evaluate,187
315- - session_idle=1, idle_inhibited=0, suspend_inhibited=0, x_idle=0
316-TI:22:51:28 TH:0x9a788b8FI:gpm-idle.c   FN:gpm_idle_set_mode,108
317- - Doing a state transition: normal
318-TI:22:51:28 TH:0x9a788b8FI:gpm-manager.c
FN:gpm_manager_idle_changed_cb,804
319: - lid is closed, so we are ignoring -NORMAL state changes
320-TI:22:51:28 TH:0x9a788b8FI:gpm-idle.c   FN:gpm_idle_evaluate,192
321- - X not idle
8--- snip ---8

(Lid up, 00:01 timeout for screensaver and dpms blanking, works as expected)
8--- snip ---8
TI:23:04:23 TH:0x88638b8FI:gpm-session.c
FN:gpm_session_presence_status_changed_cb,145
 - emitting idle-changed : (1)
TI:23:04:23 TH:0x88638b8FI:gpm-idle.c   
FN:gpm_idle_session_idle_changed_cb,354
 - Received gnome session idle changed: 1
TI:23:04:23 TH:0x88638b8FI:gpm-idle.c   FN:gpm_idle_evaluate,187
 - session_idle=1, idle_inhibited=0, suspend_inhibited=0, x_idle=1
TI:23:04:33 TH:0x88638b8FI:gpm-idle.c   FN:gpm_idle_set_mode,108
 - Doing a state transition: blank
TI:23:04:41 TH:0x88638b8FI:gpm-idle.c   
FN:gpm_idle_idletime_reset_cb,391
 - idletime reset
TI:23:04:41 TH:0x88638b8FI:gpm-idle.c   FN:gpm_idle_evaluate,187
 - session_idle=1, idle_inhibited=0, suspend_inhibited=0, x_idle=0
TI:23:04:41 TH:0x88638b8FI:gpm-idle.c   FN:gpm_idle_set_mode,108
 - Doing a state transition: normal
TI:23:04:41 TH:0x88638b8FI:gpm-idle.c   FN:gpm_idle_evaluate,192
 - X not idle
8--- snip ---8

I also went digging in gpm-manager.c from GPM to figure out what that
'lid is closed...' stuff meant:

8--- snip ---8
 /* Ignore back-to-NORMAL events when the lid is closed, as the DPMS is
  * already off, and we don't want to re-enable the screen when the user
  * moves the mouse on systems that do not support hardware blanking. */
 if (gpm_button_is_lid_closed (manager-priv-button) 
 mode == GPM_IDLE_MODE_NORMAL) {
  egg_debug (lid is closed, so we are ignoring -NORMAL state changes);
  return;
 }
8--- snip ---8

... but I haven't been able to relate it directly to my problem, because
I want it to blank in the first place. It was the only big difference I
could spot in much of the logging.

Thanks!

ProblemType: Bug
DistroRelease: Ubuntu 10.10
Package: gnome-power-manager 2.32.0-0ubuntu1
ProcVersionSignature: Ubuntu 2.6.35-24.42-generic 2.6.35.8
Uname: Linux 2.6.35-24-generic i686
NonfreeKernelModules: wl
Architecture: i386
Date: Thu Dec 23 23:14:00 2010
GnomeSessionIdleInhibited: No
GnomeSessionInhibitors: None
GnomeSessionSuspendInhibited: No
InstallationMedia: Ubuntu 10.10 Maverick Meerkat - Release i386 (20101007)
MachineType: Dell Inc. Vostro   1000
ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-2.6.35-24-generic 
root=UUID=3f91319e-e82a-4ca6-9a44-9fc44213128d ro quiet splash
ProcEnviron:
 LANG=en_CA.utf8
 SHELL=/bin/bash
SourcePackage: gnome-power-manager
dmi.bios.date: 07/30/2006
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 2.5.2
dmi.board.name: 0WY383
dmi.board.vendor: Dell Inc.
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: 
dmi:bvnDellInc.:bvr2.5.2:bd07/30/2006:svnDellInc.:pnVostro1000:pvrNotSpecified:rvnDellInc.:rn0WY383:rvr:cvnDellInc.:ct8:cvrNotSpecified:
dmi.product.name: Vostro   1000
dmi.product.version: Not Specified
dmi.sys.vendor: Dell Inc.

** Affects: gnome-power-manager 

[Bug 694016] Re: DPMS Suspend doesn't work unless lid is open on laptop.

2010-12-23 Thread Troy R.

** Description changed:

  Binary package hint: gnome-power-manager
  
  Expected:
  GPM should allow my external monitor to enter DPMS suspend while the laptop 
lid is closed.
  
  Observed:
  GPM doesn't allow my external monitor to suspend while the lid is closed on 
the laptop. If the lid is open, it works fine.
  
  Steps To Reproduce:
  Restart Ubuntu with the laptop lid closed, log in and wait for the timeout 
period. The external monitor shows the screensaver, but does not enter DPMS 
suspend.
  
  No combination of GConf options has allowed me to effectively work
  around this issue. In another bug, someone wrote a perl script that
  works, but only if the screensaver is enabled. I use the machine with
  the screensaver both on and off. So, I started digging.
  
  Here's some snipped GPM logs (gnome-power-manager --verbose):
  
  (Lid down, 00:01 timeout for screensaver and dpms blanking, does not work as 
expected)
- blockquote
+ 8--- snip ---8
  304-TI:22:50:53   TH:0x9a788b8FI:gpm-session.c
FN:gpm_session_presence_status_changed_cb,145
  305- - emitting idle-changed : (1)
  306-TI:22:50:53   TH:0x9a788b8FI:gpm-idle.c   
FN:gpm_idle_session_idle_changed_cb,354
  307- - Received gnome session idle changed: 1
  308-TI:22:50:53   TH:0x9a788b8FI:gpm-idle.c   FN:gpm_idle_evaluate,187
  309- - session_idle=1, idle_inhibited=0, suspend_inhibited=0, x_idle=1
  310-TI:22:51:03   TH:0x9a788b8FI:gpm-idle.c   FN:gpm_idle_set_mode,108
  311- - Doing a state transition: blank
  312-TI:22:51:28   TH:0x9a788b8FI:gpm-idle.c   
FN:gpm_idle_idletime_reset_cb,391
  313- - idletime reset
  314-TI:22:51:28   TH:0x9a788b8FI:gpm-idle.c   FN:gpm_idle_evaluate,187
  315- - session_idle=1, idle_inhibited=0, suspend_inhibited=0, x_idle=0
  316-TI:22:51:28   TH:0x9a788b8FI:gpm-idle.c   FN:gpm_idle_set_mode,108
  317- - Doing a state transition: normal
  318-TI:22:51:28   TH:0x9a788b8FI:gpm-manager.c
FN:gpm_manager_idle_changed_cb,804
  319: - lid is closed, so we are ignoring -NORMAL state changes
  320-TI:22:51:28   TH:0x9a788b8FI:gpm-idle.c   FN:gpm_idle_evaluate,192
  321- - X not idle
- /blockquote
+ 8--- snip ---8
  
  (Lid up, 00:01 timeout for screensaver and dpms blanking, works as expected)
- blockquote
+ 8--- snip ---8
  TI:23:04:23   TH:0x88638b8FI:gpm-session.c
FN:gpm_session_presence_status_changed_cb,145
-  - emitting idle-changed : (1)
+  - emitting idle-changed : (1)
  TI:23:04:23   TH:0x88638b8FI:gpm-idle.c   
FN:gpm_idle_session_idle_changed_cb,354
-  - Received gnome session idle changed: 1
+  - Received gnome session idle changed: 1
  TI:23:04:23   TH:0x88638b8FI:gpm-idle.c   FN:gpm_idle_evaluate,187
-  - session_idle=1, idle_inhibited=0, suspend_inhibited=0, x_idle=1
+  - session_idle=1, idle_inhibited=0, suspend_inhibited=0, x_idle=1
  TI:23:04:33   TH:0x88638b8FI:gpm-idle.c   FN:gpm_idle_set_mode,108
-  - Doing a state transition: blank
+  - Doing a state transition: blank
  TI:23:04:41   TH:0x88638b8FI:gpm-idle.c   
FN:gpm_idle_idletime_reset_cb,391
-  - idletime reset
+  - idletime reset
  TI:23:04:41   TH:0x88638b8FI:gpm-idle.c   FN:gpm_idle_evaluate,187
-  - session_idle=1, idle_inhibited=0, suspend_inhibited=0, x_idle=0
+  - session_idle=1, idle_inhibited=0, suspend_inhibited=0, x_idle=0
  TI:23:04:41   TH:0x88638b8FI:gpm-idle.c   FN:gpm_idle_set_mode,108
-  - Doing a state transition: normal
+  - Doing a state transition: normal
  TI:23:04:41   TH:0x88638b8FI:gpm-idle.c   FN:gpm_idle_evaluate,192
-  - X not idle
- /blockquote
+  - X not idle
+ 8--- snip ---8
  
  I also went digging in gpm-manager.c from GPM to figure out what that
  'lid is closed...' stuff meant:
  
- blockquote
-   /* Ignore back-to-NORMAL events when the lid is closed, as the DPMS is
-* already off, and we don't want to re-enable the screen when the user
-* moves the mouse on systems that do not support hardware blanking. */
-   if (gpm_button_is_lid_closed (manager-priv-button) 
-   mode == GPM_IDLE_MODE_NORMAL) {
-   egg_debug (lid is closed, so we are ignoring -NORMAL state 
changes);
-   return;
-   }
- /blockquote
+ 8--- snip ---8
+  /* Ignore back-to-NORMAL events when the lid is closed, as the DPMS is
+   * already off, and we don't want to re-enable the screen when the user
+   * moves the mouse on systems that do not support hardware blanking. */
+  if (gpm_button_is_lid_closed (manager-priv-button) 
+  mode == GPM_IDLE_MODE_NORMAL) {
+   egg_debug (lid is closed, so we are ignoring -NORMAL state changes);
+   return;
+  }
+ 8--- snip ---8
  
- ... but I haven't been able to relate it to my problem, because I don't
- want to go back to normal, I want it to blank in the first place.
+ ... but I haven't been able to relate it directly to my problem, because
+ I want it to blank in the first place. It was the only big difference 

[Bug 550054] Re: Power Manager Not putting Monitor to Sleep

2010-12-23 Thread Troy R.
Same problem in Maverick 10.10, fresh install.

I've attached more information for this that may be helpful at:
https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/694016

The difference is that in my case, on 10.10, the bug only triggers when
the laptop lid is closed.

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.
https://bugs.launchpad.net/bugs/550054

Title:
  Power Manager Not putting Monitor to Sleep

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


[Bug 405544] Re: Kernel does not recognize blank optical media

2010-10-16 Thread Troy R.
After a long hiatus from investigating bugs, I had a bright idea, and
the only one I hadn't tried: pop out the burner and /clean the lens/.

Lo and behold, my drive is now fully functional. Brasero burns, DVD's
are recognized again, and I'm happy.

-- 
Kernel does not recognize blank optical media
https://bugs.launchpad.net/bugs/405544
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 644126] [NEW] Totem doesn't offer an Enqueue Location... or similar option.

2010-09-21 Thread Troy R.
Public bug reported:

Binary package hint: totem

Totem doesn't offer an option to queue a stream to play after local
files in the playlist. It only offers an Open Location... option which
clears the playlist entirely, playing only the stream.

I expected to be able to queue an internet radio stream (that plays
normally in Totem when using the Open Location... function) after
files in a playlist.

Instead, I found no option to do so.

One workaround is to run

$ totem --enqueue http://some.domain.tld/stream.m3u

which will enqueue the stream in the running Totem's playlist.

tr...@blueberry:~$ lsb_release -rd
Description:Ubuntu 10.04.1 LTS
Release:10.04

tr...@blueberry:~$ apt-cache policy totem
totem:
  Installed: 2.30.2-0ubuntu1
  Candidate: 2.30.2-0ubuntu1
  Version table:
 *** 2.30.2-0ubuntu1 0
500 http://ubuntu.mirror.rafal.ca/ubuntu/ lucid-updates/main Packages
100 /var/lib/dpkg/status
 2.30.0git20100413-0ubuntu1 0
500 http://ubuntu.mirror.rafal.ca/ubuntu/ lucid/main Packages

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

** Bug watch added: GNOME Bug Tracker #142185
   https://bugzilla.gnome.org/show_bug.cgi?id=142185

-- 
Totem doesn't offer an Enqueue Location... or similar option.
https://bugs.launchpad.net/bugs/644126
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


[Bug 644126] Re: Totem doesn't offer an Enqueue Location... or similar option.

2010-09-21 Thread Troy R.
https://bugzilla.gnome.org/show_bug.cgi?id=142185

This is upstream already. Sorry, folks.

It would be really nice to see implemented, though, even if it is an
Ubuntu-specific patch.

-- 
Totem doesn't offer an Enqueue Location... or similar option.
https://bugs.launchpad.net/bugs/644126
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to totem in ubuntu.

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


Re: [Bug 416236] Re: [Regression] No do nothing for laptop lid closed action

2010-06-29 Thread Troy R.
Select blank screen, close the lid, and move your mouse or press a
key. Problem solved. Yes, it's annoying, but it works fine as if there
was a do nothing option

Sent from my iPod

On Jun 29, 2010, at 7:40 AM, Spaceport peterson@gmail.com wrote:

 @papaprinny go for KDE...?
 
 -- 
 [Regression] No do nothing for laptop lid closed action
 https://bugs.launchpad.net/bugs/416236
 You received this bug notification because you are a direct subscriber
 of the bug.

-- 
[Regression] No do nothing for laptop lid closed action
https://bugs.launchpad.net/bugs/416236
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 405544] Re: Unable to burn CD or DVD with 2.6.31 kernel

2010-04-17 Thread Troy R.
My system is back to not being able to burn data DVD's, after a random attempt 
this evening.
I can't change the AHCI settting in my BIOS, it's a Dell Vostro laptop. Unless 
there's a kernel arg to do this...

Any progress on this?

-- 
Unable to burn CD or DVD with 2.6.31 kernel
https://bugs.launchpad.net/bugs/405544
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 405544] Re: Unable to burn CD or DVD with 2.6.31 kernel

2010-01-03 Thread Troy R.
I followed Phil's lead and tried the mainline generic packages at

http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.32.2/

as well. I am happy to report that I can write DVD's again with wodim
and Brasero. There are still some strange things occuring, though:
before the write, the writer acts funny, making the same cycle of
'spin/move laser/spin again' noises as it did before when it refused to
write at all. After the write has completed, the noise cycle begins
again until I manually eject the disc. Despite this, the disc is written
correctly, as far as Linux or I can tell. (mounts, can read files from
it, can umount and eject).

95% solved. Let's keep this going. :d

-- 
Unable to burn CD or DVD with 2.6.31 kernel
https://bugs.launchpad.net/bugs/405544
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


Re: [Bug 405544] Re: Unable to burn CD or DVD with 2.6.31 kernel

2009-12-28 Thread Troy R.
Thanks Ron_, didn't see that!

Cheers, let's hope this gets fixed soon.

-- 
/\
\ / ASCII Ribbon Campaign
 X against HTML e-mail
/ \


On Sun, 2009-12-27 at 23:28 +, Ron_ wrote:
 Troy,
 
 According to
 https://bugs.launchpad.net/ubuntu/+source/linux/+bug/405544/+editstatus
 , the Canonical Kernel Team got it on 12-01-2009.  (I am not sure that
 the posting went up on the same day, though.)


-- 
Unable to burn CD or DVD with 2.6.31 kernel
https://bugs.launchpad.net/bugs/405544
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 405544] Re: Unable to burn CD or DVD with 2.6.31 kernel

2009-12-26 Thread Troy R.
Given that this is a serious issue for a lot of people:

- How can we get this moved to the attention of the appropriate kernel team?
- Is there a kernel bugtracker with this on it that we can refer to for more 
info?

-- 
Unable to burn CD or DVD with 2.6.31 kernel
https://bugs.launchpad.net/bugs/405544
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 405544] Re: Unable to burn CD or DVD with 2.6.31 kernel

2009-12-26 Thread Troy R.
Additionally, stopping udev makes no difference for me, neither does
using K3B.

Same kernel traces, same result.

-- 
Unable to burn CD or DVD with 2.6.31 kernel
https://bugs.launchpad.net/bugs/405544
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 405544] Re: Unable to burn CD or DVD with 2.6.31 kernel

2009-12-23 Thread Troy R.
I'm also unable to write any data DVD's using Brasero, Nautilus' bullt-
in disc writing, and GnomeBaker at any supported speed (1x, 2x, 4x, 8x,
'Max Speed').

I haven't tried K3B, but I'm going to try growisofs from the console and see if 
it works for a dummy burn.
...
It doesn't.

$ growisofs -Z /dev/dvd -R -J /path/to/files

Output:
8-CUT--
  0.34% done, estimate finish Wed Dec 23 04:19:46 2009
  0.67% done, estimate finish Wed Dec 23 04:19:48 2009
  1.00% done, estimate finish Wed Dec 23 04:19:47 2009
/dev/dvd: Current Write Speed is 8.2x1352KBps.
^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C^C:-[
 wr...@lba=10h failed with SK=5h/INVALID ADDRESS FOR WRITE]: Invalid argument
:-( write failed: Invalid argument
/dev/dvd: flushing cache
/dev/dvd: updating RMA
/dev/dvd: closing session
8-CUT--

dmesg:
8-CUT--
[ 1287.641611] Buffer I/O error on device sr0, logical block 0
[ 1287.643271] sr 4:0:0:0: [sr0] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 1287.643280] sr 4:0:0:0: [sr0] Sense Key : Illegal Request [current] 
[ 1287.643289] sr 4:0:0:0: [sr0] Add. Sense: Logical block address out of range
[ 1287.643300] end_request: I/O error, dev sr0, sector 0
[ 1287.643307] Buffer I/O error on device sr0, logical block 0
[ 1312.628231] warning: `growisofs' uses 32-bit capabilities (legacy support in 
use)
8-CUT--

Contrary to what growisofs says, the disc is _NOT_ closed. It is now a
coaster. All the ^C's are ignored, of course, and the DVD-RW drive is
locked into what sounds like an endless loop. The drive will not open,
and I have to reboot to regain control of it.

The drive is an:
[1.100709] ata5.00: ATAPI: TSSTcorp DVD+/-RW TS-L632H, D200, max UDMA/33
on an ATI motherboard.

-- 
Unable to burn CD or DVD with 2.6.31 kernel
https://bugs.launchpad.net/bugs/405544
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 405544] Re: Unable to burn CD or DVD with 2.6.31 kernel

2009-12-23 Thread Troy R.
The same end result was observed using wodim, attempting to burn a
stream of dummy data from /dev/null.

My christmas tree now has three additional ornaments. :)

-- 
Unable to burn CD or DVD with 2.6.31 kernel
https://bugs.launchpad.net/bugs/405544
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 416236] Re: [Regression] No do nothing for laptop lid closed action

2009-10-29 Thread Troy R.
There is a potential workaround for this issue.

In GConf (using gconf-editor, for example) set the key

/apps/gnome-power-manager/buttons/lid_ac

to the value 'nothing' without single quotes.

Still, there should be a GUI option for this. The functionality is there
and seems to work for me, I don't understand why this would be removed.

-- 
[Regression] No do nothing for laptop lid closed action
https://bugs.launchpad.net/bugs/416236
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


Re: [Bug 393008] Re: [Karmic] power management icon says laptop is connected to power when it isn't

2009-10-16 Thread Troy R.
Afer updating my Karmic install yesterday, the bug appears resolved.

-- 
[Karmic] power management icon says laptop is connected to power when it isn't
https://bugs.launchpad.net/bugs/393008
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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


[Bug 416236] Re: [Regression] No do nothing for laptop lid closed action

2009-10-14 Thread Troy R.
I accidentally nominated this for fixing in Karmic's release. Oops. I
fuzzed out and thought it was asking me to pick the branch it was
affecting. My apologies.

Anyway, regarding the bug, I agree that this is a regression. This is
functionality that was more or less required for using an external
monitor unless your laptop happens to have a Fn-button function for
turning off the screen. Even on laptops with such a function, it may
send suspend signals to the video hardware, thus putting both the LCD
panel and the VGA out into DPMS suspend or off.

As I use my laptop(s) connected to external monitors and with the lid
mostly closed (cracked open a bit for airflow), this is a serious issue
for me.

-- 
[Regression] No do nothing for laptop lid closed action
https://bugs.launchpad.net/bugs/416236
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 393008] Re: [Karmic] power management icon says laptop is connected to power when it isn't

2009-10-11 Thread Troy R.
On my Acer AspireOne 110L, I experience the same issue - with the
additional information that

$ acpi -V

reports the correct values for me.

(Installed via update-manager -d from 9.04)

-- 
[Karmic] power management icon says laptop is connected to power when it isn't
https://bugs.launchpad.net/bugs/393008
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-power-manager in ubuntu.

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