Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[XFree] GeForce4 MX accélération materielle
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
ludal
n00b
n00b


Joined: 13 Feb 2004
Posts: 3

PostPosted: Sat Feb 14, 2004 12:04 am    Post subject: [XFree] GeForce4 MX accélération materielle Reply with quote

Hello tout le monde
voilà :
J'ai une carte mère avec un NForce2 dessus, un chip graphique nvidia GeForce 4 et je voudrai pouvoir accéder à l'accélération matérielle... j'ai emergé nvidia-kernel, nvidia-glx, dans mon fichier XF86Config, j'ai voulu mettre "nvidia" comme driver et Load "glx" dans la section modules, mais ca fige tout le système

Je vous met mon fichier XF86Config allégé des commentaires. Help.... je voulais faire de la 3D, je me trouve comme un con.

Code:

Section "Module"


    Load        "dbe"     # Double buffer extension

    SubSection  "extmod"
      Option    "omit xfree86-dga"   # don't initialise the DGA extension
    EndSubSection

    Load        "type1"
    Load        "speedo"


EndSection


Section "Files"


    RgbPath   "/usr/X11R6/lib/X11/rgb"


    FontPath   "/usr/X11R6/lib/X11/fonts/local/"
    FontPath   "/usr/X11R6/lib/X11/fonts/misc/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/:unscaled"
    FontPath   "/usr/X11R6/lib/X11/fonts/Speedo/"
    FontPath   "/usr/X11R6/lib/X11/fonts/Type1/"
    FontPath   "/usr/X11R6/lib/X11/fonts/75dpi/"
    FontPath   "/usr/X11R6/lib/X11/fonts/100dpi/"


EndSection


Section "ServerFlags"


EndSection


Section "InputDevice"

    Identifier   "Keyboard1"
    Driver   "Keyboard"


    Option "AutoRepeat" "500 30"


    Option "XkbRules"   "xfree86"
    Option "XkbModel"   "dell101"
    Option "XkbLayout"   "fr"

EndSection



Section "InputDevice"


    Identifier   "Mouse1"
    Driver   "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/psaux"
    Option "Buttons"     "5"
    Option "ZAxisMapping" "4 5"


EndSection



Section "Monitor"

    Identifier  "My Monitor"


    HorizSync   31.5 - 64.3


    VertRefresh 50-70

EndSection



Section "Device"
    Identifier   "Standard VGA"
    VendorName   "Unknown"
    BoardName   "Unknown"


EndSection


Section "Device"
    Identifier  "** NVIDIA (generic)                   [nv]"
    Driver      "nv"
EndSection


Section "Screen"
    Identifier  "Screen 1"
    Device      "** NVIDIA (generic)                   [nv]"
    Monitor     "My Monitor"
    DefaultDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       16
        Modes       "1280x1024"
        ViewPort    0 0
    EndSubsection
    Subsection "Display"
        Depth       24
        Modes       "1280x1024"
        ViewPort    0 0
    EndSubsection
EndSection


Section "ServerLayout"

    Identifier  "Simple Layout"


    Screen "Screen 1"


    InputDevice "Mouse1" "CorePointer"
    InputDevice "Keyboard1" "CoreKeyboard"

EndSection


NDM: Je me suis permis de renomer ton topic pour respecter les conventions de ce forum. Merci de lire ce thread pour faire mieux la prochaine fois. TGL.
Back to top
View user's profile Send private message
slainer68
n00b
n00b


Joined: 17 Aug 2003
Posts: 61

PostPosted: Sat Feb 14, 2004 12:26 am    Post subject: Reply with quote

Hum, déjà si tu veux utiliser le driver officiel de nvidia, c'est bien "nvidia" qu'il faut utiliser et non "nv" comme il est indiqué dans ton fichier de config.

De plus, si tu rajoutais le fichier log de XFree, ça serait encore plus simple de voir ce qu'il se passe : tu peux le trouver dans /var/log.

@+.
Back to top
View user's profile Send private message
lemouf
Apprentice
Apprentice


Joined: 23 Jul 2003
Posts: 181
Location: Chilly-Mazarin (FR)

PostPosted: Sat Feb 14, 2004 1:11 pm    Post subject: Reply with quote

les drivers se vaotrent sur un noyau < 2.4.21 avec l'acpi de compilé verifie de ce coté
Back to top
View user's profile Send private message
lemouf
Apprentice
Apprentice


Joined: 23 Jul 2003
Posts: 181
Location: Chilly-Mazarin (FR)

PostPosted: Sat Feb 14, 2004 1:12 pm    Post subject: Reply with quote

tu peui aussi essayer d'ajouter acpi=off dans ton lilo.conf ou grub.conf sur la ligne du kernel
Back to top
View user's profile Send private message
zarasoustra17
Guru
Guru


Joined: 01 Jul 2003
Posts: 382
Location: Marseille France

PostPosted: Sat Feb 14, 2004 4:24 pm    Post subject: Reply with quote

J'ai moi aussi gf440 mx intégré à du nforce2, je te file la section "Device" de mon xf86config, à part les options pour le Tv-OUT avec modelines spécifiques, ça devrait te convenir.

Code:

Section "Device"
    Identifier  "GF4"
    Driver      "nvidia"
    #VideoRam    65536
    # Insert Clocks lines here if appropriate
    Option "NvAGP" "1"
    Option "NoLogo"
    Option "RenderAccel"
    Option "CursorShadow"
    Option "ConnectedMonitor" "CRT,TV"
    Option "TwinView"
    Option "TwinViewOrientation" "Clone"
    Option "SecondMonitorHorizSync" "30-50"
    Option "SecondMonitorVertRefresh" "60"
    Option "MetaModes" "1400x1050,NULL;1280x1024,NULL;1024x768,NULL;640x480,640x480"
    Option "TVStandard" "PAL-N"
    Option "TVOutFormat" "SVIDEO"
    Option "TVOverScan" "1.0"
    #Option "IgnoreDisplayDevices" "TV"
Back to top
View user's profile Send private message
ludal
n00b
n00b


Joined: 13 Feb 2004
Posts: 3

PostPosted: Sun Feb 15, 2004 12:10 am    Post subject: Reply with quote

ok ok ok, déjà, j'ai un noyau, je vais chercher de ce coté là, je le compile et je vous tiens au courant. Merci pour l'info.
Back to top
View user's profile Send private message
nuts
Veteran
Veteran


Joined: 10 Jan 2004
Posts: 1630

PostPosted: Sun Feb 15, 2004 11:23 am    Post subject: Reply with quote

je crois qu il manque un Load "glx" dans la section module.
c est tres pratique pour profiter de l opengl
Back to top
View user's profile Send private message
ludal
n00b
n00b


Joined: 13 Feb 2004
Posts: 3

PostPosted: Sun Feb 15, 2004 7:51 pm    Post subject: Reply with quote

nuts wrote:
je crois qu il manque un Load "glx" dans la section module.

Je l'avais mis en même temps que driver "nvidia", et ca freezait tout pareil

moi :) wrote:
ok ok ok, déjà, j'ai un noyau, je vais chercher de ce coté là, je le compile et je vous tiens au courant. Merci pour l'info.

Je voulais dire que j'avais un noyau 2.4.20, mais pavé numérique, quand tu nous tiens pas... Mais en fait, je me suis peut etre un peu avancé, j'ai trouvé une doc qui dit quelles sources emerger (la doc gentoo, et je suis assez partant pour les vanilla-sources), mais je n'ai aucune idée de comment compiler le noyau proprement, tout en gardant la possibilité de booter sur l'ancien, si quelqu'un pouvait me donner une adresse.. :oops:
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