On Fri, 2006-03-31 at 20:00, ext vasant kanchan wrote: > Hi, > > I disabled dsmetool on the Nokia. Then I tested my > Xserver from the connected serial console. I ran some > tests to verify that Xserver is working. I installed > this Xserver on the device. I also modified > x-server.sh to invoke this server instead of Xomap. I > renabled dsmetool and rebooted the Nokia. I notice > that Xserver starts up but the Nokia goes into > repeated reboot. > > How do I install my version of xserver ?. It would be > usefull to provide some info on system startup and the > role that dsmetool plays.
dsmetool can be used to provide a watchdog/lifeguard for the started process. It you get a reboot loop, it means that the process always crashes (or forks and the parent exits) and dsmetool reboots the device. (It has command line help, and there are some examples in /etc/osso-af-init directory.) If you don't want the watchdog, you can start the process without dsmetool, or with the '-o' option of dsmetool. BR; Kimmo > > Regards > Vasant Kanchan > _______________________________________________ > maemo-developers mailing list > [email protected] > https://maemo.org/mailman/listinfo/maemo-developers _______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
