Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[nvidia] drivers nvidia 1.0.9631 que je sais pas régler
View unanswered posts
View posts from last 24 hours

Goto page 1, 2, 3  Next  
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
alpha_one_x86
Guru
Guru


Joined: 29 Oct 2006
Posts: 544

PostPosted: Wed Dec 06, 2006 9:47 am    Post subject: [nvidia] drivers nvidia 1.0.9631 que je sais pas régler Reply with quote

J'ai démasquer le kernel gentoo sources 2.6.19-r1, mais je peu pas installer dessus mes driver nvidia (emerge nvidia-drivers). Et j'ai besoin de ce kernel vu que c'est le seul qui me permet la detection de la tenpérature de mon cpu (k8temp, car ma puce n'est pas pris en charge).

EDIT: voici mon probleme actuel: ma dpi est mal déctecter comme me résolution et ma fréquence. Alors qu'avec les ancien drivers ça marcher.
J'ai fait ça:
Quote:
Remove the following lines:

Load "dri"
Load "GLCore"

In the "Module" section of the file, add the line (if it does not already
exist):

Load "glx"


xorg.conf:
Code:
# chmod 644
Section "Extensions"
Option "Composite" "Enable"
EndSection

Section "ServerLayout"
   Identifier   "X.Org Configured"
   Screen   0   "Screen0" 0 0
   InputDevice   "Keyboard0" "CoreKeyboard"
   InputDevice   "PS/2 Mouse" "AlwaysCore"
# Serial Mouse not detected
   InputDevice   "USB Mouse" "AlwaysCore"
#No Synaptics touchpad found
EndSection

Section "ServerFlags"
   Option   "AllowMouseOpenFail" "true"
   
EndSection

Section "Files"
   FontPath   "/usr/share/fonts/util"
   FontPath   "/usr/share/fonts/encodings"
   FontPath   "/usr/share/fonts/misc"
   FontPath   "/usr/share/fonts/local"
   FontPath   "/usr/share/fonts/terminus"
   FontPath   "/usr/share/fonts/corefonts"
   FontPath   "/usr/local/share/fonts"
   FontPath   "/usr/share/fonts/default"
   FontPath   "/usr/share/fonts/TTF"
   FontPath   "/usr/share/fonts/type1"
   FontPath   "/usr/share/fonts/100dpi"
   FontPath   "/usr/share/fonts/75dpi"
   FontPath   "/usr/share/fonts/arphicfonts"
   FontPath   "/usr/share/fonts/jisx0213"
   FontPath   "/usr/share/fonts/shinonome"
   FontPath   "/usr/share/fonts/baekmuk-fonts"
   FontPath   "/usr/share/fonts/kacst-fonts"
   FontPath   "/usr/share/fonts/sgi-fonts"
   FontPath   "/usr/share/fonts/unfonts"
   FontPath   "/usr/share/fonts/default/ghostscript"
   FontPath   "/usr/share/fonts/xfonts-cronyx-100dpi:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-75dpi:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-misc:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-100dpi"
   FontPath   "/usr/share/fonts/xfonts-cronyx-75dpi"
   FontPath   "/usr/share/fonts/xfonts-cronyx-misc"
   FontPath   "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-cp1251-misc:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-cp1251-100dpi"
   FontPath   "/usr/share/fonts/xfonts-cronyx-cp1251-75dpi"
   FontPath   "/usr/share/fonts/xfonts-cronyx-cp1251-misc"
   FontPath   "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-isocyr-misc:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-isocyr-100dpi"
   FontPath   "/usr/share/fonts/xfonts-cronyx-isocyr-75dpi"
   FontPath   "/usr/share/fonts/xfonts-cronyx-isocyr-misc"
   FontPath   "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-koi8r-misc:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-koi8r-100dpi"
   FontPath   "/usr/share/fonts/xfonts-cronyx-koi8r-75dpi"
   FontPath   "/usr/share/fonts/xfonts-cronyx-koi8r-misc"
   FontPath   "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-koi8u-misc:unscaled"
   FontPath   "/usr/share/fonts/xfonts-cronyx-koi8u-100dpi"
   FontPath   "/usr/share/fonts/xfonts-cronyx-koi8u-75dpi"
   FontPath   "/usr/share/fonts/xfonts-cronyx-koi8u-misc"
EndSection

Section "Module"
   Load   "ddc"
   Load   "vbe"
#   Load   "GLcore"
   Load   "dbe"
#   Load   "dri"
   Load   "extmod"
   Load   "glx"
   Load   "bitmap"
   Load   "type1"
   Load   "freetype"
   Load   "record"
EndSection

Section "InputDevice"
    Identifier "Keyboard0"
    Driver "keyboard"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fr"
    Option "XkbOptions" "compose:rwin"
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" "IMPS/2"
   Option   "Device" "/dev/misc/psaux"
   Option   "Emulate3Buttons" "true"
   Option   "Emulate3Timeout" "70"
   Option   "SendCoreEvents"  "true"
   Option   "ZAxisMapping" "4 5"
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

Section "InputDevice"
   Identifier   "Synaptics"
   Driver   "synaptics"
   Option   "Protocol" "event"
   Option   "Device" ""
   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.10"
   Option   "AccelFactor" "0.0010"
   Option   "SHMConfig" "on"
EndSection

# Auto-generated by mkxf86config

Section "Monitor"
   Identifier   "Monitor0"
   HorizSync    28.0 - 96.0
   VertRefresh  50.0 - 75.0
EndSection

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 "AllowGLXWithComposite" "On"
   Identifier  "Card0"
   # The following line is auto-generated by x11-misc/mkxf86config
   Driver      "nvidia"
   VendorName  "All"
   BoardName   "All"
   Option "RenderAccel" "true"
#   BusID       "PCI:1:0:0"
EndSection

Section "Screen"
   Identifier   "Screen0"
   Device   "Card0"
   Monitor   "Monitor0"
   DefaultColorDepth 16
   SubSection "Display"
      Depth   1
      Modes "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   4
      Modes "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   8
      Modes "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   15
      Modes "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   16
      Modes "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   24
      Modes "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
   SubSection "Display"
      Depth   32
      Modes "1280x1024" "1024x768" "800x600" "640x480"
   EndSubSection
EndSection

Section "Device"
    Identifier "device1"
    Driver "fbdev"
    Option "DPMS"
EndSection

Section "DRI"
   Mode 0666
EndSection


Last edited by alpha_one_x86 on Fri Dec 08, 2006 2:42 pm; edited 3 times in total
Back to top
View user's profile Send private message
Temet
Advocate
Advocate


Joined: 14 Mar 2006
Posts: 2586
Location: 92

PostPosted: Wed Dec 06, 2006 9:55 am    Post subject: Reply with quote

Solutions :

1/ emerge le nvidia-driver testing
2/ tu t'assois sur l'indication de température, c'est quand même pas vital.
Back to top
View user's profile Send private message
alpha_one_x86
Guru
Guru


Joined: 29 Oct 2006
Posts: 544

PostPosted: Wed Dec 06, 2006 9:59 am    Post subject: Reply with quote

Si pour mon pc de bureau comme mon serveur c'est vital car c'est des systèmes de refroidissement fait maison.
Back to top
View user's profile Send private message
Temet
Advocate
Advocate


Joined: 14 Mar 2006
Posts: 2586
Location: 92

PostPosted: Wed Dec 06, 2006 10:03 am    Post subject: Reply with quote

... t'es vraiment, mais vraiment ... pas chiant comme mec toi!! :lol: :lol:

Bah tu dopes le hamster qui court dans la roue pour faire tourner le ventilo, ça devrait passer.

Normalement, dans le changelog du nvidia-drivers, c'est marqué : "Improved interaction with newer Linux kernels." pour le 1.0.9631.
Back to top
View user's profile Send private message
Tuxicomane
Apprentice
Apprentice


Joined: 14 Nov 2006
Posts: 290
Location: Val-de-Marne, FRANCE

PostPosted: Wed Dec 06, 2006 10:05 am    Post subject: Reply with quote

alpha_one_x86 wrote:
Si pour mon pc de bureau comme mon serveur c'est vital car c'est des systèmes de refroidissement fait maison.

Bah avant la sortie du 2.6.19, tu faisais comment ? :D
Back to top
View user's profile Send private message
blasserre
Veteran
Veteran


Joined: 10 Feb 2004
Posts: 1362
Location: Lille, Vlaanderen

PostPosted: Wed Dec 06, 2006 10:07 am    Post subject: Reply with quote

pardonnez l'incruste :oops:

les drivers [M] 96xx ne marchaient pas avec le gentoo-sources-2.6.18 (chez moi et chez d'autres)
Temet, confirmes-tu qu'ils marchent avec le 2.6.19 ? ce serait une excellent nouvelle :D

@alpha_one_x86 : si tu comptes sur le soft pour sauver le hard... tu prends de gros risques... mais ce n'est que mon avis
_________________
benj

technicien professionnel, ascendant winner
Back to top
View user's profile Send private message
Temet
Advocate
Advocate


Joined: 14 Mar 2006
Posts: 2586
Location: 92

PostPosted: Wed Dec 06, 2006 10:20 am    Post subject: Reply with quote

Je ne confirme rien du tout, j'utilise les ck-sources avec triple surpatchage manuel! LOL
En tout cas, moi les drivers nvidia neuf mille et des brouettes, ils marchaient sur mon 2.6.18. ;)
Back to top
View user's profile Send private message
UB|K
l33t
l33t


Joined: 27 May 2004
Posts: 786
Location: Villeurbanne, France

PostPosted: Wed Dec 06, 2006 10:29 am    Post subject: Reply with quote

Un truc sympa à lire c'est le changelog, pour nvidia-drivers-1.0.9631 on peut lire:
Quote:
05 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
files/NVIDIA_kernel-2.6.19.patch:
Updated the NVIDIA_kernel-2.6.19.patch and closing bug #156978.

bref est-ce que 2 secondes de recherche et un emerge sync ne résolvent pas le problème?? si non, mea culpa
_________________
Reality is that which, when you stop believing in it, doesn't go away.
Back to top
View user's profile Send private message
alpha_one_x86
Guru
Guru


Joined: 29 Oct 2006
Posts: 544

PostPosted: Wed Dec 06, 2006 10:35 am    Post subject: Reply with quote

Oui mais je m'éntéter a voiloir installer ces drivers avec ce noyau. Bref, j'ai toujours plein de probleme et je m'éparpille de trop.
Back to top
View user's profile Send private message
Enlight
Advocate
Advocate


Joined: 28 Oct 2004
Posts: 3519
Location: Alsace (France)

PostPosted: Wed Dec 06, 2006 2:37 pm    Post subject: Reply with quote

Les drivers nvidia qui passent pas ça pourrait pas être lié au fait qu'il a le support du frame buffer nvidia? Dans mes souvenirs les deux s'aimaient pas trop.
Back to top
View user's profile Send private message
bivittatus
l33t
l33t


Joined: 31 Jan 2006
Posts: 687
Location: Roissy-en-Brie (France)

PostPosted: Wed Dec 06, 2006 3:01 pm    Post subject: Reply with quote

Je suis en testing et les drivers nvidia neuf mille et des brouettes avec le 2.6.19 ne me posent aucun problème...
_________________
Linus TORVALDS: "Je ne suis pas là pour détruire Microsoft. Ce sera juste un effet secondaire tout à fait involontaire."
Back to top
View user's profile Send private message
blasserre
Veteran
Veteran


Joined: 10 Feb 2004
Posts: 1362
Location: Lille, Vlaanderen

PostPosted: Wed Dec 06, 2006 4:48 pm    Post subject: Reply with quote

bivittatus wrote:
Je suis en testing et les drivers nvidia neuf mille et des brouettes avec le 2.6.19 ne me posent aucun problème...

merci pour l'info, je bricole ça ce soir =)
_________________
benj

technicien professionnel, ascendant winner
Back to top
View user's profile Send private message
Scullder
Guru
Guru


Joined: 16 Mar 2006
Posts: 466
Location: France

PostPosted: Wed Dec 06, 2006 7:00 pm    Post subject: Reply with quote

Tu sais, le jour où ton système de refroidissement lâchera, t'auras pas le temps de regarder la temp avec lm sensors et d'éteindre ton pc hein :roll:
_________________
Linux gentoo 2.6.18-ck1-r2 #1 PREEMPT Fri Nov 17 01:37:56 CET 2006 x86_64 AMD Athlon(tm) 64 Processor 3000+ AuthenticAMD GNU/Linux
Back to top
View user's profile Send private message
Temet
Advocate
Advocate


Joined: 14 Mar 2006
Posts: 2586
Location: 92

PostPosted: Wed Dec 06, 2006 7:02 pm    Post subject: Reply with quote

Je suis le seul à utiliser mon PC avec un pied nerveusement posé sur un interrup.....
Back to top
View user's profile Send private message
titoucha
Advocate
Advocate


Joined: 21 Jul 2005
Posts: 2374
Location: Genève

PostPosted: Wed Dec 06, 2006 7:06 pm    Post subject: Reply with quote

Il faut plus compter sur les protections internes du CPU que sur un senseur externe pour sauver le système en cas de défaillance du refroidissement.
_________________
Assurez-vous que le titre de votre message soit conforme aux conventions de ce forum (paragraphe 3/3 : Comment poster sur le forum ??)
Back to top
View user's profile Send private message
ryo-san
l33t
l33t


Joined: 17 Feb 2005
Posts: 729

PostPosted: Wed Dec 06, 2006 8:50 pm    Post subject: Reply with quote

@blasserre:

Code:
 uname -a
Linux Gentoo 2.6.19-gentoo-r1 ...

Code:

* x11-drivers/nvidia-drivers
     Available versions:  1.0.8774 1.0.8776 ~1.0.9629 1.0.9631 ~1.0.9742
     Installed:           1.0.9631
     Homepage:            http://www.nvidia.com/
     Description:         NVIDIA X11 driver and GLX libraries


:)

les derniers pour ma geforce4 :cry: , apres je passe en legacy.
Back to top
View user's profile Send private message
Dumble
n00b
n00b


Joined: 31 Aug 2006
Posts: 70

PostPosted: Wed Dec 06, 2006 9:05 pm    Post subject: Reply with quote

pour ma part, quand j'ai installé cette dernière version, j'ai du faire un FEATURES="-sandbox" , sinon, ça passait pas mieux qu'avec la version précédente....
_________________
Eternity is a very long time, especially towards the end... (S. Hawking)
Back to top
View user's profile Send private message
alpha_one_x86
Guru
Guru


Joined: 29 Oct 2006
Posts: 544

PostPosted: Thu Dec 07, 2006 5:47 am    Post subject: Reply with quote

C'est bon j'ai k8temp, et donc j'ai la température du mon cpu, ce qui me permet de calibrer corectement la tention de mon ventilo. Avec le drivers 9xxx j'ai des probleme de police, toute la police est + grosse. Je cherche toujours, d'ou ça vien. Si non, je cherche avant tout à résoudre ce probleme:
https://forums.gentoo.org/viewtopic-t-522038.html?sid=61848645af0d968018736f5ce0814062
Back to top
View user's profile Send private message
guilc
Bodhisattva
Bodhisattva


Joined: 15 Nov 2003
Posts: 3326
Location: Paris - France

PostPosted: Thu Dec 07, 2006 7:09 am    Post subject: Reply with quote

La taille des polices vient sans doute d'un changement dans l'autodétection du DPI.
Voir l'option UseEDIDDpi du driver (tout est expliqué dans le README des drivers nvidia /usr/share/doc/nvidia-drivers-1.0.9631/README.gz)
_________________
Merci de respecter les règles du forum.

Mon site perso : https://www.xwing.info
Mon PORTDIR_OVERLAY : https://gentoo.xwing.info ou layman -a xwing
Back to top
View user's profile Send private message
alpha_one_x86
Guru
Guru


Joined: 29 Oct 2006
Posts: 544

PostPosted: Thu Dec 07, 2006 8:42 am    Post subject: Reply with quote

En tout cas c'est peu etre mieux détecter, mais mon écran est mal détecter! les résolution et la fréquence sont trés mal détecter. Et les DPI d'avant me convener mieux. Donc il faut que je trouve comment les forcer. Et vu que je vois pas la différence avec les ancien drivers, j'ai repris mon kernel 2.6.18 que j'ai patcher, puis j'ai remit les ancien driver.
Back to top
View user's profile Send private message
geekounet
Bodhisattva
Bodhisattva


Joined: 11 Oct 2004
Posts: 3772
Location: Wellington, Aotearoa

PostPosted: Thu Dec 07, 2006 11:58 am    Post subject: Reply with quote

alpha_one_x86 wrote:
En tout cas c'est peu etre mieux détecter, mais mon écran est mal détecter! les résolution et la fréquence sont trés mal détecter. Et les DPI d'avant me convener mieux. Donc il faut que je trouve comment les forcer.

Lis la doc que t'a indiqué guilc !!
Back to top
View user's profile Send private message
alpha_one_x86
Guru
Guru


Joined: 29 Oct 2006
Posts: 544

PostPosted: Thu Dec 07, 2006 12:40 pm    Post subject: Reply with quote

Je vais lire la doc apres, ma la j'ai des + gros soucis, je me fait pirater, et ma carte TV ne marche pas.
Back to top
View user's profile Send private message
Tuxicomane
Apprentice
Apprentice


Joined: 14 Nov 2006
Posts: 290
Location: Val-de-Marne, FRANCE

PostPosted: Thu Dec 07, 2006 1:36 pm    Post subject: Reply with quote

alpha_one_x86 wrote:
Je vais lire la doc apres, ma la j'ai des + gros soucis, je me fait pirater, et ma carte TV ne marche pas.


Punaise mais tu n'as pas de chance toi :D

Achètes une patte de lapin, un trèfle à quatre feuilles et fais la danse de la pluie autour de ton UC, ça résoudra ptêt tes problèmes :lol:
Back to top
View user's profile Send private message
alpha_one_x86
Guru
Guru


Joined: 29 Oct 2006
Posts: 544

PostPosted: Thu Dec 07, 2006 1:47 pm    Post subject: Reply with quote

Sans compter que j'ai cramer mon serveur il y a 2 jour (athlon FX sur socket 939), donc je doit apprendre a configurer ton mon nouveau matos. Rien que le cherche comment benchmarker mon réseau local qui il me semble qu'il viens aussi de me lancher. Et quand j'ai ete chercher l'alim pour mon serveur,(alim de marque et neuve) j'ai eu la seul qui marcher pas.
Back to top
View user's profile Send private message
geekounet
Bodhisattva
Bodhisattva


Joined: 11 Oct 2004
Posts: 3772
Location: Wellington, Aotearoa

PostPosted: Thu Dec 07, 2006 2:23 pm    Post subject: Reply with quote

alpha_one_x86 wrote:
Sans compter que j'ai cramer mon serveur il y a 2 jour (athlon FX sur socket 939)

Et tu disais que ton overcloking était sans risque ... ?? :roll:
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Goto page 1, 2, 3  Next
Page 1 of 3

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum