spy20 Tux's lil' helper
Joined: 02 Nov 2010 Posts: 140
|
Posted: Mon Jun 27, 2011 8:11 pm Post subject: [NVIDIA] Xorg sous Xen sans 3D |
|
|
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
|
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
|
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)
|
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
http://legroom.net/2008/06/22/running-binary-nvidia-drivers-under-xen-host
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
|
Pfiou je comprends pas ce qu'il me manque.
Je suis à votre écoute si vous avez des conseils.
Cordialement,
Sylvain |
|