root@beaglebone:/# uname -aLinux beaglebone 3.8.13-xenomai-r78 #1 Sat Sep 26 16:54:43 UTC 2015 armv7l GNU/Linuxroot@beaglebone:/#root@beaglebone:/# cat /proc/versionLinux version 3.8.13-xenomai-r78 (root@a6-imx6q-wandboard-2gb) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 Sat Sep 26 16:54:43 UTC 2015root@beaglebone:/#root@beaglebone:/# cat /etc/X11/xorg.confSection "Module" Load "extmod" Load "dbe" Load "glx" Load "freetype" Load "type1" Load "record" Load "dri"EndSection
Section "Monitor" $ Identifier "Builtin Default Monitor" HorizSync 31.5-75 VertRefresh 60EndSection
Section "Device" Identifier "Builtin Default fbdev Device 0" Driver "fbdev"EndSection
Section "Screen" Identifier "Builtin Default fbdev Screen 0" Device "Builtin Default fbdev Device 0" Monitor "Builtin Default Monitor" DefaultDepth 24 SubSection "Display" Depth 24 Modes "1024x768_60.00" EndSubSectionEndSection
Section "ServerLayout" Identifier "Builtin Default Layout" Screen "Builtin Default fbdev Screen 0"EndSectionroot@beaglebone:/#root@beaglebone:/# cat /etc/X11/xorg.conf.defaultSection "Monitor" Identifier "Builtin Default Monitor"EndSection
Section "Device" Identifier "Builtin Default fbdev Device 0" Driver "fbdev"EndSection
Section "Screen" Identifier "Builtin Default fbdev Screen 0" Device "Builtin Default fbdev Device 0" Monitor "Builtin Default Monitor" DefaultDepth 16EndSection
Section "ServerLayout" Identifier "Builtin Default Layout" Screen "Builtin Default fbdev Screen 0"EndSectionroot@beaglebone:/#