[Bug 484186] Re: Cannot switch Monitor configuration CRTC 58

2010-09-16 Thread Bug Watch Updater
** Changed in: gnome-settings-daemon
   Importance: Unknown = Low

-- 
Cannot switch Monitor configuration CRTC 58
https://bugs.launchpad.net/bugs/484186
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 484186] Re: Cannot switch Monitor configuration CRTC 58

2010-05-08 Thread Bug Watch Updater
** Changed in: gnome-settings-daemon
   Status: New = Fix Released

-- 
Cannot switch Monitor configuration CRTC 58
https://bugs.launchpad.net/bugs/484186
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 484186] Re: Cannot switch Monitor configuration CRTC 58

2010-04-16 Thread Bug Watch Updater
** Changed in: gnome-settings-daemon
   Status: Unknown = New

-- 
Cannot switch Monitor configuration CRTC 58
https://bugs.launchpad.net/bugs/484186
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 484186] Re: Cannot switch Monitor configuration CRTC 58

2010-04-13 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-settings-daemon -
2.30.0-0ubuntu3

---
gnome-settings-daemon (2.30.0-0ubuntu3) lucid; urgency=low

  * Fix handling of fn-F7 (xrandr) when xev timestamp is later than server
timestamp (LP: #484186)
 -- Chase Douglas chase.doug...@ubuntu.com   Thu, 01 Apr 2010 22:27:55 +

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: In Progress = Fix Released

-- 
Cannot switch Monitor configuration CRTC 58
https://bugs.launchpad.net/bugs/484186
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 484186] Re: Cannot switch Monitor configuration CRTC 58

2010-04-12 Thread Kai Jauch
Chase, I tried version 2.30.0-0ubuntu3~ppa1 on a Dell Latitude E6400
with an Intel GM45. The error message (could not switch configuration
[...]) is gone with that version (on both suspend/resume and
closing/opening the lid).

-- 
Cannot switch Monitor configuration CRTC 58
https://bugs.launchpad.net/bugs/484186
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 484186] Re: Cannot switch Monitor configuration CRTC 58

2010-04-06 Thread Chase Douglas
I've uploaded a fixed version of gnome-settings-daemon to my ppa at
ppa:chasedouglas/gnome-settings-daemon. Please test it out by doing the
following:

$ sudo add-apt-repository ppa:chasedouglas/gnome-settings-daemon
$ sudo apt-get update
$ sudo apt-get install gnome-settings-daemon

Ensure this install version 2.30.0-0ubuntu3~ppa1. If not, then you may
need to wait a bit for the package to finish building and get published
to my ppa.

Test it out and then report back here. When you want to remove my ppa,
run:

$ sudo apt-get install ppa-purge (if it's not already installed)
$ sudo ppa-purge ppa:chasedouglas/gnome-settings-daemon

Thanks

** Changed in: gnome-settings-daemon (Ubuntu)
   Status: Triaged = In Progress

-- 
Cannot switch Monitor configuration CRTC 58
https://bugs.launchpad.net/bugs/484186
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 484186] Re: Cannot switch Monitor configuration CRTC 58

2010-04-02 Thread Chase Douglas
** Branch linked: lp:~chasedouglas/ubuntu/lucid/gnome-settings-daemon
/CRTC-fix

-- 
Cannot switch Monitor configuration CRTC 58
https://bugs.launchpad.net/bugs/484186
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 484186] Re: Cannot switch Monitor configuration CRTC 58

2010-04-02 Thread Chase Douglas
** Changed in: gnome-settings-daemon (Ubuntu)
Milestone: None = ubuntu-10.04

-- 
Cannot switch Monitor configuration CRTC 58
https://bugs.launchpad.net/bugs/484186
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 484186] Re: Cannot switch Monitor configuration CRTC 58

2010-04-01 Thread Chase Douglas
The libxrandr2 function XRRSetCrtcConfig (called from gnome-settings-
daemon through libgnome-desktop) is called twice when I open the lid on
my laptop. The second call has an older timestamp value, and thus the
xorg xserver is returning RRSetConfigInvalidTime. Now we need to figure
out why it's called twice like this.

** Changed in: linux (Ubuntu)
 Assignee: Andy Whitcroft (apw) = Chase Douglas (chasedouglas)

-- 
Cannot switch Monitor configuration CRTC 58
https://bugs.launchpad.net/bugs/484186
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 484186] Re: Cannot switch Monitor configuration CRTC 58

2010-04-01 Thread Chase Douglas
Gnome-settings-daemon is receiving two input events in a very short
amount of time from the kernel. The input events are basically fn-F7, or
change my display output configuration. Unfortunately, these events
are coming in reverse order, so the timestamps go backwards. The input
timestamps are fed to the xserver, which evaluates the first just fine,
and then errors out on the second due to the timestamp warping. What we
need to do is either:

a. Have g-s-d detect warped timestamps and refuse to continue
b. Have g-s-d detect warped timestamps and set a the timestamp to the previous 
+ 1

I'm testing out a. right first since it's the cleaner approach. I don't
think there will be any issues with it, but you never know. I'll test
out b. if a. has issues.

** Package changed: linux (Ubuntu) = gnome-settings-daemon (Ubuntu)

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

** Also affects: gnome-settings-daemon via
   https://bugzilla.gnome.org/show_bug.cgi?id=610482
   Importance: Unknown
   Status: Unknown

-- 
Cannot switch Monitor configuration CRTC 58
https://bugs.launchpad.net/bugs/484186
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 484186] Re: Cannot switch Monitor configuration CRTC 58

2010-03-31 Thread Chase Douglas
I had a hard time finding where the could not set the configuration for
CRTC 58 message is emitted from. I found it in the gnome-desktop source
package in libgnome-desktop/gnome-rr.c:444.

-- 
Cannot switch Monitor configuration CRTC 58
https://bugs.launchpad.net/bugs/484186
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 484186] Re: Cannot switch Monitor configuration CRTC 58

2010-03-30 Thread Chase Douglas
** Changed in: linux (Ubuntu)
   Status: Incomplete = Triaged

-- 
Cannot switch Monitor configuration CRTC 58
https://bugs.launchpad.net/bugs/484186
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 484186] Re: Cannot switch Monitor configuration CRTC 58

2010-03-27 Thread پویان
After Compiling New Kernel from kernel.org I got this error.
Kernel V 2.6.33

-- 
Cannot switch Monitor configuration CRTC 58
https://bugs.launchpad.net/bugs/484186
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 484186] Re: Cannot switch Monitor configuration CRTC 58

2010-03-09 Thread Benjamin Davis
It affects me also Gateway EC1803u 1368x768 laptop

-- 
Cannot switch Monitor configuration CRTC 58
https://bugs.launchpad.net/bugs/484186
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 484186] Re: Cannot switch Monitor configuration CRTC 58

2010-02-22 Thread Chaostya
Also affects me. Dell D610 + ViewSonic VP930-3

-- 
Cannot switch Monitor configuration CRTC 58
https://bugs.launchpad.net/bugs/484186
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 484186] Re: Cannot switch Monitor configuration CRTC 58

2010-02-18 Thread Julian Gilbey
I am observing the same bug with my Dell Inspiron 1545 laptop: close the
laptop, reopen it and the screen is blank.  Do Ctl-Alt-F1 and then Ctl-
Alt-F7 and I get back to my X-session, with the error message could not
set the configuration for CRTC 64.  Kernel log has:

Feb 18 14:42:53 polya kernel: [65517.943549] [drm] LVDS-8: set mode
1366x768 c

and xrandr says:

Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
VGA1 disconnected (normal left inverted right x axis y axis)
LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 353mm x 
198mm
   1366x768   60.0*+
   1360x768   59.8  
   1024x768   85.0 75.0 70.1 60.0  
   832x62474.6  
   800x60085.1 72.2 75.0 60.3 56.2  
   640x48085.0 72.8 75.0 59.9  
   720x40085.0  
   640x40085.1  
   640x35085.1  
DP1 disconnected (normal left inverted right x axis y axis)

-- 
Cannot switch Monitor configuration CRTC 58
https://bugs.launchpad.net/bugs/484186
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 484186] Re: Cannot switch Monitor configuration CRTC 58

2010-02-18 Thread Julian Gilbey
I am observing the same bug with my Dell Inspiron 1545 laptop: close the
laptop, reopen it and the screen is blank.  Do Ctl-Alt-F1 and then Ctl-
Alt-F7 and I get back to my X-session, with the error message could not
set the configuration for CRTC 64.  Kernel log has:

Feb 18 14:42:53 polya kernel: [65517.943549] [drm] LVDS-8: set mode
1366x768 c

and xrandr says:

Screen 0: minimum 320 x 200, current 1366 x 768, maximum 8192 x 8192
VGA1 disconnected (normal left inverted right x axis y axis)
LVDS1 connected 1366x768+0+0 (normal left inverted right x axis y axis) 353mm x 
198mm
   1366x768   60.0*+
   1360x768   59.8  
   1024x768   85.0 75.0 70.1 60.0  
   832x62474.6  
   800x60085.1 72.2 75.0 60.3 56.2  
   640x48085.0 72.8 75.0 59.9  
   720x40085.0  
   640x40085.1  
   640x35085.1  
DP1 disconnected (normal left inverted right x axis y axis)

-- 
Cannot switch Monitor configuration CRTC 58
https://bugs.launchpad.net/bugs/484186
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 484186] Re: Cannot switch Monitor configuration CRTC 58

2010-02-12 Thread radostyle
I have the message Could not switch the monitor configuration could not
set the configuration for CRTC 58, though my screen does actually
switch, and I can get it back after a suspend resume command by using a
xrandr script, but after running my command I get that message, even
though my screen switches over to dual display fine.  I have a Lenovo
T500 laptop with a Hanns-G monitor.

-- 
Cannot switch Monitor configuration CRTC 58
https://bugs.launchpad.net/bugs/484186
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 484186] Re: Cannot switch Monitor configuration CRTC 58

2010-02-02 Thread Ketil
I get this same issue, on a Toshiba Portege R500 laptop with a BENQ
T24IWA external monitor. Rebooting with the screen attached is the only
way to get my desktop on the screen in a usable manner, and then it
works perfectly. However, after doing this, I can never get my laptop
screen back after a suspend, even if I switch display settings back to
the laptop monitor before suspending.

I'd be happy to gather more debug info to help resolve the issue.

-- 
Cannot switch Monitor configuration CRTC 58
https://bugs.launchpad.net/bugs/484186
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 484186] Re: Cannot switch Monitor configuration CRTC 58

2010-02-02 Thread Ketil
Sorry, I wasn't real clear. The issue I experience is that when I try to
use my laptop's keycombo to switch display settings, I get the error
message:

Could not switch the monitor configuration
could not set the configuration for CRTC 58 

and the remote screen remains black. Rebooting with the laptop attached
to the external screen is the only way I have been able to get the
external screen working. I don't necessarily have the same log messages
as the original poster.

-- 
Cannot switch Monitor configuration CRTC 58
https://bugs.launchpad.net/bugs/484186
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 484186] Re: Cannot switch Monitor configuration CRTC 58

2009-12-07 Thread Brian Murray
** Tags added: lucid
** Tags removed: kernel-lucid

-- 
Cannot switch Monitor configuration CRTC 58
https://bugs.launchpad.net/bugs/484186
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 484186] Re: Cannot switch Monitor configuration CRTC 58

2009-12-03 Thread Andy Whitcroft
@arky -- That implies that the mode we thing the display is in is not a
valid mode.  Could you attach the output of xrandr on this system
please.

** Changed in: linux (Ubuntu)
   Status: Triaged = In Progress

** Changed in: linux (Ubuntu)
 Assignee: (unassigned) = Andy Whitcroft (apw)

** Changed in: linux (Ubuntu)
   Status: In Progress = Incomplete

-- 
Cannot switch Monitor configuration CRTC 58
https://bugs.launchpad.net/bugs/484186
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 484186] Re: Cannot switch Monitor configuration CRTC 58

2009-11-30 Thread Andy Whitcroft
** Tags added: kernel-lucid

-- 
Cannot switch Monitor configuration CRTC 58
https://bugs.launchpad.net/bugs/484186
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 484186] Re: Cannot switch Monitor configuration CRTC 58

2009-11-22 Thread Leann Ogasawara
** Changed in: linux (Ubuntu)
   Importance: Undecided = Medium

** Changed in: linux (Ubuntu)
   Status: New = Triaged

-- 
Cannot switch Monitor configuration CRTC 58
https://bugs.launchpad.net/bugs/484186
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 484186] Re: Cannot switch Monitor configuration CRTC 58

2009-11-17 Thread arky

** Attachment added: Screenshot.png
   http://launchpadlibrarian.net/35783205/Screenshot.png

** Attachment added: AlsaDevices.txt
   http://launchpadlibrarian.net/35783206/AlsaDevices.txt

** Attachment added: AplayDevices.txt
   http://launchpadlibrarian.net/35783207/AplayDevices.txt

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

** Attachment added: CRDA.txt
   http://launchpadlibrarian.net/35783209/CRDA.txt

** Attachment added: Card0.Amixer.values.txt
   http://launchpadlibrarian.net/35783210/Card0.Amixer.values.txt

** Attachment added: Card0.Codecs.codec.0.txt
   http://launchpadlibrarian.net/35783211/Card0.Codecs.codec.0.txt

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

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

** Attachment added: IwConfig.txt
   http://launchpadlibrarian.net/35783214/IwConfig.txt

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

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

** Attachment added: PciMultimedia.txt
   http://launchpadlibrarian.net/35783217/PciMultimedia.txt

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

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

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

** Attachment added: RfKill.txt
   http://launchpadlibrarian.net/35783221/RfKill.txt

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

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

** Attachment added: WifiSyslog.gz
   http://launchpadlibrarian.net/35783224/WifiSyslog.gz

-- 
Cannot switch Monitor configuration CRTC 58
https://bugs.launchpad.net/bugs/484186
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