[Bug 397839] Re: Screen randomly goes off in karmic

2010-01-27 Thread aeneas
I know :-((( ...

Workaround: Use the RGB connector for your monitor (I bet you're on
DVI)...

greetings.

-- 
Screen randomly goes off in karmic
https://bugs.launchpad.net/bugs/397839
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 476811] Re: Network users with longer than 8 character usernames do not show up in user list (possible fix included)

2009-12-09 Thread aeneas
I can confirm this bug. If (!) there is indeed ck-histroy used or the
code from ck-history then this is a oneliner:

To fix ck-history:
http://cgit.freedesktop.org/ConsoleKit/tree/tools/ck-history.c#n772

just change
g_print (%-8.8s %u\n, username, data-count);

to:
g_print (%s %u\n, username, data-count);

or even better: (swap username and datacount to omit padding issues and retain 
the tab-like format)
g_print (%8u %s\n, data-count, username);

-- 
Network users with longer than 8 character usernames do not show up in user 
list (possible fix included)
https://bugs.launchpad.net/bugs/476811
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gdm in ubuntu.

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


[Bug 397839] Re: Screen randomly goes off in karmic

2009-10-01 Thread aeneas
This patch enables gnome-power-manager able to switch the screen off.
(power saving)

It does not fix the blanking.

the only solution to the random blanking I found was connecting my
monitor to the PC with the VGA cable instead of the DVI cable..

-- 
Screen randomly goes off in karmic
https://bugs.launchpad.net/bugs/397839
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 397839] Re: Screen randomly goes off in karmic

2009-09-22 Thread aeneas
I'm running my kernel with: acpi_enforce_resources=lax

This fixed: (a sensors module which couldn't be loaded)
https://bugs.launchpad.net/bugs/418246

and this bug (until now :-)
for hours not a single black screen or flicker. yeah.

-- 
Screen randomly goes off in karmic
https://bugs.launchpad.net/bugs/397839
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 397839] Re: Screen randomly goes off in karmic

2009-09-14 Thread aeneas
In addition  to the screen randomly turning off I discovered that gnome-
power-manager is not able to turn off my monitor. If you are affected
you can test that easily by changing the time the screen should be
turned off to 1min and wait. My screen is turned off after 1min but
turned on again immediately.

See: https://bugzilla.gnome.org/show_bug.cgi?id=594760

xset dpms force off can turn my screen off w/o any problems.

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

-- 
Screen randomly goes off in karmic
https://bugs.launchpad.net/bugs/397839
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 397839] Re: Screen randomly goes off in karmic

2009-09-10 Thread aeneas
The problem is definitely not fixed for me. The screen still goes off
every hour for about 2 secs which is very annoying

-- 
Screen randomly goes off in karmic
https://bugs.launchpad.net/bugs/397839
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 397839] Re: Screen randomly goes off in karmic

2009-09-10 Thread aeneas
is there anybody seeing this bug  using KDE or a different Desktop
Environment than Gnome? That would indicate that its a xorg issue.

If it is -- is there an upstream bug in xorg?

-- 
Screen randomly goes off in karmic
https://bugs.launchpad.net/bugs/397839
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 397839] Re: Screen randomly goes off in karmic

2009-09-10 Thread aeneas
Fedora has three patches:

(1) xserver-1.6.3-sync-conditions.patch
(2) xserver-1.6.99-dpms.patch 
(3) xserver-1.6.99-eventtime.patch 

From what I see Ubuntu may be missing (2)
http://cvs.fedoraproject.org/viewvc/rpms/xorg-x11-server/F-11/xserver-1.6.99-dpms.patch?revision=1.1view=markup

-- 
Screen randomly goes off in karmic
https://bugs.launchpad.net/bugs/397839
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 397839] Re: Screen randomly goes off in karmic

2009-08-31 Thread aeneas
The problem still exists for me. I was watching a movie yesterday and
the screen went off twice. (It came back after two seconds standby)

I wish I could somehow help debugging this!

-- 
Screen randomly goes off in karmic
https://bugs.launchpad.net/bugs/397839
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 397839] Re: Screen randomly goes off in karmic

2009-08-31 Thread aeneas
According to http://www.x.org/wiki/Server16Branch both patches will be
merged in xserver-1.6.3[+1]. But for testing purposes it would be
definitely nice to have them patched in karmic.

Kudos to all working on these fixes!

-- 
Screen randomly goes off in karmic
https://bugs.launchpad.net/bugs/397839
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