WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-users

[Xen-users] Re: Problems with SDL/VNC

To: Xen List <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-users] Re: Problems with SDL/VNC
From: Darko Petrović <darko.b.petrovic@xxxxxxxxx>
Date: Wed, 17 Feb 2010 15:59:02 +0100
Delivery-date: Wed, 17 Feb 2010 07:02:51 -0800
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:content-type; bh=D2WSXDcNGfyiQOJE7lr9o7XY9e3VIE1gQWiHUSk1r0I=; b=f041qgI0eFe3SjKVMBMu6XdDxyf0nYjImXdVKLytrgmE4mXP35HQS4Nhr9qJiCIX62 rssm4YTbcsygPiyHBEsRs+/5FipupqOw0Wp2p48Td5/o3NxLObnFxOkzwBPjiUIiTzzZ icfv0chgSeRwnGV0keg+3qPcup9BWyHsUuDS8=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=JpV36m18Mym2Ga4aoFRMv22hIKDoKbKdIfVzlPOVAXYBZjWvNrq3i6QpQM9yvn9rt1 phbrq9tWBnSPunMjg31drbrdb1L3YaKR9pdQOZwNOlKc9JTMapXXugoJTKNZbNIAYxDg nFXooQLQDrxzNqBFdw9Au8WYnxUB4Q0l3DxBY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <a46168061002160803s4284892x33c4d2964fc3547@xxxxxxxxxxxxxx>
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <a46168061002160803s4284892x33c4d2964fc3547@xxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
I have partially solved the problem. After creating an appropriate /etc/X11/xorg.conf inside the guest, I am able to boot it both using VNC and SDL.

Now, in the guest window console works fine (although the keyboard response time is terrible), but when I start the graphical environment, the keyboard doesn't work! Here is how my /etc/X11/xorg.conf inside the Debian guest looks like:

Section "Device"
        Identifier      "Configured Video Device"
        Driver          "fbdev"
EndSection

Section "InputDevice"
         Identifier      "Generic Keyboard"
         Driver          "kbd"
         Option          "XkbRules"      "xorg"
         Option          "XkbModel"      "pc104"
         Option          "XkbLayout"     "us"
EndSection

Section "InputDevice"
         Identifier      "Xen Mouse"
         Driver          "mouse"
         Option          "Protocol"      "PS/2"
         Option          "Device"        "/dev/input/mouse0"
EndSection


Any ideas? I am becoming desperate!

Darko

2010/2/16 Darko Petrović <darko.b.petrovic@xxxxxxxxx>
Hi,

I have installed Xen 4 and a Debian Lenny guest. When I start it in console mode everything works fine. However, when I try to run either SDL or VNC, the guest can't boot. This is what is shown in the SDL window:

[    0.004915] PCI: Fatal: No config space access function found
[    0.045866] isapnp: Write Data Register 0xa79 already used
[    0.048257] i8042.c: No controller found.


The only thing I change in the configuration file is adding:
sdl=1
vfb = [ 'type=sdl' ]


Am I missing something?

Thanks in advance.
Darko


_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>