Franck LUDJET a écrit 26 commentaires

  • [^] # Re: Configuration graphique

    Posté par  . En réponse au message Configuration graphique. Évalué à 0.

    Voici mon fichier

    Section "ServerLayout"
    Identifier "Default Layout"
    Screen "Default Screen"
    InputDevice "IBM"
    InputDevice "logitech"
    EndSection

    Section "Files"
    FontPath "unix/:7100"
    FontPath "/usr/lib/X11/fonts/misc"
    FontPath "/usr/lib/X11/fonts/cyrillic"
    FontPath "/usr/lib/X11/fonts/100dpi/:unscaled"
    FontPath "/usr/lib/X11/fonts/75dpi/:unscaled"
    FontPath "/usr/lib/X11/fonts/Type1"
    FontPath "/usr/lib/X11/fonts/CID"
    FontPath "/usr/lib/X11/fonts/Speedo"
    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 "IBM"
    Driver "keyboard"
    Option "CoreKeyboard"
    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fr"
    EndSection

    Section "InputDevice"
    Identifier "logitech"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    Option "Emulate3Buttons" "true"
    Option "ZAxisMapping" "4 5"
    EndSection

    Section "Monitor"
    Identifier "NEC"
    HorizSync 28.0 - 50.0
    VertRefresh 43.0 - 75.0
    Option "DPMS"
    EndSection

    Section "Device"
    Identifier "s3trio"
    Driver "s3"
    ChipSet "Trio64V2/DX or /GX"
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "s3trio"
    Monitor "NEC"
    DefaultDepth 16
    SubSection "Display"
    Depth 16
    Modes "1152x864" "1024x768" "800x600"
    EndSubSection
    EndSection

    Section "DRI"
    Mode 0666
    EndSection


    J'ai même supprimer le "800x600" pour voir et là j'ai eu des problème d'affichage, bug graphique...

    Je ne comprend pas une chose dans ce fichier, où se trouve la résolution choisis pour kde, comment sait il qu'il faut être en 800x600 ou 1024x768 ou en 16bits ou 8 bits...

    car pour moi la section screen décrit les mode supporté, mais ne dit pas quel mode choisir ???

    Je croyais que celà aurait pu se trouver dans xorg.conf (j'ai vu celà dans un post), mais il n'y en a pas dans mon /etc/X11, j'en déduit qu'il n'est pas utiliser dans le cas présent !

    De même habituer de Mandrake, Red hat, fedora, je ne trouve pas beaucoup d'utilitaire graphique pour la configuration du style harddrake !
    En connaissez vous ?