Difference between revisions of "ECE597 Questions to Answer"
From eLinux.org
| Line 9: | Line 9: | ||
|- | |- | ||
| What is ELF? | | What is ELF? | ||
| − | | Mark A. Yoder/Chris | + | | Mark A. Yoder/Chris Routh |
| [[ECE597 Executable and Linkable Format (ELF)]] | | [[ECE597 Executable and Linkable Format (ELF)]] | ||
|- | |- | ||
| Line 19: | Line 19: | ||
#!/bin/sh | #!/bin/sh | ||
x11vnc -q -bg -display :0 -forever -avahi | x11vnc -q -bg -display :0 -forever -avahi | ||
| + | |||
| + | |- | ||
| + | | A new demo image has been [http://groups.google.com/group/beagleboard/browse_thread/thread/7dba9497d735cbe9/df2e09c98c8b47a3?lnk=gst&q=new+image#df2e09c98c8b47a3 posted]. How do I get it into my ~/oe/Angstrom-dev area so I can work on it? | ||
| + | I don't see it in the /etc/init.d folder. | ||
| + | | Mark A. Yoder/ | ||
| + | | | ||
|} | |} | ||
Revision as of 18:52, 26 March 2010
I'm seeking answers for these questions.
| Question | Asker/Answerer | Answer |
|---|---|---|
| What is ELF? | Mark A. Yoder/Chris Routh | ECE597 Executable and Linkable Format (ELF) |
| Where does the x11vnc get started?
I don't see it in the /etc/init.d folder. |
Mark A. Yoder/Cody Collins | It looks like it is being started by X. If you look in /etc/X11/Xinit.d/ there is a file named 02vnc, which contains the following code:
#!/bin/sh x11vnc -q -bg -display :0 -forever -avahi |
| A new demo image has been posted. How do I get it into my ~/oe/Angstrom-dev area so I can work on it?
I don't see it in the /etc/init.d folder. |
Mark A. Yoder/ |