Debian-wheezy-gnome-6 Build Notes

From odroid US
Revision as of 11:02, 2 April 2013 by Osterluk (Talk | contribs)

Jump to: navigation, search

debian-wheezy-gnome-6 was build starting with debian-wheezy-base-6.

Boot the odroid, login on the serial console as root (the only possible way since X is not installed and sshd is not installed in the base image)

Install Gnome:

apt-get install gnome-core xorg gdm3

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

Start the display manager

service gdm3 restart