← Back to team overview

registry team mailing list archive

[Bug 141372] Re: [gutsy] failure detecting DVI in MacMini since xserver-xorg-video-ati 6.7.192

 

Launchpad has imported 14 comments from the remote bug at
http://bugs.freedesktop.org/show_bug.cgi?id=12525.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2007-09-22T09:29:27+00:00 Alex Muntada wrote:

On Sep 19th my MacMini PowerPC was upgraded from xserver-xorg-video-ati
1:6.6.193-1ubuntu1 to 1:6.7.192-4ubuntu1. After rebooting, gdm couldn't
detect the Xserver running. Later, upgrading to 1:6.7.193-1ubuntu1
didn't make a difference.

I tried to dpkg-reconfigure xserver-xorg with no luck. Only downgrading
to 1:6.6.193-1ubuntu1 gets rid of the problem.

My Dell 2005FPW LCD screen is connected to the MacMini through a DVI
cable and my card is a "VGA compatible controller: ATI Technologies Inc
RV280 [Radeon 9200] (rev 01)" per lspci.

Reply at: https://bugs.launchpad.net/xorg-server/+bug/141372/comments/7

------------------------------------------------------------------------
On 2007-09-22T09:31:53+00:00 Alex Muntada wrote:

Created an attachment (id=11684)
Xorg.0.log using latest git code

Just compiled and tried xf86-video-ati from git master (commit
5a6f74103f0ec0d451d0e2573442efe5922848af) and it doesn't work either.
I'm attaching the Xorg.0.log.

Reply at: https://bugs.launchpad.net/xorg-server/+bug/141372/comments/8

------------------------------------------------------------------------
On 2007-09-22T09:36:26+00:00 Alex Muntada wrote:

For the record, I previously reported this bug in Ubuntu Gutsy:
https://bugs.launchpad.net/bugs/141372

Reply at: https://bugs.launchpad.net/xorg-server/+bug/141372/comments/9

------------------------------------------------------------------------
On 2007-09-22T09:38:32+00:00 agd5f wrote:

The mac mini needs a custom connector table like most other macs.
What connectors does it have? based on apple's web site, it looks like
it has just a DVI port that can drive DVI or VGA or tv-out (via DVI
adapters).  I'm guessing it uses internal TMDS and the TV DAC.  The
question is what ddc line it uses.  Does adding the following option
in the device section of your config help?

Option "ConnectorTable" "X,1,0,3,0,1,2,6"

replace X with 1 or 2 or 3 or 4 or 5 until you get DDC working.

Once we sort this out, I'll add a MacModel option for the mini.

Reply at: https://bugs.launchpad.net/xorg-server/+bug/141372/comments/10

------------------------------------------------------------------------
On 2007-09-22T10:01:39+00:00 Alex Muntada wrote:

Mine has just a DVI port with a DVI-to-VGA adapter.

I tried the ConnectorTable option with 1..5 values without success.  All
values seemed to have the same result:

...
(EE) RADEON(0): No valid modes.
(II) UnloadModule: "ati"
(II) UnloadModule: "radeon"
(EE) Screen(s) found, but none have a usable configuration.

Fatal server error:
no screens found

However, for X=4 X didn't end with an error though the screen went to
sleep mode (I guess that's because it was receiveing bad values).

I kept all 5 Xorg.0.log files; let me know which one would help or
whether I should try different values in ConnectorTable.

Thanks a lot!

Reply at: https://bugs.launchpad.net/xorg-server/+bug/141372/comments/11

------------------------------------------------------------------------
On 2007-09-22T10:09:16+00:00 Mark Brown wrote:

Having a similar problem with a Mac Mini I found that

   Option "ConnectorTable" "4,1,0,3,0,1,2,6"

caused DDC to kick into life, though I am still experiencing problems
with this as discused in http://bugs.debian.org/cgi-
bin/bugreport.cgi?bug=443570 (which appear to match the problem that
Alex is seeing).

The machine is:

machine		: PowerMac10,2
motherboard	: PowerMac10,2 MacRISC3 Power Macintosh 
detected as	: 287 (Unknown Intrepid-based)

Reply at: https://bugs.launchpad.net/xorg-server/+bug/141372/comments/12

------------------------------------------------------------------------
On 2007-09-22T10:10:20+00:00 Mark Brown wrote:

(I should probably add that the information read via DDC does look
accurate for my monitor.)

Reply at: https://bugs.launchpad.net/xorg-server/+bug/141372/comments/13

------------------------------------------------------------------------
On 2007-09-22T11:31:35+00:00 agd5f wrote:

(In reply to comment #5)
> Having a similar problem with a Mac Mini I found that
> 
>    Option "ConnectorTable" "4,1,0,3,0,1,2,6"
> 
> caused DDC to kick into life, though I am still experiencing problems with this
> as discused in http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=443570 (which
> appear to match the problem that Alex is seeing).

perhaps it's using external TMDS, try:

Option "ConnectorTable" "4,1,1,3,0,1,2,6"

Reply at: https://bugs.launchpad.net/xorg-server/+bug/141372/comments/14

------------------------------------------------------------------------
On 2007-09-22T11:45:08+00:00 Alex Muntada wrote:

This one worked wonders, though the cursor issue from bug #11796 is
shown.

Reply at: https://bugs.launchpad.net/xorg-server/+bug/141372/comments/15

------------------------------------------------------------------------
On 2007-09-22T12:12:09+00:00 agd5f wrote:

(In reply to comment #8)
> This one worked wonders, though the cursor issue from bug #11796 is shown.
> 

So to confirm, Option "ConnectorTable" "4,1,1,3,0,1,2,6" (external TMDS)
fixes the display for you?

Reply at: https://bugs.launchpad.net/xorg-server/+bug/141372/comments/16

------------------------------------------------------------------------
On 2007-09-22T12:19:32+00:00 agd5f wrote:

(In reply to comment #8)
> This one worked wonders, though the cursor issue from bug #11796 is shown.
> 

Also is this with DVI or VGA connection?

Reply at: https://bugs.launchpad.net/xorg-server/+bug/141372/comments/17

------------------------------------------------------------------------
On 2007-09-22T13:08:52+00:00 Alex Muntada wrote:

Created an attachment (id=11686)
working Xorg.0.log

The attached Xorg.0.log confirms that Option "ConnectorTable"
"4,1,1,3,0,1,2,6" (external TMDS) fixes the DVI-to-DVI display on my
MacMini.

Reply at: https://bugs.launchpad.net/xorg-server/+bug/141372/comments/18

------------------------------------------------------------------------
On 2007-09-22T13:16:39+00:00 agd5f wrote:

Excellent.  Fixed upstream: 81114af1cdddc0b10d076f2e38c7a00c1223cc48

With ati git master
Option "MacModel" "mini"
should do the right thing automatically.

Reply at: https://bugs.launchpad.net/xorg-server/+bug/141372/comments/19

------------------------------------------------------------------------
On 2007-09-22T15:06:48+00:00 Alex Muntada wrote:

Just recompiled latest git master to confirm that Option "MacModel"
"mini" works fine with my DVI-to-DVI display.

Thanks a lot!

Reply at: https://bugs.launchpad.net/xorg-server/+bug/141372/comments/24


** Changed in: xorg-server
   Importance: Unknown => High

-- 
[gutsy] failure detecting DVI in MacMini since xserver-xorg-video-ati 6.7.192
https://bugs.launchpad.net/bugs/141372
You received this bug notification because you are a member of Registry
Administrators, which is the registrant for Debian.