rjcb Posted September 11, 2005 Share Posted September 11, 2005 Salut, J'essaie d'installer nvoption.tar.gz mais je n'y arrive pas. Je suis sur FC4. J'ai donc décompressé l'archive et je me retrouve avec un repertoire avec deux fichiers: 1 fichier d'instruction mais qui n'est pas le bon et un fichier (ac des roues crémenté en icone) J'ai fais ./configure make make install mais cela ne veut pas fonctionner [root@rjcserveur NVOption]# ls Help_eng.dat NVOptions_v0.1 [root@rjcserveur NVOption]# make make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt. [root@rjcserveur NVOption]# make install make: *** Pas de règle pour fabriquer la cible « install ». Arrêt. [root@rjcserveur NVOption]# nvoption bash: nvoption: command not found [root@rjcserveur NVOption]# ./configure bash: ./configure: Aucun fichier ou répertoire de ce type [root@rjcserveur NVOption]# NVOption bash: NVOption: command not found [root@rjcserveur NVOption]# Merci Link to comment Share on other sites More sharing options...
nofun Posted September 11, 2005 Share Posted September 11, 2005 Je ne sais pas ce qu'est nvoption, j'en sais pas plus mais : - pour pouvoir faire un ./configure il faudrait qu'il y ait un fichier 'configure' dans le répertoire - si c'est un fichier qui se lance comme ça, il faut qu'il soit exécutable (chmod +x) - pour lancer un exécutable dans un répertoire il te faut taper ./NVOptions_v0.1 (./ veut dire : dans ce répertoire, ça évite de taper le chemin en entier. Si tu ne mets pas ./ le système cherche dans le path) Si il y avait un fichier 'configure', tu ferais dans l'ordre './configure' 'make' 'make install' HTH Link to comment Share on other sites More sharing options...
tuXXX Posted September 11, 2005 Share Posted September 11, 2005 http://www.sorgonet.com/linux/nvoption/ Pourquoi ne pas utiliser nvidia-settings intégré aux drivers nvidia? à mon avis, il y a plus d'options. Link to comment Share on other sites More sharing options...
nofun Posted September 11, 2005 Share Posted September 11, 2005 ok, c'est vieux en plus (2001). Je viens de jeter un coup d'oeil au source et il y a bien plus de deux fichiers, tu as dû te tromper rjcb. Sur le site indiqué par tuXXX il y a un How to install à la fin, mais je suis d'accord, il vaut certainement mieux nvidia-settings. Link to comment Share on other sites More sharing options...
rjcb Posted September 11, 2005 Author Share Posted September 11, 2005 Salut! Je voudrais dc installer ce que tu m'as dit mais petite difficulté lorsque je fais [root@rjcserveur nvoption]# ./autogen.sh **Error**: You must have `automake' installed to compile Gnome. Get ftp://ftp.gnu.org/pub/gnu/automake-1.3.tar.gz (or a newer version if it is available) [root@rjcserveur nvoption]# Or automake est installé et aussi gnome-common Merci Link to comment Share on other sites More sharing options...
Arofarn Posted September 12, 2005 Share Posted September 12, 2005 nvidia-settings s'installe automatiquement avec les drivers nvidia normalement. Si tu as la dernière version de drivers nvidia tape juste: nvidia-settings Link to comment Share on other sites More sharing options...
rjcb Posted September 12, 2005 Author Share Posted September 12, 2005 Oui en effet je me suis mal exprimé. nvidia je l'ai mais je ne peux rien régler. Donc je vais détaillé ce que je veux. J'ai installer les tt derniers pilote nvidia pr ma geforce 4 MX440 sur ma FC4 Je voudrais mettre mon pc sur la tv via la sortie Svidéo. Je voudrais le mode clone cad la copie conforme de ce que je vois a l'écran de mon pc sur ma tv. J'a i essayé de configurer xorg.conf mais cela n'a jms marché dc c'est pour cela que je voulais essayer nvoption. en effet j'ai nvidia-settings mais j'ai juste la possibilité de cocher 5 cases. Merci de votre aide. ah voila en ce momment mon xorg.conf: # Xorg configuration created by system-config-display Section "ServerLayout" Identifier "single head configuration" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" # RgbPath is the location of the RGB database. Note, this is the name of the # file minus the extension (like ".txt" or ".db"). There is normally # no need to change the default. # Multiple FontPath entries are allowed (they are concatenated together) # By default, Red Hat 6.0 and later now use a font server independent of # the X server to render fonts. RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules/extensions/nvidia" ModulePath "/usr/X11R6/lib/modules" FontPath "unix/:7100" EndSection Section "Module" Load "dbe" Load "extmod" Load "fbdevhw" Load "record" Load "freetype" Load "type1" Load "glx" EndSection Section "InputDevice" # Specify which keyboard LEDs can be user-controlled (eg, with xset(1)) # Option "Xleds" "1 2 3" # To disable the XKEYBOARD extension, uncomment XkbDisable. # Option "XkbDisable" # To customise the XKB settings to suit your keyboard, modify the # lines below (which are the defaults). For example, for a non-U.S. # keyboard, you will probably want to use: # Option "XkbModel" "pc102" # If you have a US Microsoft Natural keyboard, you can use: # Option "XkbModel" "microsoft" # # Then to change the language, change the Layout setting. # For example, a german layout can be obtained with: # Option "XkbLayout" "de" # or: # Option "XkbLayout" "de" # Option "XkbVariant" "nodeadkeys" # # If you'd like to switch the positions of your capslock and # control keys, use: # Option "XkbOptions" "ctrl:swapcaps" # Or if you just want both to be control, use: # Option "XkbOptions" "ctrl:nocaps" # Identifier "Keyboard0" Driver "kbd" Option "XkbModel" "pc105" Option "XkbLayout" "fr" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "IMPS/2" Option "Device" "/dev/input/mice" Option "ZAxisMapping" "4 5" Option "Emulate3Buttons" "yes" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Unknown monitor" HorizSync 31.5 - 37.9 VertRefresh 50.0 - 70.0 Option "dpms" EndSection Section "Device" Identifier "Videocard0" Driver "nvidia" VendorName "Videocard vendor" BoardName "NVIDIA GeForce 4 (generic)" EndSection Section "Screen" Identifier "Screen0" Device "Videocard0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Viewport 0 0 Depth 16 Modes "800x600" "640x480" EndSubSection SubSection "Display" Viewport 0 0 Depth 24 Modes "800x600" "640x480" EndSubSection EndSection Section "DRI" Group 0 Mode 0666 EndSection MERCI Link to comment Share on other sites More sharing options...
Arofarn Posted September 13, 2005 Share Posted September 13, 2005 Essaye nvtv ? Link to comment Share on other sites More sharing options...
rjcb Posted September 13, 2005 Author Share Posted September 13, 2005 J'ai essayer mais cela ne veux pas fonctionner J'ai erreur segmentation. J'ai pourtant essayer un .tar.gz et un .rpm et tjs le me pb Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.