Gentoo Archives: gentoo-ppc-user

From: Joseph Jezak <josejx@g.o>
To: gentoo-ppc-user@l.g.o
Subject: Re: [gentoo-ppc-user] xorg not working.
Date: Fri, 06 Oct 2006 22:54:26
Message-Id: 4526DE74.7010501@gentoo.org
In Reply to: [gentoo-ppc-user] xorg not working. by darren kirby
1 darren kirby wrote:
2 > Yeah well, me again. Seems I'm the only one having trouble with PPC these
3 > days.
4 >
5 > I got Xorg 7.1, fluxbox, and KDE installed. After creating an xorg.conf with
6 > Xorgautoconfig I quickly realized I indeed had the problem hinted at re: VGA
7 > BIOS. So I ~ppc64 keyworded xf86-video-ati and emerged version 6.6.3 which
8 > applies the patch that was also hinted at. The results are identical however.
9 > X starts and is running, as is fluxbox, but there is nothing on my screen.
10 > The only difference is that this time the power LED on my montor goes out
11 > when I start X, whereas before it stayed on.
12 >
13 > Also, there is a difference in Xorg.0.log: X now seems to think that I have a
14 > second CRT monitor attached!?
15 >
16 > (II) RADEON(0): Primary:
17 > Monitor -- TMDS
18 > Connector -- DVI-D
19 > DAC Type -- TVDAC/ExtDAC
20 > TMDS Type -- Internal
21 > DDC Type -- DVI_DDC
22 > (II) RADEON(0): Secondary:
23 > Monitor -- CRT
24 > Connector -- VGA
25 > DAC Type -- Primary
26 > TMDS Type -- External
27 > DDC Type -- VGA_DDC
28 >
29 > I have tried with the default xorg.conf that was generated, and I tried all
30 > manner of tweaks that I gleamed from gentoo-wiki, "man xorg.conf", and "man
31 > radeon". I have tried commenting and uncommenting individual "Options" from
32 > xorg.conf but the result is always the same.
33 >
34 > I have tried dropping down to 16 bit color depth and down to 1600x1024
35 > resolution, with no joy.
36 >
37 > Can anyone even confirm that they have gotten an 23" cinema display and a
38 > radeon 9600 to work with Xorg? I would _really_ love to see your xorg.conf if
39 > you have.
40 >
41 > I don't know what else to say. There are no errors in my log (though there are
42 > some warnings). If you want/need further information just let me know...
43 >
44 > I have posted the log and my current conf file in my webspace:
45 > http://badcomputer.org/xorg.conf.txt
46 > http://badcomputer.org/xorg.log.txt
47 >
48 > xorg-x11-7.1
49 > mesa-6.5-r3
50 > xf86-video-ati-6.6.3
51 >
52 > PowerMac G5 2x 2.0GHz
53 > Ati Radeon 9600
54 > 23" Apple Cinema Display
55 >
56 > I would appreciate any ideas.
57 >
58 > -d
59
60 Well, two suggestions here:
61
62 1. From the radeon man page:
63 Option "ReverseDDC" "boolean"
64 When BIOS connector informations aren't available, use this
65 option to reverse the mapping of the 2 main DDC ports. Use this
66 if the X serve obviously detects the wrong display for each
67 connector. This is typically needed on the Radeon 9600 cards
68 bundled with Apple G5s. The default is off.
69
70 2. Try adding
71 Option "MergedFB" "false"
72 It looks like it's detecting both heads, not monitors attached to
73 both heads.
74
75 If that doesn't work, please let us know. :)
76
77 -Joe
78 --
79 gentoo-ppc-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-ppc-user] xorg not working. darren kirby <bulliver@×××××××××××.org>