Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 27/02/2008, à 22:47

Matthieu_

Probleme avec une GeForce®8600M GT.

Voilà depuis ce matin j'essaie désespérément d'installer ubuntu sur mon vostro dell tout neuf, enfin après plus de 5 réinstallation des media center et de vista je parviens enfin à installer ubuntu sans que grub soit dans le mbr ... j'ai pleuré de joie là ; ;

Mais voilà ma magnifique GeForce®8600M GT n'a pas de driver linux .... Ainsi après avoir suivit le tuto décrit ici : http://doc.ubuntu-fr.org/envy je redémarre donc ubuntu pour arriver à ...
une sorte de magnifique image fixe avec une bande au milieu , au début grise et qui blanchit petit a petit.

Après avoir bidouillé le xorg.conf, l'avoir restauré, l'avoir changé, lancé ubuntu en mode sans echec ...
Et bien rien, aucune modification de mon nouveau fond d'écran qui recouvre tout ...

Donc bon là je suis vraiment désespéré , je ne sais vraiment pas quoi faire ...

Est ce que je vais devoir réinstaller ubuntu encore une fois et travailler dessus en 640*480 jusqu'à avril ?

Enfin bon je remercie infiniment quiconque ayant un moyen déjà de récupérer un écran gnom >< et ensuite d'exploiter juste un minimum ma carte pour au moins avoir ubuntu en 800*600 ...

Voilà ... merci de m'avoir lu en tout cas ^^

#2 Le 27/02/2008, à 22:58

Opaflamme

Re : Probleme avec une GeForce®8600M GT.

J'ai moi meme un Dell avec la meme carte video (par contre c'est un XPS 1530) et le mode graphique fonctionne correctement sans avoir utilise envy.

J'ai juste le package

nvidia-glx-new

d'installe et nvidia en driver dans le fichier xorg.conf

Section "Device"
    Identifier     "Carte vidéo générique"
    Driver         "nvidia"
EndSection

Si tu peux donner ton xorg.conf actuel...


Kubuntu on desktop
Debian on server

Hors ligne

#3 Le 27/02/2008, à 23:24

Matthieu_

Re : Probleme avec une GeForce®8600M GT.

J'ai testé le pilote offert par la gestion des pilotes natif de ubuntu mais ça n'a rien changé, impossible de modifier la résolution.

Voila mon xorg.conf , dsl la casse n'est pas respecté:

section "files"
endsection

section "module"
  load "glx"
  loqd "v4l"
endsection

section "inputdevice"
  identifier "generic keyboard"
  driver "kbd"
  option "corekeboard"
  option "xkbrules" "xorg"
  option "xkbmodel" "pc105"
  option "xkblayout" "fr"
  option "xkboptions" "lv3:ralt_switch"
endsection

section "inputdevice"
  identifier "configured mouse"
  driver "mouse"
[...] // enfin bref ça continue comme ça pour le clavier aussi

section "device"
  identifier "failsafe device"
  boardname "vesa"
  busid "pci:1:0:0"
  driver "nvidia"
  screen 0 ##indentation bizarre lui
  option "addargbvisuals" "true"
  option "nologo" "true"
endsection

section "monitor"
 identifier "failsafe monitor"
 vendorname "plug 'n' play"
 modelname "plug 'n' play"
 modeline "648x480@60 25.2 640 66 752 800 480 490 492 525 -vsync -hsync"
 gamma 1.0
endsection

section "screen"
  identifier "default screen"
  device "failsafe device"
  monitor "failsafe monitor"
  defaultdepth 24
  subsection "display"
    depth 16
    virtual 640  480
    modes 640x480
  endsubsection
  option "addargbglxvisuals" "true"
endsection

section "serverlayout"
  identifier "default layout"
  screen 0 "default screen" 0 0 #indentation bizarre aussi là
  inputdevice "generic keyboard"
  inputdevice "configured mouse"
  inputdevice "synaptics touchpad"
endsection

section "device" #
  identifier "device1"
  baordname "vesa"
  busid "PCI:1:0:0"
  Driver "nvidia"
  screen 1
endsection

section "screen" #
 identifier "screen1"
 device "device1"
 defaultdepth 24
 monitor "monitor 1"
 option "addargbgblxvisuals" "true"
endsection

section "monitor" #
 identifier "monitor1"
 gamma 1.0
endsection

section "serverflags"
endsection

section "extensions"
 option "composite" "enable"
endsection

Voila en espérant de tout coeur que ça puisse aider ....
Merci encore de vous pencher sur mon probleme ><

#4 Le 27/02/2008, à 23:27

Matthieu_

Re : Probleme avec une GeForce®8600M GT.

Ah par un malencontreux hasard je viens d'écraser mon xorg.conf d'origine ...

Dois je commence a tresser le noeud pour me pendre ou il reste encore une solution ?

#5 Le 27/02/2008, à 23:31

#hehedotcom\'isback

Re : Probleme avec une GeForce®8600M GT.

bonsoir

déja, regarder s'il n'y a pas un ficher tmp de xorg

ls -l /etc/X11/

Ou relancer une procédure de configuration:

sudo dpkg-reconfigure xserver-xorg

et avant toutes choses, si tu as le net, profite en pour taper ces commandes
[Mise à jour de tout]

sudo -s
aptitude update && aptitude upgrade
aptitude dist-upgrade
aptitude autoclean && update-pciids && update-usbids
exit

Dernière modification par #hehedotcom\'isback (Le 27/02/2008, à 23:31)


../

Hors ligne

#6 Le 27/02/2008, à 23:39

Opaflamme

Re : Probleme avec une GeForce®8600M GT.

Byzarre ta section :

section "module"
  load "glx"
  loqd "v4l"
endsection

il y a une erreur :  loqd

Sinon ton X est configure pour fonctionner avec un ecran 640x480, cf les lignes :

modeline "648x480@60 25.2 640 66 752 800 480 490 492 525 -vsync -hsync"
modes 640x480

Tu peux reconfigurer X via la commande :

sudo dpkg-reconfigure xserver-xorg

c'est un peu verbeux mais en laissant les valeurs par defaut SAUF pour la resolution d'ecran ca devrait passer...


Kubuntu on desktop
Debian on server

Hors ligne

#7 Le 28/02/2008, à 01:55

Matthieu_

Re : Probleme avec une GeForce®8600M GT.

Déjà merci infiniment pour toutes vos réponses >_<, j'ai enfin pu récupérer une interface gnome minimal (je poste depuis ubuntu alleluia).
J'ai donc procédé a une mise a jour global comme l'avait conseillé hehedotcom puis j'ai désinstallé (via envy) les pilotes et j'ai utilisé le package conseillé par Opaflamme "nvidia-glx-new".
J'ai ensuite procédé à une reconfiguration du serveur X.

Toutefois après plusieurs redémarrages j'ai toujours un message d'erreur comme quoi buntu ne parvient pas a reconnaître ni mon écran ni ma carte graphique et qu'il fonctionne donc en low résolution.

C'est un peu un retour à la case départ : je suis bloqué en 800x600 avec la même erreur sad.

Pourtant dans Système -> Administration -> Gestionnaire de propriétaire, les pilotes nvidia sont bien en cours d'utilisation.

Voici mon  xorg.conf actuel :

#[...]

Section "Files"
EndSection

Section "InputDevice"
	Identifier	"Generic Keyboard"
	Driver		"kbd"
	Option		"CoreKeyboard"
	Option		"XkbRules"	"xorg"
	Option		"XkbModel"	"pc105"
	Option		"XkbLayout"	"fr"
	Option		"XkbVariant"	"oss"
	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	"Synaptics Touchpad"
	Driver		"synaptics"
	Option		"SendCoreEvents"	"true"
	Option		"Device"	"/dev/psaux"
	Option		"Protocol"	"auto-dev"
	Option		"HorizEdgeScroll"	"0"
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"stylus"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"stylus"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"eraser"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"eraser"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
	Driver		"wacom"
	Identifier	"cursor"
	Option		"Device"	"/dev/input/wacom"
	Option		"Type"	"cursor"
	Option		"ForceDevice"	"ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
	Identifier	"nVidia Corporation G80 [GeForce 8600M GT]"
	Driver		"nvidia"
	Busid		"PCI:1:0:0"
	Option		"AddARGBVisuals"	"True"
	Option		"AddARGBGLXVisuals"	"True"
	Option		"NoLogo"	"True"
EndSection

Section "Monitor"
	Identifier	"Écran générique"
	Option		"DPMS"
	Horizsync	28-64
	Vertrefresh	43-60
EndSection

Section "Screen"
	Identifier	"Default Screen"
	Device		"nVidia Corporation G80 [GeForce 8600M GT]"
	Monitor		"Écran générique"
	Defaultdepth	24
	SubSection "Display"
		Modes		"1280x1024"	"1280x960"	"1280x854"	"1280x800"	"1280x768"	"1200x800"	"1152x864"	"1152x768"	"1024x768"	"800x600"
	EndSubSection
EndSection

Section "ServerLayout"
	Identifier	"Default Layout"
  screen "Default Screen"
	Inputdevice	"Generic Keyboard"
	Inputdevice	"Configured Mouse"
	
	# Uncomment if you have a wacom tablet
	#	InputDevice     "stylus"	"SendCoreEvents"
	#	InputDevice     "cursor"	"SendCoreEvents"
	#	InputDevice     "eraser"	"SendCoreEvents"
	Inputdevice	"Synaptics Touchpad"
EndSection
Section "Module"
	Load		"glx"
EndSection

Voilà, encore une fois je m'en remets à vous ... je ne vois pas ce que j'ai oublié de faire là :-(. Le xorg.conf apparaît a mes yeux d'extrême novice de lamorkitu comme ... en accord avec ma conf !

En tout cas merci infiniment de m'avoir sorti de cette sacré mouise, vraiment je vais pouvoir dormir cette nuit xD, encore merci !

PS : (pour l'erreur du 'loqd' il s'agissait d'une faute de frappe)

#8 Le 28/02/2008, à 02:01

#hehedotcom\'isback

Re : Probleme avec une GeForce®8600M GT.

Re,
dis nous sous quelle version d' Ubuntu tu tournes, et le modèle exacte de ta CG:

cat /etc/lsb-release
lspci | grep VGA

../

Hors ligne

#9 Le 28/02/2008, à 02:08

Matthieu_

Re : Probleme avec une GeForce®8600M GT.

Voila ma version de buntu :

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=7.10
DISTRIB_CODENAME=gutsy
DISTRIB_DESCRIPTION="Ubuntu 7.10"

Et mon chipset graphique :

01:00.0 VGA compatible controller: nVidia Corporation GeForce 8600M GT (rev a1)

#10 Le 28/02/2008, à 02:14

#hehedotcom\'isback

Re : Probleme avec une GeForce®8600M GT.

donne également le retour de

dpkg -l | grep nvidia

../

Hors ligne

#11 Le 28/02/2008, à 02:17

Matthieu_

Re : Probleme avec une GeForce®8600M GT.

Les pilotes utilisé sont :

ii  nvidia-glx-new                         100.14.19+2.6.22.4-14.10
  NVIDIA binary XFree86 4.x/X.0rg 'new' driver
ii  nvidia-kernel-common                20051028+1ubuntu7
  NVIDIA binary kernel module common files

#12 Le 28/02/2008, à 02:23

#hehedotcom\'isback

Re : Probleme avec une GeForce®8600M GT.

ok, j'ai une 8600 GTS avec les mêmes drivers.
Je te passe mon xorg:

# 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 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 "Files"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "fr"
    Option        "XkbVariant"    "oss"
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"
    Driver        "wacom"
    Identifier    "stylus"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"    "stylus"
    Option        "ForceDevice"    "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "eraser"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"    "eraser"
    Option        "ForceDevice"    "ISDV4"# Tablet PC ONLY
EndSection

Section "InputDevice"
    Driver        "wacom"
    Identifier    "cursor"
    Option        "Device"    "/dev/input/wacom"
    Option        "Type"    "cursor"
    Option        "ForceDevice"    "ISDV4"# Tablet PC ONLY
EndSection

Section "Device"
    Identifier    "nVidia Corporation G80 [GeForce 8600 GTS]"
    Driver        "nvidia"
    Busid        "PCI:1:0:0"
    Option        "AddARGBVisuals"    "True"
    Option        "AddARGBGLXVisuals"    "True"
    Option        "NoLogo"    "True"
EndSection

Section "Monitor"
    Identifier    "Écran générique"
    Option        "DPMS"
    Horizsync    30-70
    Vertrefresh    50-160
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "nVidia Corporation G80 [GeForce 8600 GTS]"
    Monitor        "Écran générique"
    Defaultdepth    24
EndSection

Section "ServerLayout"
    Identifier    "Default Layout"
  screen "Default Screen"
    Inputdevice    "Generic Keyboard"
    Inputdevice    "Configured Mouse"
   
    # Uncomment if you have a wacom tablet
    #    InputDevice     "stylus"    "SendCoreEvents"
    #    InputDevice     "cursor"    "SendCoreEvents"
    #    InputDevice     "eraser"    "SendCoreEvents"
EndSection
Section "Module"
    Load        "glx"
EndSection

Regarde si ca passe.


../

Hors ligne

#13 Le 28/02/2008, à 02:36

Matthieu_

Re : Probleme avec une GeForce®8600M GT.

testé et ... pas approuvé >< je suis completement désolé vraiment j'ai les larmes aux yeux ; ;

J'ai toujours le même message d'erreur comme quoi il ne parvient pas à detecter ni mon écran ni ma carte graphique ...
De plus j'ai eu le droit à un msg d'erreur comme quoi un démon de gnom n'a pu être lancé correctement.

Le probleme doit se situer ailleurs, le fait que je soit sur un portable doit jouer , de plus je tiens a preciser un fait particulier : lors du démarage de ubuntu je vois les deux petit messages du chargement du kernel puis ... plus rien l'écran s'eteint totalement : meme pas de retroeclairage  et ce pendant tout le temps de chargement d'ubuntu je suppose.
Puis apparait (l'habituel) message d'erreur sur l'ecran et la carte graphique.

Enfin bon je tiens vraiment a te remercier infiniment pour m'avoir autant aidé ! ça rechauffe vraiment le coeur ^^.

#14 Le 28/02/2008, à 08:32

Matthieu_

Re : Probleme avec une GeForce®8600M GT.

Voila j'ai décidé de prendre les choses en main, j'ai donc installé à la mano le driver a priori destiné a ma carte graphique selon le site nvidia : il s'agit de celui ci http://www.nvidia.com/object/linux_disp … 69.12.html
J'ai donc suivi le tutoriel suivant : http://doc.ubuntu-fr.org/nvidia.run

résultat : retour à l'écran qui ne fonctionne pas : avec une belle large bande au milieu le tout en gris qui s'éclaircit peu à peu (jusqu'à explosion on croirait).

Voila le fichier xorg.conf de nvidia

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder26)  Thu Feb 14 18:13:41 PST 2008


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

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

Section "Module"
    Load           "dbe"
    Load           "extmod"
    Load           "type1"
    Load           "freetype"
    Load           "glx"
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      "Unknown"
    HorizSync       30.0 - 110.0
    VertRefresh     50.0 - 150.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Device0"
    Driver         "nvidia"
    VendorName     "NVIDIA Corporation"
EndSection

Section "Screen"
    Identifier     "Screen0"
    Device         "Device0"
    Monitor        "Monitor0"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

Ce xorg fait donc planter ma carte graphique et/ou mon écran.

Si je le modifie un peu du genre pour rajouter une résolution dans la subsection display ou bien un busid , j'ai le droit à l'habituel message d'erreur au démarrage comme quoi il est en configuration graphique minimale parce qu'il ne reconnaît ni ma carte ni mon écran.
Il en va de même si je le reconfigure via un dpkg-reconfigure

Donc bon voilà je voulais savoir si quelqun avait déjà été confronté à un tel cas de figure, mon syteme est clean, malgré de multiples installation / désinstallation de drivers graphique il a été installé hier et mis à jour.

Merci d'avance pour toute information !

#15 Le 28/02/2008, à 11:31

Opaflamme

Re : Probleme avec une GeForce®8600M GT.

Apparement tu es en x64...peut etre que le pb vient de la.(je n'ai encore jamais utilise la version 64 de Kubuntu)

Je te donne quand meme mon xorg.conf avec lequel mon XPS fonctionne sans pb.

# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeister@builder3)  Wed Sep 12 14:29:35 PDT 2007

# 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 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"

# Uncomment if you have a wacom tablet
#	InputDevice     "stylus"	"SendCoreEvents"
#	InputDevice     "cursor"	"SendCoreEvents"
#	InputDevice     "eraser"	"SendCoreEvents"
    Identifier     "Default Layout"
    Screen         "Default Screen" 0 0
    InputDevice    "Generic Keyboard"
    InputDevice    "Configured Mouse"
    InputDevice    "Synaptics Touchpad"
EndSection

Section "Files"
EndSection

Section "Module"
    Load           "glx"
EndSection

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    Option         "CoreKeyboard"
    Option         "XkbRules" "xorg"
    Option         "XkbModel" "pc105"
    Option         "XkbLayout" "fr"
    Option         "XkbVariant" "oss"
    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     "Synaptics Touchpad"
    Driver         "synaptics"
    Option         "SendCoreEvents" "true"
    Option         "Device" "/dev/psaux"
    Option         "Protocol" "auto-dev"
    Option         "HorizEdgeScroll" "0"
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 - 72.0
    VertRefresh     43.0 - 60.0
    Option         "DPMS"
EndSection

Section "Device"
    Identifier     "Carte vidéo générique"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Carte vidéo générique"
    Monitor        "Écran générique"
    DefaultDepth    24
    SubSection     "Display"
        Depth       24
        Modes      "1440x900"
    EndSubSection
EndSection

A changer la ligne
Modes      "1440x900"
de la section "Screen" avec la resolution de ton ecran.


Kubuntu on desktop
Debian on server

Hors ligne

#16 Le 28/02/2008, à 11:54

ilcorsarobianco

Re : Probleme avec une GeForce®8600M GT.

#hehedotcom\'isback a écrit :

ok, j'ai une 8600 GTS avec les mêmes drivers.
Je te passe mon xorg:

Veinard, on voit ceux qui ont de l'argent

#17 Le 28/02/2008, à 11:57

chico43

Re : Probleme avec une GeForce®8600M GT.

Bonjour,

A toute fin utilie, j'ai moi aussi un portable vostro (un 1700) disposant d'une carte nvidia 8600m GT sous kubuntu 7.10 x86_64 et d'un écran 1920x1200.
Voici mon fichier xorg.conf si celà peut te dépanner.

# nvidia-settings: X configuration file generated by nvidia-settings
# nvidia-settings:  version 1.0  (buildmeister@builder26)  Fri Jan 11 14:27:25 PST 2008

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

Section "Files"
    RgbPath         "/usr/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"
    # HorizSync source: edid, VertRefresh source: edid
    Identifier     "Monitor0"
    VendorName     "Unknown"
    ModelName      "Seiko"
    HorizSync       30.0 - 75.0
    VertRefresh     60.0
    Option         "DPMS"
EndSection

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

Section "Screen"
    Identifier     "Screen0"
    Device         "Videocard0"
    Monitor        "Monitor0"
    DefaultDepth    24
    Option         "TwinView" "0"
    Option         "TwinViewXineramaInfoOrder" "DFP-0"
    Option         "metamodes" "nvidia-auto-select +0+0"
    SubSection     "Display"
        Depth       24
    EndSubSection
EndSection

J'ajoute que j'ai le même problème que toi c'est à dire que dans mon cas l'écran ne s'affiche qu'apres quelque instant. (Ecran peut etre trop récent).
Si celà peu t'être utile.

Hors ligne

#18 Le 28/02/2008, à 14:36

Matthieu_

Re : Probleme avec une GeForce®8600M GT.

Merci infiniment à vous tous >< ...

Je suis vraiment une buse en ce qui concerne l'informatique mais si y'a un truc que je sais faire c'est bidouiller ^^.
J'ai testé chacun de vos fichier xorg.conf ainsi que d'autres avec les 4 pilotes que j'avais a ma disposition (ceux d'envy, celui que j'avais trouvé sur le site de nvidia, nvidia-glx-new  et enfin celui de base le kernel-common)
Quoi qu'il arrive ma carte graphique n'a jamais été reconnue par ubuntu j'avais toujours le message d'erreur comme quoi il ne reconnaissait ni la carte graphique ni l'écran et que j'allais fonctionner en low rez. Sauf avec les pilotes d'envy et du site nvidia ou là l'écran était tout cassé, même en changeant les résolutions dans le xorg.conf rien n'a changé.

Enfin il s'est révélé qu'avec le xorg.conf de chico43 en fonctionnant avec les pilotes de bases d'ubuntu (kernel-common) j'avais enfin accès a une résolution de 1280*768 ... (j'ai vraiment crié très fort à ce moment lol). Je ne saurais plus dire si j'avais changé un truc dans le fichier j'ai une soixante-dizaine de backup de xorg.conf la ....

Quoi qu'il en soit, même si je suis loin d'être érudit en la matière, ces tests plutôt empirique révèlent que y'a quand même un sacré problème avec ces chipset nvidia GeForce 8400M GS et 8600M GT (deja précisé ici d'ailleurs) sous gutsy gibbon.
Est ce qu'on peut espérer que la version 8.04 d'avril d'ubuntu paliera ne serait ce qu'un peu à ce problème ?

Dans tout les cas merci infiniment à tous pour toute votre aide si chaleureuse ><, vraiment j'aurais jamais pu y arriver sans votre aide là ^^.
Et sur ce je vous souhaite une excellente nuit ! (enfin dormir !)

#19 Le 28/02/2008, à 18:10

#hehedotcom\'isback

Re : Probleme avec une GeForce®8600M GT.

ilcorsarobianco a écrit :
#hehedotcom\'isback a écrit :

ok, j'ai une 8600 GTS avec les mêmes drivers.
Je te passe mon xorg:

Veinard, on voit ceux qui ont de l'argent

J'ai économisé l'argent que je prévoyais de mettre pour les maillots 'buntutu'.
Revends tes chaussures, je suis sur que tu auras assez pour monter des GTX en SLI lol


../

Hors ligne

#20 Le 25/03/2008, à 22:09

pianoux38

Re : Probleme avec une GeForce®8600M GT.

bonjour j'ai quasi le même problème
j'ai une carte graphique ASUS8600GTS et quand j'active l'accélérateur graphique et que je redémarre  il y a plantage de l'ordi écran noir je suis obligé de changer dans xorg.conf "nvidia" par "nv" pur relancer l'ordi

quelques données :

sudo modprobe --show-depends nvidia :

insmod /lib/modules/2.6.22-14-generic/kernel/drivers/i2c/i2c-core.ko
insmod /lib/modules/2.6.22-14-generic/kernel/drivers/char/agp/agpgart.ko
install /sbin/lrm-video nvidia

glxinfo | grep rendering :

Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Error: couldn't find RGB GLX visual
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".
Xlib:  extension "GLX" missing on display ":0.0".

dpkg -l | grep nvidia :

ii  nvidia-glx-new                             100.14.19+2.6.22.4-14.10            NVIDIA binary XFree86 4.x/X.Org 'new' driver
ii  nvidia-kernel-common                       20051028+1ubuntu7                   NVIDIA binary kernel module common files

lspci | grep VGA :

01:00.0 VGA compatible controller: nVidia Corporation GeForce 8600 GTS (rev a1)
[code
mon fichier xorg :

# xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by failsafeDexconf, using
# values from the debconf database and some overrides to use vesa mode.
#
# You should use dexconf or another such tool for creating a "real" xorg.conf
# For example:
#   sudo dpkg-reconfigure -phigh xserver-xorg
Section "Files"
EndSection

Section "Module"
    Load        "glx"
    Load        "v4l"
EndSection

Section "InputDevice"
    Identifier    "Generic Keyboard"
    Driver        "kbd"
    Option        "CoreKeyboard"
    Option        "XkbRules"    "xorg"
    Option        "XkbModel"    "pc105"
    Option        "XkbLayout"    "fr"
    Option        "XkbVariant"    "oss"
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 "Device"
    Identifier    "nVidia Corporation G80 [GeForce 8600 GTS]"
    Driver        "nv"
    Busid        "PCI:1:0:0"
    Option        "AddARGBVisuals"    "True"
    Option        "AddARGBGLXVisuals"    "True"
    Option        "NoLogo"    "True"
EndSection

Section "Monitor"
    Identifier    "T910B"
    Option        "DPMS"
EndSection

Section "Screen"
    Identifier    "Default Screen"
    Device        "nVidia Corporation G80 [GeForce 8600 GTS]"
    Monitor        "T910B"
    Defaultdepth    24
    SubSection "Display"
        Modes        "2048x1536"    "1600x1200"    "1280x1024"    "1024x768"    "832x624"    "800x600"    "720x400"    "640x480"
    EndSubSection
EndSection
Section "ServerLayout"
    Identifier    "Default Layout"
  screen "Default Screen"
    Inputdevice    "Generic Keyboard"
    Inputdevice    "Configured Mouse"
   
    # Uncomment if you have a wacom tablet
    #    InputDevice     "stylus"    "SendCoreEvents"
    #    InputDevice     "cursor"    "SendCoreEvents"
    #    InputDevice     "eraser"    "SendCoreEvents"
EndSection
Section "ServerFlat"]

MERCI DE VOTRE AIDE!!

Hors ligne

#21 Le 26/03/2008, à 16:34

pianoux38

Re : Probleme avec une GeForce®8600M GT.

merci

Hors ligne

#22 Le 26/03/2008, à 19:00

#hehedotcom\'isback

Re : Probleme avec une GeForce®8600M GT.

Bonjour,

1/ Mettre la distribution à jour.
si tu as le net, profite en pour taper ces commandes {à entrer dans un terminal, une ligne=une commande}.
[Mise à jour de tout]

sudo -s
aptitude update && aptitude upgrade
aptitude dist-upgrade
aptitude autoclean && update-pciids && update-usbids
exit

Redémarre éventuellement et relance la configuration du serveur.

sudo dpkg-reconfigure xserver-xorg

Bon courage et @ ++ ت
NB: Utilise les balises de mise en page pour tes futurs msg...sinon c'est illisible. (elles sont au dessus des smileys quand tu rédiges un post).


../

Hors ligne

#23 Le 26/03/2008, à 22:36

pianoux38

Re : Probleme avec une GeForce®8600M GT.

désolé c'est la premère fois que je poste

j'ai tous remis a jour et reconfig xorg mais j'ai toujours le problème comme avant

quand j'essaye de reinstaller manuellement le packet : NVIDIA-Linux-x86-100.14.19-pkg1

il m'affiche des messages d'erreur  (libc??): dans /var/log/nvidia-installer.log

nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Wed Mar 26 21:03:54 2008

option status:
  license pre-accepted    : false
  update                  : false
  force update            : false
  expert                  : false
  uninstall               : false
  driver info             : false
  precompiled interfaces  : true
  no ncurses color        : false
  query latest version    : false
  OpenGL header files     : true
  no questions            : false
  silent                  : false
  no recursion            : false
  no backup               : false
  kernel module only      : false
  sanity                  : false
  add this kernel         : false
  no runlevel check       : false
  no network              : false
  no ABI note             : false
  no RPMs                 : false
  no kernel module        : false
  force SELinux           : default
  no X server check       : false
  force tls               : (not specified)
  X install prefix        : (not specified)
  X library install path  : (not specified)
  X module install path   : (not specified)
  OpenGL install prefix   : (not specified)
  OpenGL install libdir   : (not specified)
  utility install prefix  : (not specified)
  utility install libdir  : (not specified)
  doc install prefix      : (not specified)
  kernel name             : (not specified)
  kernel include path     : (not specified)
  kernel source path      : (not specified)
  kernel output path      : (not specified)
  kernel install path     : (not specified)
  proc mount point        : /proc
  ui                      : (not specified)
  tmpdir                  : /tmp
  ftp mirror              : ftp://download.nvidia.com
  RPM file list           : (not specified)

Using: nvidia-installer ncurses user interface
-> You appear to be running in runlevel 1; this may cause problems.  For exampl
   e: some distributions that use devfs do not run the devfs daemon in runlevel
   1, making it difficult for `nvidia-installer` to correctly setup the kernel 
   module configuration files.  It is recommended that you quit installation no
   w and switch to runlevel 3 (`telinit 3`) before installing.
   
   Quit installation now? (select 'No' to continue installation) (Answer: No)
-> License accepted.
-> No precompiled kernel interface was found to match your kernel; would you li
   ke the installer to attempt to download a kernel interface for your kernel f
   rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: No)
-> No precompiled kernel interface was found to match your kernel; this means
   that the installer will need to compile a new kernel interface.
ERROR: You do not appear to have libc header files installed on your system. 
       Please install your distribution's libc development package.
ERROR: Installation has failed.  Please see the file
       '/var/log/nvidia-installer.log' for details.  You may find suggestions
       on fixing installation problems in the README available on the Linux
       driver download page at www.nvidia.com.

Hors ligne

#24 Le 26/03/2008, à 23:30

#hehedotcom\'isback

Re : Probleme avec une GeForce®8600M GT.

sudo aptitude install linux-headers-$(uname -r) build-essential

et recommence.

Dernière modification par #hehedotcom\'isback (Le 26/03/2008, à 23:31)


../

Hors ligne

#25 Le 27/03/2008, à 00:29

pianoux38

Re : Probleme avec une GeForce®8600M GT.

c'est fait mais toujours le problème de l'écran noir comment vérifier que ça vient pas de la carte?

je redonne le log de /var/log/nvidia-installer.log  si ça peut servir encore :

nvidia-installer log file '/var/log/nvidia-installer.log'
creation time: Wed Mar 26 23:05:40 2008

option status:
  license pre-accepted    : false
  update                  : false
  force update            : false
  expert                  : false
  uninstall               : false
  driver info             : false
  precompiled interfaces  : true
  no ncurses color        : false
  query latest version    : false
  OpenGL header files     : true
  no questions            : false
  silent                  : false
  no recursion            : false
  no backup               : false
  kernel module only      : false
  sanity                  : false
  add this kernel         : false
  no runlevel check       : false
  no network              : false
  no ABI note             : false
  no RPMs                 : false
  no kernel module        : false
  force SELinux           : default
  no X server check       : false
  force tls               : (not specified)
  X install prefix        : (not specified)
  X library install path  : (not specified)
  X module install path   : (not specified)
  OpenGL install prefix   : (not specified)
  OpenGL install libdir   : (not specified)
  utility install prefix  : (not specified)
  utility install libdir  : (not specified)
  doc install prefix      : (not specified)
  kernel name             : (not specified)
  kernel include path     : (not specified)
  kernel source path      : (not specified)
  kernel output path      : (not specified)
  kernel install path     : (not specified)
  proc mount point        : /proc
  ui                      : (not specified)
  tmpdir                  : /tmp
  ftp mirror              : ftp://download.nvidia.com
  RPM file list           : (not specified)

Using: nvidia-installer ncurses user interface
-> License accepted.
-> No precompiled kernel interface was found to match your kernel; would you li
   ke the installer to attempt to download a kernel interface for your kernel f
   rom the NVIDIA ftp site (ftp://download.nvidia.com)? (Answer: No)
-> No precompiled kernel interface was found to match your kernel; this means
   that the installer will need to compile a new kernel interface.
-> Performing CC sanity check with CC="cc".
-> Performing CC version check with CC="cc".
-> Kernel source path: '/lib/modules/2.6.22-14-generic/build'
-> Kernel output path: '/lib/modules/2.6.22-14-generic/build'
-> Performing rivafb check.
-> Performing nvidiafb check.
-> Performing Xen check.
-> Cleaning kernel module build directory.
   executing: 'cd ./usr/src/nv; make clean'...
   rm -f -f nv.o nv-vm.o os-agp.o os-interface.o os-registry.o nv-i2c.o nvacpi.
   o nv.o nv-vm.o os-agp.o os-interface.o os-registry.o nv-i2c.o nvacpi.o nvidi
   a.mod.o
   rm -f -f build-in.o nv-linux.o *.d .*.{cmd,flags}
   rm -f -f nvidia.{o,ko,mod.{o,c}} nv_compiler.h *~
   rm -f -f stprof stprof.o symtab.h Modules.symvers
   rm -f -rf .tmp_versions
   rm -f Makefile
-> Building kernel module:
   executing: 'cd ./usr/src/nv; make module SYSSRC=/lib/modules/2.6.22-14-gener
   ic/build SYSOUT=/lib/modules/2.6.22-14-generic/build'...
   sh ./conftest.sh "cc" "cc" /lib/modules/2.6.22-14-generic/build /lib/modules
   /2.6.22-14-generic/build cc_sanity_check full_output
   sh ./conftest.sh "cc" "cc" /lib/modules/2.6.22-14-generic/build /lib/modules
   /2.6.22-14-generic/build select_makefile full_output
   make --no-print-directory -f Makefile module
   
   NVIDIA: calling KBUILD...
   make CC=cc  KBUILD_VERBOSE=1 -C /lib/modules/2.6.22-14-generic/build SUBDIRS
   =/tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv modules
   test -e include/linux/autoconf.h -a -e include/config/auto.conf || (		\
   	echo;								\
   	echo "  ERROR: Kernel configuration is invalid.";		\
   	echo "         include/linux/autoconf.h or include/config/auto.conf are mis
   sing.";	\
   	echo "         Run 'make oldconfig && make prepare' on kernel src to fix it
   .";	\
   	echo;								\
   	/bin/false)
   mkdir -p /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/.tmp_ver
   sions
   rm -f /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/.tmp_versio
   ns/*
   make -f scripts/Makefile.build obj=/tmp/selfgz6259/NVIDIA-Linux-x86-100.14.1
   9-pkg1/usr/src/nv
   echo \#define NV_COMPILER \"`cc -v 2>&1 | tail -n 1`\" > /tmp/selfgz6259/NVI
   DIA-Linux-x86-100.14.19-pkg1/usr/src/nv/nv_compiler.h
     cc -Wp,-MD,/tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/.nv.
   o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.1.3/include -D__KERNEL
   __ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstrict-proto
   types -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -pipe -msoft-float
   -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2  -march=i586 -m
   tune=generic -ffreestanding -maccumulate-outgoing-args   -Iinclude/asm-i386/
   mach-default -fomit-frame-pointer -g  -fno-stack-protector -Wdeclaration-aft
   er-statement -Wno-pointer-sign -I/tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-
   pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-subs
   cripts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -MD   -Wsign-com
   pare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -
   DNVRM -DNV
   _VERSION_STRING=\"100.14.19\" -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_R
   LIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRESENT -DNV_SYS
   CTL_MAX_MAP_COUNT_PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_PCI_CHOOSE_STATE_PR
   ESENT -DNV_VM_INSERT_PAGE_PRESENT -DNV_OLD_MM_KGDB_BREAKPOINT_PRESENT -DNV_A
   CQUIRE_CONSOLE_SEM_PRESENT -DNV_REMAP_PFN_RANGE_PRESENT -DNV_KMEM_CACHE_CREA
   TE_6_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -DNV_VMAP_4_PRESENT  -DMODULE -D"
   KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(nv)"  -D"KBUILD_MODNAME=KBUI
   LD_STR(nvidia)" -c -o /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/sr
   c/nv/.tmp_nv.o /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/nv
   .c
   In file included from include/linux/list.h:8,
                    from include/linux/wait.h:22,
                    from include/asm/semaphore.h:41,
                    from include/linux/sched.h:59,
                    from include/linux/utsname.h:35,
                    from /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/sr
   c/nv/nv-linux.h:19,
                    from /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/sr
   c/nv/nv.c:14:
   include/linux/prefetch.h: In function «prefetch_range":
   include/linux/prefetch.h:62: attention : pointer of type «void *" used in a
   rithmetic
     cc -Wp,-MD,/tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/.nv-
   vm.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.1.3/include -D__KER
   NEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstrict-pr
   ototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -pipe -msoft-fl
   oat -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2  -march=i58
   6 -mtune=generic -ffreestanding -maccumulate-outgoing-args   -Iinclude/asm-i
   386/mach-default -fomit-frame-pointer -g  -fno-stack-protector -Wdeclaration
   -after-statement -Wno-pointer-sign -I/tmp/selfgz6259/NVIDIA-Linux-x86-100.14
   .19-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-
   subscripts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -MD   -Wsign
   -compare -Wno-cast-qual -Wno-er
   ror -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\
   "100.14.19\" -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM -DNV_MULTIPLE
   _BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRESENT -DNV_SYSCTL_MAX_MAP_COUNT
   _PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_PCI_CHOOSE_STATE_PRESENT -DNV_VM_INS
   ERT_PAGE_PRESENT -DNV_OLD_MM_KGDB_BREAKPOINT_PRESENT -DNV_ACQUIRE_CONSOLE_SE
   M_PRESENT -DNV_REMAP_PFN_RANGE_PRESENT -DNV_KMEM_CACHE_CREATE_6_PRESENT -DNV
   _CHANGE_PAGE_ATTR_PRESENT -DNV_VMAP_4_PRESENT  -DMODULE -D"KBUILD_STR(s)=#s"
   -D"KBUILD_BASENAME=KBUILD_STR(nv_vm)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)"
   -c -o /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/.tmp_nv-vm.
   o /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/nv-vm.c
   In file included from include/linux/list.h:8,
                    from include/linux/wait.h:22,
                    from include/asm/semaphore.h:41,
                    from include/linux/sched.h:59,
                    from include/linux/utsname.h:35,
                    from /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/sr
   c/nv/nv-linux.h:19,
                    from /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/sr
   c/nv/nv-vm.c:14:
   include/linux/prefetch.h: In function «prefetch_range":
   include/linux/prefetch.h:62: attention : pointer of type «void *" used in a
   rithmetic
     cc -Wp,-MD,/tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/.os-
   agp.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.1.3/include -D__KE
   RNEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstrict-p
   rototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -pipe -msoft-f
   loat -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2  -march=i5
   86 -mtune=generic -ffreestanding -maccumulate-outgoing-args   -Iinclude/asm-
   i386/mach-default -fomit-frame-pointer -g  -fno-stack-protector -Wdeclaratio
   n-after-statement -Wno-pointer-sign -I/tmp/selfgz6259/NVIDIA-Linux-x86-100.1
   4.19-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar
   -subscripts -Wparentheses -Wpointer-
   arith -Wno-multichar -Werror -MD   -Wsign-compare -Wno-cast-qual -Wno-error 
   -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"100
   .14.19\" -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM -DNV_MULTIPLE_BRI
   DGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRESENT -DNV_SYSCTL_MAX_MAP_COUNT_PRE
   SENT -DNV_PM_MESSAGE_T_PRESENT -DNV_PCI_CHOOSE_STATE_PRESENT -DNV_VM_INSERT_
   PAGE_PRESENT -DNV_OLD_MM_KGDB_BREAKPOINT_PRESENT -DNV_ACQUIRE_CONSOLE_SEM_PR
   ESENT -DNV_REMAP_PFN_RANGE_PRESENT -DNV_KMEM_CACHE_CREATE_6_PRESENT -DNV_CHA
   NGE_PAGE_ATTR_PRESENT -DNV_VMAP_4_PRESENT  -DMODULE -D"KBUILD_STR(s)=#s" -D"
   KBUILD_BASENAME=KBUILD_STR(os_agp)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -
   c -o /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/.tmp_os-agp.
   o /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/os-agp.c
   In file included from include/linux/list.h:8,
                    from include/linux/wait.h:22,
                    from include/asm/semaphore.h:41,
                    from include/linux/sched.h:59,
                    from include/linux/utsname.h:35,
                    from /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/sr
   c/nv/nv-linux.h:19,
                    from /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/sr
   c/nv/os-agp.c:24:
   include/linux/prefetch.h: In function «prefetch_range":
   include/linux/prefetch.h:62: attention : pointer of type «void *" used in a
   rithmetic
     cc -Wp,-MD,/tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/.os-
   interface.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.1.3/include 
   -D__KERNEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wst
   rict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -pipe -m
   soft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2  -ma
   rch=i586 -mtune=generic -ffreestanding -maccumulate-outgoing-args   -Iinclud
   e/asm-i386/mach-default -fomit-frame-pointer -g  -fno-stack-protector -Wdecl
   aration-after-statement -Wno-pointer-sign -I/tmp/selfgz6259/NVIDIA-Linux-x86
   -100.14.19-pkg1/usr/src/nv -Wall -Wi
   mplicit -Wreturn-type -Wswitch -Wformat -Wchar-subscripts -Wparentheses -Wpo
   inter-arith -Wno-multichar -Werror -MD   -Wsign-compare -Wno-cast-qual -Wno-
   error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING
   =\"100.14.19\" -UDEBUG -U_DEBUG -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM -DNV_MULTIP
   LE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PRESENT -DNV_SYSCTL_MAX_MAP_COU
   NT_PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_PCI_CHOOSE_STATE_PRESENT -DNV_VM_I
   NSERT_PAGE_PRESENT -DNV_OLD_MM_KGDB_BREAKPOINT_PRESENT -DNV_ACQUIRE_CONSOLE_
   SEM_PRESENT -DNV_REMAP_PFN_RANGE_PRESENT -DNV_KMEM_CACHE_CREATE_6_PRESENT -D
   NV_CHANGE_PAGE_ATTR_PRESENT -DNV_VMAP_4_PRESENT  -DMODULE -D"KBUILD_STR(s)=#
   s" -D"KBUILD_BASENAME=KBUILD_STR(os_interface)"  -D"KBUILD_MODNAME=KBUILD_ST
   R(nvidia)" -c -o /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/
   .tmp_os-interface.o /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/
   nv/os-interface.c
   In file included from include/linux/list.h:8,
                    from include/linux/wait.h:22,
                    from include/asm/semaphore.h:41,
                    from include/linux/sched.h:59,
                    from include/linux/utsname.h:35,
                    from /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/sr
   c/nv/nv-linux.h:19,
                    from /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/sr
   c/nv/os-interface.c:26:
   include/linux/prefetch.h: In function «prefetch_range":
   include/linux/prefetch.h:62: attention : pointer of type «void *" used in a
   rithmetic
     cc -Wp,-MD,/tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/.os-
   registry.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.1.3/include -
   D__KERNEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstr
   ict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -pipe -ms
   oft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2  -mar
   ch=i586 -mtune=generic -ffreestanding -maccumulate-outgoing-args   -Iinclude
   /asm-i386/mach-default -fomit-frame-pointer -g  -fno-stack-protector -Wdecla
   ration
   -after-statement -Wno-pointer-sign -I/tmp/selfgz6259/NVIDIA-Linux-x86-100.14
   .19-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswitch -Wformat -Wchar-
   subscripts -Wparentheses -Wpointer-arith -Wno-multichar -Werror -MD   -Wsign
   -compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES -D__KERNEL__ -DMODU
   LE -DNVRM -DNV_VERSION_STRING=\"100.14.19\" -UDEBUG -U_DEBUG -DNDEBUG -DNV_S
   IGNAL_STRUCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -DNV_PCI_GET_CLASS_PR
   ESENT -DNV_SYSCTL_MAX_MAP_COUNT_PRESENT -DNV_PM_MESSAGE_T_PRESENT -DNV_PCI_C
   HOOSE_STATE_PRESENT -DNV_VM_INSERT_PAGE_PRESENT -DNV_OLD_MM_KGDB_BREAKPOINT_
   PRESENT -DNV_ACQUIRE_CONSOLE_SEM_PRESENT -DNV_REMAP_PFN_RANGE_PRESENT -DNV_K
   MEM_CACHE_CREATE_6_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT -DNV_VMAP_4_PRESENT
    -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(os_registry)"  
   -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz6259/NVIDIA-Linux-x86
   -100.14.19-pkg1/usr/src/nv/.tmp_os-registry.o /tmp/selfgz6259/NVIDIA-Linux-x
   86-100.14.19-pkg1/usr/src/nv/os-reg
   istry.c
   In file included from include/linux/list.h:8,
                    from include/linux/wait.h:22,
                    from include/asm/semaphore.h:41,
                    from include/linux/sched.h:59,
                    from include/linux/utsname.h:35,
                    from /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/sr
   c/nv/nv-linux.h:19,
                    from /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/sr
   c/nv/os-registry.c:14:
   include/linux/prefetch.h: In function «prefetch_range":
   include/linux/prefetch.h:62: attention : pointer of type «void *" used in a
   rithmetic
     cc -Wp,-MD,/tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/.nv-
   i2c.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.1.3/include -D__KE
   RNEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstrict-p
   rototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -pipe -msoft-f
   loat -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2  -march=i5
   86 -mtune=generic -ffreestanding -maccumulate-outgoing-ar
   gs   -Iinclude/asm-i386/mach-default -fomit-frame-pointer -g  -fno-stack-pro
   tector -Wdeclaration-after-statement -Wno-pointer-sign -I/tmp/selfgz6259/NVI
   DIA-Linux-x86-100.14.19-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswi
   tch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multichar 
   -Werror -MD   -Wsign-compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES
   -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"100.14.19\" -UDEBUG -U_DE
   BUG -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -D
   NV_PCI_GET_CLASS_PRESENT -DNV_SYSCTL_MAX_MAP_COUNT_PRESENT -DNV_PM_MESSAGE_T
   _PRESENT -DNV_PCI_CHOOSE_STATE_PRESENT -DNV_VM_INSERT_PAGE_PRESENT -DNV_OLD_
   MM_KGDB_BREAKPOINT_PRESENT -DNV_ACQUIRE_CONSOLE_SEM_PRESENT -DNV_REMAP_PFN_R
   ANGE_PRESENT -DNV_KMEM_CACHE_CREATE_6_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT 
   -DNV_VMAP_4_PRESENT  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD
   _STR(nv_i2c)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -c -o /tmp/selfgz6259/N
   VIDIA-Linux-x86-100.14.19-pkg1/usr/
   src/nv/.tmp_nv-i2c.o /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src
   /nv/nv-i2c.c
   In file included from include/linux/list.h:8,
                    from include/linux/wait.h:22,
                    from include/asm/semaphore.h:41,
                    from include/linux/sched.h:59,
                    from include/linux/utsname.h:35,
                    from /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/sr
   c/nv/nv-linux.h:19,
                    from /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/sr
   c/nv/nv-i2c.c:8:
   include/linux/prefetch.h: In function «prefetch_range":
   include/linux/prefetch.h:62: attention : pointer of type «void *" used in a
   rithmetic
     cc -Wp,-MD,/tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/.nva
   cpi.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.1.3/include -D__KE
   RNEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstrict-p
   rototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -pipe -msoft-f
   loat -mregparm=3 -freg-struct-return -mpreferred-stack-bou
   ndary=2  -march=i586 -mtune=generic -ffreestanding -maccumulate-outgoing-arg
   s   -Iinclude/asm-i386/mach-default -fomit-frame-pointer -g  -fno-stack-prot
   ector -Wdeclaration-after-statement -Wno-pointer-sign -I/tmp/selfgz6259/NVID
   IA-Linux-x86-100.14.19-pkg1/usr/src/nv -Wall -Wimplicit -Wreturn-type -Wswit
   ch -Wformat -Wchar-subscripts -Wparentheses -Wpointer-arith -Wno-multichar -
   Werror -MD   -Wsign-compare -Wno-cast-qual -Wno-error -D_LOOSE_KERNEL_NAMES 
   -D__KERNEL__ -DMODULE -DNVRM -DNV_VERSION_STRING=\"100.14.19\" -UDEBUG -U_DE
   BUG -DNDEBUG -DNV_SIGNAL_STRUCT_RLIM -DNV_MULTIPLE_BRIDGE_AGPGART_PRESENT -D
   NV_PCI_GET_CLASS_PRESENT -DNV_SYSCTL_MAX_MAP_COUNT_PRESENT -DNV_PM_MESSAGE_T
   _PRESENT -DNV_PCI_CHOOSE_STATE_PRESENT -DNV_VM_INSERT_PAGE_PRESENT -DNV_OLD_
   MM_KGDB_BREAKPOINT_PRESENT -DNV_ACQUIRE_CONSOLE_SEM_PRESENT -DNV_REMAP_PFN_R
   ANGE_PRESENT -DNV_KMEM_CACHE_CREATE_6_PRESENT -DNV_CHANGE_PAGE_ATTR_PRESENT 
   -DNV_VMAP_4_PRESENT  -DMODULE -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD
   _STR(nvacpi)"  -D"KBUILD_MODNAME=KBU
   ILD_STR(nvidia)" -c -o /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/s
   rc/nv/.tmp_nvacpi.o /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/
   nv/nvacpi.c
   In file included from include/linux/list.h:8,
                    from include/linux/wait.h:22,
                    from include/asm/semaphore.h:41,
                    from include/linux/sched.h:59,
                    from include/linux/utsname.h:35,
                    from /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/sr
   c/nv/nv-linux.h:19,
                    from /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/sr
   c/nv/nvacpi.c:15:
   include/linux/prefetch.h: In function «prefetch_range":
   include/linux/prefetch.h:62: attention : pointer of type «void *" used in a
   rithmetic
     ld -m elf_i386 -m elf_i386  -r -o /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.
   19-pkg1/usr/src/nv/nvidia.o /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/
   usr/src/nv/nv-kernel.o /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/s
   rc/nv/nv.o /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1
   /usr/src/nv/nv-vm.o /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/
   nv/os-agp.o /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/os-in
   terface.o /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/os-regi
   stry.o /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/nv-i2c.o /
   tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/nvacpi.o
     Building modules, stage 2.
   make -f /usr/src/linux-headers-2.6.22-14-generic/scripts/Makefile.modpost
     scripts/mod/modpost -m -a -i /usr/src/linux-headers-2.6.22-14-generic/Modu
   le.symvers -I /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/Mod
   ule.symvers -o /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/Mo
   dule.symvers -w
   WARNING: could not find /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/
   src/nv/.nv-kernel.o.cmd for /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/
   usr/src/nv/nv-kernel.o
     cc -Wp,-MD,/tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/.nvi
   dia.mod.o.d  -nostdinc -isystem /usr/lib/gcc/i486-linux-gnu/4.1.3/include -D
   __KERNEL__ -Iinclude  -include include/linux/autoconf.h -Wall -Wundef -Wstri
   ct-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -O2 -pipe -mso
   ft-float -mregparm=3 -freg-struct-return -mpreferred-stack-boundary=2  -marc
   h=i586 -mtune=generic -ffreestanding -maccumulate-outgoing-args   -Iinclude/
   asm-i386/mach-default -fomit-frame-pointer -g  -fno-stack-protector -Wdeclar
   ation-after-statement -Wno-pointer-sign    -D"KBUILD_STR(s)=#s" -D"KBUILD_BA
   SENAME=KBUILD_STR(nvidia.mod)"  -D"KBUILD_MODNAME=KBUILD_STR(nvidia)" -DMODU
   LE -c -o /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/nvidia.m
   od.o /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/nv/nvidia.mod.c
     ld -m elf_i386 -m elf_i386 -r -o /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.1
   9-pkg1/usr/src/nv/nvidia.ko /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/
   usr/src/nv/nvidia.o /tmp/selfgz6259/NVIDIA-Linux-x86-100.14.19-pkg1/usr/src/
   nv/nvidia.mod.o
   NVIDIA: left KBUILD.
-> done.
-> Kernel module compilation complete.
-> Kernel messages:
   [   48.211313] Bluetooth: L2CAP ver 2.8
   [   48.211317] Bluetooth: L2CAP socket layer initialized
   [   48.261507] Bluetooth: RFCOMM socket layer initialized
   [   48.261627] Bluetooth: RFCOMM TTY layer initialized
   [   48.261629] Bluetooth: RFCOMM ver 1.8
   [   18.256000] Marking TSC unstable due to: cpufreq changes.
   [   18.260000] Time: acpi_pm clocksource has been installed.
   [   19.084000] Clocksource tsc unstable (delta = -90912180 ns)
   [   22.240000] NET: Registered protocol family 17
   [   28.260000] NET: Registered protocol family 10
   [   28.260000] lo: Disabled Privacy Extensions
   [   28.260000] ADDRCONF(NETDEV_UP): eth0: link is not ready
   [   38.844000] eth1: no IPv6 routers present
   [ 1652.660000] cdrom: sr0: mrw address space DMA selected
   [ 1652.728000] cdrom: sr0: mrw address space DMA selected
   [ 1655.840000] UDF-fs: No VRS found
   [ 1655.916000] ISO 9660 Extensions: Microsoft Joliet Level 3
   [ 1656.132000] ISO 9660 Extensions: RRIP_1991A
   [ 1656.988000] cdrom: sr0: mrw address space DMA selected
   [ 1660.080000] cdrom: sr0: mrw address space DMA selected
   [ 1738.960000] nvidia: module license 'NVIDIA' taints kernel.
   [ 1739.216000] ACPI: PCI Interrupt Link [APC3] enabled at IRQ 18
   [ 1739.216000] ACPI: PCI Interrupt 0000:01:00.0[A] -> Link [APC3] -> GSI 18
   (level, low) -> IRQ 23
   [ 1739.216000] PCI: Setting latency timer of device 0000:01:00.0 to 64
   [ 1739.216000] NVRM: loading NVIDIA UNIX x86 Kernel Module  100.14.19  Wed
   Sep 12 14:12:24 PDT 2007
-> Installing both new and classic TLS OpenGL libraries.
-> Searching for conflicting X files:
-> done.
-> Searching for conflicting OpenGL files:
-> done.
-> Installing 'NVIDIA Accelerated Graphics Driver for Linux-x86' (100.14.19):
   executing: '/sbin/ldconfig'...
   executing: '/sbin/depmod -aq'...
-> done.
-> Driver file installation is complete.
-> Running post-install sanity check:
-> done.
-> Post-install sanity check passed.
-> Shared memory test passed.
-> Running runtime sanity check:
-> done.
-> Runtime sanity check passed.
-> Would you like to run the nvidia-xconfig utility to automatically update you
   r X configuration file so that the NVIDIA X driver will be used when you res
   tart X?  Any pre-existing X configuration file will be backed up. (Answer: Y
   es)
-> Your X configuration file has been successfully updated.  Installation of
   the NVIDIA Accelerated Graphics Driver for Linux-x86 (version: 100.14.19) is
   now complete.

merci

Hors ligne