• # Derniers réglages ..

    Posté par . En réponse au message EE : AIGLX. Évalué à 1.

    bon ok j'ai réglé le problème d'fglrx mais il me reste 2 questions :
    - quel est le paquet qui contient le "glxinfo" ?? il a été supprimé ds le 2.6.17-2-k7 ou quoi ?!
    - j'ai tout qui marche, du moins d'apres le log xorg ... et pourtant la 3D n'est toujours pas là ? aucune erreur .. ça peut venir d'où ?
    A+

    Mon xserver.xorg :
    Section "Module"
    Load "bitmap"
    Load "ddc"
    Load "dri"
    Load "extmod"
    Load "freetype"
    Load "fglrx"
    Load "glx"
    Load "int10"
    Load "type1"
    Load "v4l"
    Load "vbe"
    EndSection

    Section "InputDevice"
    Identifier "Generic Keyboard"
    Driver "kbd"
    Option "CoreKeyboard"
    Option "XkbRules" "xorg"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "fr"
    EndSection

    Section "InputDevice"
    Identifier "Configured Mouse"
    Driver "mouse"
    Option "CorePointer"
    Option "Device" "/dev/input/mice"
    Option "Protocol" "ImPS/2"
    EndSection

    Section "Device"
    Identifier "ATI Technologies, Inc. RV350 AP [Radeon 9600]"
    Driver "fglrx"
    BusID "PCI:1:0:0"
    EndSection

    Section "Monitor"
    Identifier "SyncMaster"
    Option "DPMS"
    HorizSync 30-81
    VertRefresh 56-75
    EndSection

    Section "Screen"
    Identifier "Default Screen"
    Device "ATI Technologies, Inc. RV350 AP [Radeon 9600]"
    Monitor "SyncMaster"
    DefaultDepth 24
    SubSection "Display"
    Depth 1
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 4
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 8
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 15
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 16
    Modes "1280x1024"
    EndSubSection
    SubSection "Display"
    Depth 24
    Modes "1280x1024"
    EndSubSection
    EndSection

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

    Section "DRI"
    Mode 0666
    EndSection

    Section "ServerFlags"
    Option "AIGLX" "off"
    EndSection

    Section "Extensions"
    Option "Composite" "Disable"
    EndSection