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

Re: [Xen-users] PV DomU VNC screen black and Xorg error

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] PV DomU VNC screen black and Xorg error
From: jim burns <jim_burn@xxxxxxxxxxxxx>
Date: Sun, 15 Jun 2008 10:30:37 -0400
Delivery-date: Sun, 15 Jun 2008 07:31:15 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <C2D278D1-ED30-4033-9B93-BC8BFE808F66@xxxxxxxxx>
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
References: <C2D278D1-ED30-4033-9B93-BC8BFE808F66@xxxxxxxxx> (sfid-20080615_085938_534579_32EC20C4)
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: KMail/1.9.9
On Sunday June 15 2008 08:50:13 am Paul Schulze wrote:
> The /etc/X11/xorg.conf looks like this:
> ---
> Section "InputDevice"
>          Identifier      "Generic Keyboard"
>          Driver          "kbd"
>          Option          "XkbRules"      "xorg"
>          Option          "XkbModel"      "pc105"
>          Option          "XkbLayout"     "de"
> EndSection
>
> Section "InputDevice"
>          Identifier      "Xen Mouse"
>          Driver          "mouse"
>          Option          "Protocol"      "PS/2"
>          Option          "Device"        "/dev/input/mouse0"
> EndSection
>
> Section "Device"
>          Identifier      "Xen Framebuffer Video Device"
>          Driver          "fbdev"
>          Option          "fbdev"                 "/dev/fb0"
> EndSection
>
> Section "Monitor"
>         Identifier      "No Monitor"
> EndSection
>
> Section "Screen"
>          Identifier      "Default Screen"
>          Monitor         "No Monitor"
>          Device          "Xen Framebuffer Video Device"
> EndSection
>
> Section "ServerLayout"
>          Identifier      "Default Layout"
>          Screen          "Default Screen"
>          InputDevice     "Xen Mouse"
> EndSection

See if this helps. Below is my xorg.conf from my F9 pv domu. In particular, I 
would try adding to your config:

In your 'Section "ServerLayout"', I would change InputDevice to include the 
keyboard - 'InputDevice  "Xen Mouse" "Generic Keyboard"'.

In your 'Section "Screen"', I would remove the Monitor line, and add something 
like my DefaultDepth and 'SubSection "Display"' lines.

Good luck!

# Xorg configuration created by system-config-display

Section "ServerLayout"
        Identifier     "single head configuration"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
EndSection

Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option      "XkbModel" "pc105"
        Option      "XkbLayout" "us+inet"
EndSection

Section "Device"
        Identifier  "Videocard0"
        Driver      "fbdev"
EndSection

Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
                Viewport   0 0
                Depth     24
        EndSubSection
EndSection

_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users