kuinka

mdk10

Kuinka MDK 10:n saa asennettua Nvidian ajurit? Latasin ajurit ja tuplaklikkasin ja e asenti ne itsestään ja sanoi jotain, että paketti asennettu. Kuitenkaan esim. alapalkissa ei ole nvidian logoa, eikä esim tuxracer tunnu käyttävän korttini kiihdytysominaisuuksia, eli toimii samanlailla kuin ennen ajurien "asennusta".

3

256

    Vastaukset

    Anonyymi (Kirjaudu / Rekisteröidy)
    5000
    • ohjeita

      Eikö ko. sivustolla, josta ajurit noudit, ollut asianmukaisia ohjeita asennukseen?
      Suosittelen lämpimästi lukemaan ohjeet _etukäteen_ ennen asennusta.
      Ainakin Nvidia:n sivulta löytyy seuraavaa:
      http://www.nvidia.com/object/linux_display_ia32_1.0-6111.html
      ftp://download.nvidia.com/XFree86/Linux-x86/1.0-6111/README.txt

      • selvitin

        (sec-02) INSTALLING THE NVIDIA DRIVER
        __________________________________________________________________________
        Tekstiä on tuhottomasti. Poimin olennaiset tiedot.
        Nämä riittivät ainakin minulle plus tieto siitä että x-palvelimesta pääsee ulos helpoimmin telinit 3 käskyllä. Tuossa ohjeessa ehdotetaan muokkaamaan sensijaan /etc/initab tiedostoa ; toinen vaihtoehto.

        BEFORE YOU BEGIN DRIVER INSTALLATION

        Before beginning the driver installation, you should exit the X server.
        In addition you should set your default run level so you will boot to a
        vga console and not boot directly into X (please consult the documentation
        that came with your Linux distribution if you are unsure how to do this;
        this is normally done by modifying your /etc/inittab file). This will
        make it easier to recover if there is a problem during the installation.
        After installing the driver you must edit your X config file before
        the newly installed driver will be used. See the section below entitled
        EDITING YOUR X CONFIG FILE.

        INTRODUCTION TO THE NEW NVIDIA DRIVER INSTALLER

        After you have downloaded NVIDIA-Linux-x86-1.0-6111-pkg1.run,
        begin installation by exiting X, cd'ing into the directory containing
        the downloaded file, and run:

        sh NVIDIA-Linux-x86-1.0-6111-pkg1.run

        The .run file is a self-extracting archive. When the .run file is
        executed, it extracts the contents of the archive, and runs the contained
        `nvidia-installer` utility, which will walk you through installation of
        the NVIDIA driver.
        __________________________________________________________________________

        (sec-03) EDITING YOUR X CONFIG FILE
        __________________________________________________________________________

        In April of 2004, the X.org Foundation released an X server based on
        the XFree86 X server. Many Linux distributions will use the X.org
        X server in the future, rather than XFree86. The differences between
        the two X servers should have no impact on NVIDIA Linux users with
        two exceptions:

        1) The X.org configuration file name, though it uses the same syntax
        as XFree86's XF86Config file, is called /etc/X11/xorg.conf;
        this README refers generically to these configuration files as
        "the X config file".

        2) The X.org log file, though its output is nearly identical
        to the XFree86.0.log file, is called /var/log/Xorg.0.log; this
        README refers generically to these files as "the X log file".

        When XFree86 4.0 was released, it used a slightly different XF86Config
        file syntax than the 3.x series did, and so to allow both 3.x and 4.x
        versions of XFree86 to co-exist on the same system, it was decided that
        XFree86 4.x was to use the configuration file "/etc/X11/XF86Config-4"
        if it existed, and only if that file did not exist would the file
        "/etc/X11/XF86Config" be used (actually, that is an over-simplification
        of the search criteria; please see the XF86Config man page for a
        complete description of the search path). Please make sure you know
        what configuration file your X server is using. If you are in doubt,
        look for a line beginning with "(==) Using config file:" in your X log
        file ("/var/log/XFree86.0.log" or "/var/log/Xorg.0.log").

        If you do not have a working X config file, there are several ways
        to start: there is a sample config file that comes with XFree86,
        and there is a sample config file included with the NVIDIA driver
        package (it gets installed in /usr/share/doc/NVIDIA_GLX-1.0/).
        You could also use a program like 'xf86config'; some distributions
        provide their own tool for generating an X config file. For more
        on X config file syntax, please refer to the man page (`man XF86Config`,
        or `man xorg.conf`).

        If you already have an X config file working with a different driver
        (such as the 'nv' or 'vesa' driver), then all you need to do is find
        the relevant Device section and replace the line:

        Driver "nv"
        (or Driver "vesa")

        with

        Driver "nvidia"

        In the Module section, make sure you have:

        Load "glx"

        You should also remove the following lines:

        Load "dri"
        Load "GLcore"

        if they exist.

        Mandrakessa /usr/x11/XF86Config-4 on kyseinen muokattava tiedosto (X config file).


      • Mdk10
        selvitin kirjoitti:

        (sec-02) INSTALLING THE NVIDIA DRIVER
        __________________________________________________________________________
        Tekstiä on tuhottomasti. Poimin olennaiset tiedot.
        Nämä riittivät ainakin minulle plus tieto siitä että x-palvelimesta pääsee ulos helpoimmin telinit 3 käskyllä. Tuossa ohjeessa ehdotetaan muokkaamaan sensijaan /etc/initab tiedostoa ; toinen vaihtoehto.

        BEFORE YOU BEGIN DRIVER INSTALLATION

        Before beginning the driver installation, you should exit the X server.
        In addition you should set your default run level so you will boot to a
        vga console and not boot directly into X (please consult the documentation
        that came with your Linux distribution if you are unsure how to do this;
        this is normally done by modifying your /etc/inittab file). This will
        make it easier to recover if there is a problem during the installation.
        After installing the driver you must edit your X config file before
        the newly installed driver will be used. See the section below entitled
        EDITING YOUR X CONFIG FILE.

        INTRODUCTION TO THE NEW NVIDIA DRIVER INSTALLER

        After you have downloaded NVIDIA-Linux-x86-1.0-6111-pkg1.run,
        begin installation by exiting X, cd'ing into the directory containing
        the downloaded file, and run:

        sh NVIDIA-Linux-x86-1.0-6111-pkg1.run

        The .run file is a self-extracting archive. When the .run file is
        executed, it extracts the contents of the archive, and runs the contained
        `nvidia-installer` utility, which will walk you through installation of
        the NVIDIA driver.
        __________________________________________________________________________

        (sec-03) EDITING YOUR X CONFIG FILE
        __________________________________________________________________________

        In April of 2004, the X.org Foundation released an X server based on
        the XFree86 X server. Many Linux distributions will use the X.org
        X server in the future, rather than XFree86. The differences between
        the two X servers should have no impact on NVIDIA Linux users with
        two exceptions:

        1) The X.org configuration file name, though it uses the same syntax
        as XFree86's XF86Config file, is called /etc/X11/xorg.conf;
        this README refers generically to these configuration files as
        "the X config file".

        2) The X.org log file, though its output is nearly identical
        to the XFree86.0.log file, is called /var/log/Xorg.0.log; this
        README refers generically to these files as "the X log file".

        When XFree86 4.0 was released, it used a slightly different XF86Config
        file syntax than the 3.x series did, and so to allow both 3.x and 4.x
        versions of XFree86 to co-exist on the same system, it was decided that
        XFree86 4.x was to use the configuration file "/etc/X11/XF86Config-4"
        if it existed, and only if that file did not exist would the file
        "/etc/X11/XF86Config" be used (actually, that is an over-simplification
        of the search criteria; please see the XF86Config man page for a
        complete description of the search path). Please make sure you know
        what configuration file your X server is using. If you are in doubt,
        look for a line beginning with "(==) Using config file:" in your X log
        file ("/var/log/XFree86.0.log" or "/var/log/Xorg.0.log").

        If you do not have a working X config file, there are several ways
        to start: there is a sample config file that comes with XFree86,
        and there is a sample config file included with the NVIDIA driver
        package (it gets installed in /usr/share/doc/NVIDIA_GLX-1.0/).
        You could also use a program like 'xf86config'; some distributions
        provide their own tool for generating an X config file. For more
        on X config file syntax, please refer to the man page (`man XF86Config`,
        or `man xorg.conf`).

        If you already have an X config file working with a different driver
        (such as the 'nv' or 'vesa' driver), then all you need to do is find
        the relevant Device section and replace the line:

        Driver "nv"
        (or Driver "vesa")

        with

        Driver "nvidia"

        In the Module section, make sure you have:

        Load "glx"

        You should also remove the following lines:

        Load "dri"
        Load "GLcore"

        if they exist.

        Mandrakessa /usr/x11/XF86Config-4 on kyseinen muokattava tiedosto (X config file).

        Kiitos avusta!


    Ketjusta on poistettu 0 sääntöjenvastaista viestiä.

    Luetuimmat keskustelut

    1. Hoitajalakko peruuntuu, tilalle joukkoirtisanoutumiset

      "Tehyn ja Superin hallitukset kokoontuivat tänään toteamaan, että tilanne edellyttää järeämpiä työtaistelutoimia." https://www.hs.fi/politiikka/art-2
      Maailman menoa
      739
      9166
    2. Johan tuli oikea aivopieru Britti Lordilta

      Emeritusprofessori Lordi Robert Skidelsky sanoi Suomen rikkovan YYA sopimusta joka on tehty Neuvostoliiton kanssaa 1948. Mitä pir
      Maailman menoa
      373
      7947
    3. Tehyn Rytkösellä tallessa tekstiviestit A-studiokohussa

      https://www.mtvuutiset.fi/artikkeli/a-studiosta-kohu-tehyn-rytkosen-mukaan-ministeri-linden-sai-paattaa-osallistujat-ohjelma-kiistaa-vaitteen/8407068
      Maailman menoa
      161
      5657
    4. William ja Sonja Aiello ERO

      Hyvä Sonja! Nyt etsit uudet kaverit ja jätät nuo huume- ja rahanpesu porukat haisemaan taaksesi!
      Kotimaiset julkkisjuorut
      54
      2353
    5. Oho! Seurapiirikaunotar, ex-missi Sabina Särkkä yllättää tällä harvinaisella kyvyllä: "Mulla on..."

      Sabina Särkkä on nähty monissa tv-reality-sarjoissa. Mutta tiesitkö, että Särkällä on valokuvamuisti? https://www.suomi24.fi/viihde/oho-seurapiirikaun
      Kotimaiset julkkisjuorut
      6
      2091
    6. Se siitä sitten

      Kirjoitan tänne kun en sulle voi. En vaivaa sua enää koskaan. En ikinä tarkoittanut olla ahdistava tai takertuva. Tunteet heräsi enkä osannut olla tyy
      Ikävä
      82
      1740
    7. Ohhoh! Rita Niemi-Manninen otti ison tatuoinnin - Herätti somekansan: "Täydellinen paikka!"

      Rita Niemi-Mannisen suuri, uusi tatuointi on saanut somekansan heräämään talvihorroksesta. Niemi-Manninen otti tatskan rakkauslomalla Aki-miehensä kan
      Kotimaiset julkkisjuorut
      20
      1688
    8. Ihastumisesta kertominen

      Olen päättänyt kertoa tunteistani ihastukseni kohteelle. Erityisen vaikeaksi tilanteeni tekee se, että kyseessä on ns. kielletty rakkaus. Olen jo toi
      Ihastuminen
      92
      1427
    9. Taas Venäjän tiedoittaja akka Varoitti Suomea ja Ruotsia liittymästä Natoon

      Juuri sopivasti julkaistu varoitus, kun Suomen eduskunta alkaa klo 13:50 käsitellä asiaa suorassa TV 1:n lähetyksessä. ILtasanomat.
      Maailman menoa
      438
      1358
    10. Harvoin julkisuudessa nähty Jari Sillanpää, 56, julkaisi uusia kuvia - Karisti Suomen pölyt jaloista

      Huumekohun jälkeen matalaa profiilia pitänyt Jari "Siltsu" Sillanpää on ollut vaitonainen elämästään. Tänä keväänä miehen some on ollut hiljainen. Nyt
      Kotimaiset julkkisjuorut
      7
      1283
    Aihe