linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* missing atyfb option in kernel 2.2.14pre9
@ 1999-11-27 20:46 Michael
  0 siblings, 0 replies; 4+ messages in thread
From: Michael @ 1999-11-27 20:46 UTC (permalink / raw)
  To: linuxppc-dev


If I do 'make menuconfig' with the source from linuxcare.com.au version
2.2.14pre9, I can't select the atyfb driver, because there is no option
for this driver. Who has stolen this option ;-)

Michael


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

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

* Re: missing atyfb option in kernel 2.2.14pre9
@ 1999-11-27 23:31 Dan Bethe
  1999-11-28  7:44 ` Martin Costabel
  0 siblings, 1 reply; 4+ messages in thread
From: Dan Bethe @ 1999-11-27 23:31 UTC (permalink / raw)
  To: linuxppc-dev


	I would appreciate it if the members of the list
would answer the following issue in detail, because
I'm intending to organize all Powerbook documentation
for www.linuxppc.org.  Thanks!

--- Michael <michael.fenske@arcormail.de> wrote:
> 
> If I do 'make menuconfig' with the source from
> linuxcare.com.au version
> 2.2.14pre9, I can't select the atyfb driver, because
> there is no option
> for this driver. Who has stolen this option ;-)

	I second that question, from a slightly different
angle.  I have been collecting the kernel source from
mirrors of the official kernel.org.  I get mine from
the SunSITE mirror on ftp.cdrom.com.  When I do either
'make menuconfig' or 'make xconfig', I notice that
under the "console" section, there are two entries for
"ATI Mach 64".  They are both identical, they're both
selected, and I cannot change their selections!
	This has been true with kernel versions 2.2.10,
2.2.12, 2.2.13, and 2.3.22.
	I have a Powerbook G3 Wallstreet series (May 1998)
and all development environment is from my stock
LinuxPPC R5 (not Q3) distribution.  Is it imperative
for me to upgrade to Q3?  I can do that.
	Thank you!

=====
"Don't expect your own messiah; this neverworld which you desire is
only in your mind." -- http://www.dreamtheater.net/songb4.htm#IV5
Thousands of Stores.  Millions of Products.  All in one place.
Yahoo! Shopping: http://shopping.yahoo.com

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

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

* Re: missing atyfb option in kernel 2.2.14pre9
  1999-11-27 23:31 Dan Bethe
@ 1999-11-28  7:44 ` Martin Costabel
  1999-11-28 13:53   ` Michael Fenske
  0 siblings, 1 reply; 4+ messages in thread
From: Martin Costabel @ 1999-11-28  7:44 UTC (permalink / raw)
  To: Dan Bethe; +Cc: linuxppc-dev, Michael


Dan Bethe wrote:
> 
>         I would appreciate it if the members of the list
> would answer the following issue in detail, because
> I'm intending to organize all Powerbook documentation
> for www.linuxppc.org.  Thanks!
> 
> --- Michael <michael.fenske@arcormail.de> wrote:
> >
> > If I do 'make menuconfig' with the source from
> > linuxcare.com.au version
> > 2.2.14pre9, I can't select the atyfb driver, because
> > there is no option
> > for this driver. Who has stolen this option ;-)

It is there. It used to be there twice, once in the list of standard PPC
video cards, and once in the list of experimental FB drivers. It is now
classified "experimental", so you see the option only if you choose
"Prompt for development and/or incomplete code/drivers" in the "General
setup" menu.
 
>         I second that question, from a slightly different
> angle.  I have been collecting the kernel source from
> mirrors of the official kernel.org.  I get mine from
> the SunSITE mirror on ftp.cdrom.com.  When I do either
> 'make menuconfig' or 'make xconfig', I notice that
> under the "console" section, there are two entries for
> "ATI Mach 64".  They are both identical, they're both
> selected, and I cannot change their selections!

This is a different story from the above. In fact, I think in 'make
menuconfig' you *can* change the selections, only in 'make xconfig' it
doesn't work. But then I may not have the same kernel version as you. 

In any case, this has been a long-standing bug in the script files in
/usr/src/linux/scripts. It is fixed in the most recent kernels. If you
want to fix it in an older kernel version, either get the
/usr/src/linux/scripts directory from a more recent kernel or go to the
file drivers/video/Config.in and comment out all but one occurrence of
CONFIG_FB_ATY, in particular the one in an  'if [ "$ARCH" = "sparc64" ]'
clause. The latter one is responsible (together with the script bug)
that the selections are not changeable.

--
Martin

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

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

* Re: missing atyfb option in kernel 2.2.14pre9
  1999-11-28  7:44 ` Martin Costabel
@ 1999-11-28 13:53   ` Michael Fenske
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Fenske @ 1999-11-28 13:53 UTC (permalink / raw)
  To: linuxppc-dev


Martin Costabel wrote:

> It is there. It used to be there twice, once in the list of standard PPC
> video cards, and once in the list of experimental FB drivers. It is now
> classified "experimental", so you see the option only if you choose
> "Prompt for development and/or incomplete code/drivers" in the "General
> setup" menu.

Ah, there is it. Up to now I don't select "Prompt for development and/or
incomplete code/drivers". I think this driver _is_ experimental. For
example scrolling in the console is much slower compared with the offb
driver and what is really annoying is that I can't use atyfb on my
PowerBook G3 (Wallstreet) if I boot it with Open Firmware.

Michael


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

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

end of thread, other threads:[~1999-11-28 13:53 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-11-27 20:46 missing atyfb option in kernel 2.2.14pre9 Michael
  -- strict thread matches above, loose matches on Subject: below --
1999-11-27 23:31 Dan Bethe
1999-11-28  7:44 ` Martin Costabel
1999-11-28 13:53   ` Michael Fenske

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).