update on the failure of the TFT screen to start when LMS is
autostarted

When LMS is allowed to autostart, /dev/fb1 is not created:

Code:
--------------------
    crw-rw----    1 root     staff      29,   0 Dec 31  1969 /dev/fb0
--------------------

When LMS is not autostarted, /dev/fb1 exists and jivelite starts on the
tft

Code:
--------------------
    crw-rw----    1 root     staff      29,   0 Dec 31  1969 /dev/fb0
  crw-rw----    1 root     staff      29,   1 Jan 27 13:42 /dev/fb1
--------------------

I guess I have a chicken/egg problem.  I don't yet know/understand
enough about the framebuffer creation process, so I don't know what is
causing this issue.  Why is the starting of LMS in the dorebootsuff
script causing the fb1 framebuffer to not get created?  I don't see
anything in the LMS portion of the script that would effect the creation
of the framebuffer.  Any ideas?


------------------------------------------------------------------------
rmac321's Profile: http://forums.slimdevices.com/member.php?userid=58482
View this thread: http://forums.slimdevices.com/showthread.php?t=107366

_______________________________________________
unix mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to