Traduc d'un manuel d'installation d'un chip de Carte graphique

Traduc d'un manuel d'installation d'un chip de Carte graphique - Installation - Linux et OS Alternatifs

Marsh Posté le 11-02-2003 à 19:51:07    

Bonjour,
 
voilà, j'ai téléchargé le bon fichier de drivers mais le manuel d'installation est en anglais, est-ce que quelq'un peut m'eclairer?(jusqu'au 4) ; ça va...)
Merci

Citation :


Red Hat & Mandrake  
------------------
 
   Red Hat and Mandrake (unlike SuSE) do not provide tools to easily
   automate XF86 configuration, as the standard tools provided only
   recognize devices of which XF86 itself is aware of, and KYRO is not
   among these.
 
   If your configuration is simple, i.e. standard type of mouse,
   keyboard and only one graphics card it is recommended, unless you
   are expert at XF86 configuration, that you base your config file on
   the supplied sample and modify as per the following guidelines.
 
   1) First you must determine the busID of your KYRO card, this is  
      done by the command:
 
      Red Hat:
          /sbin/lspci | grep VGA | grep SGS
 
      Mandrake:
          /usr/bin/lspci | grep VGA | grep SGS
 
      This should result in an output of the form:
 
      XX:YY.Z VGA compatible controller: SGS Thomson Microelectronics:
      Unknown device 0010 (rev BB)
 
      where  
         XX:YY.Z is the bus ID of the device
         BB is the type of KYRO 01 = KYRO-I, 07 = KYRO-II
 
   2) Now copy the sample XF86 config file
      (/etc/X11/XF86KyroSampleConfig) to /etc/X11/XF86Config-4.  If
      there is an existing XF86Config-4 file rename to something safe
      first.
   
   3) Edit the XF86 config file (/etc/X11/XF86Config-4) to modify the line:
 
        BusID "PCI:1:0:0"
      to be
        BusID "PCI:XX:YY:Z"
 
      Notice that XX, YY are returned as hex while XF86Config-4 must
      have decimal values.  
 
   4) Again in the XF86 config file uncomment the mouse appropriate
      section for your mouse, either PS/2 intellimouse or 2 button
      PS/2 mouse.  The country code of your keyboard can also be
      edited at this time, it is immediately above the mouse sections.
 
   5) Uncomment the appropriate font server section (located at the
      top of the file immediately after the serverlayout section).
 
   6) Check that there is a symlink from /etc/X11/X to  
      /usr/X11R6/bin/XFree86 (there may already be a symlink from
      /etc/X11/X, this should be removed) i.e
 
        if [ -e /etc/X11/X ]; then rm -f /etc/X11/X; fi;
        ln -s /usr/X11R6/bin/XFree86 /etc/X11/X
 
      Note: On some systems the link to X may be somewhere else, to
      /usr/X11R6/bin/X for instance, but otherwise the procedure is
      the same. The path variable for the X startup process should be
      examined to see where the link to X may be.
 
   7) Run startx


Message édité par momo194 le 11-02-2003 à 20:05:37
Reply

Marsh Posté le 11-02-2003 à 19:51:07   

Reply

Marsh Posté le 11-02-2003 à 20:54:26    

4) Toujours dans XF86config-4, décommenter la section correspondante à votre souris PS/2, je te mets ci après celle de mon XF86config-4 à moi (souris 3 boutons à roulette sur PS2):

# **********************************************************************
# Pointer section
# **********************************************************************
 
Section "InputDevice"
 
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/mouse"
    Option "ZAxisMapping" "4 5"
 
EndSection


 
Vérifier le code de la langue de votre clavier, la section est juste à côté :


Section "InputDevice"
 
    Identifier "Keyboard1"
    Driver      "Keyboard"
    Option "AutoRepeat"  "250 30"
 
    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fr"
 
EndSection


 
5) décommenter la section appropriée à votre serveur de polices  

Section "Files"
 
    RgbPath "/usr/X11R6/lib/X11/rgb"
 
# Multiple FontPath entries are allowed (they are concatenated together)
# By default, Mandrake 6.0 and later now use a font server independent of
# the X server to render fonts.
 
    FontPath   "unix/:-1"
 
EndSection


 
6) vérifier que /etc/X11/X est bien un lien symbolique vers /usr/X11R6/bin/XFree86
faites le si ce n'est pas le cas.
 
7) lancez la commande

startx


---------------
Celui qui pose une question est idiot 5 minutes. Celui qui n'en pose pas le reste toute sa vie. |  Membre du grand complot pharmaceutico-médico-scientifico-judéo-maçonnique.
Reply

Marsh Posté le 11-02-2003 à 21:25:20    

ok, big mega merci
 
Mais je ne comprends pas trop ce que l'on fait quand on tappe ces lignes là et à quoi elles servent.

Citation :


      if [ -e /etc/X11/X ]; then rm -f /etc/X11/X; fi;
       ln -s /usr/X11R6/bin/XFree86 /etc/X11/X

Reply

Marsh Posté le 11-02-2003 à 21:27:39    

man test, man bash :
 
si le fichier /etc/X11/X existe, alors effacer le fichier /etc/X11/X
 
puis faire un lien symbolique de /usr/X11R6/XFree86 vers /etc/X11/X


---------------
Celui qui pose une question est idiot 5 minutes. Celui qui n'en pose pas le reste toute sa vie. |  Membre du grand complot pharmaceutico-médico-scientifico-judéo-maçonnique.
Reply

Marsh Posté le 11-02-2003 à 21:35:13    

ok,
 
Bon j'ai bien tout fait et malgré ça j'ai  
 
FATAL ERROR SERVER :
 
NO SCREENS FOUND

Reply

Marsh Posté le 11-02-2003 à 21:38:29    

+ de détails, en particuliers, les messages précédés de EE que tu trouve un peu plus haut dans le logs.


---------------
Celui qui pose une question est idiot 5 minutes. Celui qui n'en pose pas le reste toute sa vie. |  Membre du grand complot pharmaceutico-médico-scientifico-judéo-maçonnique.
Reply

Marsh Posté le 11-02-2003 à 22:05:08    

Ca avance ...
 
J'ai regarder ds mon fichier de log les ligne commencant par (EE); y en avait que une .Je l'ai réparé (il disait qua ca pouvait pas etre depth 24 alors j'ai mis 16).Apres plus de lignes commencant par (EE)
MAIS
quand je lance startx;il dit
Addscreen/ScreenInit failed for driver 0
 
Que faire ?

Reply

Marsh Posté le 12-02-2003 à 18:49:11    

poste nous ton XF86config-4 STP


---------------
Celui qui pose une question est idiot 5 minutes. Celui qui n'en pose pas le reste toute sa vie. |  Membre du grand complot pharmaceutico-médico-scientifico-judéo-maçonnique.
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed