> Hi. I noticed this upload: > > [Daniel Baumann] >> live-package (0.99.4-1) unstable; urgency=low > [...] >> - Temporarily hacks xorg configuration file to remove BusID and set >> default driver to vesa (Closes: #382391). > > This sounds like something that might become easier with > xdebconfigurator. Are you aware of this package? It can be > configured to generate a new X configuration at boot, based on the > current hardware. > > Also, I suspect discover v2 is better than discover1 for video card > detection. You might want to check that out. > > I'm the maintainer of both xdebconfigurator and discover v2, but do > not keep track of debian-live development, so I do not know if you are > already using these tools. > > Friendly, > -- > Petter Reinholdtsen > > _______________________________________________ > Debian-live-devel mailing list > [email protected] > http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel > >
I think that something like rm -f /etc/X11/xorg.conf dexconf readlink /etc/X11/X | md5sum > /var/lib/x11/X.md5sum md5sum /etc/X11/xorg.conf > /var/lib/x11/xorg.conf.md5sum md5sum /etc/X11/Xwrapper.config > /var/lib/x11/Xwrapper.config.md5sum /var/lib/dpkg/info/xserver-xorg.postinst should do the work ... _______________________________________________ Debian-live-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

