On 12/05/2010 07:27 AM, Cristian Paul Peñaranda Rojas wrote: >>> >>> 1. edit /etc/inittab >>> >>> #tty1::respawn:/usr/bin/gmenu2x >>> tty1::respawn:/usr/bin/gmu >> >> gmu exits right away complaining about SDL_NOMOUSE. >> > > Hmm not in my side, what image version are you using?
there is "export SDL_NOMOUSE=1" in /etc/profile. so when we start the 'gmu' after boot to system. it's start correct. since you add the 'gmu' to /etc/inittab. one advice is write a shell script file for start hte 'gmu' like: ---- #!/bin/sh source /etc/profile mount /dev/mmcblkp1 /mnt/p1 ... /usr/bin/gmu /bin/sh > > > > _______________________________________________ > Qi Hardware Discussion List > Mail to list (members only): [email protected] > Subscribe or Unsubscribe: > http://lists.en.qi-hardware.com/mailman/listinfo/discussion -- Best Regards Xiangfu -- Qi RSS feed, http://en.qi-hardware.com/feed/rss20.xml -- _______________________________________________ Qi Hardware Discussion List Mail to list (members only): [email protected] Subscribe or Unsubscribe: http://lists.en.qi-hardware.com/mailman/listinfo/discussion

