C
Cyclope

  • 24 avr. 2007
  • Inscrit 25 oct. 2006
  • 0 meilleure réponse
  • C'est encore assez instable. Depuis hier j'ai des dépendances foireuses avec openoffice lors de l'upgrade...mais bon, c'est normal...quand tout ces bugs seront réglés je pense qu'on aura une des meilleurs release depuis longtemps.

    Vivement sa sortie 🙂. En attendant je repasse sous fc6.
  • Au cas ou...pourquoi le xorg.conf par défaut de fedora est aussi maigre ?
    Section "Module"
        Load    "bitmap"
        Load    "ddc"
            Load    "dbe"
        Load    "dri"
        Load    "extmod"
        Load    "freetype"
        Load    "glx"
        Load    "int10"
        Load    "type1"
        Load    "vbe"
    EndSection
    
    Section "ServerLayout"
        Identifier     "Default Layout"
        Screen      0  "Screen0" 0 0
        InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection
    
    Section "InputDevice"
        Identifier  "Keyboard0"
        Driver      "kbd"
        Option        "XkbModel" "pc105"
        Option        "XkbLayout" "fr"
        Option        "XkbVariant" "latin9"
    EndSection
    
    Section "Device"
        Identifier  "Videocard0"
        Driver      "nvidia"
            Option      "AddARGBGLXVisuals" "True"
            Option        "RenderAccel"       "True"
            Option      "XAANoOffscreenPixmaps"
    EndSection
    
    Section "Screen"
        Identifier "Screen0"
        Device     "Videocard0"
        DefaultDepth     24
        SubSection "Display"
            Depth        24
            Modes        "1600x1200" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x854" "1280x800" "1280x768" "1200x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
        EndSubSection
    EndSection
    
    Section "Extensions"
          Option "Composite" "Enable"
    EndSection
  • No prob, dès que je rentre du boulot 🙂
  • J'ai installé FC7test1 et ça marche du tonnerre avec les nVidia.
  • Autoréponse :

    il existe un bug dans les derniers drivers nvidia sur les cartes de type Geforce3 et 4. Toutes applis utilisant OpenGL ne fonctionnent pas apparemment.
    Donc n'installer pas ce pilote en attendant un fix ou une nouvelle version.

    Plus d'infos ici.
  • Salut à tous !

    J'ai compilé et installé le driver NVIDIA-Linux-x86-1.0-9629-pkg1.run pour une geforce ti 4200.

    J'ai modifié mon fichier xorg.conf :
    # Xorg configuration created by system-config-display
    
    Section "ServerLayout"
            Identifier     "single head configuration"
            Screen      0  "Screen0" 0 0
            InputDevice    "Keyboard0" "CoreKeyboard"
    EndSection
    
    Section "Files"
            ModulePath   "/usr/lib/xorg/modules"
    EndSection
    
    Section "Module"
            Load  "bitmap"
            Load  "ddc"
            Load  "freetype"
            Load  "int10"
            Load  "type1"
            Load  "vbe"
            Load  "fbdevhw"
            Load  "record"
            Load  "glx"
            Load  "dbe"
            Load  "extmod"
    EndSection
    
    Section "ServerFlags"
            Option      "AIGLX" "off"
    EndSection
    
    Section "InputDevice"
            Identifier  "Keyboard0"
            Driver      "kbd"
            Option      "XkbModel" "pc105"
            Option      "XkbLayout" "fr"
    EndSection
    
    Section "Monitor"
     Identifier   "Monitor0"
            ModelName    "Monitor 1600x1200"
            HorizSync    31.5 - 94.0
            VertRefresh  50.0 - 90.0
            Option      "dpms"
    EndSection
    
    Section "Device"
    
    #       Option      "NoLogo" "1"
            Identifier  "Videocard0"
            Driver      "nvidia"
    EndSection
    
    Section "Screen"
            Identifier "Screen0"
            Device     "Videocard0"
            Monitor    "Monitor0"
            DefaultDepth     24
            SubSection "Display"
                    Viewport   0 0
                    Depth     24
                    Modes    "1600x1200" "1600x1024" "1440x900" "1400x1050" "1280x1024" "1280x960" "1280x800" "1152x864" "1152x768" "1024x768" "800x600" "640x480"
            EndSubSection
    EndSection
    
    Section "Extensions"
            Option      "Composite" "Enable"
    EndSection
    Si je fais un lsmod le module est bien visible :
    /sbin/lsmod |grep nvidia
    nvidia               4723444  22 
    i2c_core               25537  3 nvidia,i2c_ec,i2c_nforce2
    Dès que je lance une appli 3d ou un glxgears j'ai un segmentation fault...j'ai essayé aussi les drivers de chez livna, exactement pareil....
    Je tourne en rond. Quelqu'un à une idée ?
  • Doudou3D wrote:Moi j'ai pas les decorations 🙁 je cherche je cheche mais trouve po
    Essaye de mettre dans la section device de ton xorg.conf :
            Option      "AddARGBGLXVisuals" "True"