> Hey Ross,
> Is there anyway that you can just send me ur XF86 config file?
> I mean I dont know if that will really help me out..but I have tried 
> everything and this is very frustrating...I cant get the drivers to work 
> right...
> 
> Its weird because it never gave me a choice on what version of XF86 to 
> use...does that matter?? I dont know.. but I read the readme file and did 
> everything it told me to...but still not nvidia splashscreen and no glx at 
> all

Andrew, my XF86Config-4 is appended to this message. 

As far as I understand it X will use version 4 over other versions as long
as there is a XF86Config-4 file (and of course only if 4 is installed).

Another question is; are you using the stock mandrake 8.2 kernel (i.e. 
you've not upgraded it)? 

Also what reasons are you getting for X not starting? Are you getting
something like "kernel module not loading" (I can't remember the exact
wording). Check out the contents of /var/log/XFree86.O.log and post back
for further help.

Ross

_________________________

# XF86Config-4   30.04.02


Section "Files"
    RgbPath     "/usr/X11R6/lib/X11/rgb"
    FontPath   "unix/:-1"
EndSection


Section "ServerFlags"
    AllowMouseOpenFail
EndSection


Section "InputDevice"
    Identifier "Keyboard"
    Driver      "Keyboard"
    Option "AutoRepeat"  "250 30"
    Option "XkbRules" "xfree86"
    Option "XkbModel" "pc105"
    Option "XkbLayout" "gb"
EndSection


Section "InputDevice"
    Identifier  "Mouse"
    Driver      "mouse"
    Option "Protocol"    "IMPS/2"
    Option "Device"      "/dev/psaux"
    Option "ZAxisMapping" "4 5"
#   Option "Emulate3Buttons"
#   Option "Emulate3Timeout"    "50"
EndSection


Section "Module"
     Load       "dbe"
     Load       "glx"   
     Load       "extmod"
     Load       "type1"
     Load       "freetype"
#    Load       "v4l"
EndSection


Section "Monitor"
    Identifier "Formac 17/850"
    HorizSync  30-95
    VertRefresh 50-150
EndSection

Section "Monitor"
    Identifier "AOC"
    HorizSync  30-69
    VertRefresh 50-120
Endsection


Section "Device"
    Identifier "Generic VGA"
    Driver     "vga"
EndSection


Section "Device"
    Identifier  "NVIDIA GeForce4"
    Driver      "nvidia"
    Option      "DPMS"  "on"
EndSection



Section "Screen"
    Identifier "screen"
    Device      "NVIDIA GeForce4"
    Monitor     "Formac 17/850"
#   Option "NvAGP" "0"          # uncomment to disable AGP support 
#   Option "NvAGP" "1"          # uncomment AGP x 1
#   Option "NvAGP" "2"          # uncomment AGP x 2
#   default AGP is 4x

    DefaultColorDepth 24

    Subsection "Display"
        Depth       8
        Modes       "1280x1024" "1024x768" "800x600" "640x400"
        ViewPort    0 0
    EndSubsection

    Subsection "Display"
        Depth       16
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection

    Subsection "Display"
        Depth       24
#       Modes       "1600x1200" "1280x1024" "1024x768" "800x600" "640x480"
        Modes       "1280x1024" "1024x768" "800x600" "640x480"
        ViewPort    0 0
    EndSubsection
EndSection


Section "ServerLayout"
    Identifier "layout1"
    Screen     "screen"
    InputDevice "Mouse" "CorePointer"
    InputDevice "Keyboard" "CoreKeyboard"
EndSection


_________________________



Want to buy your Pack or Services from MandrakeSoft? 
Go to http://www.mandrakestore.com

Reply via email to