linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Re: ibook G4 Status Report
@ 2004-02-22 11:18 Costantino Pistagna
  2004-02-22 21:07 ` Benjamin Herrenschmidt
  2004-02-24 17:41 ` Michel Dänzer
  0 siblings, 2 replies; 10+ messages in thread
From: Costantino Pistagna @ 2004-02-22 11:18 UTC (permalink / raw)
  To: linuxppc-dev


Thu 12 Feb 2004, Benjamin Herrenschmidt wrote:

> Ok, you need to use XFree without UseFBDev. This cause some flicker on
> your LCD, and then run the enclosed hack which should fix the flicker. Let
> me know if that helps. XFree without UseFBDev will also screw up switching
> back to console unfortunately, I have a hack for that (remove all the vgaXXX
>calls in XFree) locally.

First of all sorry for my lag, i was out for work last two weeks.

I've tried your lcd_hack patch with no FBDev option in XFree,
now the lcd is not flickering anymore;  i've used the OUTPLL(3,0xc)
workaround, because without it the hack is useless.

Now the second screen switch in clone-mode without any problem. The only
trouble is that the output resolution is the same of the embedded lcd,
so the max res that i can use is 1024x768; no matter about the paramters
specified in XF86Config. If it's usefull, i've patched my OF to unlock
the video resolutions as described in some howtos on the net.

Another issue is about the on-the-fly resolution switch: if during the X session
i switch to another resolution the LCD screen start to flickering again; i've to
rerun the lcd_hack to stop the problem.

follow some scratch of my XF86Config:

Section "Device"
    Identifier  "Radeon-1"
    Driver      "radeon"
    ChipID      0x514d
    BusID       "PCI:0:16:0"
    Option      "SWcursor"      "true"
    Option      "AGPMode"       "4"
    Option      "EnablePageFlip"        "On"
    Screen      0
EndSection

Section "Device"
    Identifier  "Radeon-2"
    Driver      "radeon"
    ChipID      0x514d
    BusID       "PCI:0:16:0"
    Option      "SWcursor"      "true"
    Option      "AGPMode"       "4"
    Option      "EnablePageFlip"        "On"
    Screen      1
EndSection


Section "Screen"
    Identifier  "Screen 1"
    Device      "Radeon-1"
    Monitor     "aoc"
    DefaultDepth 16
    Subsection "Display"
	Depth       16
	Modes       "1024x768"
	ViewPort    0 0
    EndSubsection
EndSection

Section "Screen"
    Identifier  "Screen 2"
    Device      "Radeon-2"
    Monitor     "aoc"
    DefaultDepth 16
    Subsection "Display"
	Depth       16
	Modes       "1280x1024"
	ViewPort    0 0
    EndSubsection
EndSection

Section "ServerLayout"
    Screen "Screen 1"

    # Screen "Screen 2"
End Section


if you've readed carefully above, i've to disable the second screen in
ServerLayout; if i turn it on the system start with an 8bits ColorDepth.
I've no idea about this...maybe i've done some mistake.

finally, i'm using a 2.6.1-ben1 with no additional patch or workaround.

i've not tried your suggested hack for the turn back to console problem.
next week i'll find a couple of minutes to patch X and i'll write a
report onto this list.

cheers,
--
(v^v) ? spj:fnml:vrl;
keyID = 0x1D67B4DD;

** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 10+ messages in thread
* ibook G4 Status Report
@ 2004-02-09 17:48 Costantino Pistagna
  2004-02-09 21:10 ` Benjamin Herrenschmidt
  2004-02-09 21:13 ` Brad Boyer
  0 siblings, 2 replies; 10+ messages in thread
From: Costantino Pistagna @ 2004-02-09 17:48 UTC (permalink / raw)
  To: linuxppc-dev


Hi all,

i'm currently using an ibook G4 with Radeon9200 OnBoard.

Some months ago, i've wrote in this list asking about the status of the
driver
for both Xfree and framebuffer. Actually i'm using the system with
framebuffer
and Xfree, running a 2.6.1-ben1 kernel, but no support for dualhead
and/or
multiple screens.

Since my ibook is a 12" equipped, i really need to use the video output
with my 17" LCD.

Any clues ? and/or usefull start point ?. i've tried to look inside
xfree drivers sources,
but without any good results. Seems that radeon9200 does not provide,
any type of
multiple screen support.

A minor request is about the status of Broadcom BCM94306 driver. Looking
around i've noticed that many new Centrino-Based laptop are equipped
with
this wificard. After some minutes of googling i've reached a sf.net
hosted project
about a .vxd/Windows drivers wrapper; it successfully use the windows
drivers
for the above card under x86/linux. is there any way to use this method
under
linuxppc ?. Another time: any clues? and/or usefull start point ?

cheers,
--
[ Costantino Pistagna (PhD) :: unict :: dmi ]
[ s0ftpj ::: Vrl Team ::: freaKnet MediaLab ]
[ gpg key on pgp.mit.edu :: keyid  1d67b4dd ]


** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2004-02-24 17:41 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-02-22 11:18 ibook G4 Status Report Costantino Pistagna
2004-02-22 21:07 ` Benjamin Herrenschmidt
2004-02-24 17:41 ` Michel Dänzer
  -- strict thread matches above, loose matches on Subject: below --
2004-02-09 17:48 Costantino Pistagna
2004-02-09 21:10 ` Benjamin Herrenschmidt
2004-02-11 16:44   ` Costantino Pistagna
2004-02-11 19:10   ` Costantino Pistagna
2004-02-11 22:18     ` Benjamin Herrenschmidt
2004-02-12  6:07   ` Costantino Pistagna
2004-02-09 21:13 ` Brad Boyer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).