Re: [gobolinux-devel] Udev's Coldplug task

2006-09-15 Thread Lucas C. Villa Real
On 9/15/06, Carlo Calica <[EMAIL PROTECTED]> wrote: > Udev comes with a tool called udevtrigger. This causes the kernel to > reemit uevents in the sameway as the Coldplug task. Newer versions > have switches to select which uevents are reemitted. Yes, I've seen that. The current task still works

[gobolinux-devel] Udev's Coldplug task

2006-09-15 Thread Carlo Calica
Udev comes with a tool called udevtrigger. This causes the kernel to reemit uevents in the sameway as the Coldplug task. Newer versions have switches to select which uevents are reemitted. -- Carlo J. Calica ___ gobolinux-devel mailing list gobolinux-

Re: [gobolinux-devel] [gobolinux-commits] tools/LiveCD/bin ConfigureLiveCD

2006-09-15 Thread Lucas C. Villa Real
On 9/15/06, André Detsch <[EMAIL PROTECTED]> wrote: > On 9/15/06, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: > > The idea was to ship a xorg.conf ready to be used on QEMU.. or are you > > considering that xorg.conf might have been modified by the user or by > > some other tool? > > The adjustme

Re: [gobolinux-devel] [gobolinux-commits] tools/LiveCD/bin ConfigureLiveCD

2006-09-15 Thread André Detsch
On 9/15/06, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: > The idea was to ship a xorg.conf ready to be used on QEMU.. or are you > considering that xorg.conf might have been modified by the user or by > some other tool? The adjustment of xorg.conf deals with mouse and keyboard info, which may v

Re: [gobolinux-devel] [gobolinux-commits] tools/LiveCD/bin ConfigureLiveCD

2006-09-15 Thread Lucas C. Villa Real
On 9/15/06, André Detsch <[EMAIL PROTECTED]> wrote: > On 9/14/06, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: > > -if [ -d ${goboPrograms}/Xorg -a -f > > ${goboPrograms}/Xorg/Settings/X11/xorg.conf ] > > +if [ -d ${goboPrograms}/Xorg -a -f > > ${goboPrograms}/Xorg/Settings/X11/xorg.conf -a "$p

Re: [gobolinux-devel] [gobolinux-commits] tools/LiveCD/bin ConfigureLiveCD

2006-09-15 Thread André Detsch
On 9/14/06, Lucas C. Villa Real <[EMAIL PROTECTED]> wrote: > -if [ -d ${goboPrograms}/Xorg -a -f > ${goboPrograms}/Xorg/Settings/X11/xorg.conf ] > +if [ -d ${goboPrograms}/Xorg -a -f > ${goboPrograms}/Xorg/Settings/X11/xorg.conf -a "$platform" = "native" ] Adjustment of xorg.conf has to be done