nvidia ajurit gentoossa

Discussion in 'Linux -keskustelu' started by wren, Mar 6, 2005.

  1. wren

    wren Regular member

    Joined:
    Sep 22, 2002
    Messages:
    129
    Likes Received:
    0
    Trophy Points:
    26
    Asensin ne komennolla emerge --oneshot nvidia-glx nvidia-kernel. Loput tein kuten ohjeissa http://www.gentoo.org/doc/en/nvidia-guide.xml mutta sen jälkeen startx niin sammuu näyttö siihen. Jos kokeilee glxgears tai glxinfo | grep direct niin ilmoitus: display is null. Täsmälleen sama ongelma oli mandraken kanssa. Jos laitan takasi "nv" niin toimii, mutta sitten virtuaalikonsoli täytyy jostain gnome merkinnöistä, tyyliin: Xlib: extension "shape" missing on display ":0.0". Xorg.conf:

    Section "Module"

    Load "dbe" # Double buffer extension
    Load "extmod"
    # Load "record"
    Load "type1"
    # Load "speedo"
    Load "freetype"
    # Load "xtrap"
    # Load "xtt"
    Load "v4l"
    # This loads the GLX module
    Load "glx"
    # This loads the DRI module
    # Load "dri"

    EndSection

    Section "Files"

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

    # FontPath "unix/:-1"
    FontPath "/usr/share/fonts/misc/"
    FontPath "/usr/share/fonts/TTF/"
    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/Speedo/"
    # FontPath "/usr/share/fonts/TrueType/"
    # FontPath "/usr/share/fonts/freefont/"

    ModulePath "/usr/X11R6/lib/modules"

    EndSection

    Section "Monitor"

    Identifier "Monitor0"
    VendorName "Panasonic"
    ModelName "Panasonic E70i"

    HorizSync 30-70
    VertRefresh 50-180
    EndSection

    Section "Device"
    Identifier "Card0"
    Driver "nvidia"
    VendorName "nVidia Corporation"
    BoardName "[GeForce 4 Ti 4600]"
    #VideoRam 65536
    Option "RenderAccel" "true
    Option "NoLogo" "true"
    Option "CursorShadow" "true"
    Option "NvAGP" "1"
    Option "DPMS" "true"
    EndSection

    # Screen sections

    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    DefaultDepth 24

    Subsection "Display"
    Depth 8
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 16
    Modes "1280x1024" "1152x864" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    Subsection "Display"
    Depth 24
    Modes "1280x1024" "1151x864" "1024x768" "800x600" "640x480"
    ViewPort 0 0
    EndSubsection
    EndSection

    Section "Module"
    Load "dbe" # Double-Buffering Extension
    Load "v4l" # Video for Linux
    Load "extmod"
    Load "type1"
    Load "freetype"
    Load "glx" # 3D layer
    EndSection

    [bold]Mandrakessa oli XF86Config[/bold]


    Section "Monitor"
    Identifier "monitor1"
    VendorName "Panasonic"
    ModelName "Panasonic E70i"
    HorizSync 30.0-70.0
    VertRefresh 50.0-180.0

    Section "Device"
    Identifier "device1"
    VendorName "NVidia"
    BoardName "NVIDIA GeForce4 (generic)"
    Driver "nvidia"
    Option "DPMS"
    EndSection

    Section "Screen"
    Identifier "screen1"
    Device "device1"
    Monitor "monitor1"
    DefaultColorDepth 24

    Subsection "Display"
    Depth 8
    Virtual 1024 768
    EndSubsection

    Subsection "Display"
    Depth 15
    Virtual 1024 768
    EndSubsection

    Subsection "Display"
    Depth 16
    Virtual 1024 768
    EndSubsection

    Subsection "Display"
    Depth 24
    Virtual 1024 768
    EndSubsection
    EndSection
     
    Last edited: Mar 6, 2005
  2. lunix

    lunix Regular member

    Joined:
    Jun 30, 2004
    Messages:
    773
    Likes Received:
    0
    Trophy Points:
    26
    Kokeile startx nvidia ajurilla ja postaa tänne

    /var/log/Xorg.0.log

     

Share This Page