Le 13/10/04 � 23:16, Sylvain Sauvage �crivait:

> > Deuxi�me question: Quelqu'un a-t-il un configuration optimis�e pour un
> > telle carte; / pourrais-je avoir une check-list ou une m�thode "rapide
> > et sale" pour installer le driver xf86_svga ?
> 
> Cf. plus haut : je n'ai pas ce type de carte, et la r�ponse � la question
> pr�c�dente devrait r�gler le probl�me, � moins qu'un autre � dufiste �
> n'ait des infos suppl�mentaires.

J'ai une ATI Rage 128. C'est une fabrication particuli�re chez ATI
(Peut-�tre sous-trait�e ?)
Dans ce cas, j'utilise le driver "r128" qui fait aussi partie de
xf86_svga. Voici mon fichier /etc/X11/XF86Config-4:

============== couper ici =============================
Section "Files"
#       FontPath        "unix/:7100"                    # local font server
        # if the local font server has problems, we can fall back on these
        FontPath        "/usr/lib/X11/fonts/Type1"
        FontPath        "/usr/lib/X11/fonts/CID"
        FontPath        "/usr/lib/X11/fonts/Speedo"
        FontPath        "/usr/lib/X11/fonts/misc"
#       FontPath        "/usr/lib/X11/fonts/cyrillic"
        FontPath        "/usr/lib/X11/fonts/100dpi"
        FontPath        "/usr/lib/X11/fonts/75dpi"
EndSection

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

Section "InputDevice"
        Identifier      "Generic Keyboard"
        Driver          "keyboard"
        Option          "CoreKeyboard"
        Option          "XkbRules"      "xfree86"
        Option          "XkbModel"      "pc105"
        Option          "XkbLayout"     "fr"
EndSection

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "Protocol"              "PS/2"
EndSection

Section "Device"
        Identifier      "ATI"
#       Driver          "ati"
        Driver          "r128"
        Option          "DPMS"
EndSection

Section "Monitor"
        Identifier      "Proview KX-996"
        HorizSync       30-75
        VertRefresh     50-160
#       Option          "DPMS"
EndSection

Section "Screen"
        Identifier      "Default Screen"
        Device          "ATI"
        Monitor         "Proview KX-996"
        DefaultDepth    24
        SubSection "Display"
                Depth           1
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           4
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           8
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           15
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           16
                Modes           "1024x768"
        EndSubSection
        SubSection "Display"
                Depth           24
                Modes           "1024x768"
        EndSubSection
EndSection

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

Section "DRI"
        Mode    0666
EndSection

=============== couper ici =============================

Attention j'utilise un moniteur 19". Dans le cas d'une taille plus petite, il 
convient de modifier 
les valeurs maxi HorizSync et VertRefresh (Sur un 14", on divise presque par 2) 
sinon le moniteur se mettra en s�curit� en passant en mode veille (sinon risque 
de destruction !)

Comme indiqu�, le fichier s'obtient simplement par un simple
"dpkg-reconfigure xserver-xfree86"

Bon courage
Jean-Pierre

Répondre à