Comment 8 for bug 138926

Revision history for this message
Marsu42 (marsu42) wrote :

My X outpout is still different, but I guess this is because I don't get a sdl window either (my DomU starts just with xm console and ssh). Below is my xen config file. I read that adding extra = 'video=xenfb' should help, but it doesn't for me. Please tell me how you got your sdl window running, then we can continue to work on the X server.

--

name = "xen-debian"
xen_shell = 'root, user'
kernel = '/boot/vmlinuz-2.6.22-11-xen'
ramdisk = '/boot/initrd.img-2.6.22-11-xen'
memory = 256
vif = [ 'mac=00:A0:CC:D8:CA:D1, ip=192.168.0.101' ]
root = '/dev/hda1 ro'
disk = [ 'file:/xen/domains/xen-debian/disk.img,hda1,w', 'file:/xen/doma
boot="c" # boot on floppy (a), hard disk (c) or CD-ROM (d)
on_poweroff = 'destroy'
on_reboot = 'restart'
on_crash = 'destroy'
sdl=1
vnc=0

--