Pages : 1
#1 Le 24/07/2007, à 19:35
- Mimisio1
Probleme 7600 GS
Bonjour !
Sachez tout d'abord que j'ai deja fait plein de recherche Mais tout ce que j'ai trouver n'a pas marcher... Par ailleurs y'a un truc bizarre ! Je vous montre le xorg.conf sa ira plus vite
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig: version 1.0 (buildmeister@builder3) Thu Nov 9 17:55:20 PST 2006
# /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 xorg.conf(5) manual page.
# (Type "man 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 "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/fonts/X11/misc"
FontPath "/usr/share/fonts/X11/cyrillic"
FontPath "/usr/share/fonts/X11/100dpi/:unscaled"
FontPath "/usr/share/fonts/X11/75dpi/:unscaled"
FontPath "/usr/share/fonts/X11/Type1"
FontPath "/usr/share/fonts/X11/100dpi"
FontPath "/usr/share/fonts/X11/75dpi"
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 "vbe"
EndSection
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
Option "XkbOptions" "lv3:ralt_switch"
EndSection
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "eraser"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "eraser"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "InputDevice"
Identifier "cursor"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "cursor"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection
Section "Monitor"
Identifier "Écran générique"
HorizSync 28.0 - 51.0
VertRefresh 43.0 - 60.0
Option "DPMS"
EndSection
Section "Device"
Identifier "Carte vidéo générique"
Driver "nv"
EndSection
Section "Screen"
Identifier "Default Screen"
Device "Carte vidéo générique"
Monitor "Écran générique"
DefaultDepth 24
Option "AddARGBVisuals" "True"
Option "AddARGBGLXVisuals" "True"
Option "NoLogo" "True"
SubSection "Display"
Depth 1
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 4
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 8
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 15
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 16
Modes "1024x768" "800x600" "640x480"
EndSubSection
SubSection "Display"
Depth 24
Modes "1024x768" "800x600" "640x480"
EndSubSection
EndSection
Vous remarquerez que ma carte video n'est pas detecter Pourtant avec la commande lspci, je vois bien ma 7600 GS
02:00.0 VGA compatible controller: nVidia Corporation GeForce 7600 GS (rev a2)
Voila ... Le truc c'est que j'ai essayer plusieurs choses differentes et j'ai l'impression d'avoir empirer la situation.
S'il vous plait a l'aide je desespere et je comprend pas pourquoi sa marche pas !
#2 Le 24/07/2007, à 19:37
- Mimisio
Re : Probleme 7600 GS
... je suis tellement presser que jai oublier des trucs.
Pour l'instant avec ce xorg.conf sa marche. Pour le faire marcher jai changer le device "nvidia" en "nv" et jai reussi a lancer le serveur X mais ... pas d'acceleration 3D. Le probleme c'est que je joue, donc jen ai besoin
Voila c'est tout !
Hors ligne
#3 Le 24/07/2007, à 19:45
- ben13
Re : Probleme 7600 GS
si tu installe pas les drivers nvidia , ca ne marchera pas
sudo apt-get install nvidia-glx-new
reboote le serveur x et ca devrais marcher
et tu dis que tu as "tous fais " pour que ca marche mais tu ne detaille rien !
on peut pas deviner
Dernière modification par ben13 (Le 24/07/2007, à 19:47)
Ubuntu 12.04.01 LTS 64 Bits.
Hors ligne
#4 Le 24/07/2007, à 20:01
- Mimisio
Re : Probleme 7600 GS
Ok sa j'avais déja fait ... Quand je dis que j'ai tout fait c'est que j'ai essayé plusieurs commandes qu'on peut voir dans les topics si on fait une recherche sur Nvidia 7600
Par exemple j'avais fait sa :
sudo apt-get install nvidia-glx-new linux-restricted-modules-generic
Quand je fais sa apres sa change le device "nv" en "nvidia" et si je redemarre le serveur X sa va planter... Bon je test quand même a tout hasard. Ce que je comprend vraiment pas, c'est pourquoi il ne detecte pas ma carte graphique... Ne devrait il pas mettre nVidia Corporation GeForce 7600 GS ou un truc comme sa pour ma cg ??
Hors ligne
#5 Le 25/07/2007, à 02:03
- quent57
Re : Probleme 7600 GS
Salut ! j'ai aussi une 7600 GS
je te donne donc quelques parties importante de mon xorg, car j'avais du modifier certaine ligne pour que mon serveur x veuille bien se lancer, en éspérant que sa t'aidera ...
Section "ServerLayout"
Identifier "Default Layout"
Screen 0 "Default Screen" 0 0
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
EndSection
Section "Module"
Load "i2c"
Load "bitmap"
Load "ddc"
Load "extmod"
Load "freetype"
Load "int10"
Load "vbe"
Load "glx"
Load "v4l"
EndSection
Section "Device"
Identifier "nVidia Corporation G70 [GeForce 7600 GS]"
Driver "nvidia"
VendorName "NVIDIA"
BoardName "NVIDIA GeForce 7 Series"
BusID "PCI:6:0:0"
Screen 0
EndSection
Section "Screen"
Identifier "Default Screen"
Device "nVidia Corporation G70 [GeForce 7600 GS]"
Monitor "Écran générique"
DefaultDepth 24
Option "AddARGBGLXVisuals" "True"
SubSection "Display"
Virtual 1280 1024
Depth 24
Modes "1280x1024@60" "1280x960@60" "1024x768@60" "800x600@60" "800x600@56" "640x480@60"
EndSubSection
EndSection
Section "Extensions"
Option "Composite" "Enable"
EndSection
Sinon j'avais installer envy pour installer les pilotes, sa na pas marcher au début, mais aprés quelques modification dans le xorg, sa a fini par etre bon
bonne chance !
Dernière modification par quent57 (Le 25/07/2007, à 02:05)
En maintenance ... http://www.tux.quent.fr/
Hors ligne
#6 Le 25/07/2007, à 10:51
- ben13
Re : Probleme 7600 GS
il te manque la ligne de la fin
Section "Extensions"
Option "Composite" "Enable"
EndSection
Ubuntu 12.04.01 LTS 64 Bits.
Hors ligne
#7 Le 26/07/2007, à 07:35
- Mimisio
Re : Probleme 7600 GS
Erf... après avoir fait différents essais, c'est encore pire qu'avant ! Maintenant je ne peux meme plus démarrer le serveur X en faisant le bidouillage que je faisais avant. Je crois que je vais réinstaller ubuntu feisty pawn directement (plutot que de faire un update depuis la 6.10), puis installer proprement les drivers nvidia.
Merci quand même, et de toute façon je vous tiens au courant
Hors ligne
Pages : 1