I wrote:
You can work around the problem on your computer by building the LFS LiveCD 6.2-3 from SVN (be sure to use that exact tag) and editing packages/Xorg-modular/Makefile. Comment out line 192, which says "patch -Np1 -i ../$(PATCH1)".
Better, instead of this, edit the patch. Instead of

return MODE_CLOCK_HIGH;

write

if (mon_range->max_clock > 0) return MODE_CLOCK_HIGH;

If this helps, this becomes the official fix. If not, sorry, you can still try commenting out line 192.

--
Alexander E. Patrakov
--
http://linuxfromscratch.org/mailman/listinfo/livecd
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to