Jeremy Huntwork wrote:
What do you advise here? Are you using ddccontrol directly in any of
your scripts, or can I just drop it for ppc?
I don't use ddccontrol in any of the scripts. You can drop it temporarily for
ppc (or permanently, if you are 100% sure that nobody will connect a Samsung
SyncMaster 770p monitor to ppc).
As a better solution, you can try this (for ppc only):
1) patch out anything sis-related from src/ddcpci/Makefile.in:
sed -i.bak -e '/sis.Po/d' -e 's,sis[^ ]*,,' src/ddcpci/Makefile.in
2) patch out references to sis from main.c:
sed -i.bak '/sis/d' src/ddcpci/main.c
I am sure that the asm/io.h fix is correct and sufficient for the Intel case,
but you may want to patch it out too, because there probably cannot be an Intel
video card on ppc.
--
Alexander E. Patrakov
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page