BeagleBoard xM Ubuntu and DVI (again)

Hi board,

I got a BeagleBoard xM Rev C and failed to equip it with Ubuntu. I get stuck with DVI-output. My problems are pretty much the same as these - the cable and the monitor I use with the delivered SD-card and its preinstalled Armstrong do well but when I use an other SD-card with the image precise-preinstalled-server-armhf+omap.raw from ubuntu-12.04-preinstalled-server-armhf+omap.img.gz the screen remains black and nothing happens.

The posting from above suggested to reduce the resolution for boot and change the file uEnv.txt on SD-card. Unfortunately I do not find that file in the SD-card’s tree (below). So my question is where to define the screen’s resolution. Can anybody give me a hint please?

Best regards

Christian

Disk /dev/sdd: 3964MB
Sector size (logical/physical): 512B/512B
Partition Table: msdos

Number Start End Size Type File system Flags
1 16,4kB 75,5MB 75,5MB primary fat32 boot, lba, type=0c
2 75,5MB 3964MB 3888MB primary ext4 type=83

ls -al sdcard1
insgesamt 8229
drwxr-xr-x 2 root root 512 1. Jan 1970 .
drwx------ 61 root root 4096 3. Dez 21:28 …
-rwxr-xr-x 1 root root 362 24. Apr 2012 boot.scr
-rwxr-xr-x 1 root root 43648 24. Apr 2012 MLO
-rwxr-xr-x 1 root root 340628 24. Apr 2012 u-boot.bin
-rwxr-xr-x 1 root root 3730024 24. Apr 2012 uImage
-rwxr-xr-x 1 root root 4305682 24. Apr 2012 uInitrd

ls -al sdcard2/
insgesamt 524341
drwxr-xr-x 22 root root 1024 24. Apr 2012 .
drwx------ 61 root root 4096 3. Dez 21:28 …
drwxr-xr-x 2 root root 5120 24. Apr 2012 bin
drwxr-xr-x 2 root root 1024 24. Apr 2012 boot
drwxr-xr-x 4 root root 3072 24. Apr 2012 dev
drwxr-xr-x 77 root root 5120 24. Apr 2012 etc
drwxr-xr-x 2 root root 1024 19. Apr 2012 home
drwxr-xr-x 21 root root 3072 24. Apr 2012 lib
drwx------ 2 root root 12288 24. Apr 2012 lost+found
drwxr-xr-x 2 root root 1024 24. Apr 2012 media
drwxr-xr-x 2 root root 1024 19. Apr 2012 mnt
drwxr-xr-x 2 root root 1024 24. Apr 2012 opt
drwxr-xr-x 2 root root 1024 19. Apr 2012 proc
drwx------ 2 root root 1024 24. Apr 2012 root
drwxr-xr-x 5 root root 1024 24. Apr 2012 run
drwxr-xr-x 2 root root 5120 24. Apr 2012 sbin
drwxr-xr-x 2 root root 1024 5. Mär 2012 selinux
drwxr-xr-x 2 root root 1024 24. Apr 2012 srv
-rw-r–r-- 1 root root 536870912 24. Apr 2012 SWAP.swap
drwxr-xr-x 2 root root 1024 14. Apr 2012 sys
drwxrwxrwt 2 root root 1024 24. Apr 2012 tmp
drwxr-xr-x 10 root root 1024 24. Apr 2012 usr
drwxr-xr-x 11 root root 1024 24. Apr 2012 var

I am just getting started.

Here is what is on my stock BeagleBoard-xm that I use with DVI monitor having 1280x720 resolution:

-rwxr-xr-x 1 esutton esutton 22232 2011-04-19 17:24 MLO
-rwxr-xr-x 1 esutton esutton 284788 2011-04-19 17:24 U-BOOT.BIN
-rwxr-xr-x 1 esutton esutton 134 2011-04-19 15:31 uEnv.txt
-rwxr-xr-x 1 esutton esutton 3194256 2011-04-19 17:24 UIMAGE

File: uEnv.txt

mpurate=1000

dvimode=“hd720 omapfb.vram=0:8M,1:4M,2:4M”
vram=16M
optargs=“consoleblank=0”
console=“tty0 console=ttyS2,115200n8”

-Ed