|
|
|
|
|
|
|
|
|
|
xen-users
[Xen-users] Re: Problems with SDL/VNC
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
|
|
|
|
|