Nvidia testing petits soucis

Bonjour à tous,

Après un an sans galère sur debian me voila replongé dans la dure réalité :frowning:
J’ai formaté histoire de repartitionner correctement et virer ma partition windaube qui ne servait plus depuis un an…Réinstallation 2h aucun probléme jusqu’au driver nvidia…

J’ai donc suivi le tuto de ce forum je vois bien le logo nvidia au démarrage mais ne suis pas sûr que la 3d fonctionne (comment faire pour en être sûr??).
Désinstallation et réinstallation le serveur X plante…un nano sur le xorg.conf pour retrouver le mode graphique…au final je vois bien le logo nvidia au démarrage mais la 3d ne semble pas fonctionner…help plz :s

Debian testing/sid

uname -a
Linux debian 2.6.26-1-amd64 #1 SMP Thu Oct 9 14:16:53 UTC 2008 x86_64 GNU/Linux

lspci
01:00.0 VGA compatible controller: nVidia Corporation G70 [GeForce 7600 GT] (rev a1)

$ su

apt-get install module-assistant

m-a prepare

m-a a-i -i nvidia-kernel-source

.
Données de 1 paquets mises à jour
Récupération des sources du noyau de la version : 2.6.26-1-amd64
En-têtes du noyau disponibles dans /lib/modules/2.6.26-1-amd64/build
apt-get-y install build-essential

Fait.
unpack
Extracting the package tarball, /usr/src/nvidia-kernel-source.tar.bz2, please wait…
Le fichier de paquet de destination
/usr/src/nvidia-kernel-2.6.26-1-amd64_173.14.09-5+2.6.26-8_amd64.deb existe
déjà, pas de reconstruction.
(however, you could use the -f switch to ignore it)
dpkg -Ei /usr/src/nvidia-kernel-2.6.26-1-amd64_173.14.09-5+2.6.26-8_amd64.deb
Version 173.14.09-5+2.6.26-8 de nvidia-kernel-2.6.26-1-amd64 déjà installée, paquet ignoré.

m-a a-i -i -f nvidia-kernel-source

ca a l’air de bien se passé…
#apt-get install nvidia-glx

apt-cache policy nvidia-kernel-source

nvidia-kernel-source:
Installé : 173.14.09-5
Candidat : 173.14.09-5
Table de version :
177.80-1 0
96 ftp.fr.debian.org experimental/non-free Packages
*** 173.14.09-5 0
986 ftp.fr.debian.org lenny/non-free Packages
98 ftp.fr.debian.org sid/non-free Packages
100 /var/lib/dpkg/status

et la 3d ne semble pas fonctionner…

Tu peux utiliser glxinfo et glxgears pour savoir si l’accélération 3D par les pilotes NVIDIA fonctionnent.

Ok merci pour ta réponse

Voilà le retour :

glxgears
42732 frames in 5.0 seconds = 8546.378 FPS
40643 frames in 5.0 seconds = 8127.545 FPS
41687 frames in 5.0 seconds = 8337.384 FPS

Je commence a me demander si ca ne vient pas de wine…

Vu le nombre de FPS, ça fonctionne sans problème.

Tu tapes glxinfo
si au début tu as une ligne du style direct rendering: Yes Alors c’est bon, tu as l’accélération graphique. Si c’est pas le cas tu auras direct rendering: No (logique :mrgreen: )
a+

Ok merci beaucoup en fait l’accélération graphique marche donc le problème vient sûrement de Wine…

Jouer à guildWars comme çà c’est pas possible :s

Quelqu’un s’y connait en Wine?

Merci

PS : ce ne peut pas provenir de mon fichier xorg.conf?

une personne pourrai me poster un xorg.conf pour que je compare le miens me semble un peu vide :s

Merci

[quote=“raise”]une personne pourrai me poster un xorg.conf pour que je compare le miens me semble un peu vide :s

Merci[/quote]
Salut

Depuis la version 7.3 de x.org, le fichier /etc/X11/xorg.conf est minimaliste, donc quasiment vide car le serveur X se configure automatiquement au démarrage. Il peut arriver cependant, dans certain cas, que la détection automatique ne fonctionne pas. Il faut alors paramétrer manuellement le fichier xorg.conf.

Pour des exemples de fichier xorg.conf, une petite rechercher sur le forum t’en fournira plusieurs. Sinon, à titre purement indicatif, voici un exemple de fichier de base : [quote]# /etc/X11/xorg.conf (xorg X Window System server configuration file)

This file was generated by dexconf, the Debian X Configuration tool, using

values from the debconf database.

Edit this file with caution, and see the /etc/X11/xorg.conf manual page.

(Type “man /etc/X11/xorg.conf” at the shell prompt.)

This file is automatically updated on xserver-xorg package upgrades only

if it has not been modified since the last upgrade of the xserver-xorg

package.

If you have edited this file but would like it to be automatically updated

again, run the following command:

sudo dpkg-reconfigure -phigh xserver-xorg

Section "Files"
FontPath "/usr/share/X11/fonts/misc"
FontPath "/usr/share/X11/fonts/cyrillic"
FontPath "/usr/share/X11/fonts/100dpi/:unscaled"
FontPath "/usr/share/X11/fonts/75dpi/:unscaled"
FontPath "/usr/share/X11/fonts/Type1"
FontPath "/usr/share/X11/fonts/100dpi"
FontPath “/usr/share/X11/fonts/75dpi”
# path to defoma fonts
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load “dri” ## direct rendering
Load "extmod"
Load "freetype"
Load “glx” ## client GLX pour OpenGL
Load "int10"
Load "type1"
Load "vbe"
EndSection

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option “XkbRules” "xorg"
Option “XkbModel” "pc105"
Option “XkbLayout” “fr” # “fr-oss” pour Feisty et +
Option “XkbVariant” "latin9"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option “Device” "/dev/input/mice"
Option “Protocol” "ExplorerPS/2"
Option “ZAxisMapping” "4 5"
Option “Emulate3Buttons” "true"
EndSection

Section "Device"
Identifier "Carte"
Driver “vesa” ## nv pour les NVIDIA (libre), ati pour les ATI (libre).
BusID "PCI:1:0:0"
EndSection

Section "Monitor"
Identifier "Moniteur"
Option “DPMS”

HorizSync 31-60 ## selon vos valeurs, n’est pas toujours nécéssaire.

VertRefresh 47.5-125 ## voir monitorworld.com/

EndSection

Section "Screen"
Identifier "Ecran"
Device "Carte"
Monitor "Moniteur"
DefaultDepth 24
SubSection "Display"
Depth 16
Modes “1024x768” “800x600” "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes “1024x768” “800x600” "640x480"
EndSubSection
EndSection

Section "ServerLayout"
Identifier "Default Layout"
Screen "Ecran"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
[/quote]

Re coucou,

toujours le même probléme depuis le temps ^^ on reprend a zero cette fois

kernel 2.2.26-2 de base (squeeze/sid)

Drivers nvidia
nvidia-kernel-source:
Installé : 173.14.09-5
Candidat : 173.14.09-5
Table de version :
180.44-2 0
90 ftp.fr.debian.org sid/non-free Packages
*** 173.14.09-5 0
990 ftp.fr.debian.org squeeze/non-free Packages
100 /var/lib/dpkg/status

mon xorg.conf

[list=]nvidia-xconfig: X configuration file generated by nvidia-xconfig

nvidia-xconfig: version 1.0 (randy@juliet2) Fri Sep 5 15:03:39 PDT 2008

nvidia-settings: X configuration file generated by nvidia-settings

nvidia-settings: version 1.0 (randy@juliet2) Sat Jan 10 21:43:57 PST 2009

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

Section "Files"
RgbPath "/usr/X11R6/lib/X11/rgb"
EndSection

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

Section "ServerFlags"
Option “Xinerama” "0"
EndSection

Section “InputDevice”

# generated from default
Identifier     "Mouse0"
Driver         "mouse"
Option         "Protocol" "auto"
Option         "Device" "/dev/psaux"
Option         "Emulate3Buttons" "no"
Option         "ZAxisMapping" "4 5"

EndSection

Section “InputDevice”

# generated from default
Identifier     "Keyboard0"
Driver         "kbd"

EndSection

Section "Monitor"
Identifier "Monitor0"
VendorName "Unknown"
ModelName "LG L1960TR"
HorizSync 30.0 - 71.0
VertRefresh 56.0 - 75.0
Option "DPMS"
EndSection

Section "Device"
Identifier "Device0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7600 GT"
EndSection

Section "Device"
Identifier "Videocard0"
Driver "nvidia"
VendorName "NVIDIA Corporation"
BoardName "GeForce 7600 GT"
EndSection

Section "Screen"
Identifier "Screen0"
Device "Device0"
Monitor "Monitor0"
DefaultDepth 24
Option “TwinView” "0"
Option “metamodes” "nvidia-auto-select +0+0"
SubSection "Display"
Depth 24
EndSubSection
EndSection
[/list]

glxgears
46560 frames in 5.0 seconds = 9311.987 FPS
44948 frames in 5.0 seconds = 8989.528 FPS
46691 frames in 5.0 seconds = 9338.118 FPS

glxinfo
name of display: :0.0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: NVIDIA Corporation
server glx version string: 1.4

tout me semble ok et pourtant cedega ne va pas ni wine d’ailleur :

cedega :

wine : (jeu tout brouillé)

Merci pour votre aide je suis perdu…