• [^] # Suite de kms ???

    Posté par . En réponse au message mandriva 2009.1 spring sans CD ni DVD ni USB. Évalué à 1.

    J'ai fouillé, sur la base de ceci :

    http://wiki.mandriva.com/fr/Cartes_graphiques:_g%C3%A9n%C3%A(...)

    La recheche de mon pilote pour ma carte graphique INTEL donne cela :

    # File generated by XFdrake (rev 256990)

    # **********************************************************************
    # Refer to the xorg.conf man page for details about the format of
    # this file.
    # **********************************************************************

    Section "ServerFlags"
    #DontZap # disable (server abort)
    #DontZoom # disable <KP_+>/<KP_-> (resolution switching)
    AllowMouseOpenFail # allows the server to start up even if the mouse does not work
    EndSection

    Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    EndSection

    Section "InputDevice"
    Identifier "Keyboard1"
    Driver "kbd"
    Option "XkbModel" "latitude"
    Option "XkbLayout" "fr"
    Option "XkbOptions" "compose:rwin"
    EndSection

    Section "InputDevice"
    Identifier "Mouse1"
    Driver "mouse"
    Option "Protocol" "ExplorerPS/2"
    Option "Device" "/dev/input/mice"
    EndSection

    Section "InputDevice"
    Identifier "SynapticsMouse1"
    Driver "synaptics"
    Option "EdgeMotionMinSpeed" "200"
    Option "MinSpeed" "0.8"
    Option "MaxSpeed" "1.00"
    Option "BottomEdge" "650"
    Option "EdgeMotionMaxSpeed" "200"
    Option "UpDownScrolling" "0"
    Option "CircScrollTrigger" "2"
    Option "SHMConfig" "on"
    Option "LeftEdge" "120"
    Option "FingerLow" "14"
    Option "HorizScrollDelta" "20"
    Option "MaxTapMove" "110"
    Option "FingerHigh" "15"
    Option "VertScrollDelta" "20"
    Option "CircularScrolling" "1"
    Option "AccelFactor" "0.015"
    Option "TopEdge" "120"
    Option "RightEdge" "830"
    EndSection

    Section "ServerLayout"
    Identifier "layout1"
    InputDevice "Keyboard1" "CoreKeyboard"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "SynapticsMouse1" "SendCoreEvents"
    EndSection


    Soit, aucune trace de pilote pour ma carte graphique si je comprends bien !