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

[Xen-fr] |NVIDIA] Xorg Xen sans 3D

To: xen-fr@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-fr] |NVIDIA] Xorg Xen sans 3D
From: Sylvain LALOZE <sylspy20@xxxxxxxxx>
Date: Mon, 27 Jun 2011 22:11:55 +0200
Delivery-date: Mon, 27 Jun 2011 13:12:26 -0700
Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=tYSV9vMYE8236y5/S1Uoub89/QUi0RHff8eIMVZG880=; b=HB1w5cMMY2sYpk5BdjKIcAK1PcUBnC6DqdbH3JPNm2085UVltLI/57mPtDeDS7BAkY 1qJk2u1Pe/BkinO4UyfPeAgd9tS/sgHePNmru2JAgLYouzhy8eOeTw8XCIoU5pzFw2pd BJu/U4IzrcIbZ12rB0iMvgHpY0Wevdkt/Vg6g=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=aVsdx/pXcwU287HVn8IheS2ZL7ZiZtvplhygegtB4qGt6D6/1kc3yZi0SmBBf6Uhs3 Z+1oeXtBGkJKbAWboFLX5njMAekIQxPpDxBH415fc/iH092D8wfrhHFaQNoc6xWUvwiS ximzSbsERR6s/+UTBk5uCNzU6AVsUCkK5h8aA=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-archive: <http://lists.xensource.com/archives/html/xen-fr>
List-help: <mailto:xen-fr-request@lists.xensource.com?subject=help>
List-id: xen-fr.lists.xensource.com
List-post: <mailto:xen-fr@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-fr>, <mailto:xen-fr-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-fr>, <mailto:xen-fr-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-fr@xxxxxxxxxxxxxxxxxxx
Sender: xen-fr-bounces@xxxxxxxxxxxxxxxxxxx
Bonjour,

je cherche désespérément à obtenir la 3D sur ma Gentoo.

Il me semble que la configuration du noyau est pas trop mal.
Voici mes noyaux
[code]lrwxrwxrwx  1 root root   20 27 juin  21:28 linux -> linux-2.6.34-xen-r4/
drwxr-xr-x 26 root root 4096 27 juin  19:30 linux-2.6.34-xen-r4
drwxr-xr-x 24 root root 4096 23 juin  01:08 linux-2.6.38-gentoo-r6
drwxr-xr-x 24 root root 4096 27 juin  19:28 linux-2.6.39-gentoo-r1
[/code]

Actuellement je tente d'obtenir la 3D sur mon Hyperviseur Xen Dom0.

Après le boot j'ai ceci dans dmesg
[code][   15.507635] nvidia 0000:01:00.0: PCI->APIC IRQ transform: INT A -> IRQ 16
[   15.507642] nvidia 0000:01:00.0: setting latency timer to 64
[   15.507646] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[/code]

Un élément me perturbe, le fait de ne pas avoir d'AGP est-il un vrai problème ?
[code]spy20 sylspy20 # lspci | grep AGP
spy20 sylspy20 # 

spy20 sylspy20 # lspci | grep bridge
00:00.0 Host bridge: Intel Corporation Core Processor DMI (rev 11)
00:03.0 PCI bridge: Intel Corporation Core Processor PCI Express Root Port 1 (rev 11)
00:1c.0 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 1 (rev 06)
00:1c.1 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 2 (rev 06)
00:1c.2 PCI bridge: Intel Corporation 5 Series/3400 Series Chipset PCI Express Root Port 3 (rev 06)
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a6)
00:1f.0 ISA bridge: Intel Corporation 5 Series Chipset LPC Interface Controller (rev 06)

spy20 sylspy20 # lspci | grep dia
01:00.0 VGA compatible controller: nVidia Corporation Device 06cd (rev a3)
01:00.1 Audio device: nVidia Corporation Device 0be5 (rev a1)
[/code]

Au niveau du module il est bien présent
spy20 sylspy20 # lsmod
Module                  Size  Used by
ext4                  292591  13 
jbd2                   72427  1 ext4
crc16                   1487  1 ext4
nvidia              11957065  36

Pour l'installation de Nvidia j'ai utilisé ceci 
Or au boot Kde me dit carrément qu'il désactive les effets graphique

Voici une partie de mon Xorg.conf
[code]
Section "Module"
    Load           "glx"
    Load           "record"
    Load           "dbe"
    Load           "extmod"
EndSection

Section "Monitor"
    Identifier     "Monitor0"
    VendorName     "Monitor Vendor"
    ModelName      "Monitor Model"
EndSection

Section "Device"
    Identifier     "Card0"
    Driver         "nvidia"
EndSection
[/code]

Pfiou je comprends pas ce qu'il me manque.
Je suis à votre écoute si vous avez des conseils.
Cordialement,
Sylvain

--
--------------------------------
[Qui vivra ; verra]
[Errare Humanum Est ; Persavare Diabolicum]
--------------------------------
_______________________________________________
Xen-fr mailing list
Xen-fr@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-fr
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-fr] |NVIDIA] Xorg Xen sans 3D, Sylvain LALOZE <=