libertylive Posted September 1, 2006 Share Posted September 1, 2006 bonjour, jai voulu installer les drivers nvidia donc jai suivit ce tuto : par contre, le programme dinstall ma proposer de configurer le fichier X a ma place. jai fait : ok. je relance la machine : pas configurer! je vais le faire donc. resultat : je ne peux pas car le tuto dit de utiliser le fichier XF86Config-4. je louvre mais il ny a pas la partie device ou il ya marquer driver : "nv" (il faut remplacer par nvidia). voici mon fichier : Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Keyboard0" "CoreKeyboard" InputDevice "PS/2 Mouse" "CorePointer" InputDevice "Touchpad" "AlwaysCore" InputDevice "Serial Mouse" "AlwaysCore" InputDevice "USB Mouse" "AlwaysCore" EndSection Section "ServerFlags" Option "AllowMouseOpenFail" "true" @@NOPM@@ EndSection Section "Files" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "unix/:7100" EndSection Section "Module" Load "ddc" # ddc probing of monitor Load "v4l" Load "dbe" Load "extmod" Load "fbdevhw" Load "glx" Load "record" Load "bitmap" # bitmap-fonts Load "type1" Load "freetype" Load "synaptics" # touchpad EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" Option "CoreKeyboard" Option "XkbRules" "xfree86" Option "XkbModel" "pc104" Option "XkbLayout" "de" Option "XkbVariant" "nodeadkeys" EndSection Section "InputDevice" Identifier "Serial Mouse" Driver "mouse" Option "Protocol" "Microsoft" Option "Device" "/dev/ttyS0" Option "Emulate3Buttons" "true" Option "Emulate3Timeout" "70" Option "SendCoreEvents" "true" EndSection Section "InputDevice" Identifier "PS/2 Mouse" Driver "mouse" Option "Protocol" "PS/2" Option "Device" "/dev/psaux" Option "Emulate3Buttons" "true" Option "Emulate3Timeout" "70" Option "SendCoreEvents" "true" EndSection Section "InputDevice" Identifier "USB Mouse" Driver "mouse" Option "Device" "/dev/input/mice" Option "SendCoreEvents" "true" Option "Protocol" "IMPS/2" Option "ZAxisMapping" "4 5" Option "Buttons" "5" EndSection # Synaptic touchpad specific Section "InputDevice" Driver "synaptics" Identifier "Touchpad" Option "Device" "/dev/psaux" Option "Protocol" "auto-dev" Option "LeftEdge" "1900" Option "RightEdge" "5400" Option "TopEdge" "1900" Option "BottomEdge" "4000" Option "FingerLow" "25" Option "FingerHigh" "30" Option "MaxTapTime" "180" Option "MaxTapMove" "220" Option "VertScrollDelta" "100" Option "MinSpeed" "0.02" Option "MaxSpeed" "0.18" Option "AccelFactor" "0.0010" Option "SHMConfig" "on" # Option "Repeater" "/dev/ps2mouse" EndSection # Auto-generated by KNOPPIX mkxf86config @@MONITOR@@ Section "Device" ### Available Driver options are:- # sw_cursor is needed for some ati and radeon cards #Option "sw_cursor" #Option "hw_cursor" #Option "NoAccel" #Option "ShowCache" #Option "ShadowFB" #Option "UseFBDev" #Option "Rotate" #Option "nodri" #ChipID @@XCHIPID@@ Identifier "Card0" Driver "nvidia" # The following line is auto-generated by KNOPPIX mkxf86config Driver "@@XMODULE@@" VendorName "All" BoardName "All" # BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultColorDepth 16 SubSection "Display" Depth 1 @@MODES@@ EndSubSection SubSection "Display" Depth 4 @@MODES@@ EndSubSection SubSection "Display" Depth 8 @@MODES@@ EndSubSection SubSection "Display" Depth 15 @@MODES@@ EndSubSection SubSection "Display" Depth 16 @@MODES@@ EndSubSection SubSection "Display" Depth 24 @@MODES@@ EndSubSection SubSection "Display" Depth 32 @@MODES@@ EndSubSection EndSection Section "DRI" Group 0 Mode 0666 EndSection pouvez vous maider? merci davance. a++ michael211 Link to comment Share on other sites More sharing options...
Gnaphron Posted September 1, 2006 Share Posted September 1, 2006 selon cette ligne Driver "nvidia" tu utilise déja le driver nvida propriétaire. Link to comment Share on other sites More sharing options...
libertylive Posted September 1, 2006 Author Share Posted September 1, 2006 merci de me repondre. cette ligne la, cest moi meme qui la rajouter, un peu au hasard... (pas trres futé ) mais bon, ce ne doit pas etre la bonne place car rien ne dit que cest le drivers de la carte graphique. pourtant il ya un fichier, XF86Config(sans le -4 a la fin), ou la il est marquer ceci : Section "Device" Identifier "My Video Card" VendorName "Unknown" BoardName "Unknown" # TextClockFreq 22.175 EndSection Section "Device" Identifier "fbdev" VendorName "Unknown" BoardName "Unknown" EndSection or, quand je marque Driver "nvidia", il disparait au redemarrage, malgré lenregistrement! desoler si cest confus.... merci michael211 Link to comment Share on other sites More sharing options...
Gnaphron Posted September 1, 2006 Share Posted September 1, 2006 Que disent les log du serveur X: grep nvidia /var/log/XFree86.log je crois que c'est XFree86.log mais je ne sais plus car ca fait longtemps que je suis passer a Xorg. s'il dit des trucs comme : Loading sub module "nvidia" c'est que ca a marcher sinon colle ici le resultat de cette recherche. Link to comment Share on other sites More sharing options...
libertylive Posted September 1, 2006 Author Share Posted September 1, 2006 voila ce que sa me marque : [root@live aurox]# grep nvidia /var/log/XFree86.log grep: /var/log/XFree86.log: Aucun fichier ou répertoire de ce type merci michael211 Link to comment Share on other sites More sharing options...
Gnaphron Posted September 1, 2006 Share Posted September 1, 2006 j'aivais prevenu que je savais plus le nom du fichier. utilise le fichier qui y ressemble le plus dans /var/log Link to comment Share on other sites More sharing options...
libertylive Posted September 1, 2006 Author Share Posted September 1, 2006 il nya aucun fixhier ayant rapport avec xfree86. il ya que ces deux la qui lui ressemble : nvidia-installer.log Xorg.0.log merci michael211 Link to comment Share on other sites More sharing options...
theocrite Posted September 1, 2006 Share Posted September 1, 2006 Je crois que c'est /var/log/XFree86.0.log pour le dernier fichier de log. EDIT : aurox ne propose pas de xorg ? Je croyais que Debian était la dernière distrib à abandonner Xfree pour xorg, il y a un an maintenant. Link to comment Share on other sites More sharing options...
libertylive Posted September 1, 2006 Author Share Posted September 1, 2006 Je crois que c'est /var/log/XFree86.0.log pour le dernier fichier de log. EDIT : aurox ne propose pas de xorg ? Je croyais que Debian était la dernière distrib à abandonner Xfree pour xorg, il y a un an maintenant. pour xfree86, je nai malheureusement pas ce fichier dans ce dossier. et pour xorg, je pense qu il est dans aurox, car il ya un fichier xorg.log, mais je ne sais pas comment l utiliser a la place de xfree86. comment faire? merci michael211 Link to comment Share on other sites More sharing options...
nost4r Posted September 1, 2006 Share Posted September 1, 2006 http://www.coagul.org/article.php3?id_arti...echerche=nvidia Par contre si tu ne sais meme pas ce qu'il ya sur ton systeme ... Link to comment Share on other sites More sharing options...
libertylive Posted September 1, 2006 Author Share Posted September 1, 2006 http://www.coagul.org/article.php3?id_arti...echerche=nvidia Par contre si tu ne sais meme pas ce qu'il ya sur ton systeme ... dois je suivre ce tuto? il nest pas reservé a debian? car aurox est basé sur fc4. merci michael211 Link to comment Share on other sites More sharing options...
saintshakajin Posted September 1, 2006 Share Posted September 1, 2006 Sauf si c'est la nouvelle Aurox. Mais bon, tu as Xfree ou Xorg car là, on tourne en rond pour rien du tout... Si tu sais pas, tu fais un "rpm -qa|grep xorg" si il y a rien, tu fais idem avec xfree. Aprèstout ça, je te dirais soit tu utilises les tools de Aurox pour configurer X soit tu le fais à coup de xorgconfig. Link to comment Share on other sites More sharing options...
libertylive Posted September 5, 2006 Author Share Posted September 5, 2006 Sauf si c'est la nouvelle Aurox. Mais bon, tu as Xfree ou Xorg car là, on tourne en rond pour rien du tout... Si tu sais pas, tu fais un "rpm -qa|grep xorg" si il y a rien, tu fais idem avec xfree. Aprèstout ça, je te dirais soit tu utilises les tools de Aurox pour configurer X soit tu le fais à coup de xorgconfig. il nya que rpm -qa|grep xorg qui marche, avec xfree il ya rien. merci michael211 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.