Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Amd64 Nforce3 et nvidia fx5200 (résolu)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index French
View previous topic :: View next topic  
Author Message
benimbus
n00b
n00b


Joined: 12 Jul 2004
Posts: 28

PostPosted: Sun Sep 26, 2004 5:29 am    Post subject: Amd64 Nforce3 et nvidia fx5200 (résolu) Reply with quote

Bonjour,

Je viens d'installer la gentoo sur mon amd64. Ca à l'air de ne pas trop mal fonctionner mis à part l'utilisation du pilote nvidia...

J'ai bien compilé le kernel 2.6.8-gentoo-r4 avec le support de l'AGPART

puis
Code:
emerge nvidia-kernel nvidia-glx
opengl-update nvidia

J'ai aussi installé le "emul-linux-x86-nvidia".

Dans mon fichier xorg.conf, j'ai quelque chose du style :
Code:
Section "Module"
    Load        "dbe"   # Double buffer extension
    Load        "v4l"
    Load        "extmod"
    Load        "type1"
    Load        "speedo"
    Load        "freetype"
#    Load        "xtt"
    Load       "glx"
#    Load       "dri"
EndSection

Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath   "/usr/share/fonts/misc/"
    FontPath   "/usr/share/fonts/TTF/"
    FontPath   "/usr/share/fonts/Speedo/"
    FontPath   "/usr/share/fonts/Type1/"
    FontPath   "/usr/share/fonts/CID/"
    FontPath   "/usr/share/fonts/75dpi/"
    FontPath   "/usr/share/fonts/100dpi/"
    FontPath   "/usr/share/fonts/local/"
#    FontPath   "/usr/share/fonts/TrueType/"
    FontPath   "/usr/share/fonts/freefont/"
    ModulePath "/usr/X11R6/lib/modules"
EndSection

Section "ServerFlags"
#    Option "NoTrapSignals"
#    Option "DontVTSwitch"
#    Option "DontZap"
#    Option "Dont Zoom"
#    Option "DisableVidModeExtension"
#    Option "AllowNonLocalXvidtune"
#    Option "DisableModInDev"
    Option "AllowMouseOpenFail"
EndSection

Section "InputDevice"
    Identifier  "Keyboard1"
    Driver      "Keyboard"
#    Option     "Protocol"      "Xqueue"
    Option "AutoRepeat" "500 30"
#    Option     "Xleds"      "1 2 3"
#    Option "LeftAlt"     "Meta"
#    Option "RightAlt"    "ModeShift"#    Option "XkbModel"    "pc102"
#    Option "XkbModel"    "microsoft"
#    Option "XkbLayout"   "de"
#    Option "XkbVariant"  "nodeadkeys"
#    Option "XkbOptions"  "ctrl:swapcaps"
#    Option "XkbDisable"

    Option "XkbRules"   "xorg"
    Option "XkbModel"   "ltcd"
    Option "XkbLayout"  "fr"

EndSection

Section "InputDevice"
    Identifier  "Mouse1"
    Driver      "mouse"
    Option "Protocol"    "Auto"
    Option "Device"      "/dev/mouse"
#    Option "Resolution"        "256"
#    Option "Protocol"  "Xqueue"
#    Option "BaudRate"  "9600"
#    Option "SampleRate"        "150"
#    Option "Emulate3Buttons"
#    Option "Emulate3Timeout"    "50"
# ChordMiddle is an option for some 3-button Logitech mice
#    Option "ChordMiddle"

EndSection

Section "Monitor"
    Identifier  "monitor"
    HorizSync   31.5 - 64.3
    VertRefresh 50-90
EndSection

Section "Device"
    Identifier  "carte_video"
    VendorName  "Nvidia Corporation"
    BoardName   "Nvidia Geforce FX 5200"
#    Chipset    "generic"
    Driver     "nvidia"
    Option "NvAgp" "2"  # 2 pour l'agpart ... 1 par defaut
    BusID  "PCI:02:00:0"
    Option "DPMS"
    Option "NoLogo" "1"
    #Option "IgnoreEDID" "1"
EndSection

Section "Screen"
    Identifier  "ecran"
    Device      "carte_video"
    Monitor     "monitor"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1024x768" "800x600"
        ViewPort    0 0
    EndSubsection
Section "ServerLayout"
    Identifier  "Simple Layout"
    Screen "ecran"
    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection

# Section "DRI"
#    Mode 0666
# EndSection


J'ai consulté divers poste sur ces forums, j'ai vérifié la conf de xorg, ca ma l'air bon, le module nvidia est bien chargé :
Code:
Module                  Size  Used by
nvidia               5288244  0

dmesg :
Code:
ACPI: PCI interrupt 0000:02:00.0[A] -> GSI 5 (level, low) -> IRQ 5
NVRM: loading NVIDIA Linux x86_64 NVIDIA Kernel Module  1.0-6111  Tue Jul 27 07:58:17 PDT 2004


La carte est bien détecté par le système :
Code:
root # cat /proc/driver/nvidia/cards/0
Model:           GeForce FX 5200
IRQ:             5
Video BIOS:      ??.??.??.??.??
Card Type:       AGP


L'extrait de l'erreur que me sort Xorg :
Code:
(**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
(==) NVIDIA(0): RGB weight 888
(==) NVIDIA(0): Default visual is TrueColor
(==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
(**) NVIDIA(0): Option "NoLogo" "1"
(**) NVIDIA(0): Option "NvAGP" "2"
(**) NVIDIA(0): Use of AGPGART requested
(--) NVIDIA(0): Linear framebuffer at 0xE0000000
(--) NVIDIA(0): MMIO registers at 0xEA000000
(EE) NVIDIA(0): Failed to initialize the NVIDIA kernel module!
(EE) NVIDIA(0):  *** Aborting ***
(II) UnloadModule: "nvidia"
(II) UnloadModule: "vgahw"
(II) Unloading /usr/X11R6/lib/modules/libvgahw.a
(EE) Screen(s) found, but none have a usable configuration.


Je ne vois pas trop d'où viens l'erreur... :roll:
Back to top
View user's profile Send private message
benimbus
n00b
n00b


Joined: 12 Jul 2004
Posts: 28

PostPosted: Sun Sep 26, 2004 7:56 am    Post subject: Reply with quote

pfffu, je me répond à moi même....

Trop bosser la nuit, peut conduire à oublier de monter /boot avant de copier le kernel :(

Effectivement, celà fonctionne maintenant, désolé pour ce poste inutile..
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index French All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum