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.

#26 Le 30/07/2008, à 23:54

shanti

Re : xorg.conf incomplet

Merci pour ta patience, Herberts.
En cherchant à nouveau, je suis retombé sur un topic que j'avais lu et utilisé à travers les deux articles maheureusement en anglais. Mais je n'avais pas tout compris :

http://forum.ubuntu-fr.org/viewtopic.php?id=175680

"Le 22/01/2008, à 16:49

kisskool9

Re: [Matériel incompatible !! ] Problemes GA-73PVM-S2H

Salut,

Voici 1 lien pour installer les drivers Nvidia + le son :

http://www.beulbek.nl/2007/12/26/re-bui … 64-mythtv/

Il s'appuie sur un article en hollandais mais qui des fois parait plus clair :-)

http://ubuntu-bits.blogspot.com/2007/11 … gutsy.html"


Portable Dell Latitude E6330   Processeur: i5 3320M  2 GHz x2   Mém. : 2x4 Go GSkill extrême (F2-6400CL5D-4GBPQ)
   CG : Intel 3rd Gen Core processor Graphics Controller    SSD : 166,8 Go (sans compter la partition windows, il me semble)                             
   Linux Mint 17.3 Cinnamon 32-Bits  - version 2.8.8 de Cinnamon  +  Windows 10   + partition commune en ntfs (données partagées)

Hors ligne

#27 Le 31/07/2008, à 00:00

herberts

Re : xorg.conf incomplet

Pour commencer tu peux sauvegarder ton xorg.conf actuel :

sudo cp /etc/X11/xorg.conf /etc/X11/xorg.conf.bak

puis édites ton xorg.conf :

gksudo gedit /etc/X11/xorg.conf

tu effaces tout et tu colles celui que je te donne ci-dessous à la place.

Tu te déconnectes et reconnectes. Si jamais ç plante, tu n'aura qu'à te loguer dans un tty (Ctrl+Alt+F1) et faire la commande suivante pour revenir dans l'état actuel :

sudo cp /etc/X11/xorg.conf.bak /etc/X11/xorg.conf

(puis te déloguer / reloguer)

#xorg.conf manuel, le 30/08/2008 à 23h58

Section "ServerLayout"
    Identifier     "Default Layout"
    Screen      0  "Default Screen" 0 0
    InputDevice    "Generic Keyboard" "CoreKeyboard"
    InputDevice    "Configured Mouse"
EndSection

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

Section "InputDevice"
    Identifier     "Generic Keyboard"
    Driver         "kbd"
    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"
EndSection

Section "Monitor"
    Identifier     "Configured Monitor"
EndSection

Section "Device"
    Identifier     "Configured Video Device"
    Driver         "nvidia"
EndSection

Section "Screen"
    Identifier     "Default Screen"
    Device         "Configured Video Device"
    Monitor        "Configured Monitor"
    DefaultDepth    24
    Option         "NoLogo" "True"
EndSection

Dernière modification par herberts (Le 31/07/2008, à 00:05)

Hors ligne

#28 Le 31/07/2008, à 00:07

herberts

Re : xorg.conf incomplet

ok, laisse tomber le xorg.conf que je t'ai donné alors, je regarde les liens que tu m'as mit et je te dis ce qu"il en est.

Hors ligne

#29 Le 31/07/2008, à 00:28

herberts

Re : xorg.conf incomplet

#faire une sauvegarde du xorg.conf :
cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup

# télécharger le driver sur le site nvidia :
va sur cette page et suis les instructions (sauf l'installation !) : http://www.nvidia.fr/object/linux_display_ia32_173.14.12_fr.html

# télécharger les sources nécessaires
apt-get install build-essential linux-headers-`uname -r` libc6
apt-get install linux-source
cd /usr/src
tar xvjf linux-source-2.6.24.tar.bz2
#create a symlink to the extracted files:
ln -s linux-source-2.6.24 linux
apt-get remove nvidia-glx-new --purge

gksudo gedit /etc/default/linux-restricted-modules-common
#modifier DISABLED_MODULES="" en DISABLED_MODULES="nv nvidia_new"

Ensuite, CTRL + ALT + F1 pour se rendre sur un tty. Se loguer.

#stop gdm
/etc/init.d/gdm stop

#install driver:
cd /chemin/vers/le/dossier/où/est/enregistré/le/driver
sh NVIDIA-Linux-x86-173.14.12-pkg1.run

** suivre les instrutions et répondre aux questions **

#redémarrer la session
/etc/init.d/gdm start

Voilà en gros ce que je peux en tirer.

Dernière modification par herberts (Le 31/07/2008, à 00:29)

Hors ligne

#30 Le 31/07/2008, à 08:49

shanti

Re : xorg.conf incomplet

Bonjour,
Je ne suis pas arrivé à faire fonctionner directement dans un terminal :
cp /etc/X11/xorg.conf /etc/X11/xorg.conf.backup
J'ai essayé en mode console ; je n'arrive pas à coller (ni Crtl V, ni Ctrl+maj V) ; j'ai donc saisi manuellement : pas de message, cela repasse à : un@ordi-un:~$
Puis je n'ai pas su sortir du mode console : ni exit, ni logout, ni Ctrl+altF7 ; j'ai donc redémarré.
J'ai réessayé en mode terminal avec sudo devant et je crois que ça a marché.
J'ai alors essayé de télécharger le driver : cela m'a mis en mode terminal semble-t-il et s'est affiché un long pavé se terminant par des signes bizarres en grande quantité.
Quand j'ai voulu télécharger les sources, j'ai obtenu cette fin de non recevoir :

un@ordi-un:~$



un@ordi-un:~$ # télécharger les sources nécessaires
un@ordi-un:~$ apt-get install build-essential linux-headers-`uname -r` libc6
E: Impossible d'ouvrir le fichier verrou /var/lib/dpkg/lock - open (13 Permission non accordée)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
un@ordi-un:~$ apt-get install linux-source
E: Impossible d'ouvrir le fichier verrou /var/lib/dpkg/lock - open (13 Permission non accordée)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
un@ordi-un:~$ cd /usr/src
un@ordi-un:/usr/src$ tar xvjf linux-source-2.6.24.tar.bz2
tar: linux-source-2.6.24.tar.bz2 : la fonction open a échoué: Aucun fichier ou dossier de ce type
tar: Erreur non récupérable : arrêt du traitement
tar: Child returned status 2
tar: Des erreurs ont provoqué l'arrêt du programme
un@ordi-un:/usr/src$

désolé de te donner du fil à retordre...

Je m'aperçois que j'ai dû oublié de valider la modification du message avant-hier .
->
J'ai réessayé le téléchargement, sans succès. Voici le tout début de ce que j'obtiens:

#! /bin/sh
skip=1020
CRCsum=1088793825
MD5=f1787380b19e4d091908f2a529154f81
label="NVIDIA Accelerated Graphics Driver for Linux-x86 173.14.12"
version_string=173.14.12
pkg_version=1
script=./nvidia-installer
targetdir=NVIDIA-Linux-x86-173.14.12-pkg1
scriptargs=""
keep=n
add_this_kernel=n
apply_patch=n
TMPROOT=${TMPDIR:=/tmp}
TARGET_OS="Linux"
TARGET_ARCH="x86"

#
# NVIDIA Accelerated Graphics Driver for Linux-x86 173.14.12
# Generated by Makeself 1.6.0-nv
# Do not edit by hand.

# NVIDIA Driver Installation .run file
#
# If you were trying to download this file through a web browser, and
# instead are seeing this, please click your browser's back button,
# left click on the link, and select "Save as..." (or do whatever is
# appropriate for your web browser to download a file, rather than view
# it).

# print usage information

if [ "$1" = "-help" -o "$1" = "--help" -o "$1" = "-h" ]; then
    echo ""
    echo "$0 [options]"
    echo ""
    echo "This program will install the NVIDIA Accelerated Graphics Driver for"
    echo "Linux-x86 173.14.12 by unpacking the embedded tarball and executing"
    echo "the ./nvidia-installer  installation utility."
    echo ""
    echo "Below are the most common options; for a complete list use"
    echo "'--advanced-options'."
    echo ""
    echo "--info"
    echo "  Print embedded info (title, default target directory) and exit."
    echo ""
    echo "--check"
    echo "  Check integrity of the archive and exit."
    echo ""
    echo "-x, --extract-only"
    echo "  Extract the contents of $0, but do not"
    echo "  run 'nvidia-installer'."
    echo ""
    echo ""
    echo "The following arguments will be passed on to the ./nvidia-installer"
    echo "utility:"
    echo ""
    echo "  -a, --accept-license"
    echo "      Bypass the display and prompting for acceptance of the"
    echo "      NVIDIA Software License Agreement.  By passing this option"
    echo "      to nvidia-installer, you indicate that you have read and"
    echo "      accept the License Agreement contained in the file"
    echo "      'LICENSE' (in the top level directory of the driver"
    echo "      package)."
    echo ""
    echo "  --update"
    echo "      Connect to the NVIDIA FTP server '"
    echo "      ftp://download.nvidia.com ' and determine the latest"
    echo "      available driver version.  If there is a more recent driver"

Dernière modification par shanti (Le 02/08/2008, à 07:57)


Portable Dell Latitude E6330   Processeur: i5 3320M  2 GHz x2   Mém. : 2x4 Go GSkill extrême (F2-6400CL5D-4GBPQ)
   CG : Intel 3rd Gen Core processor Graphics Controller    SSD : 166,8 Go (sans compter la partition windows, il me semble)                             
   Linux Mint 17.3 Cinnamon 32-Bits  - version 2.8.8 de Cinnamon  +  Windows 10   + partition commune en ntfs (données partagées)

Hors ligne