Debian-wheezy-xfce-6 Build Notes

From odroid US
Jump to: navigation, search

debian-wheezy-xfce-6.1 was built starting with debian-wheezy-base-6.1

Boot the odroid, login on the serial console as root.

Fix permissions on resolv.conf so non-root users can resolve hostnames/URLs

chmod oag+r /etc/resolv.conf

Install xfce and web browser:

apt-get install  xfce4 xfce4-goodies xdm iceweasel 

Paste this "here document" into the console to create xorg.conf. Use an editor if you prefer. nano is installed.

cat <<EOF_MARK >>/etc/X11/xorg.conf
    Section "Device"
       identifier "FBDEV"
       Driver "fbdev"
       Option "fbdev" "/dev/fb6"
    EndSection

    Section "Screen"
       identifier "Default Screen"
       Device "FBDEV"
       DefaultDepth 16
    EndSection
EOF_MARK

reboot