[virt-tools-list] Black vnc Display on virt-manager clients

Juergen Sauer juergen.sauer at automatix.de
Wed Oct 5 07:02:54 UTC 2011


moin,
this is my premier post after subscribing the virt-tools ML. Introducing myself as user of libvirt/qemu/kvm + cluster setups.

I stumbled into an little problem using virt-manager.
The console display on an startet guest remains "black", even the guest is quete-well running.

i.E. this one is "Black", domain definition see below signature.
Also this connects fine, but Display is "black"

jojo at pc2:qemu$ vncviewer 192.168.11.252:5901

VNC Viewer Free Edition 4.1.1 for X - built Apr  9 2010 18:41:55
Copyright (C) 2002-2005 RealVNC Ltd.
See http://www.realvnc.com for information on VNC.

Wed Oct  5 08:53:47 2011
 CConn:       connected to host 192.168.11.252 port 5901
 CConnection: Server supports RFB protocol version 3.8
 CConnection: Using RFB protocol version 3.8
 TXImage:     Using default colormap and visual, TrueColor, depth 24.
 CConn:       Using pixel format depth 6 (8bpp) rgb222
 CConn:       Using ZRLE encoding

I use here:
libvirt-bin: 0.8.8-1ubuntu6.5~ppa1
virt-manager: 0.8.6-1ubuntu8.1~ppa1
qemu: 0.14.0+noroms-0ubuntu4.4~ppa1
qemu-kvm: 0.14.0+noroms-0ubuntu4.4~ppa1

On my Supervisor Desktop I have
virt-manager: 0.8.6-1ubuntu8.1

Idea, what's may be wrong ?


TIA - and Greetings from northern germany
Jojo

-- 
Jürgen Sauer
------------------------------------------------
<domain type='kvm'>
  <name>SapDB_7.3_Dapper</name>
  <uuid>e49ac8b0-5417-4621-ae80-83272169f6e2</uuid>
  <memory>524288</memory>
  <currentMemory>524288</currentMemory>
  <vcpu>1</vcpu>
  <os>
    <type arch='i686' machine='pc-0.12'>hvm</type>
    <boot dev='hd'/>
    <bootmenu enable='no'/>
  </os>
  <features>
    <acpi/>
    <apic/>
    <pae/>
  </features>
  <cpu match='exact'>
    <model>pentium3</model>
    <topology sockets='1' cores='1' threads='1'/>
  </cpu>
  <clock offset='utc'/>
  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>restart</on_crash>
  <devices>
    <emulator>/usr/bin/kvm</emulator>
    <disk type='file' device='disk'>
      <driver name='qemu' type='raw' cache='writeback'/>
      <source file='/vm/images/sapdb-root.img'/>
      <target dev='hda' bus='ide'/>
      <address type='drive' controller='0' bus='0' unit='0'/>
    </disk>
    <disk type='file' device='disk'>
      <driver name='qemu' type='raw' cache='writeback'/>
      <source file='/vm/images/sapdb-daten.img'/>
      <target dev='hdb' bus='ide'/>
      <address type='drive' controller='0' bus='0' unit='1'/>
    </disk>
    <disk type='file' device='disk'>
      <driver name='qemu' type='raw' cache='writeback'/>
      <source file='/vm/images/sapdb-swap.img'/>
      <target dev='hdd' bus='ide'/>
      <address type='drive' controller='0' bus='1' unit='1'/>
    </disk>
    <controller type='ide' index='0'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x1'/>
    </controller>
    <interface type='bridge'>
      <mac address='52:54:00:65:3e:e8'/>
      <source bridge='br0'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
    </interface>
    <serial type='pty'>
      <target port='0'/>
    </serial>
    <console type='pty'>
      <target type='serial' port='0'/>
    </console>
    <input type='mouse' bus='ps2'/>
    <graphics type='vnc' port='-1' autoport='yes' listen='0.0.0.0'/>
    <video>
      <model type='vga' vram='9216' heads='1'/>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
    </video>
    <memballoon model='virtio'>
      <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
    </memballoon>
  </devices>
</domain>




More information about the virt-tools-list mailing list