From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon-CC+yJ3UmIYqDUpFQwHEjaQ@public.gmane.org Subject: [Bug 21273] [NV17] PowerMac3, 6 Driver can't detect video output and xserver doesn't start Date: Sun, 08 Sep 2013 16:22:12 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1510293793==" Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: nouveau-bounces+gcfxn-nouveau=m.gmane.org-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org Errors-To: nouveau-bounces+gcfxn-nouveau=m.gmane.org-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org To: nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org List-Id: nouveau.vger.kernel.org --===============1510293793== Content-Type: multipart/alternative; boundary="1378657332.3Bbeff11.7862"; charset="us-ascii" --1378657332.3Bbeff11.7862 Date: Sun, 8 Sep 2013 16:22:12 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=21273 --- Comment #89 from Andrey Gusev --- Created attachment 85441 --> https://bugs.freedesktop.org/attachment.cgi?id=85441&action=edit log of loading with workaround I return workaround to code for PowerMac 3,6: + if (of_machine_is_compatible("PowerMac3,6")) { + fabricate_dcb_output(dcb, DCB_OUTPUT_TMDS, 0, all_heads, 1); + fabricate_dcb_output(dcb, DCB_OUTPUT_ANALOG, 1, all_heads, 2); + return; + } Unfortunately, it doesn't help. Also, there is output card0-DVI-I-1. cat classdrm card0 card0-DVI-I-1 controlD64 ttm version -- You are receiving this mail because: You are the assignee for the bug. --1378657332.3Bbeff11.7862 Date: Sun, 8 Sep 2013 16:22:12 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 89 on bug 21273 from
Created attachment 85441 [details]
log of loading with workaround

I return workaround to code for PowerMac 3,6:
+    if (of_machine_is_compatible("PowerMac3,6")) {
+        fabricate_dcb_output(dcb, DCB_OUTPUT_TMDS, 0, all_heads, 1);
+        fabricate_dcb_output(dcb, DCB_OUTPUT_ANALOG, 1, all_heads, 2);
+        return;
+    }
Unfortunately, it doesn't help. Also, there is output card0-DVI-I-1.
cat classdrm 
card0
card0-DVI-I-1
controlD64
ttm
version


You are receiving this mail because:
  • You are the assignee for the bug.
--1378657332.3Bbeff11.7862-- --===============1510293793== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Nouveau mailing list Nouveau-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org http://lists.freedesktop.org/mailman/listinfo/nouveau --===============1510293793==--