bugzilla-daemon at freedesktop.org
2007-Oct-26 15:41 UTC
[Nouveau] [Bug 12959] New: RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 Summary: RandR1.2 on my G70 is now completely broken Product: xorg Version: 7.2 Platform: Other OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: adam at tpetaccia.com QAContact: xorg-team at lists.x.org RandR1.2 used to work on my G70, but now X just fails to start (as of today). WIthout the RandR option, nouveau inits everything just fine. Logs will be attached. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Oct-26 15:42 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #1 from adam at tpetaccia.com 2007-10-26 08:47 PST ------- Created an attachment (id=12216) --> (http://bugs.freedesktop.org/attachment.cgi?id=12216&action=view) Xorg starting with RandR12 -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Oct-26 15:42 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #2 from adam at tpetaccia.com 2007-10-26 08:47 PST ------- Created an attachment (id=12217) --> (http://bugs.freedesktop.org/attachment.cgi?id=12217&action=view) Xorg without RandR starting fine. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Oct-26 16:15 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #3 from madman2003 at gmail.com 2007-10-26 09:20 PST ------- I'd be interrested to know the value of NV_RAMDAC_FP_DEBUG_0 on the digital output that is refused (look around line 1040 of nv_output.c). At the moment i can't make you a patch, but if you can help yourself, then add an ErrorF to dump the state of that register. Preferably for both heads. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Oct-26 16:28 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #4 from adam at tpetaccia.com 2007-10-26 09:32 PST ------- Will do. If I git bisected right, RandR was corrupted before this, but completly broke down here: mighmos% git bisect bad 85dac1041b38127d41832a6a322d01f87d70f28f is first bad commit commit 85dac1041b38127d41832a6a322d01f87d70f28f Author: Maarten Maathuis <madman2003 at gmail.com> Date: Fri Oct 19 08:06:33 2007 +0200 randr12: Some changes to output detection. - I'm aware that we still can't fully program modes. :040000 040000 5341952a32fce789ef421eb08b8724d79dc84a4d 4596445de078ec2dec1fae1ca8fc1061d0442a69 M src mighmos% -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Oct-27 12:07 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #5 from madman2003 at gmail.com 2007-10-27 05:11 PST ------- Do you know enough C to check those values yourself, i will need them to do anything usefull? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Oct-29 10:58 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 debian at oursours.net changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |debian at oursours.net ------- Comment #6 from debian at oursours.net 2007-10-29 04:03 PST ------- I confirm this on G80 (GeForce 8400M GS). I wondered why an updated checkout wouldn't start until this bug remembered me I activated RandR 1.2. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Oct-29 11:59 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #7 from madman2003 at gmail.com 2007-10-29 05:04 PST ------- G80 support is completely seperate and always has randr12 on, please file a different bug if you have problems (that are not known). Any chance for those values i asked for on your G70? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Oct-29 12:09 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #8 from adam at tpetaccia.com 2007-10-29 05:14 PST ------- Sorry, I don't understand the code well enough for that, yet. And I don't know how information about each head is stored. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Oct-29 12:37 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #9 from madman2003 at gmail.com 2007-10-29 05:42 PST ------- I've added the neccesary debug information to git, please checkout the latest version and provide X log. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Oct-29 14:13 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 adam at tpetaccia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #12216|0 |1 is obsolete| | ------- Comment #10 from adam at tpetaccia.com 2007-10-29 07:18 PST ------- Created an attachment (id=12244) --> (http://bugs.freedesktop.org/attachment.cgi?id=12244&action=view) Xorg log with RandR 2007.10.29 Done. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Oct-29 17:34 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #11 from madman2003 at gmail.com 2007-10-29 10:39 PST ------- Please try again. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Oct-29 18:08 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #12 from adam at tpetaccia.com 2007-10-29 11:12 PST ------- It starts again! The log in screen is corrupt, but once I log in, Gnome sets it to something which works. Also, my mouse keeps disappearing, but I guess that's something else. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Oct-29 18:14 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #13 from madman2003 at gmail.com 2007-10-29 11:19 PST ------- Could you provide another log, i'm curious what kind of corruption you get. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Oct-29 19:08 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #14 from adam at tpetaccia.com 2007-10-29 12:13 PST ------- Created an attachment (id=12247) --> (http://bugs.freedesktop.org/attachment.cgi?id=12247&action=view) Xorg log kind of working Once I log in, its fine. It looks like a bad modeline or something like that, where the entire image doesn't display, and one half is ghosted over the other. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Oct-29 19:33 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #15 from madman2003 at gmail.com 2007-10-29 12:38 PST ------- I believe this to be related to poor handling of modelines with negative hsync (or vsync). I will look into this. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Oct-29 19:58 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #16 from adam at tpetaccia.com 2007-10-29 13:02 PST ------- Should I open a new bug with that issue, and have this one be marked as fixed? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Oct-29 21:21 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #17 from madman2003 at gmail.com 2007-10-29 14:26 PST ------- Leave it open, until the issue is completely fixed. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Oct-30 12:41 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #18 from madman2003 at gmail.com 2007-10-30 05:45 PST ------- Could you please try again. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Oct-30 16:53 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #19 from adam at tpetaccia.com 2007-10-30 09:58 PST ------- Created an attachment (id=12262) --> (http://bugs.freedesktop.org/attachment.cgi?id=12262&action=view) Xorg coming up. GDM comes up with no distortions of any sort. The only remaining issue is that its the wrong resolution (monitor sends out a bad EDID), and I can't change it. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Oct-30 20:00 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #20 from madman2003 at gmail.com 2007-10-30 13:05 PST ------- Could you retry again, i fixed scaling stuff and i'm curious if it works for you. In default mode your login screen should show blank bands around the image (keeping aspect ratio). -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Oct-31 00:57 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #21 from adam at tpetaccia.com 2007-10-30 18:02 PST ------- Created an attachment (id=12269) --> (http://bugs.freedesktop.org/attachment.cgi?id=12269&action=view) Xorg log with tearing Tried again -- unfortunatly, someone in the house tried to use my computer -- Ubuntu's display config popped up, and my Xorg.conf got nuked. The image isn't quite right. There's some vertical 'tearing' and doubling. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Oct-31 07:20 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #22 from madman2003 at gmail.com 2007-10-31 00:25 PST ------- Does this happen only in login? What kind of monitor do you have? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Oct-31 07:30 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #23 from madman2003 at gmail.com 2007-10-31 00:34 PST ------- I suspect you have a slightly broken edid, but i need to know what it's supposed to do, for instance, what is the native resolution of your panel? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-02 12:39 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #24 from adam at tpetaccia.com 2007-11-02 05:44 PST ------- Its supposed to be 1440x900. It shows up as 1400x1050. And its git breaks my setup again. "Display out of range". I'll post a log when I get home. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-02 16:57 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #25 from adam at tpetaccia.com 2007-11-02 10:02 PST ------- Created an attachment (id=12316) --> (http://bugs.freedesktop.org/attachment.cgi?id=12316&action=view) 2007 11 02 Xorg log, failing to start -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-02 17:45 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #26 from madman2003 at gmail.com 2007-11-02 10:50 PST ------- Everything still works without Option "Randr12"? The kind of failure you get is seems unrelated to randr stuff (the notifier timeout), regardless from some inconsistencies on the modesetting side. Please confirm that non-randr12 works, before i focus on this issue. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-02 20:20 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 adam at tpetaccia.com changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #12316|0 |1 is obsolete| | ------- Comment #27 from adam at tpetaccia.com 2007-11-02 13:25 PST ------- Created an attachment (id=12319) --> (http://bugs.freedesktop.org/attachment.cgi?id=12319&action=view) 2007 11 02 Xorg, RandR12 chooses a bad mode Sorry, I was wrong. Xorg successfully starts (I can hear GDM's login sound), but my monitor displays a SIGNAL OUT OF RANGE message. This is not with RandR12 disabled. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-02 20:21 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #28 from adam at tpetaccia.com 2007-11-02 13:26 PST ------- Created an attachment (id=12320) --> (http://bugs.freedesktop.org/attachment.cgi?id=12320&action=view) Xorg starting without randr -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-03 09:01 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #29 from madman2003 at gmail.com 2007-11-03 02:06 PST ------- Please try again, i made some changes which hopefully help. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-04 19:32 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #30 from adam at tpetaccia.com 2007-11-04 11:37 PST ------- Created an attachment (id=12347) --> (http://bugs.freedesktop.org/attachment.cgi?id=12347&action=view) 2007 11 04 Trial run Still doesn't work. Monitor displays "Input not supported". -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-05 09:09 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #31 from madman2003 at gmail.com 2007-11-05 01:14 PST ------- The issue is that your clock is overriden, because you're not running at native panel size. For some reason your clock ended lower then it should. I've now added a mode based on panel size, which should have the correct clock. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-05 14:59 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #32 from adam at tpetaccia.com 2007-11-05 07:05 PST ------- Created an attachment (id=12357) --> (http://bugs.freedesktop.org/attachment.cgi?id=12357&action=view) 2007 11 05 Xorg log Still doesn't work. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-05 15:27 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #33 from madman2003 at gmail.com 2007-11-05 07:33 PST ------- Does it still give invalid mode? I have no idea what causes the notifier timeout, but could you disable AIGLX? Otherwise i'm at a dead end. Btw, what hardware do you have (architecture for example)? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-05 18:58 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #34 from adam at tpetaccia.com 2007-11-05 11:03 PST ------- Created an attachment (id=12361) --> (http://bugs.freedesktop.org/attachment.cgi?id=12361&action=view) This patch fixes RandR for me Using git bisect, I was able to figure out that commit d758e8f4c1a7d4effe1298a0a41d4e0b96496ab9 broke it for me. Commenting out the nvWRITERAMDAC0 that was added, allows my screen to come up perfectly, with no corruption at all. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-05 19:13 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #35 from madman2003 at gmail.com 2007-11-05 11:18 PST ------- Are you in a position to make a mmio trace of the nvidia binary driver? I'm curious how this should be fixed in general. (http://nouveau.freedesktop.org/wiki/MmioTraceHowto) -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-05 19:46 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #36 from adam at tpetaccia.com 2007-11-05 11:51 PST ------- I'll run one when I get home, though I've sent in MMIO traces before, if that's any help. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-05 20:09 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #37 from madman2003 at gmail.com 2007-11-05 12:14 PST ------- I have your trace already, just didn't know it was yours. I'm definately doing something to that reg, that isn't done in your case. I hope to figure it out soon. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-05 20:14 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #38 from madman2003 at gmail.com 2007-11-05 12:20 PST ------- I've pushed a fix, which hopefully fixes your issue. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-05 21:56 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #39 from debian at oursours.net 2007-11-05 14:02 PST ------- Yay! Your fix also brought my G80 back. I'll comment further in my bug #12833. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-05 22:04 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #40 from madman2003 at gmail.com 2007-11-05 14:09 PST ------- For the record, G80 is COMPLETELY seperate from G70 and lower, so i'm somewhat confused. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-07 08:43 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #41 from madman2003 at gmail.com 2007-11-07 00:48 PST ------- Are you still with us? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-07 15:03 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #42 from adam at tpetaccia.com 2007-11-07 07:08 PST ------- Created an attachment (id=12387) --> (http://bugs.freedesktop.org/attachment.cgi?id=12387&action=view) 2007 11 07 Still no go. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-07 23:21 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #43 from madman2003 at gmail.com 2007-11-07 15:26 PST ------- Will have another look at your mmio-trace tomorrow. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-08 17:47 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #44 from madman2003 at gmail.com 2007-11-08 09:53 PST ------- I know it's getting repetetive, but can you try again? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-09 14:53 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #45 from adam at tpetaccia.com 2007-11-09 06:59 PST ------- Created an attachment (id=12423) --> (http://bugs.freedesktop.org/attachment.cgi?id=12423&action=view) 2007 11 09 Attempt Still doesn't work. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-09 17:46 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #46 from madman2003 at gmail.com 2007-11-09 09:51 PST ------- I've just disabled all the stuff related to register 580. I'm curious if you can attach a second monitor, without having it connected at boot time? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-09 17:56 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #47 from madman2003 at gmail.com 2007-11-09 10:02 PST ------- I just plug in both vga and dvi of my panel to test, in case you lack a second monitor. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-09 18:37 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #48 from adam at tpetaccia.com 2007-11-09 10:43 PST ------- Created an attachment (id=12430) --> (http://bugs.freedesktop.org/attachment.cgi?id=12430&action=view) Xorg log It works now (I even disabled AIGLX in case that makes the log easier to read, if you need something out of it). -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-10 09:43 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #49 from madman2003 at gmail.com 2007-11-10 01:49 PST ------- I've reenbled some stuff, does it still work for you? If it does, then what about the second output? -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-10 15:16 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #50 from adam at tpetaccia.com 2007-11-10 07:22 PST ------- Created an attachment (id=12435) --> (http://bugs.freedesktop.org/attachment.cgi?id=12435&action=view) Input not supported Its broken again. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-10 15:49 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #51 from madman2003 at gmail.com 2007-11-10 07:54 PST ------- I will look at it again, do realize i'm not doing this to annoy you, just to get many of the G70 cards fully functional. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-10 18:12 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #52 from madman2003 at gmail.com 2007-11-10 10:17 PST ------- I have a few ideas, but they will require some redesign, so this may take a day or two. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-11 18:36 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #53 from madman2003 at gmail.com 2007-11-11 10:42 PST ------- Give it another go. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-12 14:48 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #54 from adam at tpetaccia.com 2007-11-12 06:54 PST ------- Created an attachment (id=12480) --> (http://bugs.freedesktop.org/attachment.cgi?id=12480&action=view) Xorg log 2007 11 12 - Input is supported Display comes up now, but suffers from a distortion that resembles a CRT near a running microwave. I haven't tried hotplugging monitors, because I was afraid to leave my monitor in that state. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-12 15:16 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #55 from madman2003 at gmail.com 2007-11-12 07:22 PST ------- That's actually good news, i've pushed a fix that should remedy your problem. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-12 17:11 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #56 from adam at tpetaccia.com 2007-11-12 09:17 PST ------- Created an attachment (id=12481) --> (http://bugs.freedesktop.org/attachment.cgi?id=12481&action=view) 2007 11 12 - working Initial display is working, hot plugging monitors -- not so much. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-13 18:39 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #57 from madman2003 at gmail.com 2007-11-13 10:45 PST ------- Give it another try. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-14 01:18 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #58 from adam at tpetaccia.com 2007-11-13 17:24 PST ------- Created an attachment (id=12532) --> (http://bugs.freedesktop.org/attachment.cgi?id=12532&action=view) Broken again Its broken again: Input not supported. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-14 07:30 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #59 from madman2003 at gmail.com 2007-11-13 23:36 PST ------- Please let me know if this fixes it. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-14 18:16 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #60 from adam at tpetaccia.com 2007-11-14 10:22 PST ------- still no good -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-14 18:44 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 ------- Comment #61 from madman2003 at gmail.com 2007-11-14 10:50 PST ------- I've taken the next likely cause. So try again. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
bugzilla-daemon at freedesktop.org
2007-Nov-15 18:32 UTC
[Nouveau] [Bug 12959] RandR1.2 on my G70 is now completely broken
http://bugs.freedesktop.org/show_bug.cgi?id=12959 madman2003 at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #62 from madman2003 at gmail.com 2007-11-15 10:39 PST ------- The nature of the (bigger) problem is outside the scope of this bug report, so i'm closing it. The regression is solved currently. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
Seemingly Similar Threads
- [Bug 12825] New: TvTime shows only the upper left corner (~ 1280x1024) in Randr1.2
- [Bug 13373] New: Nouveau does will not display DVI-A-1
- [Bug 12665] New: Option RandR12 breaks X.org
- [Bug 16176] New: X fails to start with GeForce 9600 with ``Failed to allocate memory for framebuffer! "
- [Bug 14403] New: NV17: LVDS0 is black with Randr 1.2, works when randr 1. 2 is disabled