Pages : 1
#1 Le 19/03/2007, à 18:15
- pitxu
Problème nVidia sur Edgy et CVS Cedega
Bonjour,
je tente de faire fonctionner World of Warcraft sur mon pc (AMD64 3400+ & nVidia 7300 GS).
J'ai utilisé une méthode en mode console :
$ sudo cp /etc/X11/xorg.conf /etc/X11/xorg.backup
$ sudo apt-get install linux-restricted-modules-`uname -r`
$ sudo apt-get install nvidia-glx
Après avoir relancé le serveur X, je vois bien la bannière nVidia s'afficher, pourtant, au lancement des tests de CVS Cedega, j'obtiens :
OpenGL Direct Rendering => Failed
3D Acceleration => Failed
Lorsque je lance nvidia-settings, dans OpenGL/GLX Information, j'ai le message suivant:
The OpenGL extension 'GLX' is not supported by
the X server or there was a problem retrieving
GLX information from the X server.
Si quelqu'un a une idée ^^
Merci d'avance
Ubuntu 7.10 64bits
Hors ligne
#2 Le 19/03/2007, à 18:34
- compte supprimé
Re : Problème nVidia sur Edgy et CVS Cedega
le test cedega marche pas.
et pour tester, tape glxgears. tout dépend de la vitesse de rotation.
#3 Le 19/03/2007, à 18:41
- pitxu
Re : Problème nVidia sur Edgy et CVS Cedega
Merci pour ta réponse.
Quand je tape glxgears :
$ sudo glxgears
Password:
Xlib: extension "GLX" missing on display ":0.0".
Error: couldn't get an RGB, Double-buffered visual
Mon fichier xorg.conf est peut-être mal configuré :
Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "stylus" "SendCoreEvents"
InputDevice "cursor" "SendCoreEvents"
InputDevice "eraser" "SendCoreEvents"
EndSection
Section "Files"
# path to defoma fonts
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"
FontPath "/usr/share/fonts/X11/misc"
FontPath "/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "glx"
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"
Option "XkbOptions" "lv3:ralt_switch"
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 "InputDevice"
# /dev/input/event
# for USB
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "stylus"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "eraser"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "InputDevice"
# /dev/input/event
# for USB
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/wacom" # Change to
Option "Type" "cursor"
Option "ForceDevice" "ISDV4" # Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "SyncMaster"
Option "DPMS"
EndSection
Section "Device"
Identifier "NVIDIA Corporation NVIDIA Default Card"
Driver "nvidia"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "NVIDIA Corporation NVIDIA Default Card"
Monitor "SyncMaster"
DefaultDepth 24
SubSection "Display"
Depth 1
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x40
0" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x40
0" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x40
0" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x40
0" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x40
0" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1280x1024" "1152x864" "1024x768" "832x624" "800x600" "720x40
0" "640x480"
EndSubSection
EndSection
Ubuntu 7.10 64bits
Hors ligne
#4 Le 19/03/2007, à 19:16
- compte supprimé
Re : Problème nVidia sur Edgy et CVS Cedega
tape glxinfo
mais avant, tape sudo nvidia-xconfig
#5 Le 19/03/2007, à 19:43
- pitxu
Re : Problème nVidia sur Edgy et CVS Cedega
Bon finalement, j'ai réinstallé ubuntu egdy 6.10 et je n'ai pas mis le noyau à jour => 2.6.17-10
ça fonctionne très bien, il semblerait que le noyau 2.6.17-11 pose problème avec ma carte graphique.
Merci pour ton aide
Ubuntu 7.10 64bits
Hors ligne
Pages : 1