Re: missing atyfb option in kernel 2.2.14pre9
From: Martin Costabel <hidden>
Date: 1999-11-28 07:44:13
Dan Bethe wrote:
quoted hunk ↗ jump to hunk
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:quoted
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/