[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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



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


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.