[mythtv-users] Restasting X with anothern config file ?

nate s nate.strickland at gmail.com
Mon Nov 8 05:37:04 UTC 2004


sure this would be very easy to script

simply

#!/bin/bash
/etc/init.d/xdm stop (or init 3 or whatever your distro uses)
mv /etc/X11/xorg.conf /etc/X11/xorg.conf.bak
mv /etc/X11/xorg.conf.alt /etc/X11/xorg.conf
/etc/init.d/xdm start

-Nate


On Fri, 5 Nov 2004 10:39:58 +0200, Tomi Makinen <makinen at gmail.com> wrote:
> Hi,
> 
> I have been trying to get this dualhead mythtv thing working and I got
> it to work, but the problem is that when I use lirc to control mythtv,
> both mythfrontnends sometime go out of sync.
> 
> Is there a way to restart X with different config file. It should be
> possilbe to put the script/command to irexec or mythtv menus. So it
> should not need any passwords.
> 
> - McIne -
> 
> 
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
> 
> 
>


More information about the mythtv-users mailing list