Advertisement
Guest User

cubiani3

a guest
Oct 8th, 2013
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. Installing Cubian with i3 Window Manager
  2.  
  3. 1.Prepare your sd card as blank. If it has any current format, erase it clean.
  4. 2.Download the appropriate A10 or A20 Cubian image from cubian.org.
  5. 3.Find your card with mount and DD the image to the sd card with dd if=/home/image of=/dev/sdx
  6. 4. Plug in your SD card to the cubieboard and fire it up. Wait for it to boot to TTY.
  7.  
  8. First I did the necessary resizing of the sd card.
  9. apt-get update && apt-get install cubian-resizefs (sudo cubian-resizefs /dev/mmcblk0 1-100 [amount of card to use])
  10.  
  11. Then I installed the recommended packages for xorg to avoid the fluff.
  12. apt-get install xserver-xorg-core xinit xserver-xorg-video-sunximali sunxi-disp-test (test Mali with usermod
  13. -a -G video cubie)
  14.  
  15. Install i3!
  16. apt-get install i3
  17.  
  18. You will see that i3 does not want to start (startx) if there are any xfce packages installed.
  19. dpkg --get-selections | grep xfce (get rid of any of these)
  20.  
  21. Install your favorite browser, terminal and irc client.
  22. apt-get install iceweasel terminator irssi
  23.  
  24. Try to avoid xfce packages such as thunar :(
  25. apt-get install pcmanfm
  26.  
  27. From here the sky is the limit. Remember to keep it minimal if possible and enjoy your cubieboard!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement