[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Good X hardware detection working



With the recently merged casper 1.56, the parts needed for good hardware
detection were there but were tailored to the Xorg 6.9 way of doing
things. Change the following line in the
$CHROOT/usr/share/initramfs-tools/scripts/casper-bottom/20xconfg file:

From:

DEBUG_XORG_PACKAGE=1 DEBUG_XORG_DEBCONF=1 \
 LANG=$(grep "^${locale}" /root/usr/share/i18n/SUPPORTED | \
 grep UTF-8 | sed -e 's, .*,,' -e q) casper-reconfigure /root \
 xserver-xorg

To:

DEBUG_XORG_PACKAGE=1 DEBUG_XORG_DEBCONF=1 \
 LANG=$(grep "^${locale}" /root/usr/share/i18n/SUPPORTED | \
 grep UTF-8 | sed -e 's, .*,,' -e q) chroot /root dpkg-reconfigure \
 -fnoninteractive --no-reload -phigh xserver-xorg

And that's it! Enjoy!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.debian-unofficial.org/pipermail/live/attachments/20060531/d952b0b7/attachment.pgp

Reply to: