code_junkie

How to develop a DirectFB app without leaving X.11 environment

Nov 14th, 2011
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. $ Xnest -ac :1 &
  2. $ cd $TARGET_DIR # into the target file system root
  3. $ DISPLAY=:1 sudo chroot . usr/bin/df_neo
  4.  
  5. $ Xnest -ac :1 &
  6. $ cd $TARGET_DIR # into the target file system root
  7. $ DISPLAY=:1 sudo chroot . usr/bin/df_neo
  8.  
  9. $ Xnest -ac :1 &
  10. $ cd $TARGET_DIR # into the target file system root
  11. $ DISPLAY=:1 sudo chroot . usr/bin/df_neo
Add Comment
Please, Sign In to add comment