From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 59431] [snb efi gmux] imac 12,1 blank screen upon booting Date: Wed, 23 Jan 2013 19:39:05 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2039254860==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 48146E5C63 for ; Wed, 23 Jan 2013 11:39:05 -0800 (PST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============2039254860== Content-Type: multipart/alternative; boundary="1358969945.d2cfe0.17359"; charset="us-ascii" --1358969945.d2cfe0.17359 Date: Wed, 23 Jan 2013 19:39:05 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=59431 --- Comment #22 from Seth Forshee --- (In reply to comment #21) > Hi Seth, > > the output is: > bios vendor: Apple Inc. > system product name: iMac12,1 Rats, it turns out there's more information required. If you can boot into OS X and run the following command in a terminal, it's supposed to give all the required information. sudo ioreg -lw0 |grep manufacturer|cut -b25-80;sudo ioreg -lw0|grep "product-name"|cut -b 25-80;sudo dtrace -qn 'BEGIN{boot_args=((struct boot_args*)(`PE_state).bootArgs);printf("FrameBuff erBase: 0x%08x\nPixelsPerScanLine: %d\nHorizontalResolution: %d\nVerticalResolution: %d", boot_args->Video.v_baseAddr, boot_args->Video.v_rowBytes/4, boot_args->Video.v_width, boot_args->Video.v_height);exit(0)} ' > Could that also explain why X is not working? I don't know much at all about X, but I suspect it might be at least contributing. Maybe X is also trying to use the Intel graphics based on the same information. -- You are receiving this mail because: You are the assignee for the bug. --1358969945.d2cfe0.17359 Date: Wed, 23 Jan 2013 19:39:05 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 22 on bug 59431 from
(In reply to comment #21)
> Hi Seth,
> 
> the output is:
> bios vendor: Apple Inc.
> system product name: iMac12,1

Rats, it turns out there's more information required. If you can boot into OS X
and run the following command in a terminal, it's supposed to give all the
required information.

sudo ioreg -lw0 |grep manufacturer|cut -b25-80;sudo ioreg -lw0|grep
"product-name"|cut -b 25-80;sudo dtrace -qn 'BEGIN{boot_args=((struct
boot_args*)(`PE_state).bootArgs);printf("FrameBuff erBase:
0x%08x\nPixelsPerScanLine: %d\nHorizontalResolution: %d\nVerticalResolution:
%d", boot_args->Video.v_baseAddr, boot_args->Video.v_rowBytes/4,
boot_args->Video.v_width, boot_args->Video.v_height);exit(0)} '

> Could that also explain why X is not working?

I don't know much at all about X, but I suspect it might be at least
contributing. Maybe X is also trying to use the Intel graphics based on the
same information.


You are receiving this mail because:
  • You are the assignee for the bug.
--1358969945.d2cfe0.17359-- --===============2039254860== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============2039254860==--