|
|
#1 | |
|
Registered User
Join Date: Dec 2003
Posts: 3
|
I've been trying to get my NVIDIA GeForce2 MX to work for some time now. I have installed the latest driver according the instructions on the NVIDIA website. I used the .run script and everything worked for the most part. However, I have an error in my log file that reads like this:
(II) NVIDIA(0): AGP 4X successfully initialized (II) NVIDIA(0): Setting mode "1280x1024@60Hz:0" (EE) NVIDIA(0): Failed to load GLX (II) NVIDIA(0): Using the NVIDIA 2D acceleration architecture (==) NVIDIA(0): Backing store disabled (==) NVIDIA(0): Silken mouse enabled I have included my XF86Config file. There was an instruction file on the nvidia website that I used to validate the installations correctly. The only thing that bothered me was that there apparently is no support in my gcc for TLS which I find strange. I'm using gcc-3.2.2 and Slackware 9.0. Currently, when I try to run a program that uses OpenGL such as glxgears or xscreensaver, the X server restarts itself and brings me back to gdm. This is extremely annoying. Any help you can give is great ============================= XF86Config File: ============================= Section "ServerLayout" Identifier "XFree86 Configured" Screen 0 "Screen0" 0 0 InputDevice "Mouse0" "CorePointer" InputDevice "Keyboard0" "CoreKeyboard" EndSection Section "Files" FontPath "/usr/X11R6/lib/X11/fonts/freefont/" RgbPath "/usr/X11R6/lib/X11/rgb" ModulePath "/usr/X11R6/lib/modules" FontPath "/usr/X11R6/lib/X11/fonts/misc/" FontPath "/usr/X11R6/lib/X11/fonts/Speedo/" FontPath "/usr/X11R6/lib/X11/fonts/Type1/" FontPath "/usr/X11R6/lib/X11/fonts/TTF/" FontPath "/usr/X11R6/lib/X11/fonts/CID/" FontPath "/usr/X11R6/lib/X11/fonts/75dpi/" FontPath "/usr/X11R6/lib/X11/fonts/100dpi/" EndSection Section "Module" Load "glx" Load "record" Load "extmod" Load "dbe" # Load "dri" Load "xtrap" Load "type1" Load "freetype" Load "speedo" EndSection Section "InputDevice" Identifier "Keyboard0" Driver "keyboard" EndSection Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "ExplorerPS/2" Option "Device" "/dev/psaux" #Option "Resolution" "300" Option "ZAxisMapping" "6 7" #Option "Name" "AutoDetected" #Option "Vendor" "AutoDetected" EndSection Section "Monitor" Identifier "Monitor0" VendorName "Monitor Vendor" ModelName "Monitor Model" HorizSync 30.0 - 86.0 VertRefresh 50.0 - 160.0 ModeLine "1280x1024@60Hz:0" 108.0 1280 1328 1472 1688 1024 1025 1028 1062 +hsync +vsync Option "DPMS" EndSection Section "Device" ### Available Driver options are:- ### Values: <i>: integer, <f>: float, <bool>: "True"/"False", ### <string>: "String", <freq>: "<f> Hz/kHz/MHz" ### [arg]: arg optional #Option "DigitalVibrance" # <i> #Option "PageFlip" # [<bool>] #Option "Dac8Bit" # [<bool>] #Option "NoLogo" # [<bool>] #Option "Overlay" # [<bool>] #Option "UBB" # [<bool>] #Option "Stereo" # <i> #Option "WindowFlip" # [<bool>] #Option "SWcursor" # [<bool>] #Option "HWcursor" # [<bool>] #Option "VideoKey" # <i> #Option "NvAGP" # <i> #Option "IgnoreEDID" # [<bool>] #Option "NoDDC" # [<bool>] #Option "ConnectedMonitor" # <str> #Option "ConnectedMonitors" # <str> #Option "TVStandard" # <str> #Option "TVOutFormat" # <str> #Option "RenderAccel" # [<bool>] #Option "CursorShadow" # [<bool>] #Option "CursorShadowAlpha" # <i> #Option "CursorShadowXOffset" # <i> #Option "CursorShadowYOffset" # <i> #Option "UseEdidFreqs" # [<bool>] #Option "FlatPanelProperties" # <str> #Option "TwinView" # [<bool>] #Option "TwinViewOrientation" # <str> #Option "SecondMonitorHorizSync" # <str> #Option "SecondMonitorVertRefresh" # <str> #Option "MetaModes" # <str> #Option "UseInt10Module" # [<bool>] #Option "SwapReady" # [<bool>] #Option "NoTwinViewXineramaInfo" # [<bool>] #Option "NoRenderExtension" # [<bool>] #Option "UseClipIDs" # [<bool>] #Option "CIOverlay" # [<bool>] #Option "TransparentIndex" # <i> #Option "OverlayDefaultVisual" # [<bool>] #Option "NvEmulate" # <i> #Option "NoBandWidthTest" # [<bool>] #Option "CustomEDID-CRT-0" # <str> #Option "CustomEDID-CRT-1" # <str> #Option "CustomEDID-DFP-0" # <str> #Option "CustomEDID-DFP-1" # <str> #Option "CustomEDID-TV-0" # <str> #Option "CustomEDID-TV-1" # <str> #Option "TVOverScan" # <f> #Option "IgnoreDisplayDevices" # <str> Identifier "Card0" Driver "nvidia" VendorName "nVidia Corporation" BoardName "NV11 [GeForce2 MX/MX 400]" BusID "PCI:1:0:0" EndSection Section "Screen" Identifier "Screen0" Device "Card0" Monitor "Monitor0" DefaultDepth 24 SubSection "Display" Depth 1 EndSubSection SubSection "Display" Depth 4 Modes "1280x1024" EndSubSection SubSection "Display" Depth 8 Modes "1280x1024" EndSubSection SubSection "Display" Depth 15 Modes "1280x1024" EndSubSection SubSection "Display" Depth 16 Modes "1280x1024" EndSubSection SubSection "Display" #"1280x960" #"1280x1024/75Hz"#/70Hz" Depth 24 Modes "1280x1024@60Hz:0" EndSubSection SubSection "Display" Depth 32 Modes "1280x1024" EndSubSection EndSection |
|
|
|
|
|
|
#2 | |
|
Registered User
Join Date: Dec 2003
Posts: 3
|
I also just found this in my XFree86.0.log -
(II) LoadModule: "glx" (II) Loading /usr/X11R6/lib/modules/extensions/libglx.a (II) Module glx: vendor="The XFree86 Project" compiled for 4.3.0, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.2 (II) Loading sub module "GLcore" (II) LoadModule: "GLcore" (II) Loading /usr/X11R6/lib/modules/extensions/libGLcore.a (II) Module GLcore: vendor="The XFree86 Project" compiled for 4.3.0, module version = 1.0.0 ABI class: XFree86 Server Extension, version 0.2 (II) Loading extension GLX Is that right? The README made no mention of libglx.a, just libglx.so.x.y.z and libglx.so. Should vendor = NVIDIA instead of XFree86? |
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Dec 2003
Posts: 3
|
Ok I finally fixed it.
The solution was to mv or rename the libGLX.a file and everything got fixed. Apparently XF86 must default to using the .a file instead of the .so file. Once that was gone, it found the .so and automatically used it instead. Now everything works perfectly. |
|
|
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 173.14.34 -- Xorg 1.12.1 & 1.11.4, glx module fails to load | mereset | NVIDIA Linux | 17 | 06-10-12 01:24 AM |
| Nvidia Problems in Slackware 8.1 | xtreme | NVIDIA Linux | 3 | 10-01-02 12:03 PM |
| Glx | mrbig1344 | NVIDIA Linux | 7 | 09-30-02 06:45 AM |
| Problems with Mandrake and NVidia drivers..... | xMonoxide187x | NVIDIA Linux | 2 | 08-22-02 01:55 PM |
| GLX problems | el.Diablo | NVIDIA Linux | 5 | 08-02-02 11:29 PM |