CONNEXION
  • RetourJeux
    • Sorties
    • Hit Parade
    • Les + populaires
    • Les + attendus
    • Soluces
    • Tous les Jeux
    • Gaming
  • RetourActu Gaming
    • News
    • Astuces
    • Tests
    • Previews
    • Toute l'actu gaming
  • RetourBons plans
    • Bons plans
    • Bons plans Smartphone
    • Bons plans Hardware
    • Bons plans Image et Son
    • Bons plans Amazon
    • Bons plans Cdiscount
    • Bons plans Decathlon
    • Bons plans Fnac
    • Tous les Bons plans
  • RetourJVTech
    • Actus High-Tech
    • Intelligence Artificielle
    • Smartphones
    • Mobilité urbaine
    • Hardware
    • Image et son
    • Tutoriels
    • Tests produits High-Tech
    • Guides d'achat High-Tech
    • JVTech
  • RetourCulture
    • Actus Culture
    • Culture
  • RetourVidéos
    • A la une
    • Gaming Live
    • Vidéos Tests
    • Vidéos Previews
    • Gameplay
    • Trailers
    • Chroniques
    • Replay Web TV
    • Toutes les vidéos
  • RetourForums
    • Hardware PC
    • PS5
    • Switch 2
    • Xbox Series
    • Switch
    • Pokemon pocket
    • FC 25 Ultimate Team
    • League of Legends
    • Tous les Forums
  • PC
  • PS5
  • Xbox Series
  • Switch 2
  • PS4
  • One
  • Switch
  • iOS
  • Android
  • MMO
  • RPG
  • FPS
En ce moment Genshin Impact Valhalla Breath of the wild Animal Crossing GTA 5 Red dead 2
Liste des sujets

Installation Nvidia

Gringos
Gringos
Niveau 8
27 mai 2003 à 22:24:46

Salut ! !!
J´ essaie d´ installer ma Geforce 4, et pour installer le driver nvidia, on me demande de quitter le serveur X. Je comprend pas ce qu´il faut faire. Est ce que quelqu´un pourrait me dire la demarche a suivre ou m´ orienter vers un tuto, car je rame vraiment et je suis un peu perdu pour etre franc.
Merci d´ avance

fb99
fb99
Niveau 6
27 mai 2003 à 22:55:11

voilà mon fichier XF86Config si ça peux t´aider ( c´est le fichier de configuration de xfree donc du serveur graphique):

  1. File generated by xf86config.

#

  1. Copyright ( c) 1999 by The XFree86 Project, Inc.

#

  1. Permission is hereby granted, free of charge, to any person obtaining a
  2. copy of this software and associated documentation files ( the " Software"),
  3. to deal in the Software without restriction, including without limitation
  4. the rights to use, copy, modify, merge, publish, distribute, sublicense,
  5. and/or sell copies of the Software, and to permit persons to whom the
  6. Software is furnished to do so, subject to the following conditions:

#

  1. The above copyright notice and this permission notice shall be included in
  2. all copies or substantial portions of the Software.

#

  1. THE SOFTWARE IS PROVIDED " AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
  2. IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
  3. FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
  4. THE XFREE86 PROJECT BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
  5. WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF
  6. OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
  7. SOFTWARE.

#

  1. Except as contained in this notice, the name of the XFree86 Project shall
  2. not be used in advertising or otherwise to promote the sale, use or other
  3. dealings in this Software without prior written authorization from the
  4. XFree86 Project.

#

#

    • ***********************************************
    • *****************

#

    • ***********************************************
    • *****************

#

    • ***********************************************
    • *****************

#

    • ***********************************************
    • *****************

#

Section " Module"

  1. This loads the DBE extension module.

Load " dbe" # Double buffer extension

  1. This loads the miscellaneous extensions module, and disables
  2. initialisation of the XFree86-DGA extension within that module.

SubSection " extmod"
Option " omit xfree86-dga" # don´t initialise the DGA extension
EndSubSection

  1. This loads the Type1 and FreeType font modules

Load " type1"
Load " freetype"

  1. This loads the GLX module

Load " glx"

EndSection

#

    • ***********************************************
    • *****************

#

    • ***********************************************
    • *****************

Section " Files"

  1. The location of the RGB database. Note, this is the name of the
  2. file minus the extension ( like " .txt" or " .db"). There is normally
  3. no need to change the default.

RgbPath "/usr/X11R6/lib/X11/rgb"

  1. Multiple FontPath entries are allowed ( which are concatenated together),
  2. as well as specifying multiple comma-separated entries in one FontPath
  3. command ( or a combination of both methods)

#

  1. If you don´t have a floating point coprocessor and emacs, Mosaic or other
  2. programs take long to start up, try moving the Type1 and Speedo directory
  3. to the end of this list ( or comment them out).

#

FontPath " /usr/X11R6/lib/X11/fonts/local/"
FontPath " /usr/X11R6/lib/X11/fonts/misc/"
FontPath " /usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
FontPath " /usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
FontPath " /usr/X11R6/lib/X11/fonts/Type1/"
FontPath " /usr/X11R6/lib/X11/fonts/Speedo/"
FontPath " /usr/X11R6/lib/X11/fonts/75dpi/"
FontPath " /usr/X11R6/lib/X11/fonts/100dpi/"

  1. The module search path. The default path is shown here.
  1. ModulePath " /usr/X11R6/lib/modules"

EndSection

#

    • ***********************************************
    • *****************

#

    • ***********************************************
    • *****************

Section " ServerFlags"

  1. Uncomment this to cause a core dump at the spot where a signal is
  2. received. This may leave the console in an unusable state, but may
  3. provide a better stack trace in the core dump to aid in debugging
  1. Option " NoTrapSignals"
  1. Uncomment this to disable the < Crtl><Alt><BS> server abort sequence
  2. This allows clients to receive this key event.
  1. Option " DontZap"
  1. Uncomment this to disable the < Crtl><Alt><KP_+>/<KP_-> mode switching
  2. sequences. This allows clients to receive these key events.
  1. Option " Dont Zoom"
  1. Uncomment this to disable tuning with the xvidtune client. With
  2. it the client can still run and fetch card and monitor attributes,
  3. but it will not be allowed to change them. If it tries it will
  4. receive a protocol error.
  1. Option " DisableVidModeExtension"
  1. Uncomment this to enable the use of a non-local xvidtune client.
  1. Option " AllowNonLocalXvidtune"
  1. Uncomment this to disable dynamically modifying the input device
  2. ( mouse and keyboard) settings.
  1. Option " DisableModInDev"
  1. Uncomment this to enable the use of a non-local client to
  2. change the keyboard or mouse settings ( currently only xset).
  1. Option " AllowNonLocalModInDev"

EndSection

#

    • ***********************************************
    • *****************

#

    • ***********************************************
    • *****************

#

    • ***********************************************
    • *****************

#

    • ***********************************************
    • *****************

Section " InputDevice"

Identifier "Keyboard1"
Driver "Keyboard"

  1. For most OSs the protocol can be omitted ( it defaults to " Standard").
  2. When using XQUEUE ( only for SVR3 and SVR4, but not Solaris),
  3. uncomment the following line.
  1. Option " Protocol" " Xqueue"

Option " AutoRepeat" " 500 30"

  1. Specify which keyboard LEDs can be user-controlled ( eg, with xset(1))
  2. Option "Xleds" " 1 2 3"
  1. Option " LeftAlt" " Meta"
  2. Option " RightAlt" " ModeShift"
  1. To customise the XKB settings to suit your keyboard, modify the
  2. lines below ( which are the defaults). For example, for a non-U.S.
  3. keyboard, you will probably want to use:
  4. Option " XkbModel" " pc102"
  5. If you have a US Microsoft Natural keyboard, you can use:
  6. Option " XkbModel" " microsoft"

#

  1. Then to change the language, change the Layout setting.
  2. For example, a german layout can be obtained with:
  3. Option " XkbLayout" " de"
  4. or:
  5. Option " XkbLayout" " de"
  6. Option " XkbVariant" " nodeadkeys"

#

  1. If you´d like to switch the positions of your capslock and
  2. control keys, use:
  3. Option " XkbOptions" " ctrl:swapcaps"
  1. These are the default XKB settings for XFree86
  2. Option " XkbRules" " xfree86"
  3. Option " XkbModel" " pc101"
  4. Option " XkbLayout" " us"
  5. Option " XkbVariant" " "
  6. Option " XkbOptions" " "
  1. Option " XkbDisable"

Option " XkbRules" "xfree86"
Option " XkbModel" "itouch"
Option " XkbLayout" "fr_CH"

EndSection

#

    • ***********************************************
    • *****************

#

    • ***********************************************
    • *****************

Section " InputDevice"

  1. Identifier and driver

Identifier "Mouse1"
Driver "mouse"
Option " Protocol" " ImPS/2"
Option " Device" " /dev/psaux"
Option " ZAxisMapping" " 4 5"

  1. When using XQUEUE, comment out the above two lines, and uncomment
  2. the following line.
  1. Option " Protocol" "Xqueue"
  1. Baudrate and SampleRate are only for some Logitech mice. In
  2. almost every case these lines should be omitted.
  1. Option " BaudRate" "9600"
  2. Option " SampleRate" "150"
  1. Emulate3Buttons is an option for 2-button Microsoft mice
  2. Emulate3Timeout is the timeout in milliseconds ( default is 50ms)
  1. Option " Emulate3Buttons"
  2. Option " Emulate3Timeout" " 50"
  1. ChordMiddle is an option for some 3-button Logitech mice
  1. Option " ChordMiddle"

EndSection

#

    • ***********************************************
    • *****************

#

    • ***********************************************
    • *****************

#

  1. Section " InputDevice"
  2. Identifier " Mouse2"
  3. Driver " mouse"
  4. Option " Protocol" " MouseMan"
  5. Option " Device" " /dev/mouse2"
  6. EndSection

#

  1. Section " InputDevice"
  2. Identifier " spaceball"
  3. Driver " magellan"
  4. Option " Device" " /dev/cua0"
  5. EndSection

#

  1. Section " InputDevice"
  2. Identifier " spaceball2"
  3. Driver " spaceorb"
  4. Option " Device" " /dev/cua0"
  5. EndSection

#

  1. Section " InputDevice"
  2. Identifier " touchscreen0"
  3. Driver " microtouch"
  4. Option " Device" " /dev/ttyS0"
  5. Option " MinX" " 1412"
  6. Option " MaxX" " 15184"
  7. Option " MinY" " 15372"
  8. Option " MaxY" " 1230"
  9. Option " ScreenNumber" " 0"
  10. Option " ReportingMode" " Scaled"
  11. Option " ButtonNumber" " 1"
  12. Option " SendCoreEvents"
  13. EndSection

#

  1. Section " InputDevice"
  2. Identifier " touchscreen1"
  3. Driver " elo2300"
  4. Option " Device" " /dev/ttyS0"
  5. Option " MinX" " 231"
  6. Option " MaxX" " 3868"
  7. Option " MinY" " 3858"
  8. Option " MaxY" " 272"
  9. Option " ScreenNumber" " 0"
  10. Option " ReportingMode" " Scaled"
  11. Option " ButtonThreshold" " 17"
  12. Option " ButtonNumber" " 1"
  13. Option " SendCoreEvents"
  14. EndSection

#

    • ***********************************************
    • *****************

#

    • ***********************************************
    • *****************
  1. Any number of monitor sections may be present

Section " Monitor"

Identifier " philips"

  1. HorizSync is in kHz unless units are specified.
  2. HorizSync may be a comma separated list of discrete values, or a
  3. comma separated list of ranges of values.
  4. NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR´S
  5. USER MANUAL FOR THE CORRECT NUMBERS.

HorizSync 30-70

  1. HorizSync 30-64 # multisync
  2. HorizSync 31.5, 35.2 # multiple fixed sync frequencies
  3. HorizSync 15-25, 30-50 # multiple ranges of sync frequencies
  1. VertRefresh is in Hz unless units are specified.
  2. VertRefresh may be a comma separated list of discrete values, or a
  3. comma separated list of ranges of values.
  4. NOTE: THE VALUES HERE ARE EXAMPLES ONLY. REFER TO YOUR MONITOR´S
  5. USER MANUAL FOR THE CORRECT NUMBERS.

VertRefresh 50-160

vendorname " [philips]"
modelname " [philips]"
EndSection

#

    • ***********************************************
    • *****************

#

    • ***********************************************
    • *****************
  1. Any number of graphics device sections may be present
  1. Standard VGA Device:

Section " Device"
Identifier "Standard VGA"
VendorName "Unknown"
BoardName "Unknown"

  1. The chipset line is optional in most cases. It can be used to override
  2. the driver´s chipset detection, and should not normally be specified.
  1. Chipset "generic"
  1. The Driver line must be present. When using run-time loadable driver
  2. modules, this line instructs the server to load the specified driver
  3. module. Even when not using loadable driver modules, this line
  4. indicates which driver should interpret the information in this section.

Driver " vga"

  1. The BusID line is used to specify which of possibly multiple devices
  2. this section is intended for. When this line isn´t present, a device
  3. section can only match up with the primary video device. For PCI
  4. devices a line like the following could be used. This line should not
  5. normally be included unless there is more than one video device
  6. intalled.
  1. BusID " PCI:0:10:0"
  1. VideoRam 256
  1. Clocks 25.2 28.3

EndSection

  1. Device configured by xf86config:

Section " Device"
Identifier " ti4200"
Driver " nvidia"
# unsupported card
#VideoRam 131072
# Insert Clocks lines here if appropriate
vendorname " "
boardname " "
EndSection

#

    • ***********************************************
    • *****************

#

    • ***********************************************
    • *****************
  1. Any number of screen sections may be present. Each describes
  2. the configuration of a single screen. A single specific screen section
  3. may be specified from the X server command line with the " -screen"
  4. option.

Section " Screen"
Identifier " Screen 1"
Device " ti4200"
Monitor " philips"
DefaultDepth 24

Subsection " Display"
Depth 8
Modes " 640x480" " 800x600" " 1024x768" " 1280x1024"
ViewPort 0 0
Virtual 0 0
EndSubsection
Subsection " Display"
Depth 16
Modes " 640x480" " 800x600" " 1024x768" " 1280x1024"
ViewPort 0 0
Virtual 0 0
EndSubsection
Subsection " Display"
Depth 24
Modes " 1280x1024"
ViewPort 0 0
Virtual 0 0
EndSubsection
EndSection

#

    • ***********************************************
    • *****************

#

    • ***********************************************
    • *****************
  1. Any number of ServerLayout sections may be present. Each describes
  2. the way multiple screens are organised. A specific ServerLayout
  3. section may be specified from the X server command line with the
  4. " -layout" option. In the absence of this, the first section is used.
  5. When now ServerLayout section is present, the first Screen section
  6. is used alone.

Section " ServerLayout"

  1. The Identifier line must be present

Identifier " Simple Layout"

  1. Each Screen line specifies a Screen section name, and optionally
  2. the relative position of other screens. The four names after
  3. primary screen name are the screens to the top, bottom, left and right
  4. of the primary screen. In this example, screen 2 is located to the
  5. right of screen 1.

Screen " Screen 1"

  1. Each InputDevice line specifies an InputDevice section name and
  2. optionally some options to specify the way the device is to be
  3. used. Those options include " CorePointer", " CoreKeyboard" and
  4. " SendCoreEvents".

InputDevice " Mouse1" " CorePointer"
InputDevice " Keyboard1" " CoreKeyboard"

EndSection

fb99
fb99
Niveau 6
27 mai 2003 à 22:56:36

j´ai une ti4200 donc j´ai aussi les driver nvidia.

voilà le document qui m´a aider à configurer ma carte
http://www.gentoo.org/doc/fr/nvidia_tsg.xml

Kouic
Kouic
Niveau 9
27 mai 2003 à 22:58:01

C´est pas la bonne solution de file le fichier de config...
Je suposse que c´est la version d´instal en script que tu as, c´est la plus courante. Quittes le serveurX, execute le script ( . /nomduscript ) puis suis les instructions : )
Et voila !

Gringos
Gringos
Niveau 8
27 mai 2003 à 22:59:25

Merci mais je fais comment pour modifier le mien ? ?? apparement ta une ti 4200 c´est ce que j´ ais, je suis aller chez nvidia, g telecharger le dernier plug-in dispo, mais apres je suis sur un os je pige pas la demarche a suivre, ta fais comment pour modifier ce fichier ? ??

Gringos
Gringos
Niveau 8
27 mai 2003 à 23:01:00

g telecharger ca : NVIDIA-Linux-x86-1.0-4363.run mais apres je sais pas comment quitter le serveur X

fb99
fb99
Niveau 6
27 mai 2003 à 23:06:43

bon moi j´ai pas suivi la même démarche que toi mais c´est pas grave.
Pour quitter le serveur X tappe ctr+alt+backspace

fb99
fb99
Niveau 6
27 mai 2003 à 23:07:41

ensuite tu sera en ligne de commande et c´est de la que tu devra lancer ton NVIDIA-Linux-x86-1.0.4363.run

Gringos
Gringos
Niveau 8
27 mai 2003 à 23:10:19

G fais comme tu me dis pour quitter le serveur Xmais ca marche pas ca m´ amene a l´ ecran ou je dois choisir mon utilisateur mais g pas acces au lignes de commandes

fb99
fb99
Niveau 6
27 mai 2003 à 23:10:48

fait le au moins 7fois

fb99
fb99
Niveau 6
27 mai 2003 à 23:13:54

à la suite bien sur

fb99
fb99
Niveau 6
27 mai 2003 à 23:15:14

Si tu veux je t´explique tout étape par étape mais demain.
Je t´expliquerai comment j´ai fait.
ça joue?

Gringos
Gringos
Niveau 8
27 mai 2003 à 23:19:42

Ouais je serais pas contre parceke j´ y arrive pas, merci

fb99
fb99
Niveau 6
27 mai 2003 à 23:20:10

alors à demain

Gringos
Gringos
Niveau 8
27 mai 2003 à 23:35:10

Ok @ demain ( je viens de reessayer ca pase pas snifff )

Dorgendubal
Dorgendubal
Niveau 8
28 mai 2003 à 08:33:44

si t´as le NVIDIA-Linux-x86- 1.0.4363.run, c´est tout con.
( CTR+ALT+BACKSP ne quitte pas le serveurX mais le redémarre si tu utilises xdm,kde ou gdm).

1) Tu te logues normalement
2) Tapes " su" pour entrer en mode root. Taper le mot de passe.
3) Tapes " init 3" pour quitter le serveur X
4) Il te faudra te reloguer ( en tant que root)
5) Exécuter ton fichier " ./NVIDIA-Linux-x86- 1.0.4363.run"
6) Suivre les conseils
7) Charger le module " modprobe nvidia" ou redémarrer.
8) Relancer le serveurX: " init 5"
9) C´est fini.

fb99
fb99
Niveau 6
28 mai 2003 à 13:40:51

quoi que ça, c´est fantastique!!!

Gringos
Gringos
Niveau 8
28 mai 2003 à 17:21:59

Salut ! !!
Bon je viens d´ essayer la technique de Dorgendubal, et apparement ca a l´ air de ce lancer correctement ( j´ ais pas mal batailler mais j´ y suis arriver ouff ) maintenant ca bloke car ca me demande un truc qui s´ appelle " ld " , puis ca me dis que ca le trouve pas donc il me faut " binutils". Ou est ce que je peux trouver ce fichier ou programme ? ???

man001
man001
Niveau 2
28 mai 2003 à 17:37:01
Gringos
Gringos
Niveau 8
28 mai 2003 à 18:17:36

Voila ce que ca me marque exactement:

ERROR: Unable to find the system utility `ld`; please make sure you have the
package ´binutils´ installed. If you do have binutils installed,
then please check that `ld` is in your PATH.

Sous forums
  • Aide à l'achat Mac
  • Création de Jeux
  • Linux
  • Programmation
  • Création de sites web
  • Internet
  • Steam Deck
  • Macintosh
  • Hardware
La vidéo du moment