LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   Geforce 4 and MDK10 official (https://www.linuxquestions.org/questions/mandriva-30/geforce-4-and-mdk10-official-183957/)

estatik 05-23-2004 10:52 PM

Did you edit the /XF86Config-4 file? Here's a snipet of mine:
Code:

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

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

Make sure that Load "glx" # 3D layer is not commented out.

*I'll be back in a while, There's a major lightning storm hitting my area:eek: !

Warmaster 05-24-2004 12:05 AM

...
 
Thank you all beautiful people !!!

I did step by step what you told me to, and managed to install it properly !

I'm so happy, thank you all for taking the time to help a wonderful newbie!!! lol


:D

elluva 05-24-2004 02:23 AM

yes, this was in the readme I told you to read ;). The nv drivers are the standard XFree drivers for nvidia cards and seldomly work properly :rolleyes:. If something would go wrong, then you can always use the XFree vesa driver, that one always work.
Code:

Section "Device"
    Identifier  "VESA Framebuffer"
    Driver      "vesa"
    #VideoRam    4096
    # Insert Clocks lines here if appropriate
EndSection

and to reply to estatik, :x works fine, I've never used :wq but it can well be that this works as well.

greetingz,
Elluva

Andrew Benton 05-24-2004 03:10 AM

posted by mistake


All times are GMT -5. The time now is 11:22 PM.