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-devel

[Xen-devel] install nvidia driver under xen 3.0

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] install nvidia driver under xen 3.0
From: Yong LIU <yongliu@xxxxxxxxx>
Date: Fri, 17 Feb 2006 10:50:07 +0100
Delivery-date: Fri, 17 Feb 2006 10:02:42 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
I try to install the latest nvidia driver. kernel is 2.6.12.6(xen 3.0)
and Xorg is used. Everything is ok except monitor. I'm sure that X is 
running. No error information. Some warning information is here. 

(II) NVIDIA(0): Setting mode "1600x1200"
(WW) NVIDIA(0): WAIT (2, 1, 0x8000, 0x00000000, 0x000005e4, 0)
(WW) NVIDIA(0): WAIT (1, 1, 0x8000, 0x00000000, 0x000005e4, 0)

(II) Loading extension NV-CONTROL
(WW) NVIDIA(0): WAIT (2, 3, 0x8000, 0x00000000, 0x00000b50, 0)
(WW) NVIDIA(0): WAIT (1, 3, 0x8000, 0x00000000, 0x00000b50, 0)
(WW) NVIDIA(0): WAIT (2, 6, 0x8000, 0x00000000, 0x00000b80, 0)
(WW) NVIDIA(0): WAIT (1, 6, 0x8000, 0x00000000, 0x00000b80, 0)

(WW) NVIDIA(0): Failed to set DPMS to on for DFP-1.

My monitor is Digital flat panel. And the xorg.conf is created 
by nvidia-xconfig, which works without xen.
I'm not familiar with Xorg. does Xorg set resolution with ioctl? 
any suggestions?

xorg.conf
------------------------------------------------------------------
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Dec 14
16:39:22 PST 2005

Section "ServerLayout"
    Identifier     "Layout0"
    Screen      0  "Screen0"
    InputDevice    "Keyboard0" "CoreKeyboard"
    InputDevice    "Mouse0" "CorePointer"
EndSection

Section "Files"
    RgbPath         "/usr/X11R6/lib/X11/rgb"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath        "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath        "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath        "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath        "/usr/X11R6/lib/X11/fonts/100dpi/"
    FontPath        "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath        "/usr/share/fonts/default/Type1"
EndSection

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
EndSection

Section "InputDevice"
    # generated from data in "/etc/sysconfig/mouse"
    Identifier     "Mouse0"
    Driver         "mouse"
    Option         "Protocol" "IMPS/2"
    Option         "Device" "/dev/input/mice"
    Option         "Emulate3Buttons" "no"
    Option         "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
    # generated from data in "/etc/sysconfig/keyboard"
    Identifier     "Keyboard0"
    Driver         "kbd"
    Option         "XkbLayout" "us"
    Option         "XkbModel" "pc105"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Unknown"
    HorizSync       31.0 - 80.0
    VertRefresh     56.0 - 76.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes     "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
    EndSubSection
EndSection



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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] install nvidia driver under xen 3.0, Yong LIU <=